net.officefloor.eclipse.desk.operations
Class DeleteTaskOperation
java.lang.Object
net.officefloor.eclipse.common.action.AbstractOperation<E>
net.officefloor.eclipse.desk.operations.AbstractDeskChangeOperation<TaskEditPart>
net.officefloor.eclipse.desk.operations.DeleteTaskOperation
- All Implemented Interfaces:
- Operation
public class DeleteTaskOperation
- extends AbstractDeskChangeOperation<TaskEditPart>
Operation to delete a TaskModel.
- Author:
- Daniel Sagenschneider
|
Constructor Summary |
DeleteTaskOperation(net.officefloor.model.desk.DeskChanges deskChanges)
Initiate. |
|
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 |
DeleteTaskOperation
public DeleteTaskOperation(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<TaskEditPart>
- Parameters:
changes - DeskChanges.context - Context.
- Returns:
Change.
Copyright © 2005-2012. All Rights Reserved.