Uses of Interface
bibliothek.gui.dock.focus.DockableSelectionListener

Packages that use DockableSelectionListener
bibliothek.gui.dock.focus   
 

Uses of DockableSelectionListener in bibliothek.gui.dock.focus
 

Methods in bibliothek.gui.dock.focus with parameters of type DockableSelectionListener
 void AbstractDockableSelection.addDockableSelectionListener(DockableSelectionListener listener)
           
 void DockableSelection.addDockableSelectionListener(DockableSelectionListener listener)
          Adds a listener that gets informed when the state of this selection changes.
 void AbstractDockableSelection.removeDockableSelectionListener(DockableSelectionListener listener)
           
 void DockableSelection.removeDockableSelectionListener(DockableSelectionListener listener)
          Removes a listener that gets informed when the state of this selection changes.