Package com.illumon.iris.console.events
Class CopyHeadersPopupProvider
java.lang.Object
com.illumon.iris.console.events.CopyHeadersPopupProvider
- All Implemented Interfaces:
PopupProvider
public class CopyHeadersPopupProvider extends Object implements PopupProvider
-
Field Summary
Fields Modifier and Type Field Description static StringCOPY_WITH_EXPANDEDstatic StringCOPY_WITH_HEADERSstatic StringCOPY_WITHOUT_EXPANDEDstatic StringCOPY_WITHOUT_HEADERS -
Constructor Summary
Constructors Constructor Description CopyHeadersPopupProvider(com.fishlib.io.logger.Logger log) -
Method Summary
Modifier and Type Method Description List<JComponent>getMenuItems(GuiTable table, int column)Get a list of menu items to add to the popup.
-
Field Details
-
COPY_WITH_HEADERS
- See Also:
- Constant Field Values
-
COPY_WITHOUT_HEADERS
- See Also:
- Constant Field Values
-
COPY_WITHOUT_EXPANDED
- See Also:
- Constant Field Values
-
COPY_WITH_EXPANDED
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CopyHeadersPopupProvider
public CopyHeadersPopupProvider(com.fishlib.io.logger.Logger log)
-
-
Method Details
-
getMenuItems
Description copied from interface:PopupProviderGet a list of menu items to add to the popup.- Specified by:
getMenuItemsin 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.
-