|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.navigator.NavigatorConstants
public final class NavigatorConstants
The NavigatorConstants class defines navigato specific constants such as context menu items. Clients can use the menu item constants as a reference to add their own menu items to the navigator context menu.
Field Summary | |
---|---|
static javax.swing.JMenuItem |
New Deprecated. since 11.1.1. All of the users of this field were using it to get access to the New menu item in order to remove it from the context menu. Use the method removeNewMenuItem(ContextMenu) instead. |
Method Summary | |
---|---|
static void |
removeNewMenuItem(ContextMenu menu) Removes the "New..." menu item from the specified context menu, if it is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static javax.swing.JMenuItem New
removeNewMenuItem(ContextMenu)
instead.Method Detail |
---|
public static void removeNewMenuItem(ContextMenu menu)
menu
- a context menu. If null is passed, this method does nothing.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |