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

Packages that use PreferenceTreeModel
bibliothek.extension.gui.dock   
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.gui.dock.facile.menu   
 

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 PreferencePanel.getModel()
          Gets the model which is shown on this panel.
 

Methods in bibliothek.extension.gui.dock with parameters of type PreferenceTreeModel
 void PreferencePanel.setModel(PreferenceTreeModel model)
          Sets the model of this panel.
 

Constructors in bibliothek.extension.gui.dock with parameters of type PreferenceTreeModel
PreferencePanel(PreferenceTreeModel model)
          Creates a new panel.
 

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

Methods in bibliothek.extension.gui.dock.preference that return PreferenceTreeModel
 PreferenceTreeModel PreferenceDialog.getModel()
          Gets the model which is shown on this dialog.
 

Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceTreeModel
 void PreferenceDialog.setModel(PreferenceTreeModel model)
          Sets the model of this dialog.
 

Constructors in bibliothek.extension.gui.dock.preference with parameters of type PreferenceTreeModel
PreferenceDialog(PreferenceTreeModel model)
          Creates a new dialog using the given model.
 

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

Methods in bibliothek.gui.dock.facile.menu that return PreferenceTreeModel
protected  PreferenceTreeModel PreferenceMenuPiece.getModel()
          Gets the model which is used on the dialog.
protected  PreferenceTreeModel PreferenceMenuPiece.updateModel()
          Gets the model which will be shown on the dialog.