Package com.illumon.iris.console.events
Class CopyHeadersPopupProvider
java.lang.Object
com.illumon.iris.console.events.CopyHeadersPopupProvider
- All Implemented Interfaces:
PopupProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from interface com.illumon.iris.gui.widget.PopupProvider
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMenuItems
(GuiTable table, int column) Get a list of menu items to add to the popup.
-
Field Details
-
COPY_WITH_HEADERS
- See Also:
-
COPY_WITHOUT_HEADERS
- See Also:
-
COPY_WITHOUT_EXPANDED
- See Also:
-
COPY_WITH_EXPANDED
- See Also:
-
-
Constructor Details
-
CopyHeadersPopupProvider
public CopyHeadersPopupProvider(com.fishlib.io.logger.Logger log)
-
-
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 clickedcolumn
- The column index in Model space- Returns:
- A list of menu items to add to the popup menu.
-