Package com.illumon.iris.console.events
Class MultilineValuePopupProvider
java.lang.Object
com.illumon.iris.console.events.MultilineValuePopupProvider
- All Implemented Interfaces:
PopupProvider
public class MultilineValuePopupProvider extends Object implements PopupProvider
Provides a "Show Value" menu item when the value in the underlying row is
multiline
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MultilineValuePopupProvider()
-
Method Summary
Modifier and Type Method Description List<? extends JComponent>
getMenuItems(GuiTable table, int column)
Get a list of menu items to add to the popup.
-
Constructor Details
-
MultilineValuePopupProvider
public MultilineValuePopupProvider()
-
-
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.
-