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 classUploadTextComponentValidator.UploadAreaValidatorValidator for the changeset area(package private) static classUploadTextComponentValidator.UploadCommentValidatorValidator for the changesetcommenttag(package private) static classUploadTextComponentValidator.UploadSourceValidatorValidator for the changesetsourcetagMethods 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 ofUploadTextComponentValidatordefined by this panel.
-