Package | Description |
---|---|
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.util |
Some classes which are used in DockingFrames, but do not have any
importance.
|
Constructor and Description |
---|
DockingFramesPreference(DockController controller,
PathCombiner combiner)
Creates a new model.
|
Constructor and Description |
---|
MergedPreferenceModel(PathCombiner combiner,
DockController controller)
Creates a new path.
|
PreferenceTreeModel(PathCombiner combiner,
DockController controller)
Creates a new empty model.
|
Modifier and Type | Field and Description |
---|---|
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. |