org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder

java.lang.Object
  extended by 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
TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void buildTileBounds()
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder

TileSelectionBBoxChooser.TileGridInputPanel.TileBoundsBuilder()
Method Detail

buildTileBounds

protected void buildTileBounds()

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener


JOSM