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

Packages that use DockableSelectionListener
bibliothek.gui   
 

Uses of DockableSelectionListener in bibliothek.gui
 

Methods in bibliothek.gui that return DockableSelectionListener
protected  DockableSelectionListener[] DockController.dockableSelectionListeners()
          Gets an array of currently registered DockableSelectionListeners.
 

Methods in bibliothek.gui with parameters of type DockableSelectionListener
 void DockController.addDockableSelectionListener(DockableSelectionListener listener)
          Adds a listener to this controller, the listener will be informed when a selected Dockable changes.
 void DockController.removeDockableSelectionListener(DockableSelectionListener listener)
          Removes a listener from this controller.