Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
org.openstreetmap.josm.gui.conflict.pair.relation | |
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 else
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Provides classes allowing to query changesets to the OSM API.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
org.openstreetmap.josm.gui.preferences.audio |
Provides classes for handling audio preferences.
|
org.openstreetmap.josm.gui.preferences.display |
Provides classes for handling display preferences.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.preferences.map |
Provides classes for handling map preferences.
|
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.gui.preferences.shortcut |
Provides classes for handling shortcut preferences.
|
org.openstreetmap.josm.gui.tagging.ac |
Provides classes for handling autocompletion of tags.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
JumpToAction.lat |
private JosmTextField |
JumpToAction.lon |
private JosmTextField |
ImageryAdjustAction.ImageryOffsetDialog.tBookmarkName |
private JosmTextField |
ImageryAdjustAction.ImageryOffsetDialog.tOffset |
private JosmTextField |
JumpToAction.url |
private JosmTextField |
JumpToAction.zm |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
MapStatus.helpText |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
TileSelectionBBoxChooser.TileGridInputPanel.tfMaxX |
private JosmTextField |
TileSelectionBBoxChooser.TileGridInputPanel.tfMaxY |
private JosmTextField |
TileSelectionBBoxChooser.TileGridInputPanel.tfMinX |
private JosmTextField |
TileSelectionBBoxChooser.TileGridInputPanel.tfMinY |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
RelationMemberTableCellEditor.editor |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
RelationListDialog.filter |
private JosmTextField |
LatLonDialog.tfEastNorth |
private JosmTextField |
LatLonDialog.tfLatLon |
Modifier and Type | Method and Description |
---|---|
private JosmTextField |
RelationListDialog.setupFilter() |
Modifier and Type | Method and Description |
---|---|
protected void |
LatLonDialog.clearErrorFeedback(JosmTextField tf,
java.lang.String message) |
protected void |
LatLonDialog.setErrorFeedback(JosmTextField tf,
java.lang.String message) |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
ChangesetDetailPanel.tfClosedOn |
private JosmTextField |
ChangesetDetailPanel.tfCreatedOn |
private JosmTextField |
ChangesetDetailPanel.tfID |
private JosmTextField |
ChangesetDetailPanel.tfOpen |
private JosmTextField |
ChangesetDetailPanel.tfUser |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfClosedAfterDate1 |
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfClosedAfterDate2 |
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfClosedAfterTime1 |
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfClosedAfterTime2 |
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfCreatedBeforeDate |
private JosmTextField |
AdvancedChangesetQueryPanel.TimeRestrictionPanel.tfCreatedBeforeTime |
private JosmTextField |
AdvancedChangesetQueryPanel.UserRestrictionPanel.tfUid |
private JosmTextField |
UrlBasedQueryPanel.tfUrl |
private JosmTextField |
AdvancedChangesetQueryPanel.UserRestrictionPanel.tfUserName |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
PropertiesDialog.tagTableFilter |
Modifier and Type | Method and Description |
---|---|
private JosmTextField |
PropertiesDialog.setupFilter() |
Modifier and Type | Field and Description |
---|---|
private JosmTextField[] |
BoundingBoxSelection.latlon |
private JosmTextField |
BoundingBoxSelection.LatValueChecker.tfLatValue |
private JosmTextField |
BoundingBoxSelection.LonValueChecker.tfLonValue |
Modifier and Type | Method and Description |
---|---|
protected void |
BoundingBoxSelection.resetErrorMessage(JosmTextField tf) |
protected void |
BoundingBoxSelection.setErrorMessage(JosmTextField tf,
java.lang.String msg) |
Constructor and Description |
---|
LatValueChecker(JosmTextField tfLatValue) |
LonValueChecker(JosmTextField tfLonValue) |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
UploadStrategySelectionPanel.tfChunkSize |
private JosmTextField |
LayerNameAndFilePathTableCell.tfFilename |
protected JosmTextField |
CredentialDialog.CredentialPanel.tfUserName |
Modifier and Type | Method and Description |
---|---|
protected void |
UploadStrategySelectionPanel.ChunkSizeInputVerifier.clearErrorFeedback(JosmTextField tf,
java.lang.String message) |
protected void |
UploadStrategySelectionPanel.ChunkSizeInputVerifier.setErrorFeedback(JosmTextField tf,
java.lang.String message) |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
CorrelateGpxWithImages.SetOffsetActionListener.tfGpsTime |
private JosmTextField |
CorrelateGpxWithImages.tfOffset |
private JosmTextField |
CorrelateGpxWithImages.tfTimezone |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
AccessTokenInfoPanel.tfAccessTokenKey |
private JosmTextField |
ManualAuthorizationUI.tfAccessTokenKey |
private JosmTextField |
AccessTokenInfoPanel.tfAccessTokenSecret |
private JosmTextField |
ManualAuthorizationUI.tfAccessTokenSecret |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfAccessTokenURL |
private JosmTextField |
SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel.tfAuthoriseUrl |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfAuthoriseURL |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfConsumerKey |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfConsumerSecret |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfOsmLoginURL |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfOsmLogoutURL |
private JosmTextField |
AdvancedOAuthPropertiesPanel.tfRequestTokenURL |
private JosmTextField |
FullyAutomaticAuthorizationUI.tfUserName |
private JosmTextField |
FullyAutomaticPropertiesPanel.tfUserName |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
SourceEditor.FileOrUrlCellEditor.tfFileName |
private JosmTextField |
SourceEditor.EditSourceEntryDialog.tfTitle |
private JosmTextField |
SourceEditor.EditSourceEntryDialog.tfURL |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
StringEditor.tvalue |
private JosmTextField |
AdvancedPreference.txtFilter |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
AudioPreference.audioCalibration |
private JosmTextField |
AudioPreference.audioFastForwardMultiplier |
private JosmTextField |
AudioPreference.audioForwardBackAmount |
private JosmTextField |
AudioPreference.audioLeadIn |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
GPXSettingsPanel.audioWaypointLabelPattern |
private JosmTextField |
GPXSettingsPanel.drawGpsArrowsMinDist |
private JosmTextField |
GPXSettingsPanel.drawLineWidth |
private JosmTextField |
GPXSettingsPanel.drawRawGpsMaxLineLength |
private JosmTextField |
GPXSettingsPanel.drawRawGpsMaxLineLengthLocal |
private JosmTextField |
GPXSettingsPanel.waypointLabelPattern |
Modifier and Type | Method and Description |
---|---|
private void |
GPXSettingsPanel.updateWaypointLabelCombobox(JosmComboBox<java.lang.String> cb,
JosmTextField tf,
Marker.TemplateEntryProperty property) |
private void |
GPXSettingsPanel.updateWaypointPattern(JosmComboBox<java.lang.String> cb,
JosmTextField tf) |
Modifier and Type | Field and Description |
---|---|
protected JosmTextField |
AddImageryPanel.name |
private JosmTextField |
CommonSettingsPanel.tilecacheDir |
private JosmTextField |
AddTMSLayerPanel.tmsZoom |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
BackupPreference.autosaveInterval |
private JosmTextField |
BackupPreference.backupPerLayer |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
PluginPreference.tfFilter |
private JosmTextField |
PluginUpdatePolicyPanel.tfUpdateInterval |
Modifier and Type | Field and Description |
---|---|
JosmTextField |
CodeProjectionChoice.CodeSelectionPanel.filter |
JosmTextField |
CustomProjectionChoice.PreferencePanel.input |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
FeaturesPanel.notesDaysClosed |
private JosmTextField |
FeaturesPanel.notifierInterval |
private JosmTextField |
OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel.tfAccessTokenKey |
private JosmTextField |
OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel.tfAccessTokenSecret |
private JosmTextField |
BasicAuthenticationPreferencesPanel.tfOsmUserName
the OSM user name
|
private JosmTextField |
ProxyPreferencesPanel.tfProxyHttpHost |
private JosmTextField |
ProxyPreferencesPanel.tfProxyHttpPort |
private JosmTextField |
ProxyPreferencesPanel.tfProxyHttpUser |
private JosmTextField |
ProxyPreferencesPanel.tfProxySocksHost |
private JosmTextField |
ProxyPreferencesPanel.tfProxySocksPort |
Modifier and Type | Field and Description |
---|---|
private JosmTextField |
PrefJPanel.filterField |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompletingTextField
AutoCompletingTextField is a text field with autocompletion behaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdTextField<T extends AbstractTextComponentValidator>
An abstract class for ID text fields.
|
class |
ChangesetIdTextField
A text field designed to enter a single OSM changeset ID.
|
class |
DisableShortcutsOnFocusGainedTextField
A JTextField that disabled all JOSM shortcuts composed of a single key without modifier (except F1 to F12),
in order to avoid them to be triggered while typing.
|
class |
OsmIdTextField
A text field designed to enter one or several OSM primitive IDs.
|
Modifier and Type | Field and Description |
---|---|
protected JosmTextField |
SearchTextResultListPanel.edSearchText |
private JosmTextField[] |
BoundingBoxSelectionPanel.tfLatLon |
private JosmTextField |
BoundingBoxSelectionPanel.tfOsmUrl |
Modifier and Type | Method and Description |
---|---|
private static void |
GpxExporter.addDependencies(GpxData data,
javax.swing.JCheckBox author,
JosmTextField authorName,
JosmTextField email,
JosmTextField copyright,
javax.swing.JButton predefined,
JosmTextField copyrightYear,
javax.swing.JLabel nameLabel,
javax.swing.JLabel emailLabel,
javax.swing.JLabel copyrightLabel,
javax.swing.JLabel copyrightYearLabel,
javax.swing.JLabel warning)
Add all those listeners to handle the enable state of the fields.
|
private static void |
GpxExporter.enableCopyright(GpxData data,
JosmTextField copyright,
javax.swing.JButton predefined,
JosmTextField copyrightYear,
javax.swing.JLabel copyrightLabel,
javax.swing.JLabel copyrightYearLabel,
javax.swing.JLabel warning,
boolean enable) |