|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.support.PlaceholderListItemAdapter<PerspectiveDockable,D>
bibliothek.gui.dock.station.support.PerspectivePlaceholderListItemConverter<D>
D - the kind of item this converter is used forpublic class PerspectivePlaceholderListItemConverter<D extends PlaceholderListItem<PerspectiveDockable>>
| Constructor Summary | |
|---|---|
PerspectivePlaceholderListItemConverter()
|
|
| Method Summary | |
|---|---|
ConvertedPlaceholderListItem |
convert(int index,
D dockable)
Given some non- null dockable, this method converts the element into
some data that can be stored persistently. |
| Methods inherited from class bibliothek.gui.dock.station.support.PlaceholderListItemAdapter |
|---|
added, convert |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerspectivePlaceholderListItemConverter()
| Method Detail |
|---|
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 store
null to indicate that this element
should not be stored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||