|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.ui.valueadaptor.ValueAdapter | +--org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter
This class was generated by a SmartGuide.
Constructor Summary | |
VectorTextAreaValueAdapter(JTextArea aTextArea)
This method was created by a SmartGuide. |
|
VectorTextAreaValueAdapter(JTextArea aTextArea,
Vector linesVector)
This method was created by a SmartGuide. |
Method Summary | |
void |
setValue(Object linesVector)
This method was created by a SmartGuide. |
Object |
value()
Parse the text and return a Vector of Strings based on \n" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VectorTextAreaValueAdapter(JTextArea aTextArea)
public VectorTextAreaValueAdapter(JTextArea aTextArea, Vector linesVector)
Method Detail |
public void setValue(Object linesVector)
setValue
in class ValueAdapter
public Object value()
value
in class ValueAdapter
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |