|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathCombiner | |
---|---|
bibliothek.extension.gui.dock | |
bibliothek.extension.gui.dock.preference | |
bibliothek.extension.gui.dock.util |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |