Uses of Class
bibliothek.gui.dock.control.PopupController

Packages that use PopupController
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 PopupController in bibliothek.gui
 

Methods in bibliothek.gui that return PopupController
 PopupController DockController.getPopupController()
          Gets the PopupController which is responsible for managing the popup menus.
 

Uses of PopupController in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return PopupController
 PopupController DefaultDockControllerFactory.createPopupController(DockController controller, ControllerSetupCollection setup)
           
 PopupController DockControllerFactory.createPopupController(DockController controller, ControllerSetupCollection setup)
          Creates a listener which will open a popup-menu for each title or dockable known to the controller.