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