org.openstreetmap.josm.gui.io
Class UploadStrategySelectionPanel.ChunkSizeInputVerifier
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadStrategySelectionPanel.ChunkSizeInputVerifier
UploadStrategySelectionPanel.ChunkSizeInputVerifier()
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