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

Packages that use DockableSelectionListener
bibliothek.gui.dock.focus Contains classes that allow the user to switch between Components or from one Dockable to another using only the keyboard. 
 

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.