Uses of Interface
bibliothek.util.PathCombiner

Packages that use PathCombiner
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.util Some classes which are used in DockingFrames, but do not have any importance. 
 

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, DockController controller)
          Creates a new path.
PreferenceTreeModel(PathCombiner combiner, DockController controller)
          Creates a new empty model.
 

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.
 

Uses of PathCombiner in bibliothek.util
 

Fields in bibliothek.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.