net.officefloor.eclipse.office.operations
Class AddOfficeTeamOperation
java.lang.Object
net.officefloor.eclipse.common.action.AbstractOperation<E>
net.officefloor.eclipse.office.operations.AbstractOfficeChangeOperation<OfficeEditPart>
net.officefloor.eclipse.office.operations.AddOfficeTeamOperation
- All Implemented Interfaces:
- Operation
public class AddOfficeTeamOperation
- extends AbstractOfficeChangeOperation<OfficeEditPart>
Adds an ExternalTeamModel to the OfficeModel.
- Author:
- Daniel Sagenschneider
|
Constructor Summary |
AddOfficeTeamOperation(net.officefloor.model.office.OfficeChanges officeChanges)
Initiate. |
|
Method Summary |
protected net.officefloor.model.change.Change<?> |
getChange(net.officefloor.model.office.OfficeChanges 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 |
AddOfficeTeamOperation
public AddOfficeTeamOperation(net.officefloor.model.office.OfficeChanges officeChanges)
- Initiate.
- Parameters:
officeChanges - OfficeChanges.
getChange
protected net.officefloor.model.change.Change<?> getChange(net.officefloor.model.office.OfficeChanges changes,
AbstractOperation.Context context)
- Description copied from class:
AbstractOfficeChangeOperation
- Obtains the
Change.
- Specified by:
getChange in class AbstractOfficeChangeOperation<OfficeEditPart>
- Parameters:
changes - OfficeChanges.context - Context.
- Returns:
Change.
Copyright © 2005-2012. All Rights Reserved.