|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnDockActionSourceListener
An observer that can be added to a ColumnDockActionSource
.
Method Summary | |
---|---|
void |
inserted(ColumnDockActionSource source,
bibliothek.gui.dock.action.DockActionSource item,
int index)
Called if a new column was inserted into source |
void |
removed(ColumnDockActionSource source,
bibliothek.gui.dock.action.DockActionSource item,
int index)
Called if a column was removed from source |
void |
reshaped(ColumnDockActionSource source)
Called if the offset or length of at least one column changed |
Method Detail |
---|
void inserted(ColumnDockActionSource source, bibliothek.gui.dock.action.DockActionSource item, int index)
source
source
- the source of the eventitem
- the new columnindex
- the location of the new columnvoid removed(ColumnDockActionSource source, bibliothek.gui.dock.action.DockActionSource item, int index)
source
source
- the source of the eventitem
- the column that was removedindex
- the location of the removed columnvoid reshaped(ColumnDockActionSource source)
source
- the source of the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |