Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation<E extends org.eclipse.gef.EditPart>
Abstract
Operation . |
Modifier and Type | Method and Description |
---|---|
static void |
OperationUtil.execute(Operation operation,
int x,
int y,
org.eclipse.gef.EditPart firstSelectedEditPart,
org.eclipse.gef.EditPart... remainingSelectedEditParts)
Performs the
Operation . |
static org.eclipse.gef.commands.Command |
OperationUtil.getCommand(Operation operation,
int x,
int y,
org.eclipse.gef.EditPart editPart)
Obtains the
Command from the Operation . |
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 |
---|---|
protected abstract void |
AbstractOfficeFloorEditor.populateOperations(List<Operation> list)
Populates the listing of
Operation instances. |
Modifier and Type | Method and Description |
---|---|
protected void |
ConformEditor.populateOperations(List<Operation> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeskEditor.populateOperations(List<Operation> list) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeskChangeOperation<E extends org.eclipse.gef.EditPart>
Abstract
DeskChanges Operation . |
class |
AddDeskManagedObjectOperation
Operation to add an DeskManagedObjectModel . |
class |
AddDeskManagedObjectSourceOperation
Adds an
DeskManagedObjectSourceModel to the DeskModel . |
class |
AddWorkOperation
|
class |
CreateTaskFromWorkTaskOperation
Creates a
TaskModel from a WorkTaskModel . |
class |
DeleteExternalFlowOperation
Operation to delete an ExternalFlowModel . |
class |
DeleteExternalManagedObjectOperation
Operation to delete an ExternalManagedObjectModel . |
class |
DeleteTaskOperation
|
class |
DeleteWorkOperation
|
class |
RefactorWorkOperation
|
class |
ToggleTaskObjectParameterOperation
Toggles whether the
WorkTaskObjectModel is a parameter. |
class |
ToggleTaskPublicOperation
Toggles
TaskModel being public. |
Modifier and Type | Method and Description |
---|---|
protected void |
OfficeEditor.populateOperations(List<Operation> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
OfficeFloorEditor.populateOperations(List<Operation> list) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOfficeFloorChangeOperation<E extends org.eclipse.gef.EditPart>
Abstract
OfficeFloorChanges Operation . |
class |
AddDeployedOfficeOperation
Adds an
DeployedOfficeModel to a OfficeFloorModel . |
class |
AddOfficeFloorInputManagedObjectOperation
Adds an
OfficeFloorInputManagedObject to OfficeFloorModel . |
class |
AddOfficeFloorManagedObjectOperation
Operation to add an OfficeFloorManagedObjectModel . |
class |
AddOfficeFloorManagedObjectSourceOperation
Adds a
OfficeFloorManagedObjectSourceModel to the
OfficeFloorModel . |
class |
AddOfficeFloorTeamOperation
Adds a
OfficeFloorTeamModel to the OfficeFloorModel . |
class |
RefactorDeployedOfficeFloorChangeOperation
Operation to refactor the DeployedOfficeModel . |
class |
RescopeOfficeFloorManagedObjectOperation
Re-scopes the
OfficeFloorManagedObjectModel . |
Modifier and Type | Method and Description |
---|---|
protected void |
SectionEditor.populateOperations(List<Operation> list) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSectionChangeOperation<E extends org.eclipse.gef.EditPart>
Abstract
SectionChanges Operation . |
class |
AddExternalFlowOperation
Adds an
ExternalFlowModel to the SectionModel . |
class |
AddSectionManagedObjectOperation
Operation to add an SectionManagedObjectModel . |
class |
AddSectionManagedObjectSourceOperation
Adds an
SectionManagedObjectSourceModel to the SectionModel . |
class |
AddSubSectionOperation
Adds a
SubSectionModel to the SectionModel . |
class |
ToggleSubSectionInputPublicOperation
Toggle
SubSectionInputModel public. |
Modifier and Type | Method and Description |
---|---|
protected void |
WoofEditor.populateOperations(List<Operation> list) |
Copyright © 2005–2016. All rights reserved.