net.officefloor.eclipse.office.operations
Class AddOfficeSectionOperation
java.lang.Object
net.officefloor.eclipse.common.action.AbstractOperation<E>
net.officefloor.eclipse.office.operations.AbstractOfficeChangeOperation<OfficeEditPart>
net.officefloor.eclipse.office.operations.AddOfficeSectionOperation
- All Implemented Interfaces:
- Operation
public class AddOfficeSectionOperation
- extends AbstractOfficeChangeOperation<OfficeEditPart>
Adds an OfficeSectionModel to the OfficeModel.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddOfficeSectionOperation
public AddOfficeSectionOperation(OfficeChanges officeChanges)
- Initiate.
- Parameters:
officeChanges - OfficeChanges.
getChange
protected Change<?> getChange(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-2013. All Rights Reserved.