Package com.illumon.iris.console.events
Class OneClickListPopupProvider
java.lang.Object
com.illumon.iris.console.events.OneClickListPopupProvider
- All Implemented Interfaces:
PopupProvider
public class OneClickListPopupProvider extends Object implements PopupProvider
A PopupProvider that provides the "Create OneClick List" item if the
selected column is a string
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OneClickListPopupProvider()
-
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.
-
Constructor Details
-
OneClickListPopupProvider
public OneClickListPopupProvider()
-
-
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.
-