
public abstract class SafeAction extends Action
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERACTIVE |
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT| Constructor and Description |
|---|
SafeAction() |
SafeAction(String text) |
SafeAction(String text,
ImageDescriptor image) |
SafeAction(String text,
int style) |
SafeAction(String text,
String toolTipText) |
SafeAction(String text,
String toolTipText,
ImageDescriptor image) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected abstract void |
safeRun() |
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipTextaddPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListeneraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, removePropertyChangeListenerpublic static final String INTERACTIVE
public SafeAction()
public SafeAction(String text, String toolTipText, ImageDescriptor image)
public SafeAction(String text, ImageDescriptor image)
public SafeAction(String text, int style)
public SafeAction(String text)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.