|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
org.oddjob.designer.model.DesignAdult
org.oddjob.designer.model.DesignElementType
org.oddjob.designer.model.DesignElementAttribute
org.oddjob.designer.elements.MultiLineBaseDE
This is the base type for a text type that can contain multline text.
| Field Summary |
| Fields inherited from class org.oddjob.designer.model.DesignElementType |
detailObserver |
| Fields inherited from class org.oddjob.designer.model.DesignAdult |
parent |
| Constructor Summary | |
MultiLineBaseDE()
|
|
| Method Summary | |
void |
addText(java.lang.String text)
Add text. |
java.lang.String |
attribute()
Get the attribute text. |
void |
attribute(java.lang.String attr)
Set the attribute text. |
void |
clear()
Clear the DesignElement of Data. |
DesignDefinition |
detail()
The method is overridden by sub classes which have a detailed definition for their configuration. |
java.lang.String |
getValue()
|
boolean |
hasDetail()
Has the the element got detail, i.e more than just an attribute. |
void |
setValue(java.lang.String value)
|
java.lang.String |
text()
|
| Methods inherited from class org.oddjob.designer.model.DesignElementType |
getName, setName, type, type |
| Methods inherited from class org.oddjob.designer.model.DesignAdult |
addChild, childCount, childElements, children, children, clearChildren, createType, insertChild, parent, removeChild, supportedTypes, supportedTypes |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiLineBaseDE()
| Method Detail |
public boolean hasDetail()
DesignElement
hasDetail in interface DesignElementhasDetail in class DesignElementTypepublic DesignDefinition detail()
DesignElement
detail in interface DesignElementdetail in class DesignElementTypepublic void attribute(java.lang.String attr)
DesignAttribute
attribute in interface DesignAttributeattribute in class DesignElementAttributepublic java.lang.String attribute()
DesignAttribute
attribute in interface DesignAttributeattribute in class DesignElementAttributepublic void addText(java.lang.String text)
text - public java.lang.String getValue()
public java.lang.String text()
public void setValue(java.lang.String value)
public void clear()
DesignElement
clear in interface DesignElementclear in class DesignElementAttribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||