|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockSituationIgnore
A DockSituationIgnore is used in a 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean ignoreElement(DockElement element)
element - the element which might not be saved
true if the element should not be savedboolean ignoreElement(PerspectiveElement element)
element - the element which might not be saved
true if the element should not be savedboolean ignoreChildren(DockStation station)
station - the station whose children might be ignored
true if the station is saved as having no childrenboolean ignoreChildren(PerspectiveStation station)
station - the station whose children might be ignored
true if the station is saved as having no children
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||