|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TitleFigure
A title figure displays the textual title of another figure. It is the display text of the object represented by the figure.
| Field Summary |
|---|
| Fields inherited from interface CH.ifa.draw.framework.Figure |
|---|
POPUP_MENU |
| Method Summary | |
|---|---|
DisplayObject |
getClient()
Gets the the display object we are connected with. |
java.lang.String |
getText()
Gets the title text of the figure. |
java.lang.String |
getTitleFormat()
Gets the title format. |
boolean |
isVerboseDisplay()
Gets the flag if the display text or the object name should be displayed if there is no display name of the client object. |
void |
setClient(DisplayObject client)
Sets the the display object we are connected with. |
void |
setText(java.lang.String text)
Sets the title text of the figure. |
void |
setTitleFormat(java.lang.String titleFormat)
Sets the title format. |
void |
setVerboseDisplay(boolean verboseDisplay)
Sets the flag if the display text or the object name should be displayed if there is no display name of the client object. |
| Methods inherited from interface CH.ifa.draw.framework.Figure |
|---|
addFigureChangeListener, addToContainer, basicDisplayBox, canConnect, center, changed, clone, connectedTextLocator, connectionInsets, connectorAt, connectorVisibility, containsPoint, decompose, displayBox, displayBox, displayBox, draw, figures, findFigureInside, getAttribute, getZValue, handles, includes, invalidate, isEmpty, listener, moveBy, release, removeFigureChangeListener, removeFromContainer, setAttribute, setZValue, size, willChange |
| Methods inherited from interface CH.ifa.draw.util.Storable |
|---|
read, write |
| Methods inherited from interface org.openbp.cockpit.modeler.figures.generic.UpdatableFigure |
|---|
updateFigure |
| Method Detail |
|---|
java.lang.String getText()
void setText(java.lang.String text)
DisplayObject getClient()
void setClient(DisplayObject client)
java.lang.String getTitleFormat()
DisplayObjectDisplayObject
void setTitleFormat(java.lang.String titleFormat)
DisplayObjectDisplayObject
boolean isVerboseDisplay()
void setVerboseDisplay(boolean verboseDisplay)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||