public class BasicTreeUI.TreeCancelEditingAction extends javax.swing.AbstractAction
| Constructor and Description |
|---|
BasicTreeUI.TreeCancelEditingAction(java.lang.String name)
Creates the new tree cancel editing action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs, cancels the cell editing (if the
tree cell is being edited).
|
public BasicTreeUI.TreeCancelEditingAction(java.lang.String name)
name - the name of the action (used in toString).public void actionPerformed(java.awt.event.ActionEvent e)
e - event that occured