Uses of Class
bibliothek.gui.dock.station.toolbar.layout.GridPlaceholderList

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

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

Subclasses of GridPlaceholderList in bibliothek.gui.dock.station.toolbar.layout
 class DockableGridPlaceholderList<P extends PlaceholderListItem<bibliothek.gui.Dockable>>
          Represents a list of lists of Dockables and placeholders.
Note: this class does not validate its content in any way, it is the clients responsibility to keep the list clean.
 

Methods in bibliothek.gui.dock.station.toolbar.layout that return GridPlaceholderList
protected  GridPlaceholderList<bibliothek.gui.Dockable,bibliothek.gui.DockStation,P> DockablePlaceholderToolbarGrid.createGrid()
           
protected abstract  GridPlaceholderList<D,S,P> PlaceholderToolbarGrid.createGrid()
          Creates a new GridPlaceholderList.