net.officefloor.eclipse.conform.figures
Class ConformModelItemFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.conform.figures.ConformModelItemFigure
All Implemented Interfaces:
OfficeFloorFigure

public class ConformModelItemFigure
extends AbstractOfficeFloorFigure

OfficeFloorFigure for the ExistingItemModel or TargetItemModel.

Author:
Daniel Sagenschneider

Constructor Summary
ConformModelItemFigure(String itemName, boolean isExistingNotTarget)
          Initiate.
 
Method Summary
 
Methods inherited from class net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConformModelItemFigure

public ConformModelItemFigure(String itemName,
                              boolean isExistingNotTarget)
Initiate.

Parameters:
itemName - Name of the ExistingItemModel or TargetItemModel.
isExistingNotTarget - Flag indicating if ExistingItemModel rather than TargetItemModel.


Copyright © 2005-2012. All Rights Reserved.