Uses of Class
bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem

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

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

Methods in bibliothek.gui.dock.station.support that return ConvertedPlaceholderListItem
 ConvertedPlaceholderListItem PerspectivePlaceholderListItemConverter.convert(int index, D dockable)
           
 ConvertedPlaceholderListItem StrategyPlaceholderListItemConverter.convert(int index, D dockable)
           
 ConvertedPlaceholderListItem PlaceholderListItemAdapter.convert(int index, P dockable)
           
 ConvertedPlaceholderListItem PlaceholderListItemConverter.convert(int index, P dockable)
          Given some non-null dockable, this method converts the element into some data that can be stored persistently.
 

Methods in bibliothek.gui.dock.station.support with parameters of type ConvertedPlaceholderListItem
 P PlaceholderListItemAdapter.convert(ConvertedPlaceholderListItem item)
           
 P PlaceholderListItemConverter.convert(ConvertedPlaceholderListItem item)
          Given some data that was written by some PlaceholderListItemConverter, this method returns the dockable that belongs to that data.