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.
|
Modifier and Type | Method and Description |
---|---|
PopupMenuFactory |
EditorKit.getPopupMenuFactory() |
Modifier and Type | Method and Description |
---|---|
void |
EditorKit.setPopupMenuFactory(PopupMenuFactory popupMenuFactory)
Set the popup-menu factory that produces a JPopupMenu when the EditorKit asks for it.
|
Modifier and Type | Method and Description |
---|---|
PopupMenuFactory |
MDIManager.createPopupMenuFactory()
Factory method to create a PopupMenuFactory for newly created board
|
PopupMenuFactory |
PEDrawingBoard.getPopupMenuFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PEDrawingBoard.setPopupMenuFactory(PopupMenuFactory factory)
Set the PopupMenuFactory that produces JPopupMenu when a popup-trigger mouse event occurs
on the board.
|
Modifier and Type | Class and Description |
---|---|
class |
PEPopupMenuFactory
A factory to create a PEPopupMenu for an EditorKit.
|
Submit a bug : syd@jpicedt.org