Uses of Interface
com.javadocking.dockable.action.PopupMenuFactory

Packages that use PopupMenuFactory
com.javadocking.component Contains the interfaces and default implementations for the components and component factories that are used by the docking library. 
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
 

Uses of PopupMenuFactory in com.javadocking.component
 

Methods in com.javadocking.component that return PopupMenuFactory
 PopupMenuFactory DefaultSwComponentFactory.getPopupMenuFactory()
          Gets the factory that creates a popup menu for one dockable or a group of dockables.
 

Methods in com.javadocking.component with parameters of type PopupMenuFactory
 void DefaultSwComponentFactory.setPopupMenuFactory(PopupMenuFactory popupMenuFactory)
          Sets the factory that creates a popup menu for one dockable or a group of dockables.
 

Uses of PopupMenuFactory in com.javadocking.dockable.action
 

Classes in com.javadocking.dockable.action that implement PopupMenuFactory
 class DefaultPopupMenuFactory
           This is the default popup menu factory.