|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.xml.types.scalar.ScalarType<T>
ecologylab.xml.types.scalar.ReferenceType<ParsedURL>
ecologylab.xml.types.scalar.ParsedURLType
public class ParsedURLType
Type system entry for java.awt.Color. Uses a hex string as initialization.
| Field Summary | |
|---|---|
static java.lang.String |
URL_DELIMS
|
| Fields inherited from class ecologylab.xml.types.scalar.ScalarType |
|---|
DEFAULT_DELIMS, DEFAULT_VALUE, DEFAULT_VALUE_STRING |
| Constructor Summary | |
|---|---|
ParsedURLType()
This constructor should only be called once per session, through a static initializer, typically in TypeRegistry. |
|
| Method Summary | |
|---|---|
boolean |
affordsInterestExpression()
True if the user should be able to express interest in fields of this type. |
boolean |
allowDelimitersInTokens()
When editing, determines whether delimiters can be included in token strings. |
boolean |
allowNewLines()
|
boolean |
composedOfTerms()
When editing, is the field one that should be part of the Term model? |
java.lang.String |
delimeters()
For editing: these are the valid delimiters for separating tokens that make up a field of this type. |
ParsedURL |
getInstance(java.lang.String value)
Looks for file in value, and creates a ParsedURL with file set if appropriate. |
java.lang.String |
illegalChars()
When editing, do not allow the user to include these characters in the resulting value String. |
| Methods inherited from class ecologylab.xml.types.scalar.ReferenceType |
|---|
appendValue, appendValue |
| Methods inherited from class ecologylab.xml.types.scalar.ScalarType |
|---|
appendValue, appendValue, defaultValue, defaultValueLength, defaultValueString, getClassName, getTypeClass, isDefaultValue, isDefaultValue, isFloatingPoint, isPrimitive, isReference, marshall, needsEscaping, setField, setFieldError, toString |
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String URL_DELIMS
| Constructor Detail |
|---|
public ParsedURLType()
To get the instance of this type object for use in translations, call
TypeRegistry.get("cm.generic.ParsedURL").
| Method Detail |
|---|
public ParsedURL getInstance(java.lang.String value)
getInstance in class ScalarType<ParsedURL>value - String to marshall into a typed instance.ScalarType.getInstance(java.lang.String)public java.lang.String delimeters()
delimeters in class ScalarType<ParsedURL>public boolean allowNewLines()
allowNewLines in class ScalarType<ParsedURL>public boolean allowDelimitersInTokens()
allowDelimitersInTokens in class ScalarType<ParsedURL>public java.lang.String illegalChars()
illegalChars in class ScalarType<ParsedURL>public boolean composedOfTerms()
composedOfTerms in class ScalarType<ParsedURL>public boolean affordsInterestExpression()
affordsInterestExpression in class ScalarType<ParsedURL>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||