| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
atg.service.datacollection.FormatFieldEditor
public class FormatFieldEditor
Turns a FormatField into a String and vice versa.
Formatter| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| static char | FORMAT_STRING_INTRODUCERcharacter that introduces format strings | 
| static char | FORMAT_VARIABLE_INTRODUCERcharacter that indicates the field is a "special" field | 
| static char | QUOTE_CHARcharacter that begins and ends Strings | 
| Constructor Summary | |
|---|---|
| FormatFieldEditor() | |
| Method Summary | |
|---|---|
|  java.lang.String | getAsText() | 
|  void | setAsText(java.lang.String pString)Parse the supplied string into a FormatField | 
| Methods inherited from class java.beans.PropertyEditorSupport | 
|---|
| addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final char FORMAT_VARIABLE_INTRODUCER
public static final char QUOTE_CHAR
public static final char FORMAT_STRING_INTRODUCER
| Constructor Detail | 
|---|
public FormatFieldEditor()
| Method Detail | 
|---|
public void setAsText(java.lang.String pString)
               throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupportpString - the string to parse
java.lang.IllegalArgumentExceptionpublic java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class java.beans.PropertyEditorSupport| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||