|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.abra.j2xb.beans.propertyEditors.MOPropertyEditorRegistryMapImpl
public class MOPropertyEditorRegistryMapImpl
Created by IntelliJ IDEA. User: YOAVA Date: May 24, 2007 Time: 3:37:38 PM To change this template use File | Settings | File Templates.
MOPropertyEditorRegistry
Constructor Summary | |
---|---|
MOPropertyEditorRegistryMapImpl()
|
Method Summary | |
---|---|
MOPropertyEditor |
get(java.lang.Class clazz)
gets a MO property editor MOPropertyEditor for the given class. |
boolean |
has(java.lang.Class clazz)
checks if the registry knows of a property editor for this class. |
void |
registerPropertyEditor(java.lang.Class clazz,
MOPropertyEditor pe)
registers a new MO property editor MOPropertyEditor to support new primitive types |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MOPropertyEditorRegistryMapImpl()
Method Detail |
---|
public void registerPropertyEditor(java.lang.Class clazz, MOPropertyEditor pe)
MOPropertyEditorRegistry
MOPropertyEditor
to support new primitive types
registerPropertyEditor
in interface MOPropertyEditorRegistry
clazz
- - the property typepe
- - the property editorpublic MOPropertyEditor get(java.lang.Class clazz)
MOPropertyEditorRegistry
MOPropertyEditor
for the given class. If the class is not registered,
the method will search for a super-class of it that is registered.
get
in interface MOPropertyEditorRegistry
clazz
- - the property type
public boolean has(java.lang.Class clazz)
MOPropertyEditorRegistry
has
in interface MOPropertyEditorRegistry
clazz
- - the property class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |