Module org.autogui

Class ObjectTableColumnValue.TableRowsRepeatAction

java.lang.Object
javax.swing.AbstractAction
org.autogui.swing.table.ObjectTableColumnValue.ActionDelegate<Action>
org.autogui.swing.table.ObjectTableColumnValue.TableRowsRepeatAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, PopupCategorized.CategorizedMenuItem, PopupCategorized.CategorizedMenuItemAction, PopupCategorized.CategorizedMenuItemComponent
Enclosing class:
ObjectTableColumnValue

public static class ObjectTableColumnValue.TableRowsRepeatAction extends ObjectTableColumnValue.ActionDelegate<Action> implements PopupCategorized.CategorizedMenuItemAction
an action for wrapping another action. this action iterates over the selected rows and changing the target column value with each row value.
See Also: