Package org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
- java.lang.Object
-
- org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.awt.event.FocusListener,java.util.EventListener,javax.swing.event.ChangeListener
- Enclosing class:
- TileSelectionBBoxChooser.TileGridInputPanel
class TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder extends java.lang.Object implements java.awt.event.ActionListener, java.awt.event.FocusListener, javax.swing.event.ChangeListener
-
-
Constructor Summary
Constructors Constructor Description TileBoundsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidbuildTileBounds()voidfocusGained(java.awt.event.FocusEvent e)voidfocusLost(java.awt.event.FocusEvent e)voidstateChanged(javax.swing.event.ChangeEvent e)
-
-
-
Constructor Detail
-
TileBoundsBuilder
TileBoundsBuilder()
-
-
Method Detail
-
buildTileBounds
protected void buildTileBounds()
-
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- Specified by:
focusGainedin interfacejava.awt.event.FocusListener
-
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Specified by:
focusLostin interfacejava.awt.event.FocusListener
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener
-
-