|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.converter.ArrayConverter
com.jidesoft.converter.DimensionConverter
public class DimensionConverter
Converter which converts Dimension to String and converts it back.
| Method Summary | |
|---|---|
java.lang.Object |
fromString(java.lang.String string,
ConverterContext context)
Converts from String to an object. |
boolean |
supportFromString(java.lang.String string,
ConverterContext context)
If it supports fromString. |
boolean |
supportToString(java.lang.Object object,
ConverterContext context)
If it supports toString method. |
java.lang.String |
toString(java.lang.Object object,
ConverterContext context)
Converts from object to String based on current locale. |
| Methods inherited from class com.jidesoft.converter.ArrayConverter |
|---|
arrayFromString, arrayToString, fromString, getElementClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString(java.lang.Object object,
ConverterContext context)
ObjectConverter
object - object to be convertedcontext - converter context to be used
public boolean supportToString(java.lang.Object object,
ConverterContext context)
ObjectConverter
object - object to be convertedcontext - converter context to be used
public java.lang.Object fromString(java.lang.String string,
ConverterContext context)
ObjectConverter
string - the stringcontext - context to be converted
public boolean supportFromString(java.lang.String string,
ConverterContext context)
ObjectConverter
string - the stringcontext - context to be converted
|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||