Class InvertInstancesRowFinder

  • All Implemented Interfaces:
    adams.core.logging.LoggingSupporter, adams.core.SizeOfHandler, adams.gui.goe.popupmenu.GenericObjectEditorPopupMenuCustomizer, Serializable

    public class InvertInstancesRowFinder
    extends adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
    Encloses a Instances RowFinder in Invert.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • InvertInstancesRowFinder

        public InvertInstancesRowFinder()
    • 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 class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
        Parameters:
        menu - the menu to customize
        editor - the current editor
        comp - 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 class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
        Parameters:
        menu - the menu to customize
        editor - the current editor
        comp - the GUI context