net.officefloor.eclipse.desk.operations
Class RefactorWorkOperation
java.lang.Object
net.officefloor.eclipse.common.action.AbstractOperation<E>
net.officefloor.eclipse.desk.operations.AbstractDeskChangeOperation<WorkEditPart>
net.officefloor.eclipse.desk.operations.RefactorWorkOperation
- All Implemented Interfaces:
- Operation
public class RefactorWorkOperation
- extends AbstractDeskChangeOperation<WorkEditPart>
Operation to refactor the WorkModel.
- Author:
- Daniel Sagenschneider
|
Method Summary |
protected net.officefloor.model.change.Change<?> |
getChange(net.officefloor.model.desk.DeskChanges changes,
AbstractOperation.Context context)
Obtains the Change. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefactorWorkOperation
public RefactorWorkOperation(net.officefloor.model.desk.DeskChanges deskChanges)
- Initiate.
- Parameters:
deskChanges - DeskChanges.
getChange
protected net.officefloor.model.change.Change<?> getChange(net.officefloor.model.desk.DeskChanges changes,
AbstractOperation.Context context)
- Description copied from class:
AbstractDeskChangeOperation
- Obtains the
Change.
- Specified by:
getChange in class AbstractDeskChangeOperation<WorkEditPart>
- Parameters:
changes - DeskChanges.context - Context.
- Returns:
Change.
Copyright © 2005-2012. All Rights Reserved.