Serialized Form


Package org.openstreetmap.gui.jmapviewer

Class org.openstreetmap.gui.jmapviewer.Coordinate extends java.lang.Object implements Serializable

Serialization Methods

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

Class org.openstreetmap.gui.jmapviewer.Demo extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

map

JMapViewer map

zoomLabel

javax.swing.JLabel zoomLabel

zoomValue

javax.swing.JLabel zoomValue

mperpLabelName

javax.swing.JLabel mperpLabelName

mperpLabelValue

javax.swing.JLabel mperpLabelValue

Class org.openstreetmap.gui.jmapviewer.JMapViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.openstreetmap.gui.jmapviewer.events.JMVCommandEvent extends java.util.EventObject implements Serializable

serialVersionUID: 8701544867914969620L

Serialized Fields

command

JMVCommandEvent.COMMAND command

Package org.openstreetmap.josm.actions

Class org.openstreetmap.josm.actions.AboutAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.AbstractInfoAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.AbstractMergeAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.AbstractMergeAction.LayerListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.openstreetmap.josm.actions.AddImageryLayerAction extends JosmAction implements Serializable

Serialized Fields

info

ImageryInfo info

Class org.openstreetmap.josm.actions.AddNodeAction extends JosmAction implements Serializable

Serialized Fields

textLatLon

java.lang.String textLatLon

textEastNorth

java.lang.String textEastNorth

Class org.openstreetmap.josm.actions.AlignInCircleAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.AlignInLineAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.AutoScaleAction extends JosmAction implements Serializable

Serialized Fields

mode

java.lang.String mode

zoomChangeAdapter

AutoScaleAction.ZoomChangeAdapter zoomChangeAdapter

Class org.openstreetmap.josm.actions.ChangesetManagerToggleAction extends JosmAction implements Serializable

Serialized Fields

buttonModels

java.util.List<E> buttonModels

selected

boolean selected

changesetCacheManagerClosedHandler

java.awt.event.WindowListener changesetCacheManagerClosedHandler

Class org.openstreetmap.josm.actions.CloseChangesetAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.CombineWayAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.CopyAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.CopyCoordinatesAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.CreateCircleAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.CreateMultipolygonAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DeleteAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DiskAccessAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DistributeAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DownloadAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DownloadPrimitiveAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DownloadReferrersAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.DuplicateAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ExitAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ExpertToggleAction extends JosmAction implements Serializable

Serialized Fields

buttonModels

java.util.List<E> buttonModels

selected

boolean selected

Class org.openstreetmap.josm.actions.FollowLineAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.FullscreenToggleAction extends JosmAction implements Serializable

Serialized Fields

buttonModels

java.util.List<E> buttonModels

selected

boolean selected

gd

java.awt.GraphicsDevice gd

prevBounds

java.awt.Rectangle prevBounds

Class org.openstreetmap.josm.actions.GpxExportAction extends DiskAccessAction implements Serializable

Class org.openstreetmap.josm.actions.HelpAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.actions.HistoryInfoAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.HistoryInfoWebAction extends AbstractInfoAction implements Serializable

Class org.openstreetmap.josm.actions.ImageryAdjustAction extends MapMode implements Serializable

Serialized Fields

oldDx

double oldDx

oldDy

double oldDy

mouseDown

boolean mouseDown

prevEastNorth

EastNorth prevEastNorth

layer

ImageryLayer layer

oldMapMode

MapMode oldMapMode

Class org.openstreetmap.josm.actions.InfoAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.InfoWebAction extends AbstractInfoAction implements Serializable

Class org.openstreetmap.josm.actions.JoinAreasAction extends JosmAction implements Serializable

Serialized Fields

cmds

java.util.LinkedList<E> cmds

cmdsCount

int cmdsCount

Class org.openstreetmap.josm.actions.JoinNodeWayAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.JosmAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

sc

Shortcut sc

layerChangeAdapter

JosmAction.LayerChangeAdapter layerChangeAdapter

selectionChangeAdapter

JosmAction.SelectionChangeAdapter selectionChangeAdapter

Class org.openstreetmap.josm.actions.JumpToAction extends JosmAction implements Serializable

Serialized Fields

url

javax.swing.JTextField url

lat

javax.swing.JTextField lat

lon

javax.swing.JTextField lon

zm

javax.swing.JTextField zm

zoomFactor

double zoomFactor

Class org.openstreetmap.josm.actions.LassoModeAction extends MapMode implements Serializable

Class org.openstreetmap.josm.actions.Map_Rectifier_WMSmenuAction extends JosmAction implements Serializable

Serialized Fields

services

java.util.ArrayList<E> services
List of available rectifier services. May be extended from the outside

Class org.openstreetmap.josm.actions.MergeLayerAction extends AbstractMergeAction implements Serializable

Class org.openstreetmap.josm.actions.MergeNodesAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.MergeSelectionAction extends AbstractMergeAction implements Serializable

Class org.openstreetmap.josm.actions.MirrorAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.MoveAction extends JosmAction implements Serializable

Serialized Fields

myDirection

MoveAction.Direction myDirection

Class org.openstreetmap.josm.actions.MoveNodeAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.NewAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.OpenFileAction extends DiskAccessAction implements Serializable

Class org.openstreetmap.josm.actions.OpenLocationAction extends JosmAction implements Serializable

Serialized Fields

downloadTasks

java.util.List<E> downloadTasks

Class org.openstreetmap.josm.actions.OrthogonalizeAction extends JosmAction implements Serializable

Serialized Fields

USAGE

java.lang.String USAGE

Class org.openstreetmap.josm.actions.OrthogonalizeAction.Undo extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.PasteAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.PasteTagsAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.PreferencesAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.PreferenceToggleAction extends JosmAction implements Serializable

Serialized Fields

checkbox

javax.swing.JCheckBoxMenuItem checkbox

prefKey

java.lang.String prefKey

prefDefault

boolean prefDefault

Class org.openstreetmap.josm.actions.PurgeAction extends JosmAction implements Serializable

Serialized Fields

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.

Class org.openstreetmap.josm.actions.RedoAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.RenameLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

file

java.io.File file

layer

Layer layer

Class org.openstreetmap.josm.actions.ReverseWayAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.SaveAction extends SaveActionBase implements Serializable

Class org.openstreetmap.josm.actions.SaveActionBase extends DiskAccessAction implements Serializable

Serialized Fields

file

java.io.File file

Class org.openstreetmap.josm.actions.SaveAsAction extends SaveActionBase implements Serializable

Class org.openstreetmap.josm.actions.SelectAllAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.SessionLoadAction extends DiskAccessAction implements Serializable

Class org.openstreetmap.josm.actions.SessionSaveAsAction extends DiskAccessAction implements Serializable

Serialized Fields

layers

java.util.List<E> layers

exporters

java.util.Map<K,V> exporters

dependencies

MultiMap<A,B> dependencies

zipRequired

boolean zipRequired

Class org.openstreetmap.josm.actions.SessionSaveAsAction.SessionSaveAsDialog extends ExtendedDialog implements Serializable

Class org.openstreetmap.josm.actions.ShowStatusReportAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.SimplifyWayAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.SplitWayAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ToggleGPXLinesAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ToggleUploadDiscouragedLayerAction extends JosmAction implements Serializable

Serialized Fields

layer

OsmDataLayer layer

Class org.openstreetmap.josm.actions.UndoAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.UnGlueAction extends JosmAction implements Serializable

Serialized Fields

selectedNode

Node selectedNode

selectedWay

Way selectedWay

selectedNodes

java.util.Set<E> selectedNodes

Class org.openstreetmap.josm.actions.UnselectAllAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.UpdateDataAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.UpdateModifiedAction extends UpdateSelectionAction implements Serializable

Class org.openstreetmap.josm.actions.UpdateSelectionAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.UploadAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.UploadSelectionAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ValidateAction extends JosmAction implements Serializable

serialVersionUID: -2304521273582574603L

Serialized Fields

lastSelection

java.util.Collection<E> lastSelection
Last selection used to validate

Class org.openstreetmap.josm.actions.ViewportFollowToggleAction extends JosmAction implements Serializable

Serialized Fields

buttonModels

java.util.List<E> buttonModels

selected

boolean selected

Class org.openstreetmap.josm.actions.WireframeToggleAction extends JosmAction implements Serializable

Serialized Fields

buttonModels

java.util.List<E> buttonModels

selected

boolean selected

Class org.openstreetmap.josm.actions.ZoomInAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ZoomOutAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.ZoomToAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

table

OsmPrimitivesTable table

descriptionNominal

java.lang.String descriptionNominal

descriptionInactiveLayer

java.lang.String descriptionInactiveLayer

descriptionNoSelection

java.lang.String descriptionNoSelection

Package org.openstreetmap.josm.actions.audio

Class org.openstreetmap.josm.actions.audio.AudioBackAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioFasterAction extends AudioFastSlowAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioFastSlowAction extends JosmAction implements Serializable

Serialized Fields

multiplier

double multiplier

Class org.openstreetmap.josm.actions.audio.AudioFwdAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioNextAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioPlayPauseAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioPrevAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.audio.AudioSlowerAction extends AudioFastSlowAction implements Serializable


Package org.openstreetmap.josm.actions.mapmode

Class org.openstreetmap.josm.actions.mapmode.DeleteAction extends MapMode implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.actions.mapmode.DrawAction extends MapMode implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.actions.mapmode.DrawAction.BackSpaceAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.actions.mapmode.ExtrudeAction extends MapMode implements Serializable

Serialized Fields

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.

Class org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction extends MapMode implements Serializable

serialVersionUID: 42L

Serialized Fields

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

Class org.openstreetmap.josm.actions.mapmode.MapMode extends JosmAction implements Serializable

Serialized Fields

cursor

java.awt.Cursor cursor

ctrl

boolean ctrl

alt

boolean alt

shift

boolean shift

Class org.openstreetmap.josm.actions.mapmode.ParallelWayAction extends MapMode implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.openstreetmap.josm.actions.mapmode.PlayHeadDragMode extends MapMode implements Serializable

Serialized Fields

dragging

boolean dragging

mousePos

java.awt.Point mousePos

mouseStart

java.awt.Point mouseStart

playHeadMarker

PlayHeadMarker playHeadMarker

Class org.openstreetmap.josm.actions.mapmode.SelectAction extends MapMode implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.actions.mapmode.ZoomAction extends MapMode implements Serializable

Serialized Fields

selectionManager

SelectionManager selectionManager
Manager that manages the selection rectangle with the aspect ratio of the MapView.


Package org.openstreetmap.josm.actions.search

Class org.openstreetmap.josm.actions.search.SearchAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.actions.search.SearchCompiler.ParseError extends java.lang.Exception implements Serializable


Package org.openstreetmap.josm.actions.upload

Class org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException extends java.lang.Exception implements Serializable

Serialized Fields

cycle

java.util.Stack<E> cycle

Package org.openstreetmap.josm.corrector

Class org.openstreetmap.josm.corrector.CorrectionTable extends javax.swing.JTable implements Serializable

Class org.openstreetmap.josm.corrector.CorrectionTable.BoldRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.corrector.CorrectionTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

corrections

java.util.List<E> corrections

apply

boolean[] apply

applyColumn

int applyColumn

Class org.openstreetmap.josm.corrector.RoleCorrectionTable extends CorrectionTable<RoleCorrectionTableModel> implements Serializable

Class org.openstreetmap.josm.corrector.RoleCorrectionTableModel extends CorrectionTableModel<RoleCorrection> implements Serializable

Class org.openstreetmap.josm.corrector.TagCorrectionTable extends CorrectionTable<TagCorrectionTableModel> implements Serializable

Class org.openstreetmap.josm.corrector.TagCorrectionTableModel extends CorrectionTableModel<TagCorrection> implements Serializable

Class org.openstreetmap.josm.corrector.UserCancelException extends java.lang.Exception implements Serializable


Package org.openstreetmap.josm.data

Class org.openstreetmap.josm.data.ServerSidePreferences.MissingPassword extends java.lang.Exception implements Serializable

Serialized Fields

realm

java.lang.String realm

Package org.openstreetmap.josm.data.coor

Class org.openstreetmap.josm.data.coor.CachedLatLon extends LatLon implements Serializable

Serialized Fields

eastNorth

EastNorth eastNorth

proj

Projection proj

Class org.openstreetmap.josm.data.coor.EastNorth extends Coordinate implements Serializable

Class org.openstreetmap.josm.data.coor.LatLon extends Coordinate implements Serializable


Package org.openstreetmap.josm.data.imagery

Class org.openstreetmap.josm.data.imagery.GeorefImage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

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
Serialized Fields

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

Class org.openstreetmap.josm.data.osm.DataIntegrityProblemException extends java.lang.RuntimeException implements Serializable

Serialized Fields

htmlMessage

java.lang.String htmlMessage

Class org.openstreetmap.josm.data.osm.SimplePrimitiveId extends java.lang.Object implements Serializable

Serialized Fields

id

long id

type

OsmPrimitiveType type

Package org.openstreetmap.josm.data.osm.visitor.paint

Class org.openstreetmap.josm.data.osm.visitor.paint.MapRendererFactory.MapRendererFactoryException extends java.lang.RuntimeException implements Serializable


Package org.openstreetmap.josm.data.projection

Class org.openstreetmap.josm.data.projection.ProjectionConfigurationException extends java.lang.Exception implements Serializable


Package org.openstreetmap.josm.data.projection.datum

Class org.openstreetmap.josm.data.projection.datum.NTV2GridShift extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFile extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.data.projection.datum.NTV2SubGrid extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.BookmarkList extends javax.swing.JList implements Serializable

Class org.openstreetmap.josm.gui.ExtendedDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.FileDrop.Event extends java.util.EventObject implements Serializable

Serialized Fields

files

java.io.File[] files

Class org.openstreetmap.josm.gui.GettingStarted extends javax.swing.JPanel implements Serializable

Serialized Fields

content

java.lang.String content

Class org.openstreetmap.josm.gui.GettingStarted.LinkGeneral extends javax.swing.JEditorPane implements Serializable

Class org.openstreetmap.josm.gui.IconToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

groupbutton

boolean groupbutton

listener

ShowHideButtonListener listener

hideIfDisabled

boolean hideIfDisabled

isExpert

boolean isExpert

Class org.openstreetmap.josm.gui.ImageryMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

offsetAction

javax.swing.Action offsetAction

singleOffset

javax.swing.JMenuItem singleOffset

offsetMenuItem

javax.swing.JMenuItem offsetMenuItem

rectaction

Map_Rectifier_WMSmenuAction rectaction

offsPos

int offsPos

Class org.openstreetmap.josm.gui.JMultilineLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

maxWidth

int maxWidth

superPreferred

java.awt.Dimension superPreferred

oldbounds

java.awt.Rectangle oldbounds

oldPreferred

java.awt.Dimension oldPreferred

Class org.openstreetmap.josm.gui.MainApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

args

java.util.Map<K,V> args

Class org.openstreetmap.josm.gui.MainApplet.UploadPreferencesAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.gui.MainMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.MapFrame extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.MapScaler extends javax.swing.JComponent implements Serializable

Serialized Fields

mv

NavigatableComponent mv

Class org.openstreetmap.josm.gui.MapStatus extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.MapView extends NavigatableComponent implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.MultiSplitLayout.InvalidLayoutException extends java.lang.RuntimeException implements Serializable

Serialized Fields

node

MultiSplitLayout.Node node

Class org.openstreetmap.josm.gui.MultiSplitPane extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.MultiSplitPane.AccessibleMultiSplitPane extends javax.swing.JPanel.AccessibleJPanel implements Serializable

Class org.openstreetmap.josm.gui.NavigatableComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.PleaseWaitDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.QuadStateCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

model

QuadStateCheckBox.QuadStateDecorator model

allowed

QuadStateCheckBox.State[] allowed

Class org.openstreetmap.josm.gui.ScrollViewport extends javax.swing.JPanel implements Serializable

Serialized Fields

vp

javax.swing.JViewport vp

component

javax.swing.JComponent component

buttons

java.util.List<E> buttons

timer

javax.swing.Timer timer

scrollDirection

int scrollDirection

Class org.openstreetmap.josm.gui.SideButton extends javax.swing.JButton implements Serializable

Serialized Fields

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

Class org.openstreetmap.josm.gui.SplashScreen extends javax.swing.JFrame implements Serializable

Serialized Fields

progressRenderer

SplashScreen.SplashScreenProgressRenderer progressRenderer

progressMonitor

SwingRenderingProgressMonitor progressMonitor

Package org.openstreetmap.josm.gui.actionsupport

Class org.openstreetmap.josm.gui.actionsupport.AlignImageryPanel extends javax.swing.JPanel implements Serializable

Class org.openstreetmap.josm.gui.actionsupport.DeleteFromRelationConfirmationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

model

DeleteFromRelationConfirmationDialog.RelationMemberTableModel model
the data model


jepMessage

javax.swing.JEditorPane jepMessage

canceled

boolean canceled

btnOK

SideButton btnOK

Class org.openstreetmap.josm.gui.actionsupport.DeleteFromRelationConfirmationDialog.RelationMemberTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

Class org.openstreetmap.josm.gui.actionsupport.LogShowDialog extends ExtendedDialog implements Serializable


Package org.openstreetmap.josm.gui.bbox

Class org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser extends JMapViewer implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.ComparePairListCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.ConflictResolver extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.ComparePairListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

selectedIdx

int selectedIdx

compareModes

java.util.ArrayList<E> compareModes

Class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesSelectionModel extends javax.swing.DefaultListSelectionModel implements Serializable

Serialized Fields

entries

java.util.ArrayList<E> entries

Class org.openstreetmap.josm.gui.conflict.pair.ListMergeModel.EntriesTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

role

ListRole role

Class org.openstreetmap.josm.gui.conflict.pair.ListMerger extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.PairTable extends OsmPrimitivesTable implements Serializable

Serialized Fields

model

ListMergeModel<T extends PrimitiveId> model

Package org.openstreetmap.josm.gui.conflict.pair.nodes

Class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMerger extends ListMerger<Node> implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTable extends PairTable implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon

rowNumberBorder

javax.swing.border.Border rowNumberBorder

Package org.openstreetmap.josm.gui.conflict.pair.properties

Class org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberListColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger extends ListMerger<RelationMember> implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTable extends PairTable implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editor

javax.swing.JTextField editor

Class org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

rowNumberBorder

javax.swing.border.Border rowNumberBorder

Package org.openstreetmap.josm.gui.conflict.pair.tags

