Uses of Interface
bibliothek.gui.dock.DockSituationIgnore

Packages that use DockSituationIgnore
bibliothek.gui   
bibliothek.gui.dock   
 

Uses of DockSituationIgnore in bibliothek.gui
 

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
 

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.