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

Packages that use DockControllerRepresentativeListener
bibliothek.gui   
bibliothek.gui.dock.control   
 

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
          Adds listeners to all DockElementRepresentatives.