public interface ContextAction
ContextActions are executed once the user selects the appropriate UI
elements in the view and triggers the registered action.
The name of the action (as returned by getName()) is likely to be
user-visible and should be localized.
The following information is specific to the current release and may change in a future release.
The swing client uses ContextActions to mostly implement menus. Some
of these menus are shown when a user right-clicks on a widget, but some are
associated with a window.
MenuAction,
VMContextAction| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A user-visible description for this action
|
String |
getName()
A user-visible name for this action
|
Copyright © 2013. All Rights Reserved.