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 class
TileSelectionBBoxChooser.TileAddressValidator
Validates a tile addressprivate static class
TileSelectionBBoxChooser.TileCoordinateValidator
Validates 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 class
AbstractListMergeModel<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 class
NodeListMergeModel
The 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 class
PropertiesMergeModel
This is the model for resolving conflicts in the properties of theOsmPrimitive
s. -
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 class
RelationMemberListMergeModel
The 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 class
LatLonDialog.EastNorthValidator
private class
LatLonDialog.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 class
DateValidator
Validates dates entered as text in aJTextComponent
.class
TimeValidator
Validates time values entered as text in aJTextComponent
.class
UidInputFieldValidator
Validator 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 class
HelpBrowserHistory
Help 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 class
HistoryBrowserModel
This 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) class
UploadStrategySelectionPanel.ChunkSizeValidator
(package private) class
UploadTextComponentValidator
Input validators forUploadDialog
(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
tag -
Uses of ChangeNotifier in org.openstreetmap.josm.gui.oauth
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description (package private) static class
FullyAutomaticAuthorizationUI.PasswordValidator
private static class
ManualAuthorizationUI.AccessTokenKeyValidator
private static class
ManualAuthorizationUI.AccessTokenSecretValidator
-
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 class
PluginPreferencesModel
The 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 class
OsmApiUrlInputPanel.ApiUrlValidator
class
UserNameValidator
Validator 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 ChangeNotifier
AdjustmentSynchronizer. observable
-
Uses of ChangeNotifier in org.openstreetmap.josm.gui.widgets
Subclasses of ChangeNotifier in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description class
AbstractTextComponentValidator
This is an abstract class for a validator on a text component.private static class
BoundingBoxSelectionPanel.LatitudeValidator
private static class
BoundingBoxSelectionPanel.LongitudeValidator
static class
ChangesetIdTextField.ChangesetIdValidator
Validator for a changeset ID entered in aJTextComponent
.class
DefaultTextComponentValidator
Default text component validator that only checks that an input field is not empty.static class
OsmIdTextField.OsmIdValidator
Validator for an OSM primitive ID entered in aJTextComponent
.
-