|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
D
- the type that represents a dockableP
- the type that is actually stored in the gridpublic interface PlaceholderToolbarGridConverter<D,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>>
A converter used by the PlaceholderToolbarGrid
when reading a
PlaceholderMap
.
Method Summary | |
---|---|
void |
added(P item)
Called after the item item has been added to the grid. |
P |
convert(D dockable,
bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem item)
Converts the Dockable dockable into an item that can
be shown in the view. |
Method Detail |
---|
P convert(D dockable, bibliothek.gui.dock.station.support.ConvertedPlaceholderListItem item)
Dockable
dockable
into an item that can
be shown in the view. This method is also responsible for actually adding
the item to the view.
dockable
- the dockable to convertitem
- the item that is converted, may contain additional information
void added(P item)
item
has been added to the grid.
item
- the item that was added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |