Uses of Class
org.openstreetmap.josm.gui.io.UploadTextComponentValidator
-
Packages that use UploadTextComponentValidator Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of UploadTextComponentValidator in org.openstreetmap.josm.gui.io
Subclasses of UploadTextComponentValidator in org.openstreetmap.josm.gui.io Modifier and Type Class Description (package private) static class
UploadTextComponentValidator.UploadAreaValidator
Validator for the changeset area(package private) static class
UploadTextComponentValidator.UploadCommentValidator
Validator for the changesetcomment
tag(package private) static class
UploadTextComponentValidator.UploadSourceValidator
Validator for the changesetsource
tagMethods in org.openstreetmap.josm.gui.io that return types with arguments of type UploadTextComponentValidator Modifier and Type Method Description protected java.util.List<UploadTextComponentValidator>
BasicUploadSettingsPanel. getUploadTextValidators()
Returns the list ofUploadTextComponentValidator
defined by this panel.
-