javax.swing.plaf.basic
protected class BasicFileChooserUI.NewFolderAction extends AbstractAction
See Also: getNewFolderAction
| Constructor Summary | |
|---|---|
| protected | NewFolderAction()
Creates a new NewFolderAction object. |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e)
Handles the event by creating a new folder.
|
NewFolderAction object.Parameters: e the action event (ignored).