Uses of Class
org.openstreetmap.josm.gui.dialogs.changeset.query.TimeValidator
-
Packages that use TimeValidator Package Description org.openstreetmap.josm.gui.dialogs.changeset.query Provides classes allowing to query changesets to the OSM API. -
-
Uses of TimeValidator in org.openstreetmap.josm.gui.dialogs.changeset.query
Fields in org.openstreetmap.josm.gui.dialogs.changeset.query declared as TimeValidator Modifier and Type Field Description private TimeValidator
TimeRestrictionPanel. valClosedAfterTime1
private TimeValidator
TimeRestrictionPanel. valClosedAfterTime2
private TimeValidator
TimeRestrictionPanel. valCreatedBeforeTime
Methods in org.openstreetmap.josm.gui.dialogs.changeset.query that return TimeValidator Modifier and Type Method Description static TimeValidator
TimeValidator. decorate(javax.swing.text.JTextComponent tc)
Decorates the given text component.
-