Uses of Class
bibliothek.extension.gui.dock.preference.PreferenceTreeModel

Packages that use PreferenceTreeModel
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. 
 

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, java.awt.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, boolean destroyOnClose)
          Creates a new dialog.