Package adams.gui.goe.popupmenu
Class PullUpClassifier
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
-
- adams.gui.goe.popupmenu.PullUpClassifier
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter
,adams.core.SizeOfHandler
,adams.gui.goe.popupmenu.GenericObjectEditorPopupMenuCustomizer
,Serializable
public class PullUpClassifier extends adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
For pulling up classifiers from SingleClassifierEnhancer wrappers.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PullUpClassifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doCustomize(adams.gui.goe.GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.String
getName()
The name used for sorting.protected boolean
handles(adams.gui.goe.GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.-
Methods inherited from class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
addSeparator, customize
-
-
-
-
Method Detail
-
getName
public String getName()
The name used for sorting.- Returns:
- the name
-
handles
protected boolean handles(adams.gui.goe.GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.- Specified by:
handles
in classadams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
- Parameters:
menu
- the menu to customizeeditor
- the current editorcomp
- the GUI context
-
doCustomize
protected void doCustomize(adams.gui.goe.GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.- Specified by:
doCustomize
in classadams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
- Parameters:
menu
- the menu to customizeeditor
- the current editorcomp
- the GUI context
-
-