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

Packages that use DockTitleBindingListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
 

Uses of DockTitleBindingListener in bibliothek.gui
 

Methods in bibliothek.gui that return DockTitleBindingListener
protected  DockTitleBindingListener[] DockController.dockTitleBindingListeners()
          Gets an array of all DockTitleBindingListener that are currently registered at this controller.
 

Methods in bibliothek.gui with parameters of type DockTitleBindingListener
 void DockController.addDockTitleBindingListener(DockTitleBindingListener listener)
          Adds a listener to this controller, the listener will receive events when a DockTitle is bound or unbound.
 void DockController.removeDockTitleBindingListener(DockTitleBindingListener listener)
          Removes the observer listener from this controller.