|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.BoundPropertyObject
com.guiseframework.event.GuiseBoundPropertyObject
com.guiseframework.converter.AbstractConverter<V,java.lang.String>
com.guiseframework.converter.AbstractStringLiteralConverter<char[]>
com.guiseframework.converter.CharArrayStringLiteralConverter
public class CharArrayStringLiteralConverter
A converter that converts a char[] from and to a string literal.
| Field Summary |
|---|
| Fields inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
NO_PROPERTY_CHANGE_LISTENERS, NO_VETOABLE_CHANGE_LISTENERS |
| Fields inherited from interface com.guiseframework.converter.Converter |
|---|
INVALID_VALUE_MESSAGE_PROPERTY |
| Constructor Summary | |
|---|---|
CharArrayStringLiteralConverter()
|
|
| Method Summary | |
|---|---|
char[] |
convertLiteral(java.lang.String literal)
Converts a literal representation of a value from the lexical space into a value in the value space. |
java.lang.String |
convertValue(char[] value)
Converts a value from the value space to a literal value in the lexical space. |
boolean |
isEquivalent(char[] value,
java.lang.String literal)
Determines if the given literal in the lexical space is a valid representation of the given value in the value space. |
| Methods inherited from class com.guiseframework.converter.AbstractStringLiteralConverter |
|---|
getInstance |
| Methods inherited from class com.guiseframework.converter.AbstractConverter |
|---|
getInvalidValueMessage, isValidLiteral, setInvalidValueMessage |
| Methods inherited from class com.guiseframework.event.GuiseBoundPropertyObject |
|---|
getSession |
| Methods inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, createPostponedPropertyChangeEvent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getForwardPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, getPropertyChangeSupport, getRepeatPropertyChangeListener, getRepeatVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, getVetoableChangeSupport, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.guiseframework.converter.Converter |
|---|
getSession |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public CharArrayStringLiteralConverter()
| Method Detail |
|---|
public char[] convertLiteral(java.lang.String literal)
throws ConversionException
literal - The literal value in the lexical space to convert.
null if the given literal is null.
ConversionException - if the literal value cannot be converted.
public java.lang.String convertValue(char[] value)
throws ConversionException
convertValue in interface Converter<char[],java.lang.String>convertValue in class AbstractStringLiteralConverter<char[]>value - The value in the value space to convert.
null if the given literal is null.
ConversionException - if the value cannot be converted.
public boolean isEquivalent(char[] value,
java.lang.String literal)
isEquivalent in interface Converter<char[],java.lang.String>isEquivalent in class AbstractConverter<char[],java.lang.String>value - The value to compare.literal - The literal value in the lexical space to compare with the value after conversion.
true if the given literal in the lexical space is a valid representation of the given value in the value space.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||