Package bibliothek.gui.dock.station.support

Elements used by various DockStations to store properties and to propagate events to other objects.

See:
          Description

Interface Summary
PlaceholderList.Filter<M> A sublist of a PlaceholderList, the elements in this list are filtered by a strategy that is defined by the PlaceholderList.
PlaceholderListItem An item in a PlaceholderList.
PlaceholderListItemConverter<D extends PlaceholderListItem> Used by a PlaceholderList to read and write to a PlaceholderMap.
PlaceholderMap.Key A key is a set of Paths, it is used to identify entries in a PlaceholderMap.
PlaceholderStrategy This strategy tells which Dockables can leave a placeholder on a DockStation.
PlaceholderStrategyListener A listener that gets added to a PlaceholderStrategy.
 

Class Summary
CombinerWrapper A CombinerWrapper encloses a Combiner and uses the combiner as delegate.
ConvertedPlaceholderListItem Data about a Dockable that was stored in a PlaceholderList.
DisplayerFactoryWrapper A wrapper for a DisplayerFactory.
DockableVisibilityManager Knows for every child of a DockStation whether it is visible or not.
DockStationListenerManager This manager stores DockStationListeners and provides methods to invoke the listeners.
PlaceholderList<D extends PlaceholderListItem> A list consisting of Dockables and sets of Paths as placeholder.
PlaceholderListItemAdapter<D extends PlaceholderListItem> An adapter for PlaceholderListItemConverter, all methods implemented by this adapter do nothing.
PlaceholderMap A data structure designed to store and retrieve placeholder information persistently.
PlaceholderMetaMap A map for storing information that can be handled by a PlaceholderMap.
RootPlaceholderStrategy A PlaceholderStrategy that wraps around another strategy or around no strategy at all.
StationPaintWrapper A wrapper for a StationPaint.
StrategyPlaceholderListItemConverter<D extends PlaceholderListItem> This converter uses a PlaceholderStrategy to create new placeholders, but does not convert placeholders back to dockables.
 

Enum Summary
PlaceholderList.Level identifiers for the various sublists this list consists of
 

Package bibliothek.gui.dock.station.support Description

Elements used by various DockStations to store properties and to propagate events to other objects.