|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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)
MOPropertyEditorRegistryMOPropertyEditor to support new primitive types
registerPropertyEditor in interface MOPropertyEditorRegistryclazz - - the property typepe - - the property editorpublic MOPropertyEditor get(java.lang.Class clazz)
MOPropertyEditorRegistryMOPropertyEditor 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 MOPropertyEditorRegistryclazz - - the property type
public boolean has(java.lang.Class clazz)
MOPropertyEditorRegistry
has in interface MOPropertyEditorRegistryclazz - - the property class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||