public interface ColumnDockActionSourceListener
ColumnDockActionSource.| Modifier and Type | Method and Description |
|---|---|
void |
inserted(ColumnDockActionSource source,
DockActionSource item,
int index)
Called if a new column was inserted into
source |
void |
removed(ColumnDockActionSource source,
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, DockActionSource item, int index)
sourcesource - the source of the eventitem - the new columnindex - the location of the new columnvoid removed(ColumnDockActionSource source, DockActionSource item, int index)
sourcesource - the source of the eventitem - the column that was removedindex - the location of the removed columnvoid reshaped(ColumnDockActionSource source)
source - the source of the eventCopyright © 2018. All rights reserved.