public interface ColumnDockActionSourceListener
ColumnDockActionSource
.Modifier and Type | Method and Description |
---|---|
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
|
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