Class org.openstreetmap.josm.gui.conflict.pair.tags.MergedTableCellRenderer extends TagMergeTableCellRenderer implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.tags.MineTableCellRenderer extends TagMergeTableCellRenderer implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.tags.TagMerger extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeTableCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.conflict.pair.tags.TheirTableCellRenderer extends TagMergeTableCellRenderer implements Serializable


Package org.openstreetmap.josm.gui.conflict.tags

Class org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editor

JosmComboBox editor
the combo box used as editor


editorModel

javax.swing.DefaultComboBoxModel editorModel

listeners

java.util.concurrent.CopyOnWriteArrayList<E> listeners

Class org.openstreetmap.josm.gui.conflict.tags.MultiValueCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

iconDecided

javax.swing.ImageIcon iconDecided

iconUndecided

javax.swing.ImageIcon iconUndecided

model

javax.swing.DefaultComboBoxModel model

cbDecisionRenderer

JosmComboBox cbDecisionRenderer

Class org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionEditor extends JosmComboBox implements Serializable

Serialized Fields

tableCellEditorSupport

TableCellEditorSupport tableCellEditorSupport

originalValue

RelationMemberConflictDecisionType originalValue

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

cbDecisionTypes

JosmComboBox cbDecisionTypes

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolver extends javax.swing.JPanel implements Serializable

Serialized Fields

tfRole

AutoCompletingTextField tfRole

tfKey

AutoCompletingTextField tfKey

tfValue

AutoCompletingTextField tfValue

cbTagRelations

javax.swing.JCheckBox cbTagRelations

model

RelationMemberConflictResolverModel model

tblResolver

RelationMemberConflictResolverTable tblResolver

lblHeader

JMultilineLabel lblHeader

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictResolverTable extends javax.swing.JTable implements Serializable

Serialized Fields

selectNextColumnCellAction

RelationMemberConflictResolverTable.SelectNextColumnCellAction selectNextColumnCellAction

selectPreviousColumnCellAction

RelationMemberConflictResolverTable.SelectPreviousColumnCellAction selectPreviousColumnCellAction

Class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverTable extends javax.swing.JTable implements Serializable

Serialized Fields

selectNextColumnCellAction

TagConflictResolverTable.SelectNextColumnCellAction selectNextColumnCellAction

selectPreviousColumnCellAction

TagConflictResolverTable.SelectPreviousColumnCellAction selectPreviousColumnCellAction

Package org.openstreetmap.josm.gui.dialogs

Class org.openstreetmap.josm.gui.dialogs.ChangesetDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.CommandListMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

cmd

PseudoCommand cmd

idx

int idx

Class org.openstreetmap.josm.gui.dialogs.CommandStackDialog extends ToggleDialog implements Serializable

Serialized Fields

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.

Class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.SelectAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

type

CommandStackDialog.UndoRedoType type

tree

javax.swing.JTree tree

Class org.openstreetmap.josm.gui.dialogs.ConflictDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resolver

ConflictResolver resolver
the conflict resolver component


applyResolutionAction

ConflictResolutionDialog.ApplyResolutionAction applyResolutionAction

Class org.openstreetmap.josm.gui.dialogs.DialogsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.FilterDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.FilterTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

disabledCount

int disabledCount

disabledAndHiddenCount

int disabledAndHiddenCount

filters

java.util.List<E> filters

filterMatcher

FilterMatcher filterMatcher

lblOSD

FilterTableModel.OSDLabel lblOSD

Class org.openstreetmap.josm.gui.dialogs.HistoryDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.InspectPrimitiveDialog extends ExtendedDialog implements Serializable

Serialized Fields

primitives

java.util.List<E> primitives

layer

OsmDataLayer layer

txtData

javax.swing.JTextArea txtData

txtMappaint

javax.swing.JTextArea txtMappaint

mappaintTabLoaded

boolean mappaintTabLoaded

Class org.openstreetmap.josm.gui.dialogs.LatLonDialog extends ExtendedDialog implements Serializable

Serialized Fields

tabs

javax.swing.JTabbedPane tabs

tfLatLon

javax.swing.JTextField tfLatLon

tfEastNorth

javax.swing.JTextField tfEastNorth

latLonCoordinates

LatLon latLonCoordinates

eastNorthCoordinates

EastNorth eastNorthCoordinates

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActivateLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

multikeyShortcut

Shortcut multikeyShortcut

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.DeleteLayerAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.DuplicateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

selectionModel

javax.swing.DefaultListSelectionModel selectionModel
manages list selection state


listeners

java.util.concurrent.CopyOnWriteArrayList<E> listeners

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerOpacityAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

popup

javax.swing.JPopupMenu popup

slider

javax.swing.JSlider slider

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.MergeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.dialogs.LayerListDialog.ShowHideLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

lastLayer

java.lang.ref.WeakReference<T> lastLayer

multikeyShortcut

Shortcut multikeyShortcut

Class org.openstreetmap.josm.gui.dialogs.LayerListPopup extends javax.swing.JPopupMenu implements Serializable

Class org.openstreetmap.josm.gui.dialogs.LayerListPopup.InfoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

errorsTabLoaded

boolean errorsTabLoaded

sourceTabLoaded

boolean sourceTabLoaded

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.LaunchMapPaintPreferencesAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MapPaintPopup extends javax.swing.JPopupMenu implements Serializable

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.MoveUpDownAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

increment

int increment

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.OnOffAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.ReloadAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.SaveAsAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.List<E> data

columnClasses

java.lang.Class<T>[] columnClasses

Class org.openstreetmap.josm.gui.dialogs.MapPaintDialog.StylesTable extends javax.swing.JTable implements Serializable

Class org.openstreetmap.josm.gui.dialogs.RelationListDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.SelectionListDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

s

SearchAction.SearchSetting s

Class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SearchPopupMenu extends javax.swing.JPopupMenu implements Serializable

Class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionHistoryPopup extends javax.swing.JPopupMenu implements Serializable

Class org.openstreetmap.josm.gui.dialogs.SelectionListDialog.SelectionMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

df

DefaultNameFormatter df

sel

java.util.Collection<E> sel

Class org.openstreetmap.josm.gui.dialogs.ToggleDialog extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.ToggleDialog.TitleBar extends javax.swing.JPanel implements Serializable

Serialized Fields

lblTitle

javax.swing.JLabel lblTitle

lblTitle_weak

javax.swing.JComponent lblTitle_weak

Class org.openstreetmap.josm.gui.dialogs.ToggleDialog.ToggleDialogAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.UserListDialog extends ToggleDialog implements Serializable

Serialized Fields

userTable

javax.swing.JTable userTable
The display list.


model

UserListDialog.UserTableModel model

selectionUsersPrimitivesAction

UserListDialog.SelectUsersPrimitivesAction selectionUsersPrimitivesAction

showUserInfoAction

UserListDialog.ShowUserInfoAction showUserInfoAction

loadRelicensingInformationAction

UserListDialog.LoadRelicensingInformationAction loadRelicensingInformationAction

Class org.openstreetmap.josm.gui.dialogs.ValidatorDialog extends ToggleDialog implements Serializable

serialVersionUID: 2952292777351992696L

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager extends javax.swing.JFrame implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManagerModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

changesetInDetailView

Changeset changesetInDetailView

support

java.beans.PropertyChangeSupport support

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetInSelectionListModel extends ChangesetListModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetListModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

data

java.util.List<E> data

shownChangesets

Storage<T> shownChangesets

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetsInActiveDataLayerListModel extends ChangesetListModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.changeset.ChangesetTagsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tblTags

TagTable tblTags

model

TagEditorModel model

Class org.openstreetmap.josm.gui.dialogs.changeset.SingleChangesetDownloadPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfChangesetId

javax.swing.JTextField tfChangesetId

actDownload

SingleChangesetDownloadPanel.DownloadAction actDownload

valChangesetId

SingleChangesetDownloadPanel.ChangesetIdValidator valChangesetId

Package org.openstreetmap.josm.gui.dialogs.changeset.query

Class org.openstreetmap.josm.gui.dialogs.changeset.query.AdvancedChangesetQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.changeset.query.ChangesetQueryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

tpQueryPanels

javax.swing.JTabbedPane tpQueryPanels

pnlBasicChangesetQueries

BasicChangesetQueryPanel pnlBasicChangesetQueries

pnlUrlBasedQueries

UrlBasedQueryPanel pnlUrlBasedQueries

pnlAdvancedQueries

AdvancedChangesetQueryPanel pnlAdvancedQueries

canceled

boolean canceled

Class org.openstreetmap.josm.gui.dialogs.changeset.query.UrlBasedQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfUrl

javax.swing.JTextField tfUrl

lblValid

javax.swing.JLabel lblValid

Package org.openstreetmap.josm.gui.dialogs.properties

Class org.openstreetmap.josm.gui.dialogs.properties.PresetListPanel extends javax.swing.JPanel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor extends RelationEditor implements Serializable

Serialized Fields

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.

Class org.openstreetmap.josm.gui.dialogs.relation.MemberRoleCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editor

AutoCompletingTextField editor

ds

DataSet ds

autoCompletionList

AutoCompletionList autoCompletionList
user input is matched against this list of auto completion items

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTable extends OsmPrimitivesTable implements Serializable

Serialized Fields

zoomToGap

MemberTable.ZoomToGapAction zoomToGap
the additional actions in popup menu

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableLinkedCellRenderer extends MemberTableCellRenderer implements Serializable

Serialized Fields

value

WayConnectionType value

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableMemberCellRenderer extends MemberTableCellRenderer implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.relation.MemberTableRoleCellRenderer extends MemberTableCellRenderer implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowser extends javax.swing.JPanel implements Serializable

Serialized Fields

referrers

javax.swing.JList referrers
the list of relations


model

ReferringRelationsBrowserModel model

layer

OsmDataLayer layer

cbReadFull

javax.swing.JCheckBox cbReadFull

editAction

ReferringRelationsBrowser.EditAction editAction

Class org.openstreetmap.josm.gui.dialogs.relation.ReferringRelationsBrowserModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

relation

Relation relation
the relation


referrers

java.util.ArrayList<E> referrers

Class org.openstreetmap.josm.gui.dialogs.relation.RelationEditor extends ExtendedDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.relation.RelationTree extends javax.swing.JTree implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon
the relation icon

Class org.openstreetmap.josm.gui.dialogs.relation.RunnableAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.SelectionTable extends javax.swing.JTable implements Serializable

Serialized Fields

model

SelectionTableModel model

memberTableModel

MemberTableModel memberTableModel

Class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreePanel extends javax.swing.JTree implements Serializable

serialVersionUID: 2952292777351992696L

Serialized Fields

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

Class org.openstreetmap.josm.gui.dialogs.validator.ValidatorTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 5567632718124640198L


Package org.openstreetmap.josm.gui.download

Class org.openstreetmap.josm.gui.download.DownloadDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.download.SlippyMapChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

iGui

DownloadDialog iGui

pnlSlippyMapBBoxChooser

SlippyMapBBoxChooser pnlSlippyMapBBoxChooser

iDownloadDialogDimension

java.awt.Dimension iDownloadDialogDimension

Package org.openstreetmap.josm.gui.help

Class org.openstreetmap.josm.gui.help.ContextSensitiveHelpAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

helpTopic

java.lang.String helpTopic
the help topic

Class org.openstreetmap.josm.gui.help.HelpBrowser extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.help.HelpContentReaderException extends java.lang.Exception implements Serializable

Serialized Fields

responseCode

int responseCode

Class org.openstreetmap.josm.gui.help.MissingHelpContentException extends HelpContentReaderException implements Serializable


Package org.openstreetmap.josm.gui.history

Class org.openstreetmap.josm.gui.history.CoordinateInfoViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.history.HistoryBrowser extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.history.HistoryBrowserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

browser

HistoryBrowser browser
the embedded browser


closeAction

HistoryBrowserDialog.CloseAction closeAction

Class org.openstreetmap.josm.gui.history.HistoryBrowserModel.RelationMemberTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

pointInTimeType

PointInTimeType pointInTimeType

Class org.openstreetmap.josm.gui.history.HistoryBrowserModel.TagTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

keys

java.util.ArrayList<E> keys

pointInTimeType

PointInTimeType pointInTimeType

Class org.openstreetmap.josm.gui.history.HistoryBrowserModel.VersionTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Class org.openstreetmap.josm.gui.history.NodeListTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

nodeIcon

javax.swing.ImageIcon nodeIcon

