Uses of Interface
bibliothek.gui.dock.layout.DockSituationIgnore

Packages that use DockSituationIgnore
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 Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
 

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(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.
 

Uses of DockSituationIgnore in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend with parameters of type DockSituationIgnore
 void DockFrontendInternals.clean(DockSituationIgnore ignore)
          Removes all child-parent relations expect the ones filtered out by ignore.
 

Uses of DockSituationIgnore in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return DockSituationIgnore
static DockSituationIgnore DockSituationIgnoreUtil.and(DockSituationIgnore... ignores)
          Returns a new DockSituationIgnore which returns only true when all the ignores return true.
 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)
          Returns a new DockSituationIgnore which returns only false when all the ignores return false.
 

Methods in bibliothek.gui.dock.layout with parameters of type DockSituationIgnore
static DockSituationIgnore DockSituationIgnoreUtil.and(DockSituationIgnore... ignores)
          Returns a new DockSituationIgnore which returns only true when all the ignores return true.
static DockSituationIgnore DockSituationIgnoreUtil.not(DockSituationIgnore ignore)
          Returns a new DockSituationIgnore which returns behaves like the reverse of ignore.
static DockSituationIgnore DockSituationIgnoreUtil.or(DockSituationIgnore... ignores)
          Returns a new DockSituationIgnore which returns only false when all the ignores return false.
 void DockSituation.setIgnore(DockSituationIgnore ignore)
          Sets a filter which decides, which elements (stations and dockables) are stored.