|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
D
- the dockable class itselfP
- the wrapper class used to describe a Dockable
public interface ToolbarColumnModelListener<D,P>
A listener that is added to a ToolbarColumnModel
, is informed
if columns are added or removed from the model.
Method Summary | |
---|---|
void |
inserted(ToolbarColumnModel<D,P> model,
ToolbarColumn<D,P> column,
int index)
Called if a column was added to model . |
void |
removed(ToolbarColumnModel<D,P> model,
ToolbarColumn<D,P> column,
int index)
Called if a column was removed from model . |
Method Detail |
---|
void inserted(ToolbarColumnModel<D,P> model, ToolbarColumn<D,P> column, int index)
model
.
model
- the source of the eventcolumn
- the column that was addedindex
- the index of the new columnvoid removed(ToolbarColumnModel<D,P> model, ToolbarColumn<D,P> column, int index)
model
.
model
- the source of the eventcolumn
- the column that was removedindex
- the index of the removed column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |