Package com.illumon.iris.console.events
Class ConfigHeaderPopupProvider
java.lang.Object
com.illumon.iris.console.events.ConfigHeaderPopupProvider
- All Implemented Interfaces:
HeaderPopupProvider
,PopupProvider
-
Field Summary
Fields inherited from interface com.illumon.iris.gui.widget.PopupProvider
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHeaderMenuItems
(GuiTable table, int column) Get a list of menu items to add to the default right click menu.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.controller.HeaderPopupProvider
getMenuItems
-
Constructor Details
-
ConfigHeaderPopupProvider
-
-
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.
-