|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopupMenuFactory | |
---|---|
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 | |
---|---|
PopupMenuFactory |
EditorKit.getPopupMenuFactory()
|
Methods in jpicedt.graphic.toolkit with parameters of type PopupMenuFactory | |
---|---|
void |
EditorKit.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 | |
---|---|
PopupMenuFactory |
MDIManager.createPopupMenuFactory()
Factory method to create a PopupMenuFactory for newly created board |
PopupMenuFactory |
PEDrawingBoard.getPopupMenuFactory()
|
Methods in jpicedt.ui with parameters of type PopupMenuFactory | |
---|---|
void |
PEDrawingBoard.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 | |
---|---|
class |
PEPopupMenuFactory
A factory to create a PEPopupMenu for an EditorKit. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |