bibliothek.gui.dock.station.toolbar.layout
Interface GridPlaceholderList.Column<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>>

Type Parameters:
D - the kind of object that should be treated as Dockable
S - the kind of object that should be treated as DockStation
P - the type of item which represents a Dockable
All Superinterfaces:
GridPlaceholderList.ColumnItem<D,S,P>, bibliothek.gui.dock.station.support.PlaceholderListItem<GridPlaceholderList.ColumnItem<D,S,P>>
Enclosing class:
GridPlaceholderList<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>>

public static interface GridPlaceholderList.Column<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>>
extends GridPlaceholderList.ColumnItem<D,S,P>, bibliothek.gui.dock.station.support.PlaceholderListItem<GridPlaceholderList.ColumnItem<D,S,P>>

Represents one list of Dockables.

Author:
Benjamin Sigg

Method Summary
 bibliothek.gui.dock.station.support.PlaceholderList<D,S,P> getList()
          Gets the list of dockables.
 
Methods inherited from interface bibliothek.gui.dock.station.toolbar.layout.GridPlaceholderList.ColumnItem
asStation, getChildren, getPlaceholder, getPlaceholders, setPlaceholders
 
Methods inherited from interface bibliothek.gui.dock.station.support.PlaceholderListItem
asDockable
 

Method Detail

getList

bibliothek.gui.dock.station.support.PlaceholderList<D,S,P> getList()
Gets the list of dockables.

Returns:
the list that is represented by this column