Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.editor
Class EditorConstants

java.lang.Object
  extended by 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.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.
 
Method Summary
 
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 final int OPEN_EDITOR_CMD_ID
The command ID for opening a new editor.


NAVIGATE_ITEM

public static javax.swing.JMenuItem NAVIGATE_ITEM
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.


EXTENDED_PASTE_ITEM

public static javax.swing.JMenuItem EXTENDED_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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.