org.merlotxml.merlot
Class XMLEditor.DTDChooserFindFileAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.merlotxml.merlot.XMLEditor.DTDChooserFindFileAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
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
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
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, getKeys, getPropertyChangeListeners, 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