@Deprecated
public final class NavigatorConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
removeNewMenuItem(ContextMenu menu)
Deprecated.
Removes the "New..." menu item from the specified context menu, if it is
present.
|
public static javax.swing.JMenuItem New
removeNewMenuItem(ContextMenu)
instead.public static void removeNewMenuItem(ContextMenu menu)
menu
- a context menu. If null is passed, this method does
nothing.