Package com.illumon.iris.console.events
Class ConfigHeaderPopupProvider
java.lang.Object
com.illumon.iris.console.events.ConfigHeaderPopupProvider
- All Implemented Interfaces:
HeaderPopupProvider
,PopupProvider
public class ConfigHeaderPopupProvider extends Object implements HeaderPopupProvider
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigHeaderPopupProvider(Table table, com.fishlib.io.logger.Logger log)
-
Method Summary
Modifier and Type Method Description List<JComponent>
getHeaderMenuItems(GuiTable table, int column)
Get a list of menu items to add to the default right click menu.
-
Constructor Details
-
Method Details
-
getHeaderMenuItems
Description copied from interface:HeaderPopupProvider
Get a list of menu items to add to the default right click menu.- Specified by:
getHeaderMenuItems
in interfaceHeaderPopupProvider
- Parameters:
table
- The table that was right clicked.column
- The column that was right clicked.
-