Package adams.gui.goe.popupmenu
Interface GenericObjectEditorPopupMenuCustomizer
-
- All Known Implementing Classes:
AbstractGenericObjectEditorPopupMenuCustomizer
,Edit
,EncloseBooleanCondition
,EncloseClassifier
,EncloseClusterer
,EncloseConversion
,Favorites
,History
,InvertInstancesColumnFinder
,InvertInstancesRowFinder
,InvertSpreadSheetColumnFinder
,InvertSpreadSheetRowFinder
,PullUpBooleanCondition
,PullUpClassifier
,PullUpClusterer
,PullUpInstancesColumnFinder
,PullUpInstancesRowFinder
,PullUpSpreadSheetColumnFinder
,PullUpSpreadSheetRowFinder
,SwapActor
,Variables
public interface GenericObjectEditorPopupMenuCustomizer
Interface for classes that customize the GOE popup menu.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.String
getName()
The name used for sorting.
-
-
-
Method Detail
-
getName
String getName()
The name used for sorting.- Returns:
- the name
-
customize
void customize(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.- Parameters:
menu
- the menu to customizeeditor
- the current editorcomp
- the GUI context
-
-