javax.swing.plaf.basic

Class BasicFileChooserUI.NewFolderAction

protected class BasicFileChooserUI.NewFolderAction extends AbstractAction

An action that handles the creation of a new folder/directory.

See Also: getNewFolderAction

Constructor Summary
protected NewFolderAction()
Creates a new NewFolderAction object.
Method Summary
voidactionPerformed(ActionEvent e)
Handles the event by creating a new folder.

Constructor Detail

NewFolderAction

protected NewFolderAction()
Creates a new NewFolderAction object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Handles the event by creating a new folder.

Parameters: e the action event (ignored).