public class StandardSectionInputFigure extends AbstractOfficeFloorFigure implements SectionInputFigure
SectionInputFigure
.Constructor and Description |
---|
StandardSectionInputFigure(SectionInputFigureContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getUriFigure()
Obtains the
IFigure for the URI. |
void |
setSectionInputName(String sectionInputName)
Specifies the section input name to display.
|
void |
setUri(String uri)
Specifies the URI to be displayed.
|
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
public StandardSectionInputFigure(SectionInputFigureContext context)
context
- SectionInputFigureContext
.public void setSectionInputName(String sectionInputName)
SectionInputFigure
setSectionInputName
in interface SectionInputFigure
sectionInputName
- Section input name to display.public void setUri(String uri)
SectionInputFigure
setUri
in interface SectionInputFigure
uri
- URI to be displayed.public org.eclipse.draw2d.IFigure getUriFigure()
SectionInputFigure
IFigure
for the URI.getUriFigure
in interface SectionInputFigure
IFigure
for the URI.Copyright © 2005–2016. All rights reserved.