Serialized Form
Package org.openstreetmap.gui.jmapviewer |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
map
JMapViewer map
zoomLabel
javax.swing.JLabel zoomLabel
zoomValue
javax.swing.JLabel zoomValue
mperpLabelName
javax.swing.JLabel mperpLabelName
mperpLabelValue
javax.swing.JLabel mperpLabelValue
serialVersionUID: 1L
mapMarkerList
java.util.List<E> mapMarkerList
mapRectangleList
java.util.List<E> mapRectangleList
mapPolygonList
java.util.List<E> mapPolygonList
mapMarkersVisible
boolean mapMarkersVisible
mapRectanglesVisible
boolean mapRectanglesVisible
mapPolygonsVisible
boolean mapPolygonsVisible
tileGridVisible
boolean tileGridVisible
tileController
TileController tileController
center
java.awt.Point center
- x- and y-position of the center of this map-panel on the world map
denoted in screen pixel regarding the current zoom level.
zoom
int zoom
- Current zoom level
zoomSlider
javax.swing.JSlider zoomSlider
zoomInButton
javax.swing.JButton zoomInButton
zoomOutButton
javax.swing.JButton zoomOutButton
tileSource
TileSource tileSource
attribution
AttributionSupport attribution
listenerList
javax.swing.event.EventListenerList listenerList
Package org.openstreetmap.gui.jmapviewer.events |
serialVersionUID: 8701544867914969620L
command
JMVCommandEvent.COMMAND command
Package org.openstreetmap.josm.actions |
info
ImageryInfo info
textLatLon
java.lang.String textLatLon
textEastNorth
java.lang.String textEastNorth
mode
java.lang.String mode
zoomChangeAdapter
AutoScaleAction.ZoomChangeAdapter zoomChangeAdapter
buttonModels
java.util.List<E> buttonModels
selected
boolean selected
changesetCacheManagerClosedHandler
java.awt.event.WindowListener changesetCacheManagerClosedHandler
buttonModels
java.util.List<E> buttonModels
selected
boolean selected
buttonModels
java.util.List<E> buttonModels
selected
boolean selected
gd
java.awt.GraphicsDevice gd
prevBounds
java.awt.Rectangle prevBounds
oldDx
double oldDx
oldDy
double oldDy
mouseDown
boolean mouseDown
prevEastNorth
EastNorth prevEastNorth
layer
ImageryLayer layer
oldMapMode
MapMode oldMapMode
cmds
java.util.LinkedList<E> cmds
cmdsCount
int cmdsCount
sc
Shortcut sc
layerChangeAdapter
JosmAction.LayerChangeAdapter layerChangeAdapter
selectionChangeAdapter
JosmAction.SelectionChangeAdapter selectionChangeAdapter
url
javax.swing.JTextField url
lat
javax.swing.JTextField lat
lon
javax.swing.JTextField lon
zm
javax.swing.JTextField zm
zoomFactor
double zoomFactor
services
java.util.ArrayList<E> services
- List of available rectifier services. May be extended from the outside
myDirection
MoveAction.Direction myDirection
downloadTasks
java.util.List<E> downloadTasks
USAGE
java.lang.String USAGE
checkbox
javax.swing.JCheckBoxMenuItem checkbox
prefKey
java.lang.String prefKey
prefDefault
boolean prefDefault
layer
OsmDataLayer layer
cbClearUndoRedo
javax.swing.JCheckBox cbClearUndoRedo
toPurge
java.util.Set<E> toPurge
toPurgeChecked
java.util.Set<E> toPurgeChecked
- finally, contains all objects that are purged
makeIncomplete
java.util.Set<E> makeIncomplete
- Subset of toPurgeChecked. Marks primitives that remain in the
dataset, but incomplete.
toPurgeAdditionally
java.util.List<E> toPurgeAdditionally
- Subset of toPurgeChecked. Those that have not been in the selection.
file
java.io.File file
layer
Layer layer
file
java.io.File file
layers
java.util.List<E> layers
exporters
java.util.Map<K,V> exporters
dependencies
MultiMap<A,B> dependencies
zipRequired
boolean zipRequired
layer
OsmDataLayer layer
selectedNode
Node selectedNode
selectedWay
Way selectedWay
selectedNodes
java.util.Set<E> selectedNodes
serialVersionUID: -2304521273582574603L
lastSelection
java.util.Collection<E> lastSelection
- Last selection used to validate
buttonModels
java.util.List<E> buttonModels
selected
boolean selected
buttonModels
java.util.List<E> buttonModels
selected
boolean selected
table
OsmPrimitivesTable table
descriptionNominal
java.lang.String descriptionNominal
descriptionInactiveLayer
java.lang.String descriptionInactiveLayer
descriptionNoSelection
java.lang.String descriptionNoSelection
Package org.openstreetmap.josm.actions.audio |
multiplier
double multiplier
Package org.openstreetmap.josm.actions.mapmode |
oldEvent
java.awt.event.MouseEvent oldEvent
oldHighlights
java.util.Set<E> oldHighlights
- elements that have been highlighted in the previous iteration. Used
to remove the highlight from them again as otherwise the whole data
set would have to be checked.
oldHighlightedWaySegment
WaySegment oldHighlightedWaySegment
drawTargetHighlight
boolean drawTargetHighlight
cursorJoinNode
java.awt.Cursor cursorJoinNode
cursorJoinWay
java.awt.Cursor cursorJoinWay
lastUsedNode
Node lastUsedNode
PHI
double PHI
mouseOnExistingNode
Node mouseOnExistingNode
mouseOnExistingWays
java.util.Set<E> mouseOnExistingWays
oldHighlights
java.util.Set<E> oldHighlights
newHighlights
java.util.Set<E> newHighlights
drawHelperLine
boolean drawHelperLine
wayIsFinished
boolean wayIsFinished
drawTargetHighlight
boolean drawTargetHighlight
mousePos
java.awt.Point mousePos
oldMousePos
java.awt.Point oldMousePos
selectedColor
java.awt.Color selectedColor
currentBaseNode
Node currentBaseNode
previousNode
Node previousNode
currentMouseEastNorth
EastNorth currentMouseEastNorth
snapHelper
DrawAction.SnapHelper snapHelper
backspaceShortcut
Shortcut backspaceShortcut
snappingShortcut
Shortcut snappingShortcut
snapChangeAction
DrawAction.SnapChangeAction snapChangeAction
snapCheckboxMenuItem
javax.swing.JCheckBoxMenuItem snapCheckboxMenuItem
useRepeatedShortcut
boolean useRepeatedShortcut
set
java.util.TreeSet<E> set
releaseEvent
java.awt.event.KeyEvent releaseEvent
timer
javax.swing.Timer timer
rightClickPressPos
java.awt.Point rightClickPressPos
mode
ExtrudeAction.Mode mode
alwaysCreateNodes
boolean alwaysCreateNodes
- If true, when extruding create new node even if segments parallel.
mouseDownTime
long mouseDownTime
selectedSegment
WaySegment selectedSegment
selectedColor
java.awt.Color selectedColor
possibleMoveDirections
java.util.List<E> possibleMoveDirections
- Possible directions to move to.
activeMoveDirection
EastNorth activeMoveDirection
- The direction that is currently active.
initialMousePos
java.awt.Point initialMousePos
- The position of the mouse cursor when the drag action was initiated.
initialMoveDelay
int initialMoveDelay
- The time which needs to pass between click and release before something
counts as a move, in milliseconds
initialN1en
EastNorth initialN1en
- The initial EastNorths of node1 and node2
initialN2en
EastNorth initialN2en
newN1en
EastNorth newN1en
- The new EastNorths of node1 and node2
newN2en
EastNorth newN2en
moveCommand
MoveCommand moveCommand
- the command that performed last move.
cursorCreateNew
java.awt.Cursor cursorCreateNew
- The cursor for the 'create_new' mode.
altKeyListener
java.awt.event.AWTEventListener altKeyListener
- This listener is used to indicate the 'create_new' mode, if the Alt modifier is pressed.
serialVersionUID: 42L
state
ImproveWayAccuracyAction.State state
mv
MapView mv
targetWay
Way targetWay
candidateNode
Node candidateNode
candidateSegment
WaySegment candidateSegment
mousePos
java.awt.Point mousePos
dragging
boolean dragging
cursorSelect
java.awt.Cursor cursorSelect
cursorSelectHover
java.awt.Cursor cursorSelectHover
cursorImprove
java.awt.Cursor cursorImprove
cursorImproveAdd
java.awt.Cursor cursorImproveAdd
cursorImproveDelete
java.awt.Cursor cursorImproveDelete
cursorImproveAddLock
java.awt.Cursor cursorImproveAddLock
cursorImproveLock
java.awt.Cursor cursorImproveLock
guideColor
java.awt.Color guideColor
selectTargetWayStroke
java.awt.BasicStroke selectTargetWayStroke
moveNodeStroke
java.awt.BasicStroke moveNodeStroke
addNodeStroke
java.awt.BasicStroke addNodeStroke
deleteNodeStroke
java.awt.BasicStroke deleteNodeStroke
selectionChangedBlocked
boolean selectionChangedBlocked
oldModeHelpText
java.lang.String oldModeHelpText
cursor
java.awt.Cursor cursor
ctrl
boolean ctrl
alt
boolean alt
shift
boolean shift
serialVersionUID: 1L
mode
ParallelWayAction.Mode mode
copyTags
boolean copyTags
copyTagsDefault
boolean copyTagsDefault
snap
boolean snap
snapDefault
boolean snapDefault
snapThreshold
double snapThreshold
snapDistanceMetric
double snapDistanceMetric
snapDistanceImperial
double snapDistanceImperial
snapDistanceChinese
double snapDistanceChinese
snapModifierCombo
ModifiersSpec snapModifierCombo
copyTagsModifierCombo
ModifiersSpec copyTagsModifierCombo
addToSelectionModifierCombo
ModifiersSpec addToSelectionModifierCombo
toggleSelectedModifierCombo
ModifiersSpec toggleSelectedModifierCombo
setSelectedModifierCombo
ModifiersSpec setSelectedModifierCombo
initialMoveDelay
int initialMoveDelay
mv
MapView mv
mousePressedPos
java.awt.Point mousePressedPos
mouseIsDown
boolean mouseIsDown
mousePressedTime
long mousePressedTime
mouseHasBeenDragged
boolean mouseHasBeenDragged
referenceSegment
WaySegment referenceSegment
pWays
ParallelWays pWays
sourceWays
java.util.LinkedHashSet<E> sourceWays
helperLineStart
EastNorth helperLineStart
helperLineEnd
EastNorth helperLineEnd
dragging
boolean dragging
mousePos
java.awt.Point mousePos
mouseStart
java.awt.Point mouseStart
playHeadMarker
PlayHeadMarker playHeadMarker
lassoMode
boolean lassoMode
oldEvent
java.awt.event.MouseEvent oldEvent
mode
SelectAction.Mode mode
selectionManager
SelectionManager selectionManager
cancelDrawMode
boolean cancelDrawMode
drawTargetHighlight
boolean drawTargetHighlight
didMouseDrag
boolean didMouseDrag
mv
MapView mv
- The component this SelectAction is associated with.
startingDraggingPos
java.awt.Point startingDraggingPos
- The old cursor before the user pressed the mouse button.
startEN
EastNorth startEN
- point where user pressed the mouse to start movement
lastMousePos
java.awt.Point lastMousePos
- The last known position of the mouse.
mouseDownTime
long mouseDownTime
- The time of the user mouse down event.
mouseDownButton
int mouseDownButton
- The pressed button of the user mouse down event.
mouseReleaseTime
long mouseReleaseTime
- The time of the user mouse down event.
initialMoveDelay
int initialMoveDelay
- The time which needs to pass between click and release before something
counts as a move, in milliseconds
initialMoveThreshold
int initialMoveThreshold
- The screen distance which needs to be travelled before something
counts as a move, in pixels
initialMoveThresholdExceeded
boolean initialMoveThresholdExceeded
oldHighlights
java.util.Set<E> oldHighlights
- elements that have been highlighted in the previous iteration. Used
to remove the highlight from them again as otherwise the whole data
set would have to be checked.
previousModifiers
int previousModifiers
cycleManager
SelectAction.CycleManager cycleManager
virtualManager
SelectAction.VirtualManager virtualManager
selectionManager
SelectionManager selectionManager
- Manager that manages the selection rectangle with the aspect ratio of the
MapView.
Package org.openstreetmap.josm.actions.search |
Package org.openstreetmap.josm.actions.upload |
cycle
java.util.Stack<E> cycle
Package org.openstreetmap.josm.corrector |
corrections
java.util.List<E> corrections
apply
boolean[] apply
applyColumn
int applyColumn
Package org.openstreetmap.josm.data |
realm
java.lang.String realm
Package org.openstreetmap.josm.data.coor |
eastNorth
EastNorth eastNorth
proj
Projection proj
Package org.openstreetmap.josm.data.imagery |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
layer
WMSLayer layer
state
GeorefImage.State state
image
java.awt.image.BufferedImage image
reImg
java.lang.ref.SoftReference<T> reImg
xIndex
int xIndex
yIndex
int yIndex
fadeColor
java.awt.Color fadeColor
Package org.openstreetmap.josm.data.osm |
htmlMessage
java.lang.String htmlMessage
id
long id
type
OsmPrimitiveType type
Package org.openstreetmap.josm.data.osm.visitor.paint |
Package org.openstreetmap.josm.data.projection |
Package org.openstreetmap.josm.data.projection.datum |
lon
double lon
lat
double lat
lonShift
double lonShift
latShift
double latShift
lonAccuracy
double lonAccuracy
latAccuracy
double latAccuracy
latAccuracyAvailable
boolean latAccuracyAvailable
lonAccuracyAvailable
boolean lonAccuracyAvailable
subGridName
java.lang.String subGridName
overviewHeaderCountId
java.lang.String overviewHeaderCountId
overviewHeaderCount
int overviewHeaderCount
subGridHeaderCount
int subGridHeaderCount
subGridCount
int subGridCount
shiftType
java.lang.String shiftType
version
java.lang.String version
fromEllipsoid
java.lang.String fromEllipsoid
toEllipsoid
java.lang.String toEllipsoid
fromSemiMajorAxis
double fromSemiMajorAxis
fromSemiMinorAxis
double fromSemiMinorAxis
toSemiMajorAxis
double toSemiMajorAxis
toSemiMinorAxis
double toSemiMinorAxis
topLevelSubGrid
NTV2SubGrid[] topLevelSubGrid
lastSubGrid
NTV2SubGrid lastSubGrid
subGridName
java.lang.String subGridName
parentSubGridName
java.lang.String parentSubGridName
created
java.lang.String created
updated
java.lang.String updated
minLat
double minLat
maxLat
double maxLat
minLon
double minLon
maxLon
double maxLon
latInterval
double latInterval
lonInterval
double lonInterval
nodeCount
int nodeCount
lonColumnCount
int lonColumnCount
latRowCount
int latRowCount
latShift
float[] latShift
lonShift
float[] lonShift
latAccuracy
float[] latAccuracy
lonAccuracy
float[] lonAccuracy
bigEndian
boolean bigEndian
subGrid
NTV2SubGrid[] subGrid
Package org.openstreetmap.josm.gui |
disposeOnClose
boolean disposeOnClose
result
int result
toggleable
boolean toggleable
rememberSizePref
java.lang.String rememberSizePref
defaultWindowGeometry
WindowGeometry defaultWindowGeometry
togglePref
java.lang.String togglePref
toggleValue
int toggleValue
toggleCheckboxText
java.lang.String toggleCheckboxText
toggleCheckbox
javax.swing.JCheckBox toggleCheckbox
parent
java.awt.Component parent
content
java.awt.Component content
bTexts
java.lang.String[] bTexts
bToolTipTexts
java.lang.String[] bToolTipTexts
bIcons
javax.swing.Icon[] bIcons
cancelButtonIdx
java.util.List<E> cancelButtonIdx
defaultButtonIdx
int defaultButtonIdx
defaultButton
javax.swing.JButton defaultButton
icon
javax.swing.Icon icon
modal
boolean modal
showHelpButton
boolean showHelpButton
- true, if the dialog should include a help button
helpTopic
java.lang.String helpTopic
- the help topic
placeContentInScrollPane
boolean placeContentInScrollPane
- set to true if the content of the extended dialog should
be placed in a
JScrollPane
contentInsets
java.awt.Insets contentInsets
buttons
java.util.ArrayList<E> buttons
setupDone
boolean setupDone
files
java.io.File[] files
content
java.lang.String content
groupbutton
boolean groupbutton
listener
ShowHideButtonListener listener
hideIfDisabled
boolean hideIfDisabled
isExpert
boolean isExpert
offsetAction
javax.swing.Action offsetAction
singleOffset
javax.swing.JMenuItem singleOffset
offsetMenuItem
javax.swing.JMenuItem offsetMenuItem
rectaction
Map_Rectifier_WMSmenuAction rectaction
offsPos
int offsPos
maxWidth
int maxWidth
superPreferred
java.awt.Dimension superPreferred
oldbounds
java.awt.Rectangle oldbounds
oldPreferred
java.awt.Dimension oldPreferred
args
java.util.Map<K,V> args
newAction
NewAction newAction
openFile
OpenFileAction openFile
recentlyOpened
RecentlyOpenedFilesMenu recentlyOpened
openLocation
OpenLocationAction openLocation
save
JosmAction save
saveAs
JosmAction saveAs
sessionLoad
JosmAction sessionLoad
sessionSaveAs
JosmAction sessionSaveAs
gpxExport
JosmAction gpxExport
download
DownloadAction download
downloadPrimitive
DownloadPrimitiveAction downloadPrimitive
downloadReferrers
DownloadReferrersAction downloadReferrers
closeChangesetAction
CloseChangesetAction closeChangesetAction
update
JosmAction update
updateSelection
JosmAction updateSelection
updateModified
JosmAction updateModified
upload
JosmAction upload
uploadSelection
JosmAction uploadSelection
exit
JosmAction exit
undo
UndoAction undo
redo
RedoAction redo
copy
JosmAction copy
copyCoordinates
JosmAction copyCoordinates
paste
PasteAction paste
pasteTags
JosmAction pasteTags
duplicate
JosmAction duplicate
delete
JosmAction delete
purge
JosmAction purge
merge
JosmAction merge
mergeSelected
JosmAction mergeSelected
selectAll
JosmAction selectAll
unselectAll
JosmAction unselectAll
search
JosmAction search
preferences
JosmAction preferences
wireFrameToggleAction
WireframeToggleAction wireFrameToggleAction
toggleGPXLines
JosmAction toggleGPXLines
info
InfoAction info
infoweb
InfoWebAction infoweb
historyinfo
HistoryInfoAction historyinfo
historyinfoweb
HistoryInfoWebAction historyinfoweb
splitWay
JosmAction splitWay
combineWay
JosmAction combineWay
reverseWay
JosmAction reverseWay
alignInCircle
JosmAction alignInCircle
alignInLine
JosmAction alignInLine
distribute
JosmAction distribute
ortho
OrthogonalizeAction ortho
orthoUndo
JosmAction orthoUndo
mirror
JosmAction mirror
addnode
AddNodeAction addnode
movenode
MoveNodeAction movenode
createCircle
JosmAction createCircle
mergeNodes
JosmAction mergeNodes
joinNodeWay
JosmAction joinNodeWay
unglueNodes
JosmAction unglueNodes
simplifyWay
JosmAction simplifyWay
joinAreas
JosmAction joinAreas
createMultipolygon
JosmAction createMultipolygon
followLine
JosmAction followLine
audioPlayPause
JosmAction audioPlayPause
audioNext
JosmAction audioNext
audioPrev
JosmAction audioPrev
audioFwd
JosmAction audioFwd
audioBack
JosmAction audioBack
audioFaster
JosmAction audioFaster
audioSlower
JosmAction audioSlower
help
HelpAction help
about
JosmAction about
statusreport
JosmAction statusreport
fileMenu
javax.swing.JMenu fileMenu
sessionMenu
javax.swing.JMenu sessionMenu
editMenu
javax.swing.JMenu editMenu
viewMenu
javax.swing.JMenu viewMenu
toolsMenu
javax.swing.JMenu toolsMenu
presetsMenu
javax.swing.JMenu presetsMenu
imageryMenu
ImageryMenu imageryMenu
windowMenu
javax.swing.JMenu windowMenu
- the window menu is split into several groups. The first is for windows that can be opened from
this menu any time, e.g. the changeset editor. The second group is for toggle dialogs and the third
group is for currently open windows that cannot be toggled, e.g. relation editors. It's recommended
to use WINDOW_MENU_GROUP to determine the group integer.
audioMenu
javax.swing.JMenu audioMenu
helpMenu
javax.swing.JMenu helpMenu
defaultMenuPos
int defaultMenuPos
moveUpAction
JosmAction moveUpAction
moveDownAction
JosmAction moveDownAction
moveLeftAction
JosmAction moveLeftAction
moveRightAction
JosmAction moveRightAction
jumpToAct
JumpToAction jumpToAct
presetSearchAction
TaggingPresetSearchAction presetSearchAction
fullscreenToggleAction
FullscreenToggleAction fullscreenToggleAction
mapMode
MapMode mapMode
- The current mode, this frame operates.
mapModes
java.util.List<E> mapModes
mapView
MapView mapView
- The view control displayed.
toolBarActions
javax.swing.JToolBar toolBarActions
- The toolbar with the action icons. To add new toggle dialog actions, use addToggleDialog
instead of adding directly to this list. To add a new mode use addMapMode.
toolBarToggle
javax.swing.JToolBar toolBarToggle
statusLine
MapStatus statusLine
- The status line below the map
conflictDialog
ConflictDialog conflictDialog
filterDialog
FilterDialog filterDialog
relationListDialog
RelationListDialog relationListDialog
validatorDialog
ValidatorDialog validatorDialog
selectionListDialog
SelectionListDialog selectionListDialog
propertiesDialog
PropertiesDialog propertiesDialog
mapModeSelect
SelectAction mapModeSelect
mapModeDraw
MapMode mapModeDraw
mapModeZoom
MapMode mapModeZoom
allDialogs
java.util.List<E> allDialogs
- The panel list of all toggle dialog icons. To add new toggle dialog actions, use addToggleDialog
instead of adding directly to this list.
leftPanel
javax.swing.JPanel leftPanel
dialogsPanel
DialogsPanel dialogsPanel
toolGroup
javax.swing.ButtonGroup toolGroup
allDialogButtons
java.util.List<E> allDialogButtons
allMapModeButtons
java.util.List<E> allMapModeButtons
listAllDialogsAction
MapFrame.ListAllButtonsAction listAllDialogsAction
listAllMapModesAction
MapFrame.ListAllButtonsAction listAllMapModesAction
listAllToggleDialogsButton
javax.swing.JButton listAllToggleDialogsButton
listAllMapModesButton
javax.swing.JButton listAllMapModesButton
lastMapMode
java.util.Map<K,V> lastMapMode
sidetoolbarPreferencesChangedListener
Preferences.PreferenceChangedListener sidetoolbarPreferencesChangedListener
mv
NavigatableComponent mv
mv
MapView mv
- The MapView this status belongs to.
collector
MapStatus.Collector collector
lonText
MapStatus.ImageLabel lonText
nameText
MapStatus.ImageLabel nameText
helpText
javax.swing.JTextField helpText
latText
MapStatus.ImageLabel latText
angleText
MapStatus.ImageLabel angleText
headingText
MapStatus.ImageLabel headingText
distText
MapStatus.ImageLabel distText
progressBar
javax.swing.JProgressBar progressBar
progressMonitor
MapStatus.BackgroundProgressMonitor progressMonitor
thread
java.lang.Thread thread
- This is the thread that runs in the background and collects the information displayed.
It gets destroyed by MapFrame.java/destroy() when the MapFrame itself is destroyed.
statusText
java.util.List<E> statusText
mouseState
MapStatus.MouseState mouseState
- The last sent mouse movement event.
awtListener
java.awt.event.AWTEventListener awtListener
mouseMotionListener
java.awt.event.MouseMotionListener mouseMotionListener
keyAdapter
java.awt.event.KeyAdapter keyAdapter
viewportFollowing
boolean viewportFollowing
layers
java.util.List<E> layers
- A list of all layers currently loaded.
playHeadMarker
PlayHeadMarker playHeadMarker
- The play head marker: there is only one of these so it isn't in any specific layer
activeLayer
Layer activeLayer
- The layer from the layers list that is currently active.
editLayer
OsmDataLayer editLayer
lastMEvent
java.awt.event.MouseEvent lastMEvent
- The last event performed by mouse.
temporaryLayers
java.util.LinkedList<E> temporaryLayers
nonChangedLayersBuffer
java.awt.image.BufferedImage nonChangedLayersBuffer
offscreenBuffer
java.awt.image.BufferedImage offscreenBuffer
nonChangedLayers
java.util.List<E> nonChangedLayers
changedLayer
Layer changedLayer
lastViewID
int lastViewID
paintPreferencesChanged
boolean paintPreferencesChanged
lastClipBounds
java.awt.Rectangle lastClipBounds
mapMover
MapMover mapMover
virtualNodesEnabled
boolean virtualNodesEnabled
repaintSelectionChangedListener
SelectionChangedListener repaintSelectionChangedListener
node
MultiSplitLayout.Node node
accessibleContext
javax.accessibility.AccessibleContext accessibleContext
continuousLayout
boolean continuousLayout
dividerPainter
MultiSplitPane.DividerPainter dividerPainter
dragUnderway
boolean dragUnderway
dragDivider
MultiSplitLayout.Divider dragDivider
initialDividerBounds
java.awt.Rectangle initialDividerBounds
oldFloatingDividers
boolean oldFloatingDividers
dragOffsetX
int dragOffsetX
dragOffsetY
int dragOffsetY
dragMin
int dragMin
dragMax
int dragMax
scale
double scale
- The scale factor in x or y-units per pixel. This means, if scale = 10,
every physical pixel on screen are 10 x or 10 y units in the
northing/easting space of the projection.
center
EastNorth center
- Center n/e coordinate of the desired screen center.
zoomUndoBuffer
java.util.Stack<E> zoomUndoBuffer
zoomRedoBuffer
java.util.Stack<E> zoomRedoBuffer
zoomTimestamp
java.util.Date zoomTimestamp
Cursors
java.util.LinkedList<E> Cursors
progressBar
javax.swing.JProgressBar progressBar
currentAction
javax.swing.JLabel currentAction
customText
javax.swing.JLabel customText
progress
javax.swing.BoundedRangeModel progress
btnCancel
javax.swing.JButton btnCancel
btnInBackground
javax.swing.JButton btnInBackground
taLog
javax.swing.JTextArea taLog
- the text area and the scroll pane for the log
spLog
javax.swing.JScrollPane spLog
model
QuadStateCheckBox.QuadStateDecorator model
allowed
QuadStateCheckBox.State[] allowed
vp
javax.swing.JViewport vp
component
javax.swing.JComponent component
buttons
java.util.List<E> buttons
timer
javax.swing.Timer timer
scrollDirection
int scrollDirection
propertyChangeListener
java.beans.PropertyChangeListener propertyChangeListener
progressRenderer
SplashScreen.SplashScreenProgressRenderer progressRenderer
progressMonitor
SwingRenderingProgressMonitor progressMonitor
Package org.openstreetmap.josm.gui.actionsupport |
model
DeleteFromRelationConfirmationDialog.RelationMemberTableModel model
- the data model
jepMessage
javax.swing.JEditorPane jepMessage
canceled
boolean canceled
btnOK
SideButton btnOK
data
java.util.ArrayList<E> data
Package org.openstreetmap.josm.gui.bbox |
cachedLoader
TileLoader cachedLoader
uncachedLoader
TileLoader uncachedLoader
iSizeButton
SizeButton iSizeButton
iSourceButton
SourceButton iSourceButton
bbox
Bounds bbox
iSelectionRectStart
java.awt.Point iSelectionRectStart
iSelectionRectEnd
java.awt.Point iSelectionRectEnd
bbox
Bounds bbox
- the current bounding box
mapViewer
TileSelectionBBoxChooser.TileBoundsMapView mapViewer
- the map viewer showing the selected bounding box
pnlTileGrid
TileSelectionBBoxChooser.TileGridInputPanel pnlTileGrid
- a panel for entering a bounding box given by a tile grid and a zoom level
pnlTileAddress
TileSelectionBBoxChooser.TileAddressInputPanel pnlTileAddress
- a panel for entering a bounding box given by the address of an individual OSM tile at
a given zoom level
Package org.openstreetmap.josm.gui.conflict.pair |
tabbedPane
javax.swing.JTabbedPane tabbedPane
tagMerger
TagMerger tagMerger
nodeListMerger
NodeListMerger nodeListMerger
relationMemberMerger
RelationMemberMerger relationMemberMerger
propertiesMerger
PropertiesMerger propertiesMerger
conflictResolvers
java.util.List<E> conflictResolvers
my
OsmPrimitive my
their
OsmPrimitive their
conflict
Conflict<T extends OsmPrimitive> conflict
mergeComplete
javax.swing.ImageIcon mergeComplete
mergeIncomplete
javax.swing.ImageIcon mergeIncomplete
resolvedCompletely
boolean resolvedCompletely
- indicates whether the current conflict is resolved completely
selectedIdx
int selectedIdx
compareModes
java.util.ArrayList<E> compareModes
entries
java.util.ArrayList<E> entries
role
ListRole role
myEntriesTable
OsmPrimitivesTable myEntriesTable
mergedEntriesTable
OsmPrimitivesTable mergedEntriesTable
theirEntriesTable
OsmPrimitivesTable theirEntriesTable
model
ListMergeModel<T extends PrimitiveId> model
copyStartLeftAction
ListMerger.CopyStartLeftAction copyStartLeftAction
copyBeforeCurrentLeftAction
ListMerger.CopyBeforeCurrentLeftAction copyBeforeCurrentLeftAction
copyAfterCurrentLeftAction
ListMerger.CopyAfterCurrentLeftAction copyAfterCurrentLeftAction
copyEndLeftAction
ListMerger.CopyEndLeftAction copyEndLeftAction
copyAllLeft
ListMerger.CopyAllLeft copyAllLeft
copyStartRightAction
ListMerger.CopyStartRightAction copyStartRightAction
copyBeforeCurrentRightAction
ListMerger.CopyBeforeCurrentRightAction copyBeforeCurrentRightAction
copyAfterCurrentRightAction
ListMerger.CopyAfterCurrentRightAction copyAfterCurrentRightAction
copyEndRightAction
ListMerger.CopyEndRightAction copyEndRightAction
copyAllRight
ListMerger.CopyAllRight copyAllRight
moveUpMergedAction
ListMerger.MoveUpMergedAction moveUpMergedAction
moveDownMergedAction
ListMerger.MoveDownMergedAction moveDownMergedAction
removeMergedAction
ListMerger.RemoveMergedAction removeMergedAction
freezeAction
ListMerger.FreezeAction freezeAction
adjustmentSynchronizer
ListMerger.AdjustmentSynchronizer adjustmentSynchronizer
cbLockMyScrolling
javax.swing.JCheckBox cbLockMyScrolling
cbLockMergedScrolling
javax.swing.JCheckBox cbLockMergedScrolling
cbLockTheirScrolling
javax.swing.JCheckBox cbLockTheirScrolling
lblMyVersion
javax.swing.JLabel lblMyVersion
lblMergedVersion
javax.swing.JLabel lblMergedVersion
lblTheirVersion
javax.swing.JLabel lblTheirVersion
lblFrozenState
javax.swing.JLabel lblFrozenState
model
ListMergeModel<T extends PrimitiveId> model
Package org.openstreetmap.josm.gui.conflict.pair.nodes |
icon
javax.swing.ImageIcon icon
rowNumberBorder
javax.swing.border.Border rowNumberBorder
Package org.openstreetmap.josm.gui.conflict.pair.properties |
lblMyVersion
javax.swing.JLabel lblMyVersion
lblMergedVersion
javax.swing.JLabel lblMergedVersion
lblTheirVersion
javax.swing.JLabel lblTheirVersion
lblMyCoordinates
javax.swing.JLabel lblMyCoordinates
lblMergedCoordinates
javax.swing.JLabel lblMergedCoordinates
lblTheirCoordinates
javax.swing.JLabel lblTheirCoordinates
lblMyDeletedState
javax.swing.JLabel lblMyDeletedState
lblMergedDeletedState
javax.swing.JLabel lblMergedDeletedState
lblTheirDeletedState
javax.swing.JLabel lblTheirDeletedState
lblMyReferrers
javax.swing.JLabel lblMyReferrers
lblTheirReferrers
javax.swing.JLabel lblTheirReferrers
model
PropertiesMergeModel model
Package org.openstreetmap.josm.gui.conflict.pair.relation |
editor
javax.swing.JTextField editor
rowNumberBorder
javax.swing.border.Border rowNumberBorder
Package org.openstreetmap.josm.gui.conflict.pair.tags |
tagMergeItems
java.util.List<E> tagMergeItems
- the list of tag merge items
listeners
java.util.List<E> listeners
- the property change listeners
numUndecidedTags
int numUndecidedTags
mineTable
javax.swing.JTable mineTable
mergedTable
javax.swing.JTable mergedTable
theirTable
javax.swing.JTable theirTable
model
TagMergeModel model
btnKeepMine
javax.swing.JButton btnKeepMine
btnKeepTheir
javax.swing.JButton btnKeepTheir
adjustmentSynchronizer
TagMerger.AdjustmentSynchronizer adjustmentSynchronizer
Package org.openstreetmap.josm.gui.conflict.tags |
spTagConflictTypes
CombinePrimitiveResolverDialog.AutoAdjustingSplitPane spTagConflictTypes
pnlTagConflictResolver
TagConflictResolver pnlTagConflictResolver
pnlRelationMemberConflictResolver
RelationMemberConflictResolver pnlRelationMemberConflictResolver
canceled
boolean canceled
pnlButtons
javax.swing.JPanel pnlButtons
targetPrimitive
OsmPrimitive targetPrimitive
helpAction
ContextSensitiveHelpAction helpAction
- the private help action
btnApply
SideButton btnApply
- the apply button
editor
JosmComboBox editor
- the combo box used as editor
editorModel
javax.swing.DefaultComboBoxModel editorModel
listeners
java.util.concurrent.CopyOnWriteArrayList<E> listeners
iconDecided
javax.swing.ImageIcon iconDecided
iconUndecided
javax.swing.ImageIcon iconUndecided
model
javax.swing.DefaultComboBoxModel model
cbDecisionRenderer
JosmComboBox cbDecisionRenderer
allPrimitivesResolver
TagConflictResolver allPrimitivesResolver
resolvers
java.util.Map<K,V> resolvers
tpResolvers
javax.swing.JTabbedPane tpResolvers
mode
PasteTagsConflictResolverDialog.Mode mode
canceled
boolean canceled
iconResolved
javax.swing.ImageIcon iconResolved
iconUnresolved
javax.swing.ImageIcon iconUnresolved
statisticsModel
PasteTagsConflictResolverDialog.StatisticsTableModel statisticsModel
pnlTagResolver
javax.swing.JPanel pnlTagResolver
tableCellEditorSupport
TableCellEditorSupport tableCellEditorSupport
originalValue
RelationMemberConflictDecisionType originalValue
cbDecisionTypes
JosmComboBox cbDecisionTypes
tfRole
AutoCompletingTextField tfRole
tfKey
AutoCompletingTextField tfKey
tfValue
AutoCompletingTextField tfValue
cbTagRelations
javax.swing.JCheckBox cbTagRelations
model
RelationMemberConflictResolverModel model
tblResolver
RelationMemberConflictResolverTable tblResolver
lblHeader
JMultilineLabel lblHeader
decisions
java.util.List<E> decisions
- the list of conflict decisions
relations
java.util.Collection<E> relations
- the collection of relations for which we manage conflicts
numConflicts
int numConflicts
- the number of conflicts
support
java.beans.PropertyChangeSupport support
selectNextColumnCellAction
RelationMemberConflictResolverTable.SelectNextColumnCellAction selectNextColumnCellAction
selectPreviousColumnCellAction
RelationMemberConflictResolverTable.SelectPreviousColumnCellAction selectPreviousColumnCellAction
model
TagConflictResolverModel model
- the model for the tag conflict resolver
cbShowTagsWithConflictsOnly
javax.swing.JCheckBox cbShowTagsWithConflictsOnly
- selects whether only tags with conflicts are displayed
cbShowTagsWithMultiValuesOnly
javax.swing.JCheckBox cbShowTagsWithMultiValuesOnly
tags
TagCollection tags
displayedKeys
java.util.List<E> displayedKeys
keysWithConflicts
java.util.Set<E> keysWithConflicts
decisions
java.util.HashMap<K,V> decisions
numConflicts
int numConflicts
support
java.beans.PropertyChangeSupport support
showTagsWithConflictsOnly
boolean showTagsWithConflictsOnly
showTagsWithMultiValuesOnly
boolean showTagsWithMultiValuesOnly
selectNextColumnCellAction
TagConflictResolverTable.SelectNextColumnCellAction selectNextColumnCellAction
selectPreviousColumnCellAction
TagConflictResolverTable.SelectPreviousColumnCellAction selectPreviousColumnCellAction
Package org.openstreetmap.josm.gui.dialogs |
inSelectionModel
ChangesetInSelectionListModel inSelectionModel
inActiveDataLayerModel
ChangesetsInActiveDataLayerListModel inActiveDataLayerModel
lstInSelection
javax.swing.JList lstInSelection
lstInActiveDataLayer
javax.swing.JList lstInActiveDataLayer
cbInSelectionOnly
javax.swing.JCheckBox cbInSelectionOnly
pnlList
javax.swing.JPanel pnlList
selectObjectsAction
ChangesetDialog.SelectObjectsAction selectObjectsAction
readChangesetAction
ChangesetDialog.ReadChangesetsAction readChangesetAction
showChangesetInfoAction
ChangesetDialog.ShowChangesetInfoAction showChangesetInfoAction
closeChangesetAction
ChangesetDialog.CloseOpenChangesetsAction closeChangesetAction
launchChangesetManagerAction
ChangesetDialog.LaunchChangesetManagerAction launchChangesetManagerAction
popupMenu
ChangesetDialog.ChangesetDialogPopup popupMenu
cmd
PseudoCommand cmd
idx
int idx
undoTreeModel
javax.swing.tree.DefaultTreeModel undoTreeModel
redoTreeModel
javax.swing.tree.DefaultTreeModel redoTreeModel
undoTree
javax.swing.JTree undoTree
redoTree
javax.swing.JTree redoTree
undoSelectionListener
CommandStackDialog.UndoRedoSelectionListener undoSelectionListener
redoSelectionListener
CommandStackDialog.UndoRedoSelectionListener redoSelectionListener
scrollPane
javax.swing.JScrollPane scrollPane
separator
javax.swing.JSeparator separator
spacer
java.awt.Component spacer
lastOperation
CommandStackDialog.UndoRedoType lastOperation
showNotifyListener
java.util.Set<E> showNotifyListener
- Simple listener setup to update the button enabled state when the side dialog shows.
type
CommandStackDialog.UndoRedoType type
tree
javax.swing.JTree tree
conflicts
ConflictCollection conflicts
- the collection of conflicts displayed by this conflict dialog
model
ConflictDialog.ConflictListModel model
- the model for the list of conflicts
lstConflicts
javax.swing.JList lstConflicts
- the list widget for the list of conflicts
actResolve
ConflictDialog.ResolveAction actResolve
actSelect
ConflictDialog.SelectAction actSelect
resolver
ConflictResolver resolver
- the conflict resolver component
applyResolutionAction
ConflictResolutionDialog.ApplyResolutionAction applyResolutionAction
allDialogs
java.util.List<E> allDialogs
mSpltPane
MultiSplitPane mSpltPane
DIVIDER_SIZE
int DIVIDER_SIZE
panels
java.util.List<E> panels
- Panels that are added to the multisplitpane.
parent
javax.swing.JSplitPane parent
initialized
boolean initialized
userTable
javax.swing.JTable userTable
filterModel
FilterTableModel filterModel
addButton
SideButton addButton
editButton
SideButton editButton
deleteButton
SideButton deleteButton
upButton
SideButton upButton
downButton
SideButton downButton
enableFilterAction
FilterDialog.EnableFilterAction enableFilterAction
hidingFilterAction
FilterDialog.HidingFilterAction hidingFilterAction
columnToolTips
java.lang.String[] columnToolTips
disabledCount
int disabledCount
disabledAndHiddenCount
int disabledAndHiddenCount
filters
java.util.List<E> filters
filterMatcher
FilterMatcher filterMatcher
lblOSD
FilterTableModel.OSDLabel lblOSD
model
HistoryDialog.HistoryItemTableModel model
- the table model
historyTable
javax.swing.JTable historyTable
- the table with the history items
showHistoryAction
HistoryDialog.ShowHistoryAction showHistoryAction
reloadAction
HistoryDialog.ReloadAction reloadAction
primitives
java.util.List<E> primitives
layer
OsmDataLayer layer
txtData
javax.swing.JTextArea txtData
txtMappaint
javax.swing.JTextArea txtMappaint
mappaintTabLoaded
boolean mappaintTabLoaded
tabs
javax.swing.JTabbedPane tabs
tfLatLon
javax.swing.JTextField tfLatLon
tfEastNorth
javax.swing.JTextField tfEastNorth
latLonCoordinates
LatLon latLonCoordinates
eastNorthCoordinates
EastNorth eastNorthCoordinates
model
LayerListDialog.LayerListModel model
- the model for the layer list
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
- the selection model
layerList
LayerListDialog.LayerList layerList
- the list of layers (technically its a JTable, but appears like a list)
opacityButton
SideButton opacityButton
activateLayerAction
LayerListDialog.ActivateLayerAction activateLayerAction
showHideLayerAction
LayerListDialog.ShowHideLayerAction showHideLayerAction
visibilityToggleShortcuts
Shortcut[] visibilityToggleShortcuts
visibilityToggleActions
LayerListDialog.ToggleLayerIndexVisibility[] visibilityToggleActions
layer
Layer layer
multikeyShortcut
Shortcut multikeyShortcut
layer
Layer layer
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
- manages list selection state
listeners
java.util.concurrent.CopyOnWriteArrayList<E> listeners
layer
Layer layer
popup
javax.swing.JPopupMenu popup
slider
javax.swing.JSlider slider
layer
Layer layer
lastLayer
java.lang.ref.WeakReference<T> lastLayer
multikeyShortcut
Shortcut multikeyShortcut
layer
Layer layer
tblStyles
MapPaintDialog.StylesTable tblStyles
model
MapPaintDialog.StylesModel model
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
onoffAction
MapPaintDialog.OnOffAction onoffAction
reloadAction
MapPaintDialog.ReloadAction reloadAction
upAction
MapPaintDialog.MoveUpDownAction upAction
downAction
MapPaintDialog.MoveUpDownAction downAction
cbWireframe
javax.swing.JCheckBox cbWireframe
errorsTabLoaded
boolean errorsTabLoaded
sourceTabLoaded
boolean sourceTabLoaded
increment
int increment
data
java.util.List<E> data
columnClasses
java.lang.Class<T>[] columnClasses
displaylist
javax.swing.JList displaylist
- The display list.
model
RelationListDialog.RelationListModel model
- the list model used
editAction
RelationListDialog.EditAction editAction
- the edit action
deleteAction
RelationListDialog.DeleteAction deleteAction
- the delete action
newAction
RelationListDialog.NewAction newAction
addToRelation
RelationListDialog.AddToRelation addToRelation
popupMenu
RelationListDialog.RelationDialogPopupMenu popupMenu
- the popup menu
lstPrimitives
javax.swing.JList lstPrimitives
model
SelectionListDialog.SelectionListModel model
actSelect
SelectionListDialog.SelectAction actSelect
actSearch
SelectionListDialog.SearchAction actSearch
actZoomToJOSMSelection
SelectionListDialog.ZoomToJOSMSelectionAction actZoomToJOSMSelection
actZoomToListSelection
SelectionListDialog.ZoomToListSelection actZoomToListSelection
actSetRelationSelection
SelectionListDialog.SetRelationSelection actSetRelationSelection
actEditRelationSelection
SelectionListDialog.EditRelationSelection actEditRelationSelection
actDownloadSelectedIncompleteMembers
SelectionListDialog.DownloadSelectedIncompleteMembersAction actDownloadSelectedIncompleteMembers
popupMenu
SelectionListDialog.SelectionPopup popupMenu
s
SearchAction.SearchSetting s
df
DefaultNameFormatter df
sel
java.util.Collection<E> sel
PROP_BUTTON_HIDING
ParametrizedEnumProperty<T extends java.lang.Enum<T>> PROP_BUTTON_HIDING
toggleAction
ToggleDialog.ToggleDialogAction toggleAction
- The action to toggle this dialog
preferencePrefix
java.lang.String preferencePrefix
name
java.lang.String name
dialogsPanel
DialogsPanel dialogsPanel
- DialogsPanel that manages all ToggleDialogs
titleBar
ToggleDialog.TitleBar titleBar
isShowing
boolean isShowing
- Indicates whether the dialog is showing or not.
isDocked
boolean isDocked
- If isShowing is true, indicates whether the dialog is docked or not, e. g.
shown as part of the main window or as a separate dialog window.
isCollapsed
boolean isCollapsed
- If isShowing and isDocked are true, indicates whether the dialog is
currently minimized or not.
buttonHiding
ToggleDialog.ButtonHiddingType buttonHiding
- Indicates whether dynamic button hiding is active or not.
preferredHeight
int preferredHeight
- the preferred height if the toggle dialog is expanded
lblMinimized
javax.swing.JLabel lblMinimized
- the label in the title bar which shows whether the toggle dialog is expanded or collapsed
buttonsHide
javax.swing.JButton buttonsHide
- the label in the title bar which shows whether buttons are dynamic or not
detachedDialog
javax.swing.JDialog detachedDialog
- the JDialog displaying the toggle dialog as undocked dialog
button
javax.swing.JToggleButton button
buttonsPanel
javax.swing.JPanel buttonsPanel
buttonActions
java.util.List<E> buttonActions
windowMenuItem
javax.swing.JCheckBoxMenuItem windowMenuItem
- holds the menu entry in the windows menu. Required to properly
toggle the checkbox on show/hide
lblTitle
javax.swing.JLabel lblTitle
lblTitle_weak
javax.swing.JComponent lblTitle_weak
userTable
javax.swing.JTable userTable
- The display list.
model
UserListDialog.UserTableModel model
selectionUsersPrimitivesAction
UserListDialog.SelectUsersPrimitivesAction selectionUsersPrimitivesAction
showUserInfoAction
UserListDialog.ShowUserInfoAction showUserInfoAction
loadRelicensingInformationAction
UserListDialog.LoadRelicensingInformationAction loadRelicensingInformationAction
serialVersionUID: 2952292777351992696L
tree
ValidatorTreePanel tree
- The display tree
fixButton
SideButton fixButton
- The fix button
ignoreButton
SideButton ignoreButton
- The ignore button
selectButton
SideButton selectButton
- The select button
popupMenu
javax.swing.JPopupMenu popupMenu
popupMenuError
TestError popupMenuError
lastSelectedNode
javax.swing.tree.DefaultMutableTreeNode lastSelectedNode
- Last selected element
linkedLayer
OsmDataLayer linkedLayer
Package org.openstreetmap.josm.gui.dialogs.changeset |
model
ChangesetCacheManagerModel model
spContent
javax.swing.JSplitPane spContent
needsSplitPaneAdjustment
boolean needsSplitPaneAdjustment
actRemoveFromCacheAction
ChangesetCacheManager.RemoveFromCacheAction actRemoveFromCacheAction
actCloseSelectedChangesetsAction
ChangesetCacheManager.CloseSelectedChangesetsAction actCloseSelectedChangesetsAction
actDownloadSelectedChangesets
ChangesetCacheManager.DownloadSelectedChangesetsAction actDownloadSelectedChangesets
actDownloadSelectedContent
ChangesetCacheManager.DownloadSelectedChangesetContentAction actDownloadSelectedContent
tblChangesets
javax.swing.JTable tblChangesets
data
java.util.ArrayList<E> data
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
changesetInDetailView
Changeset changesetInDetailView
support
java.beans.PropertyChangeSupport support
model
ChangesetContentTableModel model
currentChangeset
Changeset currentChangeset
tblContent
javax.swing.JTable tblContent
actDownloadContentAction
ChangesetContentPanel.DonwloadChangesetContentAction actDownloadContentAction
actShowHistory
ChangesetContentPanel.ShowHistoryAction actShowHistory
actSelectInCurrentLayerAction
ChangesetContentPanel.SelectInCurrentLayerAction actSelectInCurrentLayerAction
actZoomInCurrentLayerAction
ChangesetContentPanel.ZoomInCurrentLayerAction actZoomInCurrentLayerAction
pnlHeader
ChangesetContentPanel.HeaderPanel pnlHeader
data
java.util.ArrayList<E> data
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
tfID
javax.swing.JTextField tfID
taComment
javax.swing.JTextArea taComment
tfOpen
javax.swing.JTextField tfOpen
tfUser
javax.swing.JTextField tfUser
tfCreatedOn
javax.swing.JTextField tfCreatedOn
tfClosedOn
javax.swing.JTextField tfClosedOn
actDownloadChangesetContent
ChangesetDetailPanel.DonwloadChangesetContentAction actDownloadChangesetContent
actUpdateChangesets
ChangesetDetailPanel.UpdateChangesetAction actUpdateChangesets
actRemoveFromCache
ChangesetDetailPanel.RemoveFromCacheAction actRemoveFromCache
actSelectInCurrentLayer
ChangesetDetailPanel.SelectInCurrentLayerAction actSelectInCurrentLayer
actZoomInCurrentLayerAction
ChangesetDetailPanel.ZoomInCurrentLayerAction actZoomInCurrentLayerAction
current
Changeset current
data
java.util.List<E> data
shownChangesets
Storage<T> shownChangesets
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
tblTags
TagTable tblTags
model
TagEditorModel model
tfChangesetId
javax.swing.JTextField tfChangesetId
actDownload
SingleChangesetDownloadPanel.DownloadAction actDownload
valChangesetId
SingleChangesetDownloadPanel.ChangesetIdValidator valChangesetId
Package org.openstreetmap.josm.gui.dialogs.changeset.query |
cbUserRestriction
javax.swing.JCheckBox cbUserRestriction
cbOpenAndCloseRestrictions
javax.swing.JCheckBox cbOpenAndCloseRestrictions
cbTimeRestrictions
javax.swing.JCheckBox cbTimeRestrictions
cbBoundingBoxRestriction
javax.swing.JCheckBox cbBoundingBoxRestriction
pnlUserRestriction
AdvancedChangesetQueryPanel.UserRestrictionPanel pnlUserRestriction
pnlOpenAndCloseRestriction
AdvancedChangesetQueryPanel.OpenAndCloseStateRestrictionPanel pnlOpenAndCloseRestriction
pnlTimeRestriction
AdvancedChangesetQueryPanel.TimeRestrictionPanel pnlTimeRestriction
pnlBoundingBoxRestriction
AdvancedChangesetQueryPanel.BBoxRestrictionPanel pnlBoundingBoxRestriction
bgQueries
javax.swing.ButtonGroup bgQueries
rbQueries
java.util.Map<K,V> rbQueries
lblQueries
java.util.Map<K,V> lblQueries
cbMyChangesetsOnly
javax.swing.JCheckBox cbMyChangesetsOnly
pnlInfos
HtmlPanel pnlInfos
tpQueryPanels
javax.swing.JTabbedPane tpQueryPanels
pnlBasicChangesetQueries
BasicChangesetQueryPanel pnlBasicChangesetQueries
pnlUrlBasedQueries
UrlBasedQueryPanel pnlUrlBasedQueries
pnlAdvancedQueries
AdvancedChangesetQueryPanel pnlAdvancedQueries
canceled
boolean canceled
tfUrl
javax.swing.JTextField tfUrl
lblValid
javax.swing.JLabel lblValid
Package org.openstreetmap.josm.gui.dialogs.properties |
propertyMenu
javax.swing.JPopupMenu propertyMenu
membershipMenu
javax.swing.JPopupMenu membershipMenu
valueCount
java.util.Map<K,V> valueCount
defaultACItemComparator
java.util.Comparator<T> defaultACItemComparator
dataChangedAdapter
DataSetListenerAdapter dataChangedAdapter
helpAction
PropertiesDialog.HelpAction helpAction
copyValueAction
PropertiesDialog.CopyValueAction copyValueAction
copyKeyValueAction
PropertiesDialog.CopyKeyValueAction copyKeyValueAction
copyAllKeyValueAction
PropertiesDialog.CopyAllKeyValueAction copyAllKeyValueAction
searchActionSame
PropertiesDialog.SearchAction searchActionSame
searchActionAny
PropertiesDialog.SearchAction searchActionAny
addAction
PropertiesDialog.AddAction addAction
editAction
PropertiesDialog.EditAction editAction
deleteAction
PropertiesDialog.DeleteAction deleteAction
josmActions
JosmAction[] josmActions
objKey
java.lang.String objKey
propertyData
javax.swing.table.DefaultTableModel propertyData
- The property data of selected objects.
membershipData
javax.swing.table.DefaultTableModel membershipData
- The membership data of selected objects.
propertyTable
javax.swing.JTable propertyTable
- The properties table.
membershipTable
javax.swing.JTable membershipTable
- The membership table.
btnAdd
SideButton btnAdd
- The Add button (needed to be able to disable it)
btnEdit
SideButton btnEdit
- The Edit button (needed to be able to disable it)
btnDel
SideButton btnDel
- The Delete button (needed to be able to disable it)
presets
PresetListPanel presets
- Matching preset display class
selectSth
javax.swing.JLabel selectSth
- Text to display when nothing selected.
presetHandler
PresetListPanel.PresetHandler presetHandler
Package org.openstreetmap.josm.gui.dialogs.relation |
childTree
RelationTree childTree
- the tree with relation children
model
RelationTreeModel model
- the tree model
layer
OsmDataLayer layer
- the osm data layer this browser is related to
tagEditorPanel
TagEditorPanel tagEditorPanel
- the tag table and its model
referrerBrowser
ReferringRelationsBrowser referrerBrowser
referrerModel
ReferringRelationsBrowserModel referrerModel
memberTable
MemberTable memberTable
- the member table
memberTableModel
MemberTableModel memberTableModel
selectionTable
SelectionTable selectionTable
- the model for the selection table
selectionTableModel
SelectionTableModel selectionTableModel
tfRole
AutoCompletingTextField tfRole
windowMenuItem
javax.swing.JMenuItem windowMenuItem
- the menu item in the windows menu. Required to properly
hide on dialog close.
editor
AutoCompletingTextField editor
ds
DataSet ds
autoCompletionList
AutoCompletionList autoCompletionList
- user input is matched against this list of auto completion items
zoomToGap
MemberTable.ZoomToGapAction zoomToGap
- the additional actions in popup menu
value
WayConnectionType value
members
java.util.List<E> members
- data of the table model: The list of members and the cached WayConnectionType of each member.
connectionType
java.util.List<E> connectionType
listSelectionModel
javax.swing.DefaultListSelectionModel listSelectionModel
listeners
java.util.concurrent.CopyOnWriteArrayList<E> listeners
layer
OsmDataLayer layer
UNCONNECTED
int UNCONNECTED
firstGroupIdx
int firstGroupIdx
lastForwardWay
int lastForwardWay
lastBackwardWay
int lastBackwardWay
onewayBeginning
boolean onewayBeginning
referrers
javax.swing.JList referrers
- the list of relations
model
ReferringRelationsBrowserModel model
layer
OsmDataLayer layer
cbReadFull
javax.swing.JCheckBox cbReadFull
editAction
ReferringRelationsBrowser.EditAction editAction
relation
Relation relation
- the relation
referrers
java.util.ArrayList<E> referrers
relation
Relation relation
- The relation that this editor is working on.
relationSnapshot
Relation relationSnapshot
- The version of the relation when editing is started. This is
null if a new relation is created.
layer
OsmDataLayer layer
- the data layer the relation belongs to
support
java.beans.PropertyChangeSupport support
icon
javax.swing.ImageIcon icon
- the relation icon
model
SelectionTableModel model
memberTableModel
MemberTableModel memberTableModel
model
MemberTableModel model
- reference to the member table model; required, in order to check whether a
selected primitive is already used in the member list of the currently edited
relation
layer
OsmDataLayer layer
- this selection table model only displays selected primitives in this layer
cache
java.util.ArrayList<E> cache
Package org.openstreetmap.josm.gui.dialogs.validator |
serialVersionUID: 2952292777351992696L
valTreeModel
javax.swing.tree.DefaultTreeModel valTreeModel
- The validation data.
errors
java.util.List<E> errors
- The list of errors shown in the tree
filter
java.util.Set<E> filter
- If
ValidatorTreePanel.filter
is not null
only errors are displayed
that refer to one of the primitives in the filter.
updateCount
int updateCount
serialVersionUID: 5567632718124640198L
Package org.openstreetmap.josm.gui.download |
downloadSelections
java.util.List<E> downloadSelections
tpDownloadAreaSelectors
javax.swing.JTabbedPane tpDownloadAreaSelectors
cbNewLayer
javax.swing.JCheckBox cbNewLayer
cbStartup
javax.swing.JCheckBox cbStartup
sizeCheck
javax.swing.JLabel sizeCheck
currentBounds
Bounds currentBounds
canceled
boolean canceled
cbDownloadOsmData
javax.swing.JCheckBox cbDownloadOsmData
cbDownloadGpxData
javax.swing.JCheckBox cbDownloadGpxData
actDownload
DownloadDialog.DownloadAction actDownload
- the download action and button
btnDownload
SideButton btnDownload
iGui
DownloadDialog iGui
pnlSlippyMapBBoxChooser
SlippyMapBBoxChooser pnlSlippyMapBBoxChooser
iDownloadDialogDimension
java.awt.Dimension iDownloadDialogDimension
Package org.openstreetmap.josm.gui.help |
helpTopic
java.lang.String helpTopic
- the help topic
windowMenuItem
javax.swing.JMenuItem windowMenuItem
- the menu item in the windows menu. Required to properly
hide on dialog close.
help
javax.swing.JEditorPane help
- the help browser
history
HelpBrowserHistory history
- the help browser history
url
java.lang.String url
- the currently displayed URL
reader
HelpContentReader reader
responseCode
int responseCode
Package org.openstreetmap.josm.gui.history |
model
HistoryBrowserModel model
- the model
referenceInfoPanel
VersionInfoPanel referenceInfoPanel
- the common info panel for the history node in role REFERENCE_POINT_IN_TIME
currentInfoPanel
VersionInfoPanel currentInfoPanel
- the common info panel for the history node in role CURRENT_POINT_IN_TIME
referenceLatLonViewer
CoordinateInfoViewer.LatLonViewer referenceLatLonViewer
- the info panel for coordinates for the node in role REFERENCE_POINT_IN_TIME
currentLatLonViewer
CoordinateInfoViewer.LatLonViewer currentLatLonViewer
- the info panel for coordinates for the node in role CURRENT_POINT_IN_TIME
distanceViewer
CoordinateInfoViewer.DistanceViewer distanceViewer
- the info panel for distance between the two coordinates
model
HistoryBrowserModel model
- the model
tagInfoViewer
TagInfoViewer tagInfoViewer
nodeListViewer
NodeListViewer nodeListViewer
relationMemberListViewer
RelationMemberListViewer relationMemberListViewer
coordinateInfoViewer
CoordinateInfoViewer coordinateInfoViewer
tpViewers
javax.swing.JTabbedPane tpViewers
versionTable
VersionTable versionTable
browser
HistoryBrowser browser
- the embedded browser
closeAction
HistoryBrowserDialog.CloseAction closeAction
pointInTimeType
PointInTimeType pointInTimeType
keys
java.util.ArrayList<E> keys
pointInTimeType
PointInTimeType pointInTimeType
nodeIcon
javax.swing.ImageIcon nodeIcon
model
HistoryBrowserModel model
referenceInfoPanel
VersionInfoPanel referenceInfoPanel
currentInfoPanel
VersionInfoPanel currentInfoPanel
adjustmentSynchronizer
AdjustmentSynchronizer adjustmentSynchronizer
selectionSynchronizer
SelectionSynchronizer selectionSynchronizer
popupMenu
NodeListViewer.NodeListPopupMenu popupMenu
icons
java.util.HashMap<K,V> icons
model
HistoryBrowserModel model
referenceInfoPanel
VersionInfoPanel referenceInfoPanel
currentInfoPanel
VersionInfoPanel currentInfoPanel
adjustmentSynchronizer
AdjustmentSynchronizer adjustmentSynchronizer
selectionSynchronizer
SelectionSynchronizer selectionSynchronizer
model
HistoryBrowserModel model
referenceInfoPanel
VersionInfoPanel referenceInfoPanel
currentInfoPanel
VersionInfoPanel currentInfoPanel
adjustmentSynchronizer
AdjustmentSynchronizer adjustmentSynchronizer
selectionSynchronizer
SelectionSynchronizer selectionSynchronizer
pointInTimeType
PointInTimeType pointInTimeType
model
HistoryBrowserModel model
lblInfo
JMultilineLabel lblInfo
lblUser
UrlLabel lblUser
lblChangeset
UrlLabel lblChangeset
pnlUserAndChangeset
javax.swing.JPanel pnlUserAndChangeset
popupMenu
VersionTable.VersionTablePopupMenu popupMenu
btn
javax.swing.JRadioButton btn
Package org.openstreetmap.josm.gui.io |
hcbUploadComment
HistoryComboBox hcbUploadComment
- the history combo box for the upload comment
pnlUploadParameterSummary
UploadParameterSummaryPanel pnlUploadParameterSummary
- the panel with a summary of the upload parameters
changesetCommentModel
ChangesetCommentModel changesetCommentModel
- the changset comment model
icon
javax.swing.ImageIcon icon
bgUseNewOrExisting
javax.swing.ButtonGroup bgUseNewOrExisting
rbUseNew
javax.swing.JRadioButton rbUseNew
rbExisting
javax.swing.JRadioButton rbExisting
cbOpenChangesets
JosmComboBox cbOpenChangesets
btnRefresh
javax.swing.JButton btnRefresh
btnClose
javax.swing.JButton btnClose
cbCloseAfterUpload
javax.swing.JCheckBox cbCloseAfterUpload
model
OpenChangesetComboBoxModel model
changesetCommentModel
ChangesetCommentModel changesetCommentModel
lstOpenChangesets
javax.swing.JList lstOpenChangesets
- the list
canceled
boolean canceled
- true if the user canceled the dialog
model
javax.swing.DefaultListModel model
- the list model
btnCloseChangesets
SideButton btnCloseChangesets
canceled
boolean canceled
pnlCredentials
CredentialDialog.CredentialPanel pnlCredentials
saveUsernameAndPasswordCheckboxText
java.lang.String saveUsernameAndPasswordCheckboxText
tfUserName
javax.swing.JTextField tfUserName
tfPassword
javax.swing.JPasswordField tfPassword
cbSaveCredentials
javax.swing.JCheckBox cbSaveCredentials
lblHeading
JMultilineLabel lblHeading
lblWarning
JMultilineLabel lblWarning
owner
CredentialDialog owner
changesets
java.util.List<E> changesets
selectedChangeset
Changeset selectedChangeset
clearAction
RecentlyOpenedFilesMenu.ClearAction clearAction
model
SaveLayersModel model
action
SaveLayersDialog.UserAction action
pnlUploadLayers
UploadAndSaveProgressRenderer pnlUploadLayers
saveAndProceedAction
SaveLayersDialog.SaveAndProceedAction saveAndProceedAction
discardAndProceedAction
SaveLayersDialog.DiscardAndProceedAction discardAndProceedAction
cancelAction
SaveLayersDialog.CancelAction cancelAction
saveAndUploadTask
SaveLayersDialog.SaveAndUploadTask saveAndUploadTask
saveAndProceedActionButton
javax.swing.JButton saveAndProceedActionButton
layerInfo
java.util.List<E> layerInfo
mode
SaveLayersModel.Mode mode
support
java.beans.PropertyChangeSupport support
pnlTagEditor
TagEditorPanel pnlTagEditor
- checkbox for selecting whether an atomic upload is to be used
changesetCommentModel
ChangesetCommentModel changesetCommentModel
- the model for the changeset comment
defaultTags
java.util.Map<K,V> defaultTags
- tags that applied to uploaded changesets by default
pnlUploadedObjects
UploadedObjectsSummaryPanel pnlUploadedObjects
- the panel with the objects to upload
pnlChangesetManagement
ChangesetManagementPanel pnlChangesetManagement
- the panel to select the changeset used
pnlBasicUploadSettings
BasicUploadSettingsPanel pnlBasicUploadSettings
pnlUploadStrategySelectionPanel
UploadStrategySelectionPanel pnlUploadStrategySelectionPanel
pnlTagSettings
TagSettingsPanel pnlTagSettings
- checkbox for selecting whether an atomic upload is to be used
tpConfigPanels
javax.swing.JTabbedPane tpConfigPanels
- the tabbed pane used below of the list of primitives
btnUpload
javax.swing.JButton btnUpload
- the upload button
canceled
boolean canceled
changesetCommentModel
ChangesetCommentModel changesetCommentModel
- the changeset comment model keeping the state of the changeset comment
lstAdd
UploadedObjectsSummaryPanel.PrimitiveList lstAdd
- the list with the added primitives
lblAdd
javax.swing.JLabel lblAdd
spAdd
javax.swing.JScrollPane spAdd
lstUpdate
UploadedObjectsSummaryPanel.PrimitiveList lstUpdate
- the list with the updated primitives
lblUpdate
javax.swing.JLabel lblUpdate
spUpdate
javax.swing.JScrollPane spUpdate
lstDelete
UploadedObjectsSummaryPanel.PrimitiveList lstDelete
- the list with the deleted primitives
lblDelete
javax.swing.JLabel lblDelete
spDelete
javax.swing.JScrollPane spDelete
spec
UploadStrategySpecification spec
numObjects
int numObjects
jepMessage
javax.swing.JEditorPane jepMessage
lblWarning
javax.swing.JLabel lblWarning
selectedChangeset
Changeset selectedChangeset
closeChangesetAfterNextUpload
boolean closeChangesetAfterNextUpload
configHandler
ConfigurationParameterRequestHandler configHandler
lstSelectedPrimitives
UploadSelectionDialog.OsmPrimitiveList lstSelectedPrimitives
lstDeletedPrimitives
UploadSelectionDialog.OsmPrimitiveList lstDeletedPrimitives
spLists
javax.swing.JSplitPane spLists
canceled
boolean canceled
btnContinue
SideButton btnContinue
bgStrategies
javax.swing.ButtonGroup bgStrategies
bgMultiChangesetPolicies
javax.swing.ButtonGroup bgMultiChangesetPolicies
rbStrategy
java.util.Map<K,V> rbStrategy
lblNumRequests
java.util.Map<K,V> lblNumRequests
lblStrategies
java.util.Map<K,V> lblStrategies
tfChunkSize
javax.swing.JTextField tfChunkSize
pnlMultiChangesetPolicyPanel
javax.swing.JPanel pnlMultiChangesetPolicyPanel
rbFillOneChangeset
javax.swing.JRadioButton rbFillOneChangeset
rbUseMultipleChangesets
javax.swing.JRadioButton rbUseMultipleChangesets
lblMultiChangesetPoliciesHeader
JMultilineLabel lblMultiChangesetPoliciesHeader
numUploadedObjects
long numUploadedObjects
Package org.openstreetmap.josm.gui.layer |
layers
java.util.List<E> layers
dist
java.lang.Integer[] dist
area
java.lang.Integer[] area
layer
Layer layer
lastLayer
java.lang.ref.WeakReference<T> lastLayer
multikeyShortcut
Shortcut multikeyShortcut
lastLayer
java.lang.ref.WeakReference<T> lastLayer
layer
Layer layer
multikeyShortcut
Shortcut multikeyShortcut
layer
Layer layer
layer
Layer layer
layer
Layer layer
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.openstreetmap.josm.gui.layer.geoimage |
yLayer
GeoImageLayer yLayer
timezone
double timezone
delta
long delta
syncDialog
ExtendedDialog syncDialog
gpxLst
java.util.Vector<E> gpxLst
outerPanel
javax.swing.JPanel outerPanel
cbGpx
JosmComboBox cbGpx
tfTimezone
javax.swing.JTextField tfTimezone
tfOffset
javax.swing.JTextField tfOffset
cbExifImg
javax.swing.JCheckBox cbExifImg
cbTaggedImg
javax.swing.JCheckBox cbTaggedImg
cbShowThumbs
javax.swing.JCheckBox cbShowThumbs
statusBarText
javax.swing.JLabel statusBarText
lastNumMatched
int lastNumMatched
statusBarUpdater
CorrelateGpxWithImages.StatusBarUpdater statusBarUpdater
statusBarUpdaterWithRepaint
CorrelateGpxWithImages.StatusBarUpdater statusBarUpdaterWithRepaint
repaintTheMap
CorrelateGpxWithImages.RepaintTheMapListener repaintTheMap
file
java.io.File file
- The file that is currently displayed
image
java.awt.Image image
- The image currently displayed
errorLoading
boolean errorLoading
- The image currently displayed
visibleRect
java.awt.Rectangle visibleRect
- The rectangle (in image coordinates) of the image that is visible. This rectangle is calculated
each time the zoom is modified
selectedRect
java.awt.Rectangle selectedRect
- When a selection is done, the rectangle of the selection (in image coordinates)
tracker
java.awt.MediaTracker tracker
- The tracker to load the images
osdText
java.lang.String osdText
imgDisplay
ImageDisplay imgDisplay
centerView
boolean centerView
collapseButtonClicked
boolean collapseButtonClicked
btnNext
javax.swing.JButton btnNext
btnPrevious
javax.swing.JButton btnPrevious
btnCollapse
javax.swing.JButton btnCollapse
currentLayer
GeoImageLayer currentLayer
currentEntry
ImageEntry currentEntry
Package org.openstreetmap.josm.gui.layer.markerlayer |
layer
MarkerLayer layer
Package org.openstreetmap.josm.gui.mappaint |
actions
java.util.Map<K,V> actions
mapPaintPreferencesAction
MapPaintDialog.LaunchMapPaintPreferencesAction mapPaintPreferencesAction
Package org.openstreetmap.josm.gui.mappaint.mapcss |
specialmessage
java.lang.String specialmessage
line
java.lang.Integer line
column
java.lang.Integer column
Package org.openstreetmap.josm.gui.oauth |
apiUrl
java.lang.String apiUrl
pnlAdvancedProperties
AdvancedOAuthPropertiesPanel pnlAdvancedProperties
accessToken
OAuthToken accessToken
tfAccessTokenKey
javax.swing.JTextField tfAccessTokenKey
tfAccessTokenSecret
javax.swing.JTextField tfAccessTokenSecret
cbSaveAccessTokenInPreferences
javax.swing.JCheckBox cbSaveAccessTokenInPreferences
cbUseDefaults
javax.swing.JCheckBox cbUseDefaults
tfConsumerKey
javax.swing.JTextField tfConsumerKey
tfConsumerSecret
javax.swing.JTextField tfConsumerSecret
tfRequestTokenURL
javax.swing.JTextField tfRequestTokenURL
tfAccessTokenURL
javax.swing.JTextField tfAccessTokenURL
tfAuthoriseURL
javax.swing.JTextField tfAuthoriseURL
ilUseDefault
AdvancedOAuthPropertiesPanel.UseDefaultItemListener ilUseDefault
apiUrl
java.lang.String apiUrl
tfUserName
javax.swing.JTextField tfUserName
tfPassword
javax.swing.JPasswordField tfPassword
valUserName
FullyAutomaticAuthorizationUI.UserNameValidator valUserName
valPassword
FullyAutomaticAuthorizationUI.PasswordValidator valPassword
pnlAccessTokenInfo
AccessTokenInfoPanel pnlAccessTokenInfo
pnlOsmPrivileges
OsmPrivilegesPanel pnlOsmPrivileges
pnlPropertiesPanel
javax.swing.JPanel pnlPropertiesPanel
pnlActionButtonsPanel
javax.swing.JPanel pnlActionButtonsPanel
pnlResult
javax.swing.JPanel pnlResult
tfUserName
javax.swing.JTextField tfUserName
tfPassword
javax.swing.JPasswordField tfPassword
valUserName
FullyAutomaticPropertiesPanel.UserNameValidator valUserName
cbWriteMapData
javax.swing.JCheckBox cbWriteMapData
cbWriteGpsTraces
javax.swing.JCheckBox cbWriteGpsTraces
cbReadGpsTraces
javax.swing.JCheckBox cbReadGpsTraces
tfAccessTokenKey
javax.swing.JTextField tfAccessTokenKey
valAccessTokenKey
ManualAuthorizationUI.AccessTokenKeyValidator valAccessTokenKey
tfAccessTokenSecret
javax.swing.JTextField tfAccessTokenSecret
valAccessTokenSecret
ManualAuthorizationUI.AccessTokenSecretValidator valAccessTokenSecret
cbSaveToPreferences
javax.swing.JCheckBox cbSaveToPreferences
pnlMessage
HtmlPanel pnlMessage
pnlMessage
HtmlPanel pnlMessage
canceled
boolean canceled
apiUrl
java.lang.String apiUrl
cbAuthorisationProcedure
AuthorizationProcedureComboBox cbAuthorisationProcedure
pnlFullyAutomaticAuthorisationUI
FullyAutomaticAuthorizationUI pnlFullyAutomaticAuthorisationUI
pnlSemiAutomaticAuthorisationUI
SemiAutomaticAuthorizationUI pnlSemiAutomaticAuthorisationUI
pnlManualAuthorisationUI
ManualAuthorizationUI pnlManualAuthorisationUI
spAuthorisationProcedureUI
javax.swing.JScrollPane spAuthorisationProcedureUI
cbWriteApi
javax.swing.JCheckBox cbWriteApi
cbWriteGpx
javax.swing.JCheckBox cbWriteGpx
cbReadGpx
javax.swing.JCheckBox cbReadGpx
cbWritePrefs
javax.swing.JCheckBox cbWritePrefs
cbReadPrefs
javax.swing.JCheckBox cbReadPrefs
pnlAccessTokenInfo
AccessTokenInfoPanel pnlAccessTokenInfo
requestToken
OAuthToken requestToken
pnlRetrieveRequestToken
SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel pnlRetrieveRequestToken
pnlRetrieveAccessToken
SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel pnlRetrieveAccessToken
pnlShowAccessToken
SemiAutomaticAuthorizationUI.ShowAccessTokenPanel pnlShowAccessToken
Package org.openstreetmap.josm.gui.preferences |
tpPreferences
PreferenceTabbedPane tpPreferences
canceled
boolean canceled
tabs
java.util.List<E> tabs
settings
java.util.List<E> settings
settingsInitialized
java.util.List<E> settingsInitialized
validationListeners
java.util.List<E> validationListeners
preferenceSetting
TabPreferenceSetting preferenceSetting
preferenceSetting
TabPreferenceSetting preferenceSetting
isMapPaint
boolean isMapPaint
tblActiveSources
javax.swing.JTable tblActiveSources
activeSourcesModel
SourceEditor.ActiveSourcesModel activeSourcesModel
lstAvailableSources
javax.swing.JList lstAvailableSources
availableSourcesModel
SourceEditor.AvailableSourcesListModel availableSourcesModel
tblIconPaths
javax.swing.JTable tblIconPaths
iconPathsModel
SourceEditor.IconPathTableModel iconPathsModel
availableSourcesUrl
java.lang.String availableSourcesUrl
sourceProviders
java.util.List<E> sourceProviders
sourcesInitiallyLoaded
boolean sourcesInitiallyLoaded
data
java.util.List<E> data
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
data
java.util.ArrayList<E> data
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
tfTitle
javax.swing.JTextField tfTitle
tfURL
javax.swing.JTextField tfURL
cbActive
javax.swing.JCheckBox cbActive
data
java.util.ArrayList<E> data
selectionModel
javax.swing.DefaultListSelectionModel selectionModel
Package org.openstreetmap.josm.gui.preferences.advanced |
data
java.util.List<E> data
entry
AdvancedPreference.PrefEntry entry
entryModel
ListListEditor.EntryListModel entryModel
data
java.util.List<E> data
entry
AdvancedPreference.PrefEntry entry
entryList
javax.swing.JList entryList
entryIdx
java.lang.Integer entryIdx
table
javax.swing.JTable table
tableModel
ListListEditor.ListTableModel tableModel
entryModel
MapListEditor.EntryListModel entryModel
entry
AdvancedPreference.PrefEntry entry
entryList
javax.swing.JList entryList
table
javax.swing.JTable table
tableModel
MapListEditor.MapTableModel tableModel
dataKeys
java.util.List<E> dataKeys
dataValues
java.util.List<E> dataValues
entryIdx
java.lang.Integer entryIdx
entry
AdvancedPreference.PrefEntry entry
tvalue
javax.swing.JTextField tvalue
Package org.openstreetmap.josm.gui.preferences.display |
drawRawGpsLinesGlobal
javax.swing.JRadioButton drawRawGpsLinesGlobal
drawRawGpsLinesAll
javax.swing.JRadioButton drawRawGpsLinesAll
drawRawGpsLinesLocal
javax.swing.JRadioButton drawRawGpsLinesLocal
drawRawGpsLinesNone
javax.swing.JRadioButton drawRawGpsLinesNone
drawRawGpsLinesActionListener
java.awt.event.ActionListener drawRawGpsLinesActionListener
drawRawGpsMaxLineLength
javax.swing.JTextField drawRawGpsMaxLineLength
drawRawGpsMaxLineLengthLocal
javax.swing.JTextField drawRawGpsMaxLineLengthLocal
drawLineWidth
javax.swing.JTextField drawLineWidth
forceRawGpsLines
javax.swing.JCheckBox forceRawGpsLines
largeGpsPoints
javax.swing.JCheckBox largeGpsPoints
hdopCircleGpsPoints
javax.swing.JCheckBox hdopCircleGpsPoints
colorGroup
javax.swing.ButtonGroup colorGroup
colorTypeVelocity
javax.swing.JRadioButton colorTypeVelocity
colorTypeDirection
javax.swing.JRadioButton colorTypeDirection
colorTypeDilution
javax.swing.JRadioButton colorTypeDilution
colorTypeTime
javax.swing.JRadioButton colorTypeTime
colorTypeNone
javax.swing.JRadioButton colorTypeNone
colorTypeGlobal
javax.swing.JRadioButton colorTypeGlobal
colorTypeVelocityTune
JosmComboBox colorTypeVelocityTune
makeAutoMarkers
javax.swing.JCheckBox makeAutoMarkers
drawGpsArrows
javax.swing.JCheckBox drawGpsArrows
drawGpsArrowsFast
javax.swing.JCheckBox drawGpsArrowsFast
drawGpsArrowsMinDist
javax.swing.JTextField drawGpsArrowsMinDist
colorDynamic
javax.swing.JCheckBox colorDynamic
waypointLabel
JosmComboBox waypointLabel
waypointLabelPattern
javax.swing.JTextField waypointLabelPattern
audioWaypointLabel
JosmComboBox audioWaypointLabel
audioWaypointLabelPattern
javax.swing.JTextField audioWaypointLabelPattern
layerName
java.lang.String layerName
local
boolean local
nonlocal
boolean nonlocal
Package org.openstreetmap.josm.gui.preferences.imagery |
selectedLayers
java.util.List<E> selectedLayers
serviceUrl
java.net.URL serviceUrl
selectedLayer
AddWMSLayerPanel.LayerDetails selectedLayer
menuName
javax.swing.JTextField menuName
resultingLayerField
javax.swing.JTextArea resultingLayerField
treeRootNode
javax.swing.tree.MutableTreeNode treeRootNode
treeData
javax.swing.tree.DefaultTreeModel treeData
layerTree
javax.swing.JTree layerTree
showBoundsButton
javax.swing.JButton showBoundsButton
previouslyShownUnsupportedCrsError
boolean previouslyShownUnsupportedCrsError
tmsURL
javax.swing.JTextArea tmsURL
tmsZoom
javax.swing.JTextField tmsZoom
btnFadeColor
javax.swing.JButton btnFadeColor
fadeAmount
javax.swing.JSlider fadeAmount
sharpen
JosmComboBox sharpen
useOffsetServer
javax.swing.JCheckBox useOffsetServer
offsetServerUrl
javax.swing.JTextField offsetServerUrl
activeTable
javax.swing.JTable activeTable
defaultTable
javax.swing.JTable defaultTable
defaultMap
JMapViewer defaultMap
activeModel
ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel activeModel
defaultModel
ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel defaultModel
activeToolbar
javax.swing.JToolBar activeToolbar
middleToolbar
javax.swing.JToolBar middleToolbar
defaultToolbar
javax.swing.JToolBar defaultToolbar
gui
PreferenceTabbedPane gui
layerInfo
ImageryLayerInfo layerInfo
autozoomActive
javax.swing.JCheckBox autozoomActive
autoloadTiles
javax.swing.JCheckBox autoloadTiles
minZoomLvl
javax.swing.JSpinner minZoomLvl
maxZoomLvl
javax.swing.JSpinner maxZoomLvl
addToSlippyMapChosser
javax.swing.JCheckBox addToSlippyMapChosser
tilecacheDir
javax.swing.JTextField tilecacheDir
browser
JosmComboBox browser
overlapCheckBox
javax.swing.JCheckBox overlapCheckBox
spinEast
javax.swing.JSpinner spinEast
spinNorth
javax.swing.JSpinner spinNorth
spinSimConn
javax.swing.JSpinner spinSimConn
Package org.openstreetmap.josm.gui.preferences.plugin |
model
PluginPreferencesModel model
bgVersionBasedUpdatePolicy
javax.swing.ButtonGroup bgVersionBasedUpdatePolicy
bgTimeBasedUpdatePolicy
javax.swing.ButtonGroup bgTimeBasedUpdatePolicy
rbVersionBasedUpatePolicy
java.util.Map<K,V> rbVersionBasedUpatePolicy
rbTimeBasedUpatePolicy
java.util.Map<K,V> rbTimeBasedUpatePolicy
tfUpdateInterval
javax.swing.JTextField tfUpdateInterval
lblUpdateInterval
javax.swing.JLabel lblUpdateInterval
Package org.openstreetmap.josm.gui.preferences.projection |
prefcb
JosmComboBox prefcb
Package org.openstreetmap.josm.gui.preferences.server |
rbBasicAuthentication
javax.swing.JRadioButton rbBasicAuthentication
- indicates whether we use basic authentication
rbOAuth
javax.swing.JRadioButton rbOAuth
- indicates whether we use OAuth as authentication scheme
pnlAuthenticationParameteters
javax.swing.JPanel pnlAuthenticationParameteters
- the panel which contains the authentication parameters for the respective
authentication scheme
pnlBasicAuthPreferences
BasicAuthenticationPreferencesPanel pnlBasicAuthPreferences
- the panel for the basic authentication parameters
pnlOAuthPreferences
OAuthAuthenticationPreferencesPanel pnlOAuthPreferences
- the panel for the OAuth authentication parameters
tfOsmUserName
javax.swing.JTextField tfOsmUserName
- the OSM user name
valUserName
UserNameValidator valUserName
tfOsmPassword
javax.swing.JPasswordField tfOsmPassword
- the OSM password
decorationPanel
javax.swing.JPanel decorationPanel
- a panel with further information, e.g. some warnings
pnlAuthorisationMessage
javax.swing.JPanel pnlAuthorisationMessage
pnlNotYetAuthorised
OAuthAuthenticationPreferencesPanel.NotYetAuthorisedPanel pnlNotYetAuthorised
pnlAlreadyAuthorised
OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel pnlAlreadyAuthorised
pnlAdvancedProperties
AdvancedOAuthPropertiesPanel pnlAdvancedProperties
apiUrl
java.lang.String apiUrl
cbShowAdvancedParameters
javax.swing.JCheckBox cbShowAdvancedParameters
cbSaveToPreferences
javax.swing.JCheckBox cbSaveToPreferences
lblValid
javax.swing.JLabel lblValid
lblApiUrl
javax.swing.JLabel lblApiUrl
tfOsmServerUrl
javax.swing.JTextField tfOsmServerUrl
valOsmServerUrl
OsmApiUrlInputPanel.ApiUrlValidator valOsmServerUrl
btnTest
SideButton btnTest
cbUseDefaultServerUrl
javax.swing.JCheckBox cbUseDefaultServerUrl
- indicates whether to use the default OSM URL or not
bgProxyPolicy
javax.swing.ButtonGroup bgProxyPolicy
rbProxyPolicy
java.util.Map<K,V> rbProxyPolicy
tfProxyHttpHost
javax.swing.JTextField tfProxyHttpHost
tfProxyHttpPort
javax.swing.JTextField tfProxyHttpPort
tfProxySocksHost
javax.swing.JTextField tfProxySocksHost
tfProxySocksPort
javax.swing.JTextField tfProxySocksPort
tfProxyHttpUser
javax.swing.JTextField tfProxyHttpUser
tfProxyHttpPassword
javax.swing.JPasswordField tfProxyHttpPassword
pnlHttpProxyConfigurationPanel
javax.swing.JPanel pnlHttpProxyConfigurationPanel
pnlSocksProxyConfigurationPanel
javax.swing.JPanel pnlSocksProxyConfigurationPanel
Package org.openstreetmap.josm.gui.preferences.shortcut |
model
javax.swing.table.AbstractTableModel model
cbAlt
javax.swing.JCheckBox cbAlt
cbCtrl
javax.swing.JCheckBox cbCtrl
cbMeta
javax.swing.JCheckBox cbMeta
cbShift
javax.swing.JCheckBox cbShift
cbDefault
javax.swing.JCheckBox cbDefault
cbDisable
javax.swing.JCheckBox cbDisable
tfKey
JosmComboBox tfKey
shortcutTable
javax.swing.JTable shortcutTable
filterField
javax.swing.JTextField filterField
Package org.openstreetmap.josm.gui.progress |
Package org.openstreetmap.josm.gui.tagging |
editor
AutoCompletingTextField editor
currentTag
TagModel currentTag
autocomplete
AutoCompletionManager autocomplete
- the cache of auto completion items derived from the current JOSM data set
autoCompletionList
AutoCompletionList autoCompletionList
- user input is matched against this list of auto completion items
fontStandard
java.awt.Font fontStandard
fontItalic
java.awt.Font fontItalic
tags
java.util.ArrayList<E> tags
- the list holding the tags
dirty
boolean dirty
- indicates whether the model is dirty
propChangeSupport
java.beans.PropertyChangeSupport propChangeSupport
rowSelectionModel
javax.swing.DefaultListSelectionModel rowSelectionModel
colSelectionModel
javax.swing.DefaultListSelectionModel colSelectionModel
model
TagEditorModel model
- the tag editor model
tagTable
TagTable tagTable
- the tag table
presetListPanel
PresetListPanel presetListPanel
presetHandler
PresetListPanel.PresetHandler presetHandler
autocomplete
AutoCompletionManager autocomplete
acList
AutoCompletionList acList
group
TaggingPresetMenu group
name
java.lang.String name
name_context
java.lang.String name_context
locale_name
java.lang.String locale_name
types
java.util.EnumSet<E extends java.lang.Enum<E>> types
- The types as preparsed collection.
data
java.util.List<E> data
nameTemplate
TemplateEntry nameTemplate
nameTemplateFilter
SearchCompiler.Match nameTemplateFilter
originalSelectionEmpty
boolean originalSelectionEmpty
- True whenever the original selection given into createSelection was empty
delimiter
java.lang.String delimiter
menu
javax.swing.JMenu menu
edSearchText
javax.swing.JTextField edSearchText
lsResult
javax.swing.JList lsResult
ckOnlyApplicable
javax.swing.JCheckBox ckOnlyApplicable
ckSearchInTags
javax.swing.JCheckBox ckSearchInTags
typesInSelection
java.util.EnumSet<E extends java.lang.Enum<E>> typesInSelection
typesInSelectionDirty
boolean typesInSelectionDirty
classifications
java.util.List<E> classifications
lsResultModel
TaggingPresetSearchDialog.ResultListModel lsResultModel
editor
TagCellEditor editor
- the table cell editor used by this table
doNotStopCellEditingWhenFocused
java.util.concurrent.CopyOnWriteArrayList<E> doNotStopCellEditingWhenFocused
- a list of components to which focus can be transferred without stopping
cell editing this table.
editorRemover
TagTable.CellEditorRemover editorRemover
deleteAction
RunnableAction deleteAction
- the delete action
addAction
RunnableAction addAction
- the add action
Package org.openstreetmap.josm.gui.tagging.ac |
autocompleteEnabled
boolean autocompleteEnabled
maxTextLength
int maxTextLength
autoCompletionList
AutoCompletionList autoCompletionList
- the auto completion list user input is matched against
tableCellEditorSupport
TableCellEditorSupport tableCellEditorSupport
originalValue
java.lang.String originalValue
list
java.util.ArrayList<E> list
- the bare list of AutoCompletionItems
filtered
java.util.ArrayList<E> filtered
- the filtered list of AutoCompletionItems
filter
java.lang.String filter
- the filter expression
valutToItemMap
java.util.Map<K,V> valutToItemMap
- map from value to priority
Package org.openstreetmap.josm.gui.util |
target
javax.swing.InputMap target
Package org.openstreetmap.josm.gui.widgets |
tfLatLon
javax.swing.JTextField[] tfLatLon
tfOsmUrl
javax.swing.JTextField tfOsmUrl
maxSize
int maxSize
listeners
java.util.List<E> listeners
model
ComboBoxHistory model
jepMessage
javax.swing.JEditorPane jepMessage
lists
javax.swing.JList[] lists
validator
OsmIdTextField.OsmIdValidator validator
layer
OsmDataLayer layer
- the data layer in whose context primitives are edited in this table
popupMenu
javax.swing.JPopupMenu popupMenu
- the popup menu
zoomToAction
ZoomToAction zoomToAction
Package org.openstreetmap.josm.io |
changesetId
long changesetId
- the changeset id
closedOn
java.util.Date closedOn
- the date on which the changeset was closed
source
ChangesetClosedException.Source source
- the source
responseCode
int responseCode
errorHeader
java.lang.String errorHeader
errorBody
java.lang.String errorBody
accessedUrl
java.lang.String accessedUrl
type
OsmPrimitiveType type
- the type of the primitive which is gone on the server
id
long id
- the id of the primitive
columnNumber
int columnNumber
lineNumber
int lineNumber
url
java.lang.String url
Package org.openstreetmap.josm.io.auth |
Package org.openstreetmap.josm.io.remotecontrol |
propertyTable
javax.swing.JTable propertyTable
sel
java.util.Collection<E> sel
existing
boolean[] existing
Package org.openstreetmap.josm.io.remotecontrol.handler |
serialVersionUID: 2263904699747115423L
Package org.openstreetmap.josm.plugins |
plugin
PluginProxy plugin
name
java.lang.String name
Package org.openstreetmap.josm.tools |
url
java.lang.String url
description
java.lang.String description
fontPlus
int fontPlus
columnNumber
int columnNumber
lineNumber
int lineNumber
Package org.openstreetmap.josm.tools.template_engine |
unexpectedToken
Tokenizer.Token unexpectedToken
JOSM