Arch4J 1.1

org.arch4j.ui.valueadaptor
Class VectorTextAreaValueAdapter

java.lang.Object
  |
  +--org.arch4j.ui.valueadaptor.ValueAdapter
        |
        +--org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter

public class VectorTextAreaValueAdapter
extends ValueAdapter

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

VectorTextAreaValueAdapter

public VectorTextAreaValueAdapter(JTextArea aTextArea)
This method was created by a SmartGuide.


VectorTextAreaValueAdapter

public VectorTextAreaValueAdapter(JTextArea aTextArea,
                                  Vector linesVector)
This method was created by a SmartGuide.

Method Detail

setValue

public void setValue(Object linesVector)
This method was created by a SmartGuide.

Specified by:
setValue in class ValueAdapter
Returns:
java.lang.String

value

public Object value()
Parse the text and return a Vector of Strings based on \n"

Specified by:
value in class ValueAdapter
Returns:
java.lang.String

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.