Class RollupHeaderPopupProvider
java.lang.Object
com.illumon.iris.console.events.rollup.RollupHeaderPopupProvider
- All Implemented Interfaces:
HeaderPopupProvider,PopupProvider
public class RollupHeaderPopupProvider extends Object implements HeaderPopupProvider
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RollupHeaderPopupProvider(com.fishlib.io.logger.Logger log) -
Method Summary
Modifier and Type Method Description List<? extends JComponent>getHeaderMenuItems(GuiTable table, int column)Get a list of menu items to add to the default right click menu.List<? extends JComponent>getMenuItems(GuiTable table, int column)Get a list of menu items to add to the popup.
-
Constructor Details
-
RollupHeaderPopupProvider
public RollupHeaderPopupProvider(com.fishlib.io.logger.Logger log)
-
-
Method Details
-
getHeaderMenuItems
Description copied from interface:HeaderPopupProviderGet a list of menu items to add to the default right click menu.- Specified by:
getHeaderMenuItemsin interfaceHeaderPopupProvider- Parameters:
table- The table that was right clicked.column- The column that was right clicked.
-
getMenuItems
Description copied from interface:PopupProviderGet a list of menu items to add to the popup.- Specified by:
getMenuItemsin interfaceHeaderPopupProvider- 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.
-