Module org.autogui
Package org.autogui.swing.table
Class ObjectTableModel.CollectionRowsAndCellsActionBuilder
java.lang.Object
org.autogui.swing.table.ObjectTableModel.CollectionRowsAndCellsActionBuilder
- All Implemented Interfaces:
PopupExtension.PopupMenuFilter
- Enclosing class:
ObjectTableModel
public static class ObjectTableModel.CollectionRowsAndCellsActionBuilder
extends Object
implements PopupExtension.PopupMenuFilter
a builder accepting a
TableTargetCellAction
and wrapping it to a ObjectTableModel.TableTargetCellExecutionAction
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PopupExtension.PopupMenuFilter
protected GuiReprCollectionTable.TableTargetCell
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.util.PopupExtension.PopupMenuFilter
aroundItems, convertItems
-
Field Details
-
filter
-
target
-
-
Constructor Details
-
CollectionRowsAndCellsActionBuilder
-
-
Method Details
-
convert
- Specified by:
convert
in interfacePopupExtension.PopupMenuFilter
- Parameters:
item
- a converted item, one ofJComponent
(includingJMenuItem
),Action
,TableTargetCellAction
orPopupCategorized.CategorizedMenuItem
- Returns:
- a converted item or null if not matched
-