|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferenceTreeModel | |
---|---|
bibliothek.extension.gui.dock | |
bibliothek.extension.gui.dock.preference | Generic collection of preferences used in this framework. |
Uses of PreferenceTreeModel in bibliothek.extension.gui.dock |
---|
Subclasses of PreferenceTreeModel in bibliothek.extension.gui.dock | |
---|---|
class |
DockingFramesPreference
A PreferenceTreeModel that contains all the preferences that are
used in this framework. |
Methods in bibliothek.extension.gui.dock that return PreferenceTreeModel | |
---|---|
PreferenceTreeModel |
PreferenceTreePanel.getModel()
Gets the model which is shown on this panel. |
Methods in bibliothek.extension.gui.dock with parameters of type PreferenceTreeModel | |
---|---|
void |
PreferenceTreePanel.setModel(PreferenceTreeModel model)
Sets the model of this panel. |
Constructors in bibliothek.extension.gui.dock with parameters of type PreferenceTreeModel | |
---|---|
PreferenceTreePanel(PreferenceTreeModel model)
Creates a new panel. |
Uses of PreferenceTreeModel in bibliothek.extension.gui.dock.preference |
---|
Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceTreeModel | |
---|---|
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)
|
Constructors in bibliothek.extension.gui.dock.preference with parameters of type PreferenceTreeModel | |
---|---|
PreferenceTreeDialog(PreferenceTreeModel model)
Creates a new dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |