public final class EditorConstants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static javax.swing.JMenuItem | 
ALL_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
COPY_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
CUT_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
EXTENDED_PASTE_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
NAVIGATE_ITEM
Menu item to appear on the ContextMenu. 
 | 
static int | 
OPEN_EDITOR_CMD_ID
The command ID for opening a new editor. 
 | 
static javax.swing.JMenuItem | 
PASTE_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
REDO_ITEM
Menu item to appear on the ContextMenu. 
 | 
static javax.swing.JMenuItem | 
UNDO_ITEM
Menu item to appear on the ContextMenu. 
 | 
public static final int OPEN_EDITOR_CMD_ID
public static javax.swing.JMenuItem NAVIGATE_ITEM
public static javax.swing.JMenuItem UNDO_ITEM
public static javax.swing.JMenuItem REDO_ITEM
public static javax.swing.JMenuItem CUT_ITEM
public static javax.swing.JMenuItem COPY_ITEM
public static javax.swing.JMenuItem PASTE_ITEM
public static javax.swing.JMenuItem EXTENDED_PASTE_ITEM
public static javax.swing.JMenuItem ALL_ITEM