Class org.openstreetmap.josm.gui.history.NodeListTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.history.NodeListViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

model

HistoryBrowserModel model

referenceInfoPanel

VersionInfoPanel referenceInfoPanel

currentInfoPanel

VersionInfoPanel currentInfoPanel

adjustmentSynchronizer

AdjustmentSynchronizer adjustmentSynchronizer

selectionSynchronizer

SelectionSynchronizer selectionSynchronizer

popupMenu

NodeListViewer.NodeListPopupMenu popupMenu

Class org.openstreetmap.josm.gui.history.RelationMemberListTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

icons

java.util.HashMap<K,V> icons

Class org.openstreetmap.josm.gui.history.RelationMemberListViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

model

HistoryBrowserModel model

referenceInfoPanel

VersionInfoPanel referenceInfoPanel

currentInfoPanel

VersionInfoPanel currentInfoPanel

adjustmentSynchronizer

AdjustmentSynchronizer adjustmentSynchronizer

selectionSynchronizer

SelectionSynchronizer selectionSynchronizer

Class org.openstreetmap.josm.gui.history.RelationMemberTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.history.TagInfoViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

model

HistoryBrowserModel model

referenceInfoPanel

VersionInfoPanel referenceInfoPanel

currentInfoPanel

VersionInfoPanel currentInfoPanel

adjustmentSynchronizer

AdjustmentSynchronizer adjustmentSynchronizer

selectionSynchronizer

SelectionSynchronizer selectionSynchronizer

Class org.openstreetmap.josm.gui.history.TagTableCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.history.TagTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class org.openstreetmap.josm.gui.history.VersionInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pointInTimeType

PointInTimeType pointInTimeType

model

HistoryBrowserModel model

lblInfo

JMultilineLabel lblInfo

lblUser

UrlLabel lblUser

lblChangeset

UrlLabel lblChangeset

pnlUserAndChangeset

javax.swing.JPanel pnlUserAndChangeset

Class org.openstreetmap.josm.gui.history.VersionTable extends javax.swing.JTable implements Serializable

Serialized Fields

popupMenu

VersionTable.VersionTablePopupMenu popupMenu

Class org.openstreetmap.josm.gui.history.VersionTable.AlignedRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

btn

javax.swing.JRadioButton btn

Class org.openstreetmap.josm.gui.history.VersionTable.RadioButtonRenderer extends javax.swing.JRadioButton implements Serializable

Class org.openstreetmap.josm.gui.history.VersionTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable


Package org.openstreetmap.josm.gui.io

Class org.openstreetmap.josm.gui.io.BasicUploadSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.ChangesetCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon

Class org.openstreetmap.josm.gui.io.ChangesetManagementPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.CloseChangesetDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.CredentialDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

canceled

boolean canceled

pnlCredentials

CredentialDialog.CredentialPanel pnlCredentials

saveUsernameAndPasswordCheckboxText

java.lang.String saveUsernameAndPasswordCheckboxText

Class org.openstreetmap.josm.gui.io.CredentialDialog.CredentialPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfUserName

javax.swing.JTextField tfUserName

tfPassword

javax.swing.JPasswordField tfPassword

cbSaveCredentials

javax.swing.JCheckBox cbSaveCredentials

lblHeading

JMultilineLabel lblHeading

lblWarning

JMultilineLabel lblWarning

owner

CredentialDialog owner

Class org.openstreetmap.josm.gui.io.OpenChangesetComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

changesets

java.util.List<E> changesets

selectedChangeset

Changeset selectedChangeset

Class org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

clearAction

RecentlyOpenedFilesMenu.ClearAction clearAction

Class org.openstreetmap.josm.gui.io.SaveLayersDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.SaveLayersModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

layerInfo

java.util.List<E> layerInfo

mode

SaveLayersModel.Mode mode

support

java.beans.PropertyChangeSupport support

Class org.openstreetmap.josm.gui.io.TagSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.UploadDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.UploadedObjectsSummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.UploadParameterSummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.io.UploadSelectionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

lstSelectedPrimitives

UploadSelectionDialog.OsmPrimitiveList lstSelectedPrimitives

lstDeletedPrimitives

UploadSelectionDialog.OsmPrimitiveList lstDeletedPrimitives

spLists

javax.swing.JSplitPane spLists

canceled

boolean canceled

btnContinue

SideButton btnContinue

Class org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.layer.CustomizeColor extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layers

java.util.List<E> layers

Class org.openstreetmap.josm.gui.layer.GpxLayer.ChooseTrackVisibilityAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.GpxLayer.ConvertToDataLayerAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.GpxLayer.DownloadAlongTrackAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dist

java.lang.Integer[] dist

area

java.lang.Integer[] area

Class org.openstreetmap.josm.gui.layer.GpxLayer.DownloadWmsAlongTrackAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.ImageryLayer.OffsetAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToNextMarker extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

lastLayer

java.lang.ref.WeakReference<T> lastLayer

multikeyShortcut

Shortcut multikeyShortcut

Class org.openstreetmap.josm.gui.layer.JumpToMarkerActions.JumpToPreviousMarker extends javax.swing.AbstractAction implements Serializable

Serialized Fields

lastLayer

java.lang.ref.WeakReference<T> lastLayer

layer

Layer layer

multikeyShortcut

Shortcut multikeyShortcut

Class org.openstreetmap.josm.gui.layer.Layer.LayerGpxExportAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.layer.Layer.LayerSaveAsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

Layer layer

Class org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.OsmDataLayer.ConvertToGpxLayerAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.WMSLayer extends ImageryLayer implements Serializable

Serialization Methods

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

Class org.openstreetmap.josm.gui.layer.WMSLayer.BookmarkWmsAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.WMSLayer.ChangeResolutionAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.WMSLayer.DownloadAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.WMSLayer.ReloadErrorTilesAction extends javax.swing.AbstractAction implements Serializable

Class org.openstreetmap.josm.gui.layer.WMSLayer.ToggleAlphaAction extends javax.swing.AbstractAction implements Serializable


Package org.openstreetmap.josm.gui.layer.geoimage

Class org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages extends javax.swing.AbstractAction implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay extends javax.swing.JComponent implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog extends ToggleDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.layer.markerlayer.MarkerLayer.ShowHideMarkerText extends javax.swing.AbstractAction implements Serializable

