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

Packages that use DockControllerRepresentativeListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of DockControllerRepresentativeListener in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockControllerRepresentativeListener
 void DockController.addRepresentativeListener(DockControllerRepresentativeListener listener)
          Adds a listener to this controller, listener will be informed when the map of DockElements and the Components which represent them changes.
 void DockController.removeRepresentativeListener(DockControllerRepresentativeListener listener)
          Removes listener from this controller.
 

Uses of DockControllerRepresentativeListener in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockControllerRepresentativeListener
 class PopupController
          Manages the popup menus, adds a listeners to all DockElementRepresentatives to open popup menus when the user makes a right click.