javax.swing.plaf.basic
public class BasicTreeUI.TreeToggleAction extends AbstractAction
| Constructor Summary | |
|---|---|
| TreeToggleAction(String name)
Creates a new TreeToggleAction.
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e)
Invoked when an action occurs.
|
| boolean | isEnabled()
Returns true if the action is enabled.
|
Parameters: name is the name of Action field
Parameters: e the event that occured
Returns: true if the action is enabled, false otherwise