IActionProxy Interface
- public interface IActionProxy
extends Action
Proxy interface for the UI object that wraps IAction objects. This interface can be used
to set and get values for various user interface elements.
-
All Superinterfaces
-
Action, ActionListener, EventListener
public IAction |
-
getIAction()
- Gets the underlying IAction implementation that this workshop action represents.
|
PROP_Enabled
public static final String PROP_Enabled
PROP_Icon
public static final String PROP_Icon
PROP_Label
public static final String PROP_Label
PROP_Mnemonic
public static final String PROP_Mnemonic
PROP_Selected
public static final String PROP_Selected
PROP_ToolTip
public static final String PROP_ToolTip
PROP_Visible
public static final String PROP_Visible
getIAction() Method
public IAction getIAction()
Gets the underlying IAction implementation that this workshop action represents.