Uses of Interface
bibliothek.gui.dock.action.popup.ActionPopupMenuFactory

Packages that use ActionPopupMenuFactory
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.popup Contains the popup-menu that is usually shown when the user right clickes on a Dockable or a DockTitle
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of ActionPopupMenuFactory in bibliothek.gui
 

Methods in bibliothek.gui that return ActionPopupMenuFactory
 ActionPopupMenuFactory DockController.getPopupMenuFactory()
          Gets the factory which creates new popup menus.
 

Methods in bibliothek.gui with parameters of type ActionPopupMenuFactory
 void DockController.setPopupMenuFactory(ActionPopupMenuFactory factory)
          Sets the factory which creates new popup menus.
 

Uses of ActionPopupMenuFactory in bibliothek.gui.dock.action
 

Methods in bibliothek.gui.dock.action that return ActionPopupMenuFactory
protected  ActionPopupMenuFactory ActionPopup.getFactory()
          Gets the factory which should be used for creating new popup menus.
 

Uses of ActionPopupMenuFactory in bibliothek.gui.dock.action.popup
 

Classes in bibliothek.gui.dock.action.popup that implement ActionPopupMenuFactory
 class DefaultActionPopupMenuFactory
          The default implementation of a ActionPopupMenuFactory creates new DefaultActionPopupMenus.
 

Uses of ActionPopupMenuFactory in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return ActionPopupMenuFactory
 ActionPopupMenuFactory PopupController.getPopupMenuFactory()
          Gets the factory which is responsible for creating new menus.
 

Methods in bibliothek.gui.dock.control with parameters of type ActionPopupMenuFactory
 void PopupController.setPopupMenuFactory(ActionPopupMenuFactory factory)
          Sets the factoy which creates new menus that pop up.