Class FormatHeaderPopupProvider
java.lang.Object
com.illumon.iris.console.events.format.FormatHeaderPopupProvider
- All Implemented Interfaces:
HeaderPopupProvider
,PopupProvider
Provides a pop up menu with options for formatting the column.
-
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.gui.table.HeaderPopupProvider
getMenuItems
-
Constructor Details
-
FormatHeaderPopupProvider
public FormatHeaderPopupProvider(com.fishlib.io.logger.Logger log)
-
-
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.
-