|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockSituationIgnore | |
---|---|
bibliothek.gui | |
bibliothek.gui.dock |
Uses of DockSituationIgnore in bibliothek.gui |
---|
Fields in bibliothek.gui declared as DockSituationIgnore | |
---|---|
private DockSituationIgnore |
DockFrontend.ignoreForEntry
A filter for elements which should not be changed when writing or reading a normal setting |
private DockSituationIgnore |
DockFrontend.ignoreForFinal
A filter for elements which should not be changed when writing or reading the final setting during the startup or shutdown of the application. |
Methods in bibliothek.gui that return DockSituationIgnore | |
---|---|
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. |
Methods in bibliothek.gui with parameters of type DockSituationIgnore | |
---|---|
protected void |
DockFrontend.clean(Dockable dockable,
DockSituationIgnore ignore)
Removes dockable from its parent, but only if
it is not filtered by ignore . |
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 all recursively all children from station , but only
if neither the station nor its children are 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. |
Uses of DockSituationIgnore in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock declared as DockSituationIgnore | |
---|---|
private DockSituationIgnore |
DockSituation.ignore
a filter for elements which should be ignored |
Methods in bibliothek.gui.dock that return DockSituationIgnore | |
---|---|
DockSituationIgnore |
DockSituation.getIgnore()
Gets the filter which decides, which elements are stored. |
Methods in bibliothek.gui.dock with parameters of type DockSituationIgnore | |
---|---|
void |
DockSituation.setIgnore(DockSituationIgnore ignore)
Sets a filter which decides, which elements (stations and dockables) are stored. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |