Class PlottingHeaderPopupProvider
java.lang.Object
com.illumon.iris.console.events.plot.PlottingHeaderPopupProvider
- All Implemented Interfaces:
HeaderPopupProvider
,PopupProvider
public class PlottingHeaderPopupProvider extends Object implements HeaderPopupProvider
A pop up menu for creating plots.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlottingHeaderPopupProvider(IrisConsole.IrisViewManager viewManager, boolean isConsoleWidget, 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
-
PlottingHeaderPopupProvider
public PlottingHeaderPopupProvider(IrisConsole.IrisViewManager viewManager, boolean isConsoleWidget, 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.
-
getMenuItems
Description copied from interface:PopupProvider
Get a list of menu items to add to the popup.- Specified by:
getMenuItems
in interfaceHeaderPopupProvider
- 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.
-