Package adams.gui.goe.popupmenu
Class EncloseClusterer
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
-
- adams.gui.goe.popupmenu.EncloseClusterer
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter,adams.core.SizeOfHandler,adams.gui.goe.popupmenu.GenericObjectEditorPopupMenuCustomizer,Serializable
public class EncloseClusterer extends adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizerFor enclosing clusterers in SingleClustererEnhancer wrappers.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncloseClusterer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoCustomize(adams.gui.goe.GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)Customizes the GOE popup menu.StringgetName()The name used for sorting.protected booleanhandles(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:
handlesin 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:
doCustomizein classadams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer- Parameters:
menu- the menu to customizeeditor- the current editorcomp- the GUI context
-
-