Manages selection handling of a complete frame which can have many different
components with a selection model.
It additionally wraps almost all methods of
SelectionHandler . So,
there's no need to directly access
SelectionHandler .
The org.columba.core.gui.frame package makes highly use of
this class to manage all its selection stuff.
SelectionHandler has an id String as attribute. This makes it
easy to indentify the SelectionHandler.
See Also: org.columba.core.selection.SelectionHandler See Also: org.columba.api.gui.frame.IFrameMediator author: fdietz, tstich |