Package adams.gui.goe.popupmenu
Class PullUpBooleanCondition
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
-
- adams.gui.goe.popupmenu.PullUpBooleanCondition
-
- All Implemented Interfaces:
LoggingSupporter
,SizeOfHandler
,GenericObjectEditorPopupMenuCustomizer
,Serializable
public class PullUpBooleanCondition extends AbstractGenericObjectEditorPopupMenuCustomizer
Pulls up the BooleanCondition from the Not condition.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description PullUpBooleanCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doCustomize(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.String
getName()
The name used for sorting.protected boolean
handles(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.-
Methods inherited from class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
addSeparator, customize
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
getName
public String getName()
The name used for sorting.- Returns:
- the name
-
handles
protected boolean handles(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.- Specified by:
handles
in classAbstractGenericObjectEditorPopupMenuCustomizer
- Parameters:
menu
- the menu to customizeeditor
- the current editorcomp
- the GUI context
-
doCustomize
protected void doCustomize(GenericObjectEditorPopupMenu menu, PropertyEditor editor, JComponent comp)
Customizes the GOE popup menu.- Specified by:
doCustomize
in classAbstractGenericObjectEditorPopupMenuCustomizer
- Parameters:
menu
- the menu to customizeeditor
- the current editorcomp
- the GUI context
-
-