Package bibliothek.gui.dock.support.mode
Interface AffectedSet
public interface AffectedSet
A set given to various methods which are changing the
Mode
of Dockables. These methods have to add their modified
Dockables to the set.- Author:
- Benjamin Sigg
-
Method Summary
-
Method Details
-
add
Storesdockableand all its children in the set.- Parameters:
dockable- the new element,nullwill be ignored
-