Uses of Class
org.openstreetmap.josm.gui.util.ChangeNotifier
-
Packages that use ChangeNotifier Package Description org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists.org.openstreetmap.josm.gui.conflict.pair.nodes Provides the classes for displaying conflicts in ways list of nodes.org.openstreetmap.josm.gui.conflict.pair.properties Provides the classes for displaying conflicts in OSM primitive properties.org.openstreetmap.josm.gui.conflict.pair.relation Provides the classes for displaying conflicts in OSM primitive relation memberships.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset.query Provides classes allowing to query changesets to the OSM API.org.openstreetmap.josm.gui.help Help system based on an embedded web browser fetching contents from JOSM wiki.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.gui.util Provides GUI utility classes.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of ChangeNotifier in org.openstreetmap.josm.gui.bbox
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.bbox Modifier and Type Class Description private static classTileSelectionBBoxChooser.TileAddressValidatorValidates a tile addressprivate static classTileSelectionBBoxChooser.TileCoordinateValidatorValidates the x- or y-coordinate of a tile at a given zoom level. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair Modifier and Type Class Description classAbstractListMergeModel<T extends PrimitiveId,C extends ConflictResolveCommand>ListMergeModel is a model for interactively comparing and merging two list of entries of type T. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.nodes
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.nodes Modifier and Type Class Description classNodeListMergeModelThe model for merging two lists of way nodes -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.properties
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.properties Modifier and Type Class Description classPropertiesMergeModelThis is the model for resolving conflicts in the properties of theOsmPrimitives. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.relation
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.conflict.pair.relation Modifier and Type Class Description classRelationMemberListMergeModelThe model for merging two lists of relation members -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.dialogs
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description private classLatLonDialog.EastNorthValidatorprivate classLatLonDialog.LatLonValidator -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.dialogs.changeset.query
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.dialogs.changeset.query Modifier and Type Class Description classDateValidatorValidates dates entered as text in aJTextComponent.classTimeValidatorValidates time values entered as text in aJTextComponent.classUidInputFieldValidatorValidator for user ids entered in aJTextComponent. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.help
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.help Modifier and Type Class Description classHelpBrowserHistoryHelp browser history. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.history
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.history Modifier and Type Class Description classHistoryBrowserModelThis is the model used by the history browser. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.io
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.io Modifier and Type Class Description (package private) classUploadStrategySelectionPanel.ChunkSizeValidator(package private) classUploadTextComponentValidatorInput validators forUploadDialog(package private) static classUploadTextComponentValidator.UploadAreaValidatorValidator for the changeset area(package private) static classUploadTextComponentValidator.UploadCommentValidatorValidator for the changesetcommenttag(package private) static classUploadTextComponentValidator.UploadSourceValidatorValidator for the changesetsourcetag -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.oauth
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description private static classManualAuthorizationUI.AccessTokenKeyValidator -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.preferences.plugin
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.preferences.plugin Modifier and Type Class Description classPluginPreferencesModelThe plugin model behind aPluginListPanel. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.preferences.server
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.preferences.server Modifier and Type Class Description private static classOsmApiUrlInputPanel.ApiUrlValidatorclassUserNameValidatorValidator for OSM username. -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.util
Fields in org.openstreetmap.josm.gui.util declared as ChangeNotifier Modifier and Type Field Description private ChangeNotifierAdjustmentSynchronizer. observable -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.widgets
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description classAbstractTextComponentValidatorThis is an abstract class for a validator on a text component.private static classBoundingBoxSelectionPanel.LatitudeValidatorprivate static classBoundingBoxSelectionPanel.LongitudeValidatorstatic classChangesetIdTextField.ChangesetIdValidatorValidator for a changeset ID entered in aJTextComponent.classDefaultTextComponentValidatorDefault text component validator that only checks that an input field is not empty.static classOsmIdTextField.OsmIdValidatorValidator for an OSM primitive ID entered in aJTextComponent.
-