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 WekaGenericObjectEditorDialog
WekaGenericObjectEditorPanel. m_Dialog
the dialog for displaying the editor.Methods in adams.gui.goe that return WekaGenericObjectEditorDialog Modifier and Type Method Description static WekaGenericObjectEditorDialog
WekaGenericObjectEditorDialog. createDialog(Container parent)
Creates a modal dialog for the parent.static WekaGenericObjectEditorDialog
WekaGenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor)
Creates a modal dialog for the parent with the provided editor.static WekaGenericObjectEditorDialog
WekaGenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor, Object value)
Creates a modal dialog for the parent with the provided editor and initial value.
-