protected class BasicFileChooserUI.NewFolderAction extends javax.swing.AbstractAction
| Modifier | Constructor and Description |
|---|---|
protected |
BasicFileChooserUI.NewFolderAction()
Creates a new
NewFolderAction object. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles the event by creating a new folder.
|
protected BasicFileChooserUI.NewFolderAction()
NewFolderAction object.public void actionPerformed(java.awt.event.ActionEvent e)
e - the action event (ignored).