Serialized Fields

layer

MarkerLayer layer

Package org.openstreetmap.josm.gui.mappaint

Class org.openstreetmap.josm.gui.mappaint.MapPaintMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

actions

java.util.Map<K,V> actions

mapPaintPreferencesAction

MapPaintDialog.LaunchMapPaintPreferencesAction mapPaintPreferencesAction

Package org.openstreetmap.josm.gui.mappaint.mapcss

Class org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

specialmessage

java.lang.String specialmessage

line

java.lang.Integer line

column

java.lang.Integer column

Package org.openstreetmap.josm.gui.oauth

Class org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI extends VerticallyScrollablePanel implements Serializable

Serialized Fields

apiUrl

java.lang.String apiUrl

pnlAdvancedProperties

AdvancedOAuthPropertiesPanel pnlAdvancedProperties

accessToken

OAuthToken accessToken

Class org.openstreetmap.josm.gui.oauth.AccessTokenInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfAccessTokenKey

javax.swing.JTextField tfAccessTokenKey

tfAccessTokenSecret

javax.swing.JTextField tfAccessTokenSecret

cbSaveAccessTokenInPreferences

javax.swing.JCheckBox cbSaveAccessTokenInPreferences

Class org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel extends VerticallyScrollablePanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.AuthorizationProcedureComboBox extends JosmComboBox implements Serializable

Class org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI extends AbstractAuthorizationUI implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.FullyAutomaticPropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI extends AbstractAuthorizationUI implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.OsmLoginFailedException extends OsmOAuthAuthorizationException implements Serializable

Class org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.gui.oauth.OsmPrivilegesPanel extends VerticallyScrollablePanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.oauth.SemiAutomaticAuthorizationUI extends AbstractAuthorizationUI implements Serializable

Serialized Fields

pnlAccessTokenInfo

AccessTokenInfoPanel pnlAccessTokenInfo

requestToken

OAuthToken requestToken

pnlRetrieveRequestToken

SemiAutomaticAuthorizationUI.RetrieveRequestTokenPanel pnlRetrieveRequestToken

pnlRetrieveAccessToken

SemiAutomaticAuthorizationUI.RetrieveAccessTokenPanel pnlRetrieveAccessToken

pnlShowAccessToken

SemiAutomaticAuthorizationUI.ShowAccessTokenPanel pnlShowAccessToken

Package org.openstreetmap.josm.gui.preferences

Class org.openstreetmap.josm.gui.preferences.PreferenceDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

tpPreferences

PreferenceTabbedPane tpPreferences

canceled

boolean canceled

Class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

tabs

java.util.List<E> tabs

settings

java.util.List<E> settings

settingsInitialized

java.util.List<E> settingsInitialized

validationListeners

java.util.List<E> validationListeners

Class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferencePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

preferenceSetting

TabPreferenceSetting preferenceSetting

Class org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.PreferenceScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

preferenceSetting

TabPreferenceSetting preferenceSetting

Class org.openstreetmap.josm.gui.preferences.SourceEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.SourceEditor.ActiveSourcesModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.List<E> data

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

Class org.openstreetmap.josm.gui.preferences.SourceEditor.AvailableSourcesListModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

Class org.openstreetmap.josm.gui.preferences.SourceEditor.EditSourceEntryDialog extends ExtendedDialog implements Serializable

Serialized Fields

tfTitle

javax.swing.JTextField tfTitle

tfURL

javax.swing.JTextField tfURL

cbActive

javax.swing.JCheckBox cbActive

Class org.openstreetmap.josm.gui.preferences.SourceEditor.IconPathTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

selectionModel

javax.swing.DefaultListSelectionModel selectionModel

Package org.openstreetmap.josm.gui.preferences.advanced

Class org.openstreetmap.josm.gui.preferences.advanced.ListEditor extends ExtendedDialog implements Serializable

Serialized Fields

data

java.util.List<E> data

entry

AdvancedPreference.PrefEntry entry

Class org.openstreetmap.josm.gui.preferences.advanced.ListListEditor extends ExtendedDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.advanced.MapListEditor extends ExtendedDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.advanced.StringEditor extends ExtendedDialog implements Serializable

Serialized Fields

entry

AdvancedPreference.PrefEntry entry

tvalue

javax.swing.JTextField tvalue

Package org.openstreetmap.josm.gui.preferences.display

Class org.openstreetmap.josm.gui.preferences.display.GPXSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.imagery.AddWMSLayerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.imagery.CommonSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

btnFadeColor

javax.swing.JButton btnFadeColor

fadeAmount

javax.swing.JSlider fadeAmount

sharpen

JosmComboBox sharpen

useOffsetServer

javax.swing.JCheckBox useOffsetServer

offsetServerUrl

javax.swing.JTextField offsetServerUrl

Class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Class org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Class org.openstreetmap.josm.gui.preferences.imagery.TMSSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.imagery.WMSSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.plugin.PluginListPanel extends VerticallyScrollablePanel implements Serializable

Serialized Fields

model

PluginPreferencesModel model

Class org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.projection.CustomProjectionChoice.ParameterInfoDialog extends ExtendedDialog implements Serializable

Class org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice.CBPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

prefcb

JosmComboBox prefcb

Package org.openstreetmap.josm.gui.preferences.server

Class org.openstreetmap.josm.gui.preferences.server.AuthenticationPreferencesPanel extends VerticallyScrollablePanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.server.BasicAuthenticationPreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.server.OAuthAuthenticationPreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.server.ProxyPreferencesPanel extends VerticallyScrollablePanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.preferences.shortcut.PrefJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.progress.ProgressException extends java.lang.RuntimeException implements Serializable


Package org.openstreetmap.josm.gui.tagging

Class org.openstreetmap.josm.gui.tagging.TagCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.TagCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

fontStandard

java.awt.Font fontStandard

fontItalic

java.awt.Font fontItalic

Class org.openstreetmap.josm.gui.tagging.TagEditorModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.TagEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.TaggingPreset extends javax.swing.AbstractAction implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.TaggingPreset.ConcatenatingJList extends javax.swing.JList implements Serializable

Serialized Fields

delimiter

java.lang.String delimiter

Class org.openstreetmap.josm.gui.tagging.TaggingPresetMenu extends TaggingPreset implements Serializable

Serialized Fields

menu

javax.swing.JMenu menu

Class org.openstreetmap.josm.gui.tagging.TaggingPresetSearchAction extends JosmAction implements Serializable

Class org.openstreetmap.josm.gui.tagging.TaggingPresetSearchDialog extends ExtendedDialog implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.TaggingPresetSeparator extends TaggingPreset implements Serializable

Class org.openstreetmap.josm.gui.tagging.TagTable extends javax.swing.JTable implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox extends JosmComboBox implements Serializable

Serialized Fields

autocompleteEnabled

boolean autocompleteEnabled

maxTextLength

int maxTextLength

Class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingComboBox.AutoCompleteListCellRenderer extends javax.swing.JLabel implements Serializable

Class org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

autoCompletionList

AutoCompletionList autoCompletionList
the auto completion list user input is matched against


tableCellEditorSupport

TableCellEditorSupport tableCellEditorSupport

originalValue

java.lang.String originalValue

Class org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.util.RedirectInputMap extends javax.swing.ComponentInputMap implements Serializable

Serialized Fields

target

javax.swing.InputMap target

Class org.openstreetmap.josm.gui.util.StayOpenCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

Class org.openstreetmap.josm.gui.util.StayOpenMenuItem extends javax.swing.JMenuItem implements Serializable

Class org.openstreetmap.josm.gui.util.StayOpenRadioButtonMenuItem extends javax.swing.JRadioButtonMenuItem implements Serializable


Package org.openstreetmap.josm.gui.widgets

Class org.openstreetmap.josm.gui.widgets.BoundingBoxSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfLatLon

javax.swing.JTextField[] tfLatLon

tfOsmUrl

javax.swing.JTextField tfOsmUrl

Class org.openstreetmap.josm.gui.widgets.ComboBoxHistory extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

maxSize

int maxSize

listeners

java.util.List<E> listeners

Class org.openstreetmap.josm.gui.widgets.HistoryComboBox extends AutoCompletingComboBox implements Serializable

Serialized Fields

model

ComboBoxHistory model

Class org.openstreetmap.josm.gui.widgets.HtmlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jepMessage

javax.swing.JEditorPane jepMessage

Class org.openstreetmap.josm.gui.widgets.JosmComboBox extends javax.swing.JComboBox implements Serializable

Class org.openstreetmap.josm.gui.widgets.ListPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

lists

javax.swing.JList[] lists

Class org.openstreetmap.josm.gui.widgets.OsmIdTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

validator

OsmIdTextField.OsmIdValidator validator

Class org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable extends javax.swing.JTable implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.gui.widgets.OsmPrimitiveTypesComboBox extends JosmComboBox implements Serializable

Class org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel extends javax.swing.JPanel implements Serializable


Package org.openstreetmap.josm.io

Class org.openstreetmap.josm.io.ChangesetClosedException extends OsmTransferException implements Serializable

Serialized Fields

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

Class org.openstreetmap.josm.io.ChangesetQuery.ChangesetQueryUrlException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.io.IllegalDataException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.io.MissingOAuthAccessTokenException extends OsmTransferException implements Serializable

Class org.openstreetmap.josm.io.OsmApiException extends OsmTransferException implements Serializable

Serialized Fields

responseCode

int responseCode

errorHeader

java.lang.String errorHeader

errorBody

java.lang.String errorBody

accessedUrl

java.lang.String accessedUrl

Class org.openstreetmap.josm.io.OsmApiInitializationException extends OsmTransferException implements Serializable

Class org.openstreetmap.josm.io.OsmApiPrimitiveGoneException extends OsmApiException implements Serializable

Serialized Fields

type

OsmPrimitiveType type
the type of the primitive which is gone on the server


id

long id
the id of the primitive

Class org.openstreetmap.josm.io.OsmDataParsingException extends org.xml.sax.SAXException implements Serializable

Serialized Fields

columnNumber

int columnNumber

lineNumber

int lineNumber

Class org.openstreetmap.josm.io.OsmTransferCanceledException extends OsmTransferException implements Serializable

Class org.openstreetmap.josm.io.OsmTransferException extends java.lang.Exception implements Serializable

Serialized Fields

url

java.lang.String url

Package org.openstreetmap.josm.io.auth

Class org.openstreetmap.josm.io.auth.CredentialsAgentException extends java.lang.Exception implements Serializable


Package org.openstreetmap.josm.io.remotecontrol

Class org.openstreetmap.josm.io.remotecontrol.AddTagsDialog extends ExtendedDialog implements Serializable

Serialized Fields

propertyTable

javax.swing.JTable propertyTable

sel

java.util.Collection<E> sel

existing

boolean[] existing

Package org.openstreetmap.josm.io.remotecontrol.handler

Class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerBadRequestException extends RequestHandler.RequestHandlerException implements Serializable

Class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException extends RequestHandler.RequestHandlerException implements Serializable

Class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerForbiddenException extends RequestHandler.RequestHandlerException implements Serializable

serialVersionUID: 2263904699747115423L


Package org.openstreetmap.josm.plugins

Class org.openstreetmap.josm.plugins.PluginDownloadException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.plugins.PluginException extends java.lang.Exception implements Serializable

Serialized Fields

plugin

PluginProxy plugin

name

java.lang.String name

Class org.openstreetmap.josm.plugins.PluginListParseException extends java.lang.Exception implements Serializable


Package org.openstreetmap.josm.tools

Class org.openstreetmap.josm.tools.GBC extends java.awt.GridBagConstraints implements Serializable

Class org.openstreetmap.josm.tools.PresetTextComparator extends java.lang.Object implements Serializable

Class org.openstreetmap.josm.tools.UrlLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

url

java.lang.String url

description

java.lang.String description

fontPlus

int fontPlus

Class org.openstreetmap.josm.tools.WindowGeometry.WindowGeometryException extends java.lang.Exception implements Serializable

Class org.openstreetmap.josm.tools.XmlObjectParser.PresetParsingException extends org.xml.sax.SAXException implements Serializable

Serialized Fields

columnNumber

int columnNumber

lineNumber

int lineNumber

Package org.openstreetmap.josm.tools.template_engine

Class org.openstreetmap.josm.tools.template_engine.ParseError extends java.lang.Exception implements Serializable

Serialized Fields

unexpectedToken

Tokenizer.Token unexpectedToken



JOSM