Package | Description |
---|---|
bibliothek.extension.gui.dock |
Extensions to the
Core framework, including the BubbleTheme ,
EclipseTheme and the preference mechanism. |
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.facile.menu |
Implementations of
MenuPiece . |
Modifier and Type | Class and Description |
---|---|
class |
DockingFramesPreference
A
PreferenceTreeModel that contains all the preferences that are
used in this framework. |
Modifier and Type | Method and Description |
---|---|
PreferenceTreeModel |
PreferenceTreePanel.getModel()
Gets the model which is shown on this panel.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferenceTreePanel.setModel(PreferenceTreeModel model)
Sets the model of this panel.
|
Constructor and Description |
---|
PreferenceTreePanel(PreferenceTreeModel model)
Creates a new panel.
|
Modifier and Type | Method and Description |
---|---|
static void |
PreferenceTreeDialog.openDialog(PreferenceTreeModel model,
Component owner)
Shows a modal dialog on which the user can change the preferences of
controller . |
protected void |
PreferenceTreeDialog.setModelForContent(PreferenceTreeModel model) |
Constructor and Description |
---|
PreferenceTreeDialog(PreferenceTreeModel model,
boolean destroyOnClose)
Creates a new dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
CPreferenceModel
A
PreferenceModel that shows the settings of a CControl . |
Modifier and Type | Method and Description |
---|---|
protected PreferenceTreeModel |
PreferenceMenuPiece.createModel()
Creates a new model for this piece.
|
PreferenceTreeModel |
PreferenceMenuPiece.getModel() |