|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedDataTypeException | |
com.taursys.model | This package contains the model and value holder subcomponents which hold, parse and format values for Mapper XML components. |
com.taursys.swing | This package contains Mapper's Swing based components. |
com.taursys.util | This package contains assorted utility and Exception classes for the Mapper framework. |
Uses of UnsupportedDataTypeException in com.taursys.model |
Methods in com.taursys.model that throw UnsupportedDataTypeException | |
void |
PropertyAdapter.setText(java.lang.Object target,
java.lang.String value,
java.text.Format format)
Sets the accessed Object from the given String value to DataType using Format(if defined) to parse. |
Constructors in com.taursys.model that throw UnsupportedDataTypeException | |
VariantValueHolder(int javaDataType)
Constructs a new VariantValueHolder for the given data type. |
|
DefaultTextModel(int javaDataType)
Constructs new DefaultTextModel and sets valueHolder to a VariantValueHolder for given data type. |
|
DefaultSelectModel(int javaDataType)
Constructs new DefaultSelectModel and sets valueHolder to a VariantValueHolder for given data type. |
|
DefaultCheckboxModel(int javaDataType)
Constructs new DefaultCheckboxModel and sets valueHolder to a VariantValueHolder for given data type. |
Uses of UnsupportedDataTypeException in com.taursys.swing |
Constructors in com.taursys.swing that throw UnsupportedDataTypeException | |
MTextField(int javaDataType)
Constructs a new MTextField and underlying MDocument as the given javaDataType field. |
|
MTextArea(int javaDataType)
Constructs a new MTextField and underlying MDocument as the given javaDataType field. |
|
MDocument(int javaDataType)
Creates a new MDocument and a DefaultTextModel with a VariantValueHolder of the given type. |
Uses of UnsupportedDataTypeException in com.taursys.util |
Methods in com.taursys.util that throw UnsupportedDataTypeException | |
static java.lang.String |
DataTypes.getJavaNameForType(int javaDatType)
Returns the class name for the given Java data type. |
static java.lang.Class |
DataTypes.getClassForType(int javaDatType)
Returns the Class for the given Java data type. |
static void |
DataTypes.checkJavaDataType(int i)
Checks given index to ensure it is valid type otherwise throws UnsupportedDataTypeException. |
static java.lang.Object |
DataTypes.convert(int javaDataType,
java.lang.Object value)
Returns an object of the type indicated by javaDataType set from the value of the given object. |
static java.lang.Object |
DataTypes.parse(int javaDataType,
java.lang.String value)
Returns a new object of type indicated by javaDataType with parsed given value. |
static java.lang.String |
DataTypes.format(int javaDataType,
java.lang.Object value)
Returns a default formatted String for the given object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |