Uses of Class
adams.gui.goe.AbstractGenericObjectEditorHandler
-
Packages that use AbstractGenericObjectEditorHandler Package Description adams.gui.goe -
-
Uses of AbstractGenericObjectEditorHandler in adams.gui.goe
Subclasses of AbstractGenericObjectEditorHandler in adams.gui.goe Modifier and Type Class Description class
AdamsGenericObjectEditorHandler
Handler for the ADAMS GenericObjectEditor.class
DefaultGenericObjectEditorHandler
Dummy handler.class
WekaGenericObjectEditorHandler
Handler for the WEKA GenericObjectEditor.Methods in adams.gui.goe that return AbstractGenericObjectEditorHandler Modifier and Type Method Description static AbstractGenericObjectEditorHandler
AbstractGenericObjectEditorHandler. getHandler(Class cls)
Returns a handler for the specified class.static AbstractGenericObjectEditorHandler
AbstractGenericObjectEditorHandler. getHandler(Object obj)
Returns a handler for the specified object.
-