D - the kind of item this converter is used forpublic class PerspectivePlaceholderListItemConverter<D extends PlaceholderListItem<PerspectiveDockable>> extends PlaceholderListItemAdapter<PerspectiveDockable,D>
| Constructor and Description |
|---|
PerspectivePlaceholderListItemConverter() |
| Modifier and Type | Method and Description |
|---|---|
ConvertedPlaceholderListItem |
convert(int index,
D dockable)
Given some non-
null dockable, this method converts the element into
some data that can be stored persistently. |
added, convertpublic PerspectivePlaceholderListItemConverter()
public ConvertedPlaceholderListItem convert(int index, D dockable)
PlaceholderListItemConverternull dockable, this method converts the element into
some data that can be stored persistently.convert in interface PlaceholderListItemConverter<PerspectiveDockable,D extends PlaceholderListItem<PerspectiveDockable>>convert in class PlaceholderListItemAdapter<PerspectiveDockable,D extends PlaceholderListItem<PerspectiveDockable>>index - the index of dockable in the dockables-listdockable - the element to storenull to indicate that this element
should not be storedCopyright © 2017 Docking Frames. All rights reserved.