public abstract class AbstractConverter<OBJECT_TYPE> extends AbstractStringObjectConverter<OBJECT_TYPE> implements IConverter<OBJECT_TYPE>
| Constructor and Description |
|---|
AbstractConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(OBJECT_TYPE value)
Gets an description for an value
|
getAcceptingRegExp, getInputVerifier, getMask, getStringValidatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToObject, getAcceptingRegExp, getInputVerifier, getMask, getStringValidatorconvertToStringpublic java.lang.String getDescription(OBJECT_TYPE value)
IObjectStringConvertergetDescription in interface IObjectStringConverter<OBJECT_TYPE>value - the value to get the description forSiehe auch Jowidgets Nutzerhandbuch