|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--org.merlotxml.merlot.XMLEditor.DTDChooserFindFileAction
brings up a file dialog for the user to find a dtd file if they click the "choose" button in the dtd resolver dialog
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 |
protected javax.swing.text.JTextComponent _field
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |