| 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.
|
| 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.
|
Copyright © 2017 Docking Frames. All rights reserved.