Uses of Interface
bibliothek.gui.dock.station.support.PlaceholderListItemConverter

Packages that use PlaceholderListItemConverter
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of PlaceholderListItemConverter in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement PlaceholderListItemConverter
 class PerspectivePlaceholderListItemConverter<D extends PlaceholderListItem<PerspectiveDockable>>
           
 class PlaceholderListItemAdapter<D,P extends PlaceholderListItem<D>>
          An adapter for PlaceholderListItemConverter, all methods implemented by this adapter do nothing.
 class StrategyPlaceholderListItemConverter<D extends PlaceholderListItem<Dockable>>
          This converter uses a PlaceholderStrategy to create new placeholders, but does not convert placeholders back to dockables.
 

Methods in bibliothek.gui.dock.station.support with parameters of type PlaceholderListItemConverter
 void PlaceholderList.read(PlaceholderMap map, PlaceholderListItemConverter<D,P> converter)
          Reads the contents of map and adds them at the end of this list.
protected  void PlaceholderList.read(PlaceholderMap map, PlaceholderListItemConverter<D,P> converter, boolean simulate)
          Reads the contenst of map.
static
<P extends PlaceholderListItem<Dockable>>
void
DockablePlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<Dockable,P> converter)
          Simulates a call to PlaceholderList.read(PlaceholderMap, PlaceholderListItemConverter) and makes all calls to converter that would be made in a real read as well.
static
<P extends PlaceholderListItem<PerspectiveDockable>>
void
PerspectivePlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<PerspectiveDockable,P> converter)
          Simulates a call to PlaceholderList.read(PlaceholderMap, PlaceholderListItemConverter) and makes all calls to converter that would be made in a real read as well.
 PlaceholderMap PlaceholderList.toMap(PlaceholderListItemConverter<?,? super P> converter)
          Converts this list into a PlaceholderMap, any remaining Dockable or DockStation will be converted using converter.
 

Constructors in bibliothek.gui.dock.station.support with parameters of type PlaceholderListItemConverter
DockablePlaceholderList(PlaceholderMap map, PlaceholderListItemConverter<Dockable,P> converter)
          Creates a new list reading all the data that is stored in map.
PerspectivePlaceholderList(PlaceholderMap map, PlaceholderListItemConverter<PerspectiveDockable,P> converter)
          Creates a new list reading all the data that is stored in map.
PlaceholderList(PlaceholderMap map, PlaceholderListItemConverter<D,P> converter)
          Creates a new list reading all the data that is stored in map.