net.officefloor.eclipse.conform.figures
Class TargetConformModelItemFigure

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

public class TargetConformModelItemFigure
extends AbstractOfficeFloorFigure

OfficeFloorFigure for the ExistingItemModel or TargetItemModel.

Author:
Daniel Sagenschneider

Constructor Summary
TargetConformModelItemFigure(TargetConformModelItemFigureContext context)
          Initiate.
 
Method Summary
 void setInherit(boolean isInherit)
          Specifies whether to display inheriting.
 void setInheritable(boolean isInheritable)
          Specifies whether the item may inherit its configuration.
 void setItemName(String itemName)
          Specifies the new item name to display.
 
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

TargetConformModelItemFigure

public TargetConformModelItemFigure(TargetConformModelItemFigureContext context)
Initiate.

Parameters:
context - TargetConformModelItemFigureContext.
Method Detail

setItemName

public void setItemName(String itemName)
Specifies the new item name to display.

Parameters:
itemName - New item name to display.

setInheritable

public void setInheritable(boolean isInheritable)
Specifies whether the item may inherit its configuration.

Parameters:
isInheritable - true if the item may inherit its configuration.

setInherit

public void setInherit(boolean isInherit)
Specifies whether to display inheriting.

Parameters:
isInherit - true if to display inheriting.


Copyright © 2005-2013. All Rights Reserved.