net.officefloor.eclipse.skin.section
Interface SubSectionInputFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardSubSectionInputFigure

public interface SubSectionInputFigure
extends OfficeFloorFigure

OfficeFloorFigure for the SubSectionInputModel.

Author:
Daniel Sagenschneider

Method Summary
 void setIsPublic(boolean isPublic)
          Specifies on display whether is public.
 void setSubSectionInputName(String subSectionInputName)
          Specifies the SubSectionInputModel name to display.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setSubSectionInputName

void setSubSectionInputName(String subSectionInputName)
Specifies the SubSectionInputModel name to display.

Parameters:
subSectionInputName - Name to display.

setIsPublic

void setIsPublic(boolean isPublic)
Specifies on display whether is public.

Parameters:
isPublic - true if public.


Copyright © 2005-2013. All Rights Reserved.