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
 void add(Dockable dockable)
          Stores dockable and all its children in the set.
 

Method Detail

add

void add(Dockable dockable)
Stores dockable and all its children in the set.

Parameters:
dockable - the new element, null will be ignored