javax.swing.plaf.metal

Class MetalFileChooserUI.DirectoryComboBoxAction

protected class MetalFileChooserUI.DirectoryComboBoxAction extends AbstractAction

Handles changes to the selection in the directory combo box.
Constructor Summary
protected DirectoryComboBoxAction()
Creates a new action.
Method Summary
voidactionPerformed(ActionEvent e)
Handles the action event.

Constructor Detail

DirectoryComboBoxAction

protected DirectoryComboBoxAction()
Creates a new action.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Handles the action event.

Parameters: e the event.