com.jxml.quick
Class PropertyEditors
java.lang.Object
|
+--com.jxml.quick.PropertyEditors
- public class PropertyEditors
- extends Object
Support logic for bean property editors.
Quick 1.1
Method Summary |
static void |
addJXMLPackage()
Add the jxml property editor package. |
static void |
addPackage(String editorPackage)
Add a new property editor package. |
static boolean |
havePackage(String editorPackage)
Returns true if the property editor package is already included. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditors
public PropertyEditors()
addPackage
public static void addPackage(String editorPackage)
- Add a new property editor package.
havePackage
public static boolean havePackage(String editorPackage)
- Returns true if the property editor package is already included.
addJXMLPackage
public static void addJXMLPackage()
- Add the jxml property editor package.