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, convert
public PerspectivePlaceholderListItemConverter()
public ConvertedPlaceholderListItem convert(int index, D dockable)
PlaceholderListItemConverter
null
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-list
dockable
- the element to storenull
to indicate that this element
should not be stored