Package | Description |
---|---|
org.netbeans.jellytools.actions |
Constructor and Description |
---|
Action(String menuPath,
String popupPath,
Action.Shortcut shortcut)
Deprecated.
|
Action(String menuPath,
String popupPath,
Action.Shortcut[] shortcuts)
Deprecated.
|
Action(String menuPath,
String popupPath,
String systemActionClass,
Action.Shortcut shortcut)
Deprecated.
|
Action(String menuPath,
String popupPath,
String systemActionClass,
Action.Shortcut[] shortcuts)
Deprecated.
|
ActionNoBlock(String menuPath,
String popupPath,
Action.Shortcut shortcut)
Deprecated.
|
ActionNoBlock(String menuPath,
String popupPath,
Action.Shortcut[] shortcuts)
Deprecated.
|
ActionNoBlock(String menuPath,
String popupPath,
String systemActionClass,
Action.Shortcut shortcut)
|
ActionNoBlock(String menuPath,
String popupPath,
String systemActionClass,
Action.Shortcut[] shortcuts)
|