org.openstreetmap.josm.gui.io
Class UploadStrategySelectionPanel.ChunkSizeInputVerifier

java.lang.Object
  extended by org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel.ChunkSizeInputVerifier
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.DocumentListener
Enclosing class:
UploadStrategySelectionPanel

 class UploadStrategySelectionPanel.ChunkSizeInputVerifier
extends java.lang.Object
implements javax.swing.event.DocumentListener, java.beans.PropertyChangeListener


Constructor Summary
UploadStrategySelectionPanel.ChunkSizeInputVerifier()
           
 
Method Summary
 void changedUpdate(javax.swing.event.DocumentEvent arg0)
           
protected  void clearErrorFeedback(javax.swing.JTextField tf, java.lang.String message)
           
 void insertUpdate(javax.swing.event.DocumentEvent arg0)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void removeUpdate(javax.swing.event.DocumentEvent arg0)
           
protected  void setErrorFeedback(javax.swing.JTextField tf, java.lang.String message)
           
protected  void valiateChunkSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadStrategySelectionPanel.ChunkSizeInputVerifier

UploadStrategySelectionPanel.ChunkSizeInputVerifier()
Method Detail

setErrorFeedback

protected void setErrorFeedback(javax.swing.JTextField tf,
                                java.lang.String message)

clearErrorFeedback

protected void clearErrorFeedback(javax.swing.JTextField tf,
                                  java.lang.String message)

valiateChunkSize

protected void valiateChunkSize()

changedUpdate

public void changedUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
changedUpdate in interface javax.swing.event.DocumentListener

insertUpdate

public void insertUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
insertUpdate in interface javax.swing.event.DocumentListener

removeUpdate

public void removeUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
removeUpdate in interface javax.swing.event.DocumentListener

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


JOSM