Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.navigator
Class NavigatorConstants

java.lang.Object
  extended by oracle.ide.navigator.NavigatorConstants

public final class NavigatorConstants
extends java.lang.Object

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

New

public 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.
Holds the navigator window New... context menu item. Addins can use this menu item as reference for inserting other context menu items.

Method Detail

removeNewMenuItem

public static void removeNewMenuItem(ContextMenu menu)
Removes the "New..." menu item from the specified context menu, if it is present.

Parameters:
menu - a context menu. If null is passed, this method does nothing.
Since:
11.1.1

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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