class BoundingBoxSelection.LatValueChecker extends FocusAdapter implements ActionListener
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
tfLatValue |
Constructor and Description |
---|
BoundingBoxSelection.LatValueChecker(JosmTextField tfLatValue) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
check() |
void |
focusLost(FocusEvent e) |
focusGained
private JosmTextField tfLatValue
public BoundingBoxSelection.LatValueChecker(JosmTextField tfLatValue)
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