public class PerspectiveGridPlaceholderList extends GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>
PerspectiveDockables and placeholders.PlaceholderList.Filter<M>, PlaceholderList.Item, PlaceholderList.LevelPLACEHOLDER_MAP_FORMAT| Constructor and Description |
|---|
PerspectiveGridPlaceholderList() |
| Modifier and Type | Method and Description |
|---|---|
protected PerspectiveDockable[] |
getItemChildren(PerspectiveStation station)
Gets all the children of
station |
protected Path |
getItemPlaceholder(PerspectiveDockable dockable)
Gest the placeholder of
dockable. |
protected PlaceholderMap |
getItemPlaceholders(PerspectiveStation station)
Gets all the placeholders of
station |
protected PerspectiveStation |
itemToStation(PerspectiveDockable dockable)
Converts the item
dockable to a station. |
protected void |
setItemPlaceholders(PerspectiveStation station,
PlaceholderMap map)
Sets the placeholders that are to be used by
station |
createColumn, getChildren, getConverter, getPlaceholder, getPlaceholders, setConverter, setPlaceholders, toStation, toStringaddPlaceholder, baseToLevel, bind, clear, dockables, getDockableAt, getDockableIndex, getItem, getItem, getListIndex, getListIndex, getMap, getMetaMap, getNextListIndex, getStrategy, hasPlaceholder, insertAllPlaceholders, levelToBase, list, listPlaceholders, purePlaceholders, put, put, read, read, remove, remove, removeAll, removeAll, setStrategy, size, toMap, toString, unbindprotected PerspectiveStation itemToStation(PerspectiveDockable dockable)
GridPlaceholderListdockable to a station.itemToStation in class GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>dockable - the item to convertnullprotected PerspectiveDockable[] getItemChildren(PerspectiveStation station)
GridPlaceholderListstationgetItemChildren in class GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>station - the station whose children are searchedprotected Path getItemPlaceholder(PerspectiveDockable dockable)
GridPlaceholderListdockable.getItemPlaceholder in class GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>dockable - some element of this gridnullprotected PlaceholderMap getItemPlaceholders(PerspectiveStation station)
GridPlaceholderListstationgetItemPlaceholders in class GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>station - some stationnullprotected void setItemPlaceholders(PerspectiveStation station, PlaceholderMap map)
GridPlaceholderListstationsetItemPlaceholders in class GridPlaceholderList<PerspectiveDockable,PerspectiveStation,PerspectiveDockable>station - the station whose layout is to be updatedmap - the new placeholders, never nullCopyright © 2018. All rights reserved.