Uses of Interface
jpicedt.graphic.toolkit.PopupMenuFactory
-
Packages that use PopupMenuFactory Package Description jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's.jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. -
-
Uses of PopupMenuFactory in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit that return PopupMenuFactory Modifier and Type Method Description PopupMenuFactoryEditorKit. getPopupMenuFactory()Methods in jpicedt.graphic.toolkit with parameters of type PopupMenuFactory Modifier and Type Method Description voidEditorKit. setPopupMenuFactory(PopupMenuFactory popupMenuFactory)Set the popup-menu factory that produces a JPopupMenu when the EditorKit asks for it. -
Uses of PopupMenuFactory in jpicedt.ui
Methods in jpicedt.ui that return PopupMenuFactory Modifier and Type Method Description PopupMenuFactoryMDIManager. createPopupMenuFactory()Factory method to create a PopupMenuFactory for newly created boardPopupMenuFactoryPEDrawingBoard. getPopupMenuFactory()Methods in jpicedt.ui with parameters of type PopupMenuFactory Modifier and Type Method Description voidPEDrawingBoard. setPopupMenuFactory(PopupMenuFactory factory)Set the PopupMenuFactory that produces JPopupMenu when a popup-trigger mouse event occurs on the board. -
Uses of PopupMenuFactory in jpicedt.ui.internal
Classes in jpicedt.ui.internal that implement PopupMenuFactory Modifier and Type Class Description classPEPopupMenuFactoryA factory to create a PEPopupMenu for an EditorKit.
-