Class ConfigPopupProvider

java.lang.Object
com.illumon.iris.console.events.ConfigPopupProvider
All Implemented Interfaces:
PopupProvider

public class ConfigPopupProvider extends Object implements PopupProvider
  • Constructor Details

    • ConfigPopupProvider

      public ConfigPopupProvider(Table table, com.fishlib.io.logger.Logger log)
    • ConfigPopupProvider

      public ConfigPopupProvider(MutableInputTable inputTable, com.fishlib.io.logger.Logger log)
  • Method Details

    • getMenuItems

      public List<JComponent> getMenuItems(GuiTable table, int columnIndex)
      Description copied from interface: PopupProvider
      Get a list of menu items to add to the popup.
      Specified by:
      getMenuItems in interface PopupProvider
      Parameters:
      table - The table that was clicked
      columnIndex - The column index in Model space
      Returns:
      A list of menu items to add to the popup menu.