class BoundingBoxSelection.LonValueChecker extends java.awt.event.FocusAdapter implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
private JosmTextField |
tfLonValue |
| Constructor and Description |
|---|
LonValueChecker(JosmTextField tfLonValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
check() |
void |
focusLost(java.awt.event.FocusEvent e) |
private JosmTextField tfLonValue
public LonValueChecker(JosmTextField tfLonValue)
protected void check()
public void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenerfocusLost in class java.awt.event.FocusAdapterpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener