public class OperationAction
extends org.eclipse.jface.action.Action
Action
that invokes the created OfficeFloorCommand
instances.Constructor and Description |
---|
OperationAction(org.eclipse.gef.commands.CommandStack commandStack,
Operation operation,
org.eclipse.gef.EditPart[] selectedEditParts,
org.eclipse.draw2d.geometry.Point location)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
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, setToolTipText
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
public OperationAction(org.eclipse.gef.commands.CommandStack commandStack, Operation operation, org.eclipse.gef.EditPart[] selectedEditParts, org.eclipse.draw2d.geometry.Point location)
commandStack
- CommandStack
.operation
- Operation
to create the OfficeFloorCommand
instances.selectedEditParts
- Selected AbstractOfficeFloorEditPart
instances.location
- Location.Copyright © 2005–2016. All rights reserved.