Module org.autogui

Class ValueListPane.ValueListRemoveAction

java.lang.Object
javax.swing.AbstractAction
org.autogui.swing.util.ValueListPane.ValueListRemoveAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
ValueListPane<ValueType,PaneType extends JComponent>

public static class ValueListPane.ValueListRemoveAction extends AbstractAction
the action class for removing selected-panes
See Also:
  • Field Details

  • Constructor Details

    • ValueListRemoveAction

      public ValueListRemoveAction(ValueListPane<?,?> owner)
      Parameters:
      owner - the target pane
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)