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. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
 

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

Uses of PreferenceTreeModel in bibliothek.gui.dock.common
 

Subclasses of PreferenceTreeModel in bibliothek.gui.dock.common
 class CPreferenceModel
          A PreferenceModel that shows the settings of a CControl.
 

Uses of PreferenceTreeModel in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return PreferenceTreeModel
protected  PreferenceTreeModel PreferenceMenuPiece.createModel()
          Creates a new model for this piece.
 PreferenceTreeModel PreferenceMenuPiece.getModel()