Package | Description |
---|---|
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |