net.officefloor.eclipse.skin.standard.officefloor
Class StandardOfficeFloorInputManagedObjectFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.officefloor.StandardOfficeFloorInputManagedObjectFigure
All Implemented Interfaces:
OfficeFloorInputManagedObjectFigure, OfficeFloorFigure

public class StandardOfficeFloorInputManagedObjectFigure
extends AbstractOfficeFloorFigure
implements OfficeFloorInputManagedObjectFigure

Standard OfficeFloorInputManagedObjectFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeFloorInputManagedObjectFigure(OfficeFloorInputManagedObjectFigureContext context)
          Initiate.
 
Method Summary
 org.eclipse.draw2d.IFigure getOfficeFloorInputManagedObjectNameFigure()
           Obtains the IFigure containing the OfficeFloorInputManagedObjectModel name.
 void setOfficeFloorInputManagedObjectName(String officeFloorInputManagedObjectName)
          Indicates a change in name for the OfficeFloorInputManagedObjectModel.
 
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
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Constructor Detail

StandardOfficeFloorInputManagedObjectFigure

public StandardOfficeFloorInputManagedObjectFigure(OfficeFloorInputManagedObjectFigureContext context)
Initiate.

Parameters:
context - OfficeFloorInputManagedObjectFigureContext.
Method Detail

setOfficeFloorInputManagedObjectName

public void setOfficeFloorInputManagedObjectName(String officeFloorInputManagedObjectName)
Description copied from interface: OfficeFloorInputManagedObjectFigure
Indicates a change in name for the OfficeFloorInputManagedObjectModel.

Specified by:
setOfficeFloorInputManagedObjectName in interface OfficeFloorInputManagedObjectFigure
Parameters:
officeFloorInputManagedObjectName - Name to display for the OfficeFloorInputManagedObjectModel.

getOfficeFloorInputManagedObjectNameFigure

public org.eclipse.draw2d.IFigure getOfficeFloorInputManagedObjectNameFigure()
Description copied from interface: OfficeFloorInputManagedObjectFigure

Obtains the IFigure containing the OfficeFloorInputManagedObjectModel name.

This is to allow placement of the editor in changing the OfficeFloorInputManagedObjectModel name.

Specified by:
getOfficeFloorInputManagedObjectNameFigure in interface OfficeFloorInputManagedObjectFigure
Returns:
IFigure containing the OfficeFloorInputManagedObjectModel name.


Copyright © 2005-2013. All Rights Reserved.