javax.swing.plaf.basic
public class BasicTreeUI.TreeCancelEditingAction extends AbstractAction
Constructor Summary | |
---|---|
TreeCancelEditingAction(String name)
Creates the new tree cancel editing action.
|
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e)
Invoked when an action occurs, cancels the cell editing (if the
tree cell is being edited).
|
Parameters: name the name of the action (used in toString).
Parameters: e event that occured