net.officefloor.eclipse.skin
Interface OfficeFloorFigure

All Known Subinterfaces:
AdministratorFigure, DeployedOfficeFigure, DeployedOfficeInputFigure, DeployedOfficeObjectFigure, DeployedOfficeTeamFigure, DeskManagedObjectDependencyFigure, DeskManagedObjectFigure, DeskManagedObjectSourceFigure, DeskManagedObjectSourceFlowFigure, DutyFigure, ExternalFlowFigure, ExternalFlowFigure, ExternalManagedObjectFigure, ExternalManagedObjectFigure, ExternalManagedObjectFigure, OfficeEscalationFigure, OfficeFloorInputManagedObjectFigure, OfficeFloorManagedObjectDependencyFigure, OfficeFloorManagedObjectFigure, OfficeFloorManagedObjectSourceFigure, OfficeFloorManagedObjectSourceFlowFigure, OfficeFloorManagedObjectSourceInputDependencyFigure, OfficeFloorManagedObjectSourceTeamFigure, OfficeFloorTeamFigure, OfficeInputManagedObjectDependencyFigure, OfficeManagedObjectDependencyFigure, OfficeManagedObjectFigure, OfficeManagedObjectSourceFigure, OfficeManagedObjectSourceFlowFigure, OfficeManagedObjectSourceTeamFigure, OfficeSectionFigure, OfficeSectionInputFigure, OfficeSectionObjectFigure, OfficeSectionOutputFigure, OfficeSectionResponsibilityFigure, OfficeStartFigure, OfficeSubSectionFigure, OfficeTaskFigure, OfficeTeamFigure, SectionManagedObjectDependencyFigure, SectionManagedObjectFigure, SectionManagedObjectSourceFigure, SectionManagedObjectSourceFlowFigure, SubSectionFigure, SubSectionInputFigure, SubSectionObjectFigure, SubSectionOutputFigure, TaskAdministrationJoinPointFigure, TaskEscalationFigure, TaskFigure, TaskFlowFigure, WorkFigure, WorkTaskFigure, WorkTaskObjectFigure
All Known Implementing Classes:
AbstractOfficeFloorFigure, ConformModelFigure, ExistingConformModelItemFigure, OfficeFloorFigureImpl, StandardAdministratorFigure, StandardDeployedOfficeFigure, StandardDeployedOfficeInputFigure, StandardDeployedOfficeObjectFigure, StandardDeployedOfficeTeamFigure, StandardDeskManagedObjectDependencyFigure, StandardDeskManagedObjectFigure, StandardDeskManagedObjectSourceFigure, StandardDeskManagedObjectSourceFlowFigure, StandardDutyFigure, StandardExternalFlowFigure, StandardExternalFlowFigure, StandardExternalManagedObjectFigure, StandardExternalManagedObjectFigure, StandardExternalManagedObjectFigure, StandardOfficeEscalationFigure, StandardOfficeFloorInputManagedObjectFigure, StandardOfficeFloorManagedObjectDependencyFigure, StandardOfficeFloorManagedObjectFigure, StandardOfficeFloorManagedObjectSourceFigure, StandardOfficeFloorManagedObjectSourceFlowFigure, StandardOfficeFloorManagedObjectSourceInputDependencyFigure, StandardOfficeFloorManagedObjectSourceTeamFigure, StandardOfficeFloorTeamFigure, StandardOfficeInputManagedObjectDependencyFigure, StandardOfficeManagedObjectDependencyFigure, StandardOfficeManagedObjectFigure, StandardOfficeManagedObjectSourceFigure, StandardOfficeManagedObjectSourceFlowFigure, StandardOfficeManagedObjectSourceTeamFigure, StandardOfficeSectionFigure, StandardOfficeSectionInputFigure, StandardOfficeSectionObjectFigure, StandardOfficeSectionOutputFigure, StandardOfficeSectionResponsibilityFigure, StandardOfficeStartFigure, StandardOfficeSubSectionFigure, StandardOfficeTaskFigure, StandardOfficeTeamFigure, StandardSectionManagedObjectDependencyFigure, StandardSectionManagedObjectFigure, StandardSectionManagedObjectSourceFigure, StandardSectionManagedObjectSourceFlowFigure, StandardSubSectionFigure, StandardSubSectionInputFigure, StandardSubSectionObjectFigure, StandardSubSectionOutputFigure, StandardTaskAdministrationJoinPointFigure, StandardTaskEscalationFigure, StandardTaskFigure, StandardTaskFlowFigure, StandardWorkFigure, StandardWorkTaskFigure, StandardWorkTaskObjectFigure, TargetConformModelItemFigure

public interface OfficeFloorFigure

Provides details of the IFigure for an EditPart.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getContentPane()
          Obtains the IFigure to add children of this EditPart.
 org.eclipse.draw2d.IFigure getFigure()
          Obtains the IFigure to represent the EditPart.
 org.eclipse.draw2d.ConnectionAnchor getSourceConnectionAnchor(Class<?> connectionModelType)
          Obtains the source ConnectionAnchor for the particular ConnectionModel type.
 org.eclipse.draw2d.ConnectionAnchor getTargetConnectionAnchor(Class<?> connectionModelType)
          Obtains the target ConnectionAnchor for the particular ConnectionModel type.
 

Method Detail

getFigure

org.eclipse.draw2d.IFigure getFigure()
Obtains the IFigure to represent the EditPart.

Returns:
IFigure to represent the EditPart.

getContentPane

org.eclipse.draw2d.IFigure getContentPane()
Obtains the IFigure to add children of this EditPart.

Returns:
IFigure to add children of this EditPart.

getSourceConnectionAnchor

org.eclipse.draw2d.ConnectionAnchor getSourceConnectionAnchor(Class<?> connectionModelType)
Obtains the source ConnectionAnchor for the particular ConnectionModel type.

Parameters:
connectionModelType - ConnectionModel type.
Returns:
ConnectionAnchor.

getTargetConnectionAnchor

org.eclipse.draw2d.ConnectionAnchor getTargetConnectionAnchor(Class<?> connectionModelType)
Obtains the target ConnectionAnchor for the particular ConnectionModel type.

Parameters:
connectionModelType - ConnectionModel type.
Returns:
ConnectionAnchor.


Copyright © 2005-2013. All Rights Reserved.