|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
P
- the wrapper class used to describe dockablespublic interface ToolbarColumnListener<P>
This observer can be added to a ToolbarColumn
and receives events if the content
of the column changes.
Method Summary | |
---|---|
void |
inserted(ToolbarColumn<P> column,
P item,
bibliothek.gui.Dockable dockable,
int index)
Called if an item was added to column at index index . |
void |
removed(ToolbarColumn<P> column,
P item,
bibliothek.gui.Dockable dockable,
int index)
Called if an item was removed from column . |
Method Detail |
---|
void inserted(ToolbarColumn<P> column, P item, bibliothek.gui.Dockable dockable, int index)
column
at index index
.
column
- the source of the eventitem
- the item that was addeddockable
- the dockable that was addedindex
- the index of the item that was addedvoid removed(ToolbarColumn<P> column, P item, bibliothek.gui.Dockable dockable, int index)
column
.
column
- the source of the eventitem
- the item that was removeddockable
- the dockable that was removedindex
- the index of the item that was removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |