Extension SDK

oracle.ide.editor
Class EditorConstants

java.lang.Object
  |
  +--oracle.ide.editor.EditorConstants

public final class EditorConstants
extends java.lang.Object


Field Summary
static javax.swing.JMenuItem ALL_ITEM
          Menu item to appear on the ContextMenu.
static javax.swing.JSeparator ALL_SEPARATOR
          Menu item to appear on the ContextMenu.
static javax.swing.JSeparator CLIPBOARD_SEPARATOR
          Menu item to appear on the ContextMenu.
static javax.swing.JMenuItem CLOSE_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 NAVIGATE_ITEM
          Menu item to appear on the ContextMenu.
static javax.swing.JSeparator NAVIGATE_SEPARATOR
          Menu item to appear on the ContextMenu.
static java.lang.String OPEN_EDITOR_CMD
          The name of the class corresponding to the OPEN_EDITOR_CMD.
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.
static javax.swing.JSeparator UNDO_SEPARATOR
          Menu item to appear on the ContextMenu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_EDITOR_CMD_ID

public static int OPEN_EDITOR_CMD_ID
The command ID for opening a new editor.

OPEN_EDITOR_CMD

public static java.lang.String OPEN_EDITOR_CMD
The name of the class corresponding to the OPEN_EDITOR_CMD.

NAVIGATE_ITEM

public static javax.swing.JMenuItem NAVIGATE_ITEM
Menu item to appear on the ContextMenu.

NAVIGATE_SEPARATOR

public static javax.swing.JSeparator NAVIGATE_SEPARATOR
Menu item to appear on the ContextMenu.

UNDO_ITEM

public static javax.swing.JMenuItem UNDO_ITEM
Menu item to appear on the ContextMenu.

REDO_ITEM

public static javax.swing.JMenuItem REDO_ITEM
Menu item to appear on the ContextMenu.

CUT_ITEM

public static javax.swing.JMenuItem CUT_ITEM
Menu item to appear on the ContextMenu.

COPY_ITEM

public static javax.swing.JMenuItem COPY_ITEM
Menu item to appear on the ContextMenu.

PASTE_ITEM

public static javax.swing.JMenuItem PASTE_ITEM
Menu item to appear on the ContextMenu.

ALL_ITEM

public static javax.swing.JMenuItem ALL_ITEM
Menu item to appear on the ContextMenu.

CLOSE_ITEM

public static javax.swing.JMenuItem CLOSE_ITEM
Menu item to appear on the ContextMenu.

UNDO_SEPARATOR

public static javax.swing.JSeparator UNDO_SEPARATOR
Menu item to appear on the ContextMenu.

CLIPBOARD_SEPARATOR

public static javax.swing.JSeparator CLIPBOARD_SEPARATOR
Menu item to appear on the ContextMenu.

ALL_SEPARATOR

public static javax.swing.JSeparator ALL_SEPARATOR
Menu item to appear on the ContextMenu.

Extension SDK