net.officefloor.eclipse.section.operations
Class ToggleSubSectionInputPublicOperation
java.lang.Object
net.officefloor.eclipse.common.action.AbstractOperation<E>
net.officefloor.eclipse.section.operations.AbstractSectionChangeOperation<SubSectionInputEditPart>
net.officefloor.eclipse.section.operations.ToggleSubSectionInputPublicOperation
- All Implemented Interfaces:
- Operation
public class ToggleSubSectionInputPublicOperation
- extends AbstractSectionChangeOperation<SubSectionInputEditPart>
Toggle SubSectionInputModel public.
- Author:
- Daniel Sagenschneider
|
Method Summary |
protected net.officefloor.model.change.Change<?> |
getChange(net.officefloor.model.section.SectionChanges 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 |
ToggleSubSectionInputPublicOperation
public ToggleSubSectionInputPublicOperation(net.officefloor.model.section.SectionChanges sectionChanges)
- Initiate.
- Parameters:
sectionChanges - SectionChanges.
getChange
protected net.officefloor.model.change.Change<?> getChange(net.officefloor.model.section.SectionChanges changes,
AbstractOperation.Context context)
- Description copied from class:
AbstractSectionChangeOperation
- Obtains the
Change.
- Specified by:
getChange in class AbstractSectionChangeOperation<SubSectionInputEditPart>
- Parameters:
changes - SectionChanges.context - Context.
- Returns:
Change.
Copyright © 2005-2012. All Rights Reserved.