ICommonActionpublic interface ICommonAction Common interface for basic action handling. This allows the common ui
components to access ToolItem or Action the same way. |
Methods Summary |
---|
public void | setChecked(boolean checked)Sets the checked status of this action.
| public void | setEnabled(boolean enabled)Sets the enabled state of this action.
| public void | setRunnable(java.lang.Runnable runnable)Sets the {@link Runnable} that will be executed when the action is triggered.
|
|