org.merlotxml.merlot
Class XMLEditor.DTDChooserFindFileAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.merlotxml.merlot.XMLEditor.DTDChooserFindFileAction
Enclosing class:
XMLEditor

protected class XMLEditor.DTDChooserFindFileAction
extends javax.swing.AbstractAction

brings up a file dialog for the user to find a dtd file if they click the "choose" button in the dtd resolver dialog

See Also:
Serialized Form

Field Summary
protected  javax.swing.text.JTextComponent _field
          the text field to update with the file URL once the user selects one
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          The user clicked the "Choose" button.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_field

protected javax.swing.text.JTextComponent _field
the text field to update with the file URL once the user selects one
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
The user clicked the "Choose" button. Presents them with a file open dialog for dtd files
Overrides:
actionPerformed in class javax.swing.AbstractAction