|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionException | |
---|---|
org.jdesktop.binding.metadata | |
org.jdesktop.binding.swingx | Contains API which enables Swing user-interface components to be easily bound to data models, such as JavaBeans, RowSet, and collections. |
org.jdesktop.jdnc | Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. |
org.jdesktop.jdnc.table |
Uses of ConversionException in org.jdesktop.binding.metadata |
---|
Methods in org.jdesktop.binding.metadata that throw ConversionException | |
---|---|
java.lang.Object |
Converters.DateConverter.decode(java.lang.String value,
java.lang.Object format)
|
java.lang.Object |
Converter.decode(java.lang.String value,
java.lang.Object format)
Converts the specified String value to an object that is an instance of the class associated with this converter instance. |
java.lang.String |
Converters.DateConverter.encode(java.lang.Object value,
java.lang.Object format)
|
java.lang.String |
Converter.encode(java.lang.Object value,
java.lang.Object format)
Converts the specified Object value to a string representation. |
Uses of ConversionException in org.jdesktop.binding.swingx |
---|
Methods in org.jdesktop.binding.swingx that throw ConversionException | |
---|---|
protected java.lang.Object |
AbstractBinding.convertToModelType(java.lang.Object componentValue)
|
Uses of ConversionException in org.jdesktop.jdnc |
---|
Methods in org.jdesktop.jdnc that throw ConversionException | |
---|---|
protected abstract void |
DataLoader.readData(java.io.InputStream is)
Invoked by the startLoading method. |
Uses of ConversionException in org.jdesktop.jdnc.table |
---|
Methods in org.jdesktop.jdnc.table that throw ConversionException | |
---|---|
protected void |
TableModelExtTextLoader.readData(java.io.InputStream is)
Invoked by the startLoading method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |