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 final JosmTextField tfLonValue
LonValueChecker(JosmTextField tfLonValue)
protected void check()
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
focusLost
in class java.awt.event.FocusAdapter
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener