Package org.eclipse.gef.ui.actions
Class AlignmentRetargetAction
- All Implemented Interfaces:
- IAction,- ActionFactory.IWorkbenchAction,- IPartListener
- 
Field SummaryFields inherited from interface org.eclipse.jface.action.IActionAS_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 SummaryConstructorsConstructorDescriptionAlignmentRetargetAction(int align) Constructs a new AlignmentRetargetAction with the default ID, label and image based on the given alignment constant.
- 
Method SummaryMethods inherited from class org.eclipse.ui.actions.LabelRetargetActionpropagateChange, setActionHandler, setDisabledImageDescriptor, setHoverImageDescriptor, setImageDescriptor, setText, setToolTipTextMethods inherited from class org.eclipse.ui.actions.RetargetActiondispose, enableAccelerator, getAccelerator, getActionHandler, isHandled, partActivated, partClosed, partDeactivated, run, runWithEvent, setChecked, setHelpListener, toStringMethods inherited from class org.eclipse.ui.actions.PartEventActiongetActivePart, partBroughtToTop, partOpenedMethods inherited from class org.eclipse.jface.action.ActionconvertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, notifyResult, removeAcceleratorText, removeMnemonics, setAccelerator, setActionDefinitionId, setDescription, setEnabled, setId, setMenuCreatorMethods inherited from class org.eclipse.jface.action.AbstractActionaddPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListenerMethods inherited from class org.eclipse.core.commands.common.EventManageraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.action.IActionaddPropertyChangeListener, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removePropertyChangeListener, setAccelerator, setActionDefinitionId, setDescription, setEnabled, setId, setMenuCreator
- 
Constructor Details- 
AlignmentRetargetActionpublic AlignmentRetargetAction(int align) Constructs a new AlignmentRetargetAction with the default ID, label and image based on the given alignment constant. Possible values arePositionConstants.BOTTOM,PositionConstants.CENTER,PositionConstants.LEFT,PositionConstants.MIDDLE,PositionConstants.RIGHT, andPositionConstants.TOP.- Parameters:
- align- the alignment.
 
 
-