Uses of Interface
bibliothek.extension.gui.dock.util.PathCombiner

Packages that use PathCombiner
bibliothek.extension.gui.dock   
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.util   
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
 

Uses of PathCombiner in bibliothek.extension.gui.dock
 

Constructors in bibliothek.extension.gui.dock with parameters of type PathCombiner
DockingFramesPreference(DockController controller, PathCombiner combiner)
          Creates a new model.
 

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

Constructors in bibliothek.extension.gui.dock.preference with parameters of type PathCombiner
MergedPreferenceModel(PathCombiner combiner)
          Creates a new path.
PreferenceTreeModel(PathCombiner combiner)
          Creates a new empty model.
 

Uses of PathCombiner in bibliothek.extension.gui.dock.util
 

Fields in bibliothek.extension.gui.dock.util declared as PathCombiner
static PathCombiner PathCombiner.APPEND
          This combiner uses Path.append(Path) to combine its paths.
static PathCombiner PathCombiner.SECOND
          This combiner always discards the first path and just returns the second.
static PathCombiner PathCombiner.UNIQUE
          This combiner uses Path.uniqueAppend(Path) to combine its paths.
 

Uses of PathCombiner in bibliothek.gui.dock.common
 

Constructors in bibliothek.gui.dock.common with parameters of type PathCombiner
CPreferenceModel(CControl control, PathCombiner combiner)
          Creates a new model.