bibliothek.gui.dock.station.toolbar.title
Interface ColumnDockActionSourceListener


public interface ColumnDockActionSourceListener

An observer that can be added to a ColumnDockActionSource.

Author:
Benjamin Sigg

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

inserted

void inserted(ColumnDockActionSource source,
              bibliothek.gui.dock.action.DockActionSource item,
              int index)
Called if a new column was inserted into source

Parameters:
source - the source of the event
item - the new column
index - the location of the new column

removed

void removed(ColumnDockActionSource source,
             bibliothek.gui.dock.action.DockActionSource item,
             int index)
Called if a column was removed from source

Parameters:
source - the source of the event
item - the column that was removed
index - the location of the removed column

reshaped

void reshaped(ColumnDockActionSource source)
Called if the offset or length of at least one column changed

Parameters:
source - the source of the event