Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
Modifier and Type | Method and Description |
---|---|
DockSituationIgnore |
DockFrontend.getIgnoreForEntry()
Gets the filter which is used when saving or loading a normal entry.
|
DockSituationIgnore |
DockFrontend.getIgnoreForFinal()
Gets the filter which is applied when saving or loading the final layout
at the startup or shutdown of the application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DockFrontend.clean(DockSituationIgnore ignore)
Removes all child-parent relations expect the ones filtered out
by
ignore . |
protected void |
DockFrontend.clean(DockStation station,
DockSituationIgnore ignore)
Removes recursively all children from
station , but only
if the children are not filtered by ignore . |
void |
DockFrontend.setIgnoreForEntry(DockSituationIgnore ignoreForEntry)
Sets a filter which is applied when saving or loading a normal entry.
|
void |
DockFrontend.setIgnoreForFinal(DockSituationIgnore ignoreForFinal)
Sets the filter which is applied when saving or loading the final layout
at the startup or shutdown of the application.
|
Modifier and Type | Method and Description |
---|---|
void |
DockFrontendInternals.clean(DockSituationIgnore ignore)
Removes all child-parent relations expect the ones filtered out
by
ignore . |
Modifier and Type | Method and Description |
---|---|
static DockSituationIgnore |
DockSituationIgnoreUtil.and(DockSituationIgnore... ignores)
|
DockSituationIgnore |
DockSituation.getIgnore()
Gets the filter which decides, which elements are stored.
|
static DockSituationIgnore |
DockSituationIgnoreUtil.not(DockSituationIgnore ignore)
Returns a new
DockSituationIgnore which returns behaves like
the reverse of ignore . |
static DockSituationIgnore |
DockSituationIgnoreUtil.or(DockSituationIgnore... ignores)
|
Modifier and Type | Method and Description |
---|---|
static DockSituationIgnore |
DockSituationIgnoreUtil.and(DockSituationIgnore... ignores)
|
static DockSituationIgnore |
DockSituationIgnoreUtil.not(DockSituationIgnore ignore)
Returns a new
DockSituationIgnore which returns behaves like
the reverse of ignore . |
static DockSituationIgnore |
DockSituationIgnoreUtil.or(DockSituationIgnore... ignores)
|
void |
DockSituation.setIgnore(DockSituationIgnore ignore)
Sets a filter which decides, which elements (stations and dockables)
are stored.
|