|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.PropertyEditorMgr
public final class PropertyEditorMgr
Manager class that keeps track of property editors and packages that may contain editors.
| Method Summary | |
|---|---|
void |
addPackage(java.lang.String pkg)
Adds a package. |
java.lang.Class |
findPropertyEditor(java.lang.String className)
Looks up the specified property editor. |
java.lang.Class |
findPropertyValidator(java.lang.String className)
Looks up the specified property validator. |
static PropertyEditorMgr |
getInstance()
Gets the singleton instance of this class. |
static void |
reset()
Resets the loaded classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PropertyEditorMgr getInstance()
public static void reset()
public void addPackage(java.lang.String pkg)
pkg - The package to addpublic java.lang.Class findPropertyEditor(java.lang.String className)
addPackage(java.lang.String) and
return the editor class if it could be found in one of
the packages.
className - Unqualified name of the class
PropertyEditor) or null if no such editor could be foundpublic java.lang.Class findPropertyValidator(java.lang.String className)
addPackage(java.lang.String) and
return the validator class if it could be found in one of
the packages.
className - Unqualified name of the class
PropertyValidator) or null if no such validator could be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||