| java.lang.Object org.archive.crawler.settings.TextField
TextField | public class TextField implements CharSequence,Serializable(Code) | | Class to hold values for text fields.
Objects of this class could be used instead of
java.lang.String to
hold text strings with newlines in it. SimpleTypes with values wrapped in
objects of this class will show up in the UI as multiline text areas.
author: John Erik Halse |
Constructor Summary | |
public | TextField(String value) Constructs a new TextField object. |
TextField | public TextField(String value)(Code) | | Constructs a new TextField object.
Parameters: value - the string represented by this TextField. |
charAt | public char charAt(int index)(Code) | | |
hashCode | public int hashCode()(Code) | | |
length | public int length()(Code) | | |
|
|