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 PlaceholderListItemAdapter<D extends PlaceholderListItem>
          An adapter for PlaceholderListItemConverter, all methods implemented by this adapter do nothing.
 class StrategyPlaceholderListItemConverter<D extends PlaceholderListItem>
          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> converter)
          Reads the contents of map and adds them at the end of this list.
static
<D extends PlaceholderListItem>
void
PlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<D> 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 D> 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
PlaceholderList(PlaceholderMap map, PlaceholderListItemConverter<D> converter)
          Creates a new list reading all the data that is stored in map.