Package com.illumon.iris.console.events
Class ConfigPopupProvider
java.lang.Object
com.illumon.iris.console.events.ConfigPopupProvider
- All Implemented Interfaces:
PopupProvider
-
Field Summary
Fields inherited from interface com.illumon.iris.gui.widget.PopupProvider
NULL
-
Constructor Summary
ConstructorsConstructorDescriptionConfigPopupProvider
(Table table, com.fishlib.io.logger.Logger log) ConfigPopupProvider
(MutableInputTable inputTable, com.fishlib.io.logger.Logger log) -
Method Summary
Modifier and TypeMethodDescriptiongetMenuItems
(GuiTable table, int columnIndex) Get a list of menu items to add to the popup.
-
Constructor Details
-
ConfigPopupProvider
-
ConfigPopupProvider
-
-
Method Details
-
getMenuItems
Description copied from interface:PopupProvider
Get a list of menu items to add to the popup.- Specified by:
getMenuItems
in interfacePopupProvider
- Parameters:
table
- The table that was clickedcolumnIndex
- The column index in Model space- Returns:
- A list of menu items to add to the popup menu.
-