Class AbstractProcessSelectedRows

    • Field Detail

      • m_MenuItemText

        protected String m_MenuItemText
        the menu item caption.
    • Constructor Detail

      • AbstractProcessSelectedRows

        public AbstractProcessSelectedRows()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • setMenuItemText

        public void setMenuItemText​(String value)
        Sets the (optional) custom menu item text.
        Parameters:
        value - the text
      • getMenuItemText

        public String getMenuItemText()
        Returns the (optional) cuistom menu item text.
        Returns:
        the text
      • menuItemTextTipText

        public String menuItemTextTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultMenuItem

        protected abstract String getDefaultMenuItem()
        Returns the default name for the menu item.
        Returns:
        the name
      • doProcessSelectedRows

        protected abstract boolean doProcessSelectedRows​(InstancesTablePopupMenuItemHelper.TableState state)
        Processes the specified rows.
        Parameters:
        state - the table state
        Returns:
        true if successful