D - the the dockable class itselfP - the wrapper class used to describe dockablespublic interface ToolbarColumnListener<D,P>
ToolbarColumn and receives events if the content
of the column changes.| Modifier and Type | Method and Description |
|---|---|
void |
inserted(ToolbarColumn<D,P> column,
P item,
D dockable,
int index)
Called if an item was added to
column at index index. |
void |
removed(ToolbarColumn<D,P> column,
P item,
D dockable,
int index)
Called if an item was removed from
column. |
void inserted(ToolbarColumn<D,P> column, P item, D 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<D,P> column, P item, D 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 removedCopyright © 2018. All rights reserved.