public interface DockSituationIgnore
DockSituation
to decide, which
elements (stations and dockables) should be written into a stream. Elements
can be filtered by this Ignore, and will not reappear if the situation is
read again.Modifier and Type | Method and Description |
---|---|
boolean |
ignoreChildren(DockStation station)
Tells whether to ignore the children of the station when saving or not.
|
boolean |
ignoreChildren(PerspectiveStation station)
Tells whether to ignore the children of the station when saving or not.
|
boolean |
ignoreElement(DockElement element)
Tells whether to ignore this element when saving.
|
boolean |
ignoreElement(PerspectiveElement element)
Tells whether to ignore this element when saving.
|
boolean ignoreElement(DockElement element)
element
- the element which might not be savedtrue
if the element should not be savedboolean ignoreElement(PerspectiveElement element)
element
- the element which might not be savedtrue
if the element should not be savedboolean ignoreChildren(DockStation station)
station
- the station whose children might be ignoredtrue
if the station is saved as having no childrenboolean ignoreChildren(PerspectiveStation station)
station
- the station whose children might be ignoredtrue
if the station is saved as having no children