Uses of Class
net.officefloor.eclipse.common.action.AbstractOperation.Context

Packages that use AbstractOperation.Context
net.officefloor.eclipse.common.action   
net.officefloor.eclipse.desk.operations   
net.officefloor.eclipse.office.operations   
net.officefloor.eclipse.officefloor.operations   
net.officefloor.eclipse.section.operations   
 

Uses of AbstractOperation.Context in net.officefloor.eclipse.common.action
 

Methods in net.officefloor.eclipse.common.action with parameters of type AbstractOperation.Context
protected abstract  void AbstractOperation.perform(AbstractOperation.Context context)
          Performs the Operation on the particular AbstractOfficeFloorEditPart.
 

Uses of AbstractOperation.Context in net.officefloor.eclipse.desk.operations
 

Methods in net.officefloor.eclipse.desk.operations with parameters of type AbstractOperation.Context
protected  Change<?> AddExternalFlowOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddDeskManagedObjectSourceOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddWorkOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddExternalManagedObjectOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddDeskManagedObjectOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected abstract  Change<?> AbstractDeskChangeOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
          Obtains the Change.
protected  Change<?> DeleteExternalFlowOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> DeleteExternalManagedObjectOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> DeleteTaskOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> ToggleTaskPublicOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> RefactorWorkOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> DeleteWorkOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> CreateTaskFromWorkTaskOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  Change<?> ToggleTaskObjectParameterOperation.getChange(DeskChanges changes, AbstractOperation.Context context)
           
protected  void AbstractDeskChangeOperation.perform(AbstractOperation.Context context)
           
 

Uses of AbstractOperation.Context in net.officefloor.eclipse.office.operations
 

Methods in net.officefloor.eclipse.office.operations with parameters of type AbstractOperation.Context
protected abstract  Change<?> AbstractOfficeChangeOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
          Obtains the Change.
protected  Change<?> AddAdministratorOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeSectionOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeEscalationOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeStartOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeManagedObjectSourceOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeTeamOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddExternalManagedObjectOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeManagedObjectOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> RefactorOfficeSectionChangeOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeSectionResponsibilityOperation.getChange(OfficeChanges changes, AbstractOperation.Context context)
           
protected  void AbstractOfficeChangeOperation.perform(AbstractOperation.Context context)
           
 

Uses of AbstractOperation.Context in net.officefloor.eclipse.officefloor.operations
 

Methods in net.officefloor.eclipse.officefloor.operations with parameters of type AbstractOperation.Context
protected  Change<?> RefactorDeployedOfficeFloorChangeOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected abstract  Change<?> AbstractOfficeFloorChangeOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
          Obtains the Change.
protected  Change<?> AddOfficeFloorTeamOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeFloorInputManagedObjectOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddDeployedOfficeOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeFloorManagedObjectSourceOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  Change<?> RescopeOfficeFloorManagedObjectOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddOfficeFloorManagedObjectOperation.getChange(OfficeFloorChanges changes, AbstractOperation.Context context)
           
protected  void AbstractOfficeFloorChangeOperation.perform(AbstractOperation.Context context)
           
 

Uses of AbstractOperation.Context in net.officefloor.eclipse.section.operations
 

Methods in net.officefloor.eclipse.section.operations with parameters of type AbstractOperation.Context
protected abstract  Change<?> AbstractSectionChangeOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
          Obtains the Change.
protected  Change<?> AddExternalFlowOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddSubSectionOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddExternalManagedObjectOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddSectionManagedObjectSourceOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  Change<?> AddSectionManagedObjectOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  Change<?> ToggleSubSectionInputPublicOperation.getChange(SectionChanges changes, AbstractOperation.Context context)
           
protected  void AbstractSectionChangeOperation.perform(AbstractOperation.Context context)
           
 



Copyright © 2005-2013. All Rights Reserved.