Class PullUpInstancesColumnFinder

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

    public class PullUpInstancesColumnFinder
    extends adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
    Pulls up the base Instances ColumnFinder from a filtered ColumnFinder.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • PullUpInstancesColumnFinder

        public PullUpInstancesColumnFinder()
    • 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