Package org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
- java.lang.Object
-
- org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
-
- All Implemented Interfaces:
ActionListener
,FocusListener
,EventListener
,ChangeListener
- Enclosing class:
- TileSelectionBBoxChooser.TileGridInputPanel
class TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder extends Object implements ActionListener, FocusListener, ChangeListener
-
-
Constructor Summary
Constructors Constructor Description TileBoundsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
protected void
buildTileBounds()
void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
void
stateChanged(ChangeEvent e)
-
-
-
Constructor Detail
-
TileBoundsBuilder
TileBoundsBuilder()
-
-
Method Detail
-
buildTileBounds
protected void buildTileBounds()
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interfaceChangeListener
-
-