|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.gui.editors.ParameterEditorFactory
public class ParameterEditorFactory
Factory to obtain the ParameterEditor of a data type.
Constructor Summary | |
---|---|
ParameterEditorFactory()
|
Method Summary | |
---|---|
static void |
clear()
Clears all the registered editors |
static ParameterEditor |
getEditor(java.lang.Class<?> type)
Creates the editor and configures it with its data-type name |
static ParameterEditor |
getEditor(java.lang.Class<?> type,
java.util.Collection<java.lang.Object> allowedValues)
Creates the editor and configures it with its data-type name |
static void |
registerEditor(java.lang.Class type,
java.lang.Class editor)
Registers and editor |
static void |
unregisterEditor(java.lang.Class type)
Unregisters the editor of a type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterEditorFactory()
Method Detail |
---|
public static ParameterEditor getEditor(java.lang.Class<?> type)
public static ParameterEditor getEditor(java.lang.Class<?> type, java.util.Collection<java.lang.Object> allowedValues)
public static void registerEditor(java.lang.Class type, java.lang.Class editor)
type
- that the editor manageseditor
- of the typepublic static void unregisterEditor(java.lang.Class type)
type
- of the editor to removepublic static void clear()
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |