Uses of Interface
bibliothek.gui.dock.station.toolbar.layout.GridPlaceholderList.ColumnItem

Packages that use GridPlaceholderList.ColumnItem
bibliothek.gui.dock.station.toolbar.layout   
 

Uses of GridPlaceholderList.ColumnItem in bibliothek.gui.dock.station.toolbar.layout
 

Subinterfaces of GridPlaceholderList.ColumnItem in bibliothek.gui.dock.station.toolbar.layout
static interface GridPlaceholderList.Column<D,S,P extends PlaceholderListItem<D>>
          Represents one list of Dockables.
 

Methods in bibliothek.gui.dock.station.toolbar.layout that return GridPlaceholderList.ColumnItem
 GridPlaceholderList.ColumnItem<D,S,P> GridPlaceholderList.ColumnItem.asStation()
          Converst this item into an item that represents a DockStation
 GridPlaceholderList.ColumnItem<D,S,P>[] GridPlaceholderList.ColumnItem.getChildren()
          Gets the children of this station
protected  GridPlaceholderList.ColumnItem<D,S,P>[] GridPlaceholderList.getChildren(GridPlaceholderList.ColumnItem<D,S,P> station)
           
protected  GridPlaceholderList.ColumnItem<D,S,P> GridPlaceholderList.toStation(GridPlaceholderList.ColumnItem<D,S,P> dockable)
           
 

Methods in bibliothek.gui.dock.station.toolbar.layout with parameters of type GridPlaceholderList.ColumnItem
protected  GridPlaceholderList.ColumnItem<D,S,P>[] GridPlaceholderList.getChildren(GridPlaceholderList.ColumnItem<D,S,P> station)
           
protected  bibliothek.util.Path GridPlaceholderList.getPlaceholder(GridPlaceholderList.ColumnItem<D,S,P> dockable)
           
protected  bibliothek.gui.dock.station.support.PlaceholderMap GridPlaceholderList.getPlaceholders(GridPlaceholderList.ColumnItem<D,S,P> station)
           
protected  void GridPlaceholderList.setPlaceholders(GridPlaceholderList.ColumnItem<D,S,P> station, bibliothek.gui.dock.station.support.PlaceholderMap map)
           
protected  GridPlaceholderList.ColumnItem<D,S,P> GridPlaceholderList.toStation(GridPlaceholderList.ColumnItem<D,S,P> dockable)
           
protected  String GridPlaceholderList.toString(GridPlaceholderList.ColumnItem<D,S,P> dockable)