Uses of Class
adams.gui.goe.WekaGenericObjectEditorDialog
-
Packages that use WekaGenericObjectEditorDialog Package Description adams.gui.goe -
-
Uses of WekaGenericObjectEditorDialog in adams.gui.goe
Fields in adams.gui.goe declared as WekaGenericObjectEditorDialog Modifier and Type Field Description protected WekaGenericObjectEditorDialogWekaGenericObjectEditorPanel. m_Dialogthe dialog for displaying the editor.Methods in adams.gui.goe that return WekaGenericObjectEditorDialog Modifier and Type Method Description static WekaGenericObjectEditorDialogWekaGenericObjectEditorDialog. createDialog(Container parent)Creates a modal dialog for the parent.static WekaGenericObjectEditorDialogWekaGenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor)Creates a modal dialog for the parent with the provided editor.static WekaGenericObjectEditorDialogWekaGenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor, Object value)Creates a modal dialog for the parent with the provided editor and initial value.
-