class OsmApiUrlInputPanel.ValidateApiUrlAction extends javax.swing.AbstractAction implements javax.swing.event.DocumentListener
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
lastTestedUrl |
| Constructor and Description |
|---|
ValidateApiUrlAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
void |
changedUpdate(javax.swing.event.DocumentEvent arg0) |
void |
insertUpdate(javax.swing.event.DocumentEvent arg0) |
void |
removeUpdate(javax.swing.event.DocumentEvent arg0) |
protected void |
updateEnabledState() |
private java.lang.String lastTestedUrl
public ValidateApiUrlAction()
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed in interface java.awt.event.ActionListenerprotected final void updateEnabledState()
public void changedUpdate(javax.swing.event.DocumentEvent arg0)
changedUpdate in interface javax.swing.event.DocumentListenerpublic void insertUpdate(javax.swing.event.DocumentEvent arg0)
insertUpdate in interface javax.swing.event.DocumentListenerpublic void removeUpdate(javax.swing.event.DocumentEvent arg0)
removeUpdate in interface javax.swing.event.DocumentListener