Module java.desktop

Class BasicTreeUI.TreeCancelEditingAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicTreeUI

public class BasicTreeUI.TreeCancelEditingAction extends AbstractAction
ActionListener that invokes cancelEditing when action performed.
  • Constructor Details

    • TreeCancelEditingAction

      public TreeCancelEditingAction(String name)
      Constructs a new instance of TreeCancelEditingAction.
      Parameters:
      name - the name of action
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Description copied from interface: ActionListener
      Invoked when an action occurs.
      Parameters:
      e - the event to be processed