javax.swing.text.html
Class FormView.BrowseFileAction
java.lang.Object
javax.swing.text.html.FormView.BrowseFileAction
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- FormView
- private class FormView.BrowseFileAction
- extends Object
- implements ActionListener
BrowseFileAction is used for input type == file. When the user
clicks the button a JFileChooser is brought up allowing the user
to select a file in the file system. The resulting path to the selected
file is set in the text field (actually an instance of Document).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrs
private AttributeSet attrs
model
private Document model
FormView.BrowseFileAction
FormView.BrowseFileAction(AttributeSet attrs,
Document model)
actionPerformed
public void actionPerformed(ActionEvent ae)
- Description copied from interface:
ActionListener
- Invoked when an action occurs.
- Specified by:
actionPerformed
in interface ActionListener