- editLayerChanged(OsmDataLayer, OsmDataLayer) - Method in interface org.openstreetmap.josm.gui.MapView.EditLayerChangeListener
-
- editMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- ExceptionDialogUtil - Class in org.openstreetmap.josm.gui
-
This utility class provides static methods which explain various exceptions to the user.
- exit - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- explainAuthenticationFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because the authentication at
the OSM server failed
- explainAuthorizationFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because accessing a protected
resource was forbidden.
- explainBadRequest(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because of a bad
request
- explainBandwidthLimitExceeded(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because of a
bandwidth limit (HTTP 509)
- explainChangesetClosedException(ChangesetClosedException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
handles a ChangesetClosedException
- explainClientTimeout(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because of a
client timeout (HTTP 408)
- explainConflict(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because of a conflict
- explainException(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains an Exception
to the user.
- explainGeneric(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains an exception with a generic message dialog
- explainGenericHttpException(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
with a generic error
message.
- explainGoneForUnknownPrimitive(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
explains the case of an error due to a delete request on an already deleted
OsmPrimitive
, i.e.
- explainInternalServerError(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because of an internal server
error in the OSM API server.
- explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because accessing a protected
resource was forbidden.
- explainNestedIllegalDataException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a IllegalDataException
which has caused an OsmTransferException
.
- explainNestedInvocationTargetException(Exception) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a InvocationTargetException
- explainNestedIOException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a IOException
which has caused an OsmTransferException
.
- explainNestedSocketException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a SocketException
which has caused an OsmTransferException
.
- explainNestedUnkonwnHostException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a UnknownHostException
which has caused an OsmTransferException
.
- explainNotFound(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a OsmApiException
which was thrown because a resource wasn't found
on the server
- explainOsmApiInitializationException(OsmApiInitializationException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
handles an exception caught during OSM API initialization
- explainOsmTransferException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains an OsmTransferException
to the user.
- explainPreconditionFailed(OsmApiException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains an upload error due to a violated precondition, i.e.
- explainSecurityException(OsmTransferException) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Explains a SecurityException
which has caused an OsmTransferException
.
- ExtendedDialog - Class in org.openstreetmap.josm.gui
-
General configurable dialog window.
- ExtendedDialog(Component, String, String[]) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
-
This method sets up the most basic options for the dialog.
- ExtendedDialog(Component, String, String[], boolean) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
-
Same as above but lets you define if the dialog should be modal.
- ExtendedDialog(Component, String, String[], boolean, boolean) - Constructor for class org.openstreetmap.josm.gui.ExtendedDialog
-
- FileDrop - Class in org.openstreetmap.josm.gui
-
This class makes it easy to drag and drop files from the operating
system to a Java program.
- FileDrop(Component) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
- FileDrop(Component, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructs a
FileDrop
with a default light-blue border
and, if
c is a
Container
, recursively
sets all elements contained within as drop targets, though only
the top level container will change borders.
- FileDrop(Component, boolean, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a default border and the option to recursively set drop targets.
- FileDrop(PrintStream, Component, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a default border and debugging optionally turned on.
- FileDrop(PrintStream, Component, boolean, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a default border, debugging optionally turned on
and the option to recursively set drop targets.
- FileDrop(Component, Border, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a specified border
- FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a specified border and the option to recursively set drop targets.
- FileDrop(PrintStream, Component, Border, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Constructor with a specified border and debugging optionally turned on.
- FileDrop(PrintStream, Component, Border, boolean, FileDrop.Listener) - Constructor for class org.openstreetmap.josm.gui.FileDrop
-
Full constructor with a specified border and debugging optionally turned on.
- FileDrop.Event - Class in org.openstreetmap.josm.gui
-
This is the event that is passed to the
filesDropped(...)
method in
your FileDropListener
when files are dropped onto
a registered drop target.
- FileDrop.Event(File[], Object) - Constructor for class org.openstreetmap.josm.gui.FileDrop.Event
-
Constructs an
FileDrop.Event
with the array
of files that were dropped and the
FileDrop
that initiated the event.
- FileDrop.Listener - Interface in org.openstreetmap.josm.gui
-
Implement this inner interface to listen for when files are dropped.
- FileDrop.TransferableObject - Class in org.openstreetmap.josm.gui
-
At last an easy way to encapsulate your custom objects for dragging and dropping
in your Java programs!
When you need to create a Transferable
object,
use this class to wrap your object.
- FileDrop.TransferableObject(Object) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- FileDrop.TransferableObject(FileDrop.TransferableObject.Fetcher) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- FileDrop.TransferableObject(Class<?>, FileDrop.TransferableObject.Fetcher) - Constructor for class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- FileDrop.TransferableObject.Fetcher - Interface in org.openstreetmap.josm.gui
-
Instead of passing your data directly to the
FileDrop.TransferableObject
constructor, you may want to know exactly when your data was received
in case you need to remove it from its source (or do anyting else to it).
- fileMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- filesDropped(File[]) - Method in interface org.openstreetmap.josm.gui.FileDrop.Listener
-
This method is called when files have been successfully dropped.
- fillPanel(Container) - Method in class org.openstreetmap.josm.gui.MapFrame
-
Fill the given panel by adding all necessary components to the different
locations.
- filterDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
-
- findMaxDialogSize() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Tries to find a good value of how large the dialog should be
- finish() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
-
Finish up the data work.
- fireActiveLayerChanged(Layer, Layer) - Static method in class org.openstreetmap.josm.gui.MapView
-
- fireEditLayerChanged(OsmDataLayer, OsmDataLayer) - Static method in class org.openstreetmap.josm.gui.MapView
-
- fireLayerAdded(Layer) - Static method in class org.openstreetmap.josm.gui.MapView
-
- fireLayerRemoved(Layer) - Static method in class org.openstreetmap.josm.gui.MapView
-
- fireMapModeChanged(MapMode, MapMode) - Static method in class org.openstreetmap.josm.gui.MapFrame
-
- fireZoomChanged() - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- fixFocus() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Don't focus the "do not show this again" check box, but the default button.
- followLine - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- format(Node) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a node
- format(Way) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a way
- format(Relation) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a relation
- format(Changeset) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a changeset
- format(HistoryNode) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a history node
- format(HistoryWay) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a way
- format(HistoryRelation) - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Formats a name for a HistoryRelation
)
- fullscreenToggleAction - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- getAccessibleContext() - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
- getAccessibleRole() - Method in class org.openstreetmap.josm.gui.MultiSplitPane.AccessibleMultiSplitPane
-
- getActiveLayer() - Method in class org.openstreetmap.josm.gui.MapView
-
Replies the currently active layer
- getAllLayers() - Method in class org.openstreetmap.josm.gui.MapView
-
- getAllLayersAsList() - Method in class org.openstreetmap.josm.gui.MapView
-
- getAllNearest(Point, Collection<OsmPrimitive>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getAllNearest(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getArea() - Method in class org.openstreetmap.josm.gui.BookmarkList.Bookmark
-
- getBounds() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
Returns the bounding Rectangle for this Node.
- getCenter() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getChildren() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Split
-
Returns this Split node's children.
- getColor() - Static method in class org.openstreetmap.josm.gui.MapScaler
-
- getComponentText(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
-
Can be overridden to customize the Text
- getComponentToolTipText(OsmPrimitive) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
-
Can be overridden to customize the ToolTipText
- getCurrentDataSet() - Method in class org.openstreetmap.josm.gui.MapView
-
- getCurrentDataSet() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getCustomDataFlavor() - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- getDefaultButtonAction() - Method in class org.openstreetmap.josm.gui.MapFrame
-
- getDialogReturnValue(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
Returns the preference value for the preference key "message." + prefKey
+ ".value".
- getDialogShowingEnabled(String) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
Replies the preference value for the preference key "message." + prefKey
.
- getDist100Pixel() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getDist100PixelText() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getDistText(double) - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getDistText(double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent.SystemOfMeasurement
-
- getDividerPainter() - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
The DividerPainter that's used to paint Dividers on this MultiSplitPane.
- getDividerSize() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
Returns the width of Dividers in Split rows, and the height of
Dividers in Split columns.
- getEastNorth(int, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getEditLayer() - Method in class org.openstreetmap.josm.gui.MapView
-
Replies the current edit layer, if any
- getFiles() - Method in class org.openstreetmap.josm.gui.FileDrop.Event
-
Returns an array of files that were dropped on a
registered drop target.
- getFloatingDividers() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
- getInstance() - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Replies the unique instance of this formatter
- getInstance() - Static method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies the unique instance of the JOSM user identity manager
- getLatLon(int, int) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getLatLon(double, double) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getLatLonBounds(Rectangle) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getLayerPos(Layer) - Method in class org.openstreetmap.josm.gui.MapView
-
- getLayersOfType(Class<T>) - Method in class org.openstreetmap.josm.gui.MapView
-
Replies an unmodifiable list of layers of a certain type.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
-
Adapter method supporting the ListCellRenderer interface.
- getMaxProjectionBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getModel() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
Return the root of the tree of Split, Leaf, and Divider nodes
that define this layout.
- getMultiSplitLayout() - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
A convenience method that returns the layout manager cast
to MutliSplitLayout.
- getName() - Method in class org.openstreetmap.josm.gui.BookmarkList.Bookmark
-
- getName() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Leaf
-
Return the Leaf's name.
- getNamingtagsForRelations() - Static method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
Replies the list of naming tags used in relations.
- getNearest(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Deprecated.
- getNearestCollection(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Deprecated.
- getNearestNode(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* depends on the current map selection state IF use_selected is true.
- getNearestNode(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getNearestNode(Point) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Deprecated.
- getNearestNodeOrWay(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* depends on the current map selection state IF use_selected is true.
- getNearestNodes(Point, Collection<Node>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestNodes(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestNodesOrWays(Point, Collection<OsmPrimitive>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestNodesOrWays(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestWay(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* depends on the current map selection state.
- getNearestWay(Point) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Deprecated.
- getNearestWays(Point, Collection<Way>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestWays(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* does not depend on the current map selection state,
neither does the result *order*.
- getNearestWaySegment(Point, Predicate<OsmPrimitive>, boolean) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The *result* depends on the current map selection state IF use_selected is true.
- getNearestWaySegment(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getNearestWaySegments(Point, Collection<WaySegment>, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The result *order* depends on the current map selection state.
- getNearestWaySegments(Point, Predicate<OsmPrimitive>) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
The result *order* depends on the current map selection state.
- getNestedException(Exception, Class<T>) - Static method in class org.openstreetmap.josm.gui.ExceptionDialogUtil
-
Replies the first nested exception of type nestedClass
(including
the root exception e
) or null, if no such exception is found.
- getNode() - Method in exception org.openstreetmap.josm.gui.MultiSplitLayout.InvalidLayoutException
-
- getNodeComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
- getNumLayers() - Method in class org.openstreetmap.josm.gui.MapView
-
Replies the number of layers managed by this mav view
- getObject() - Method in interface org.openstreetmap.josm.gui.FileDrop.TransferableObject.Fetcher
-
- getObjectsInRectangle(Rectangle, boolean) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
Return a list of all objects in the rectangle, respecting the different
modifier.
- getParameterInfo() - Method in class org.openstreetmap.josm.gui.MainApplet
-
- getParent() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
Returns the Split parent of this Node, or null.
- getPoint(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPoint(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPoint(Node) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPoint2D(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Return the point on the screen where this Coordinate would be.
- getPoint2D(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPoint2D(Node) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPreferredSize() - Method in class org.openstreetmap.josm.gui.JMultilineLabel
-
Tries to determine a suitable height for the given contents and return
that dimension.
- getProgressMonitor() - Method in class org.openstreetmap.josm.gui.PleaseWaitRunnable
-
- getProgressMonitor() - Method in class org.openstreetmap.josm.gui.SplashScreen
-
- getProjection() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getProjectionBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getPropertyChangeListeners() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
- getRealBounds() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getRelationComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
- getState() - Method in class org.openstreetmap.josm.gui.QuadStateCheckBox
-
Return the current state, which is determined by the
selection status of the model.
- getSystemOfMeasurement() - Static method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openstreetmap.josm.gui.OsmPrimitivRenderer
-
Adapter method supporting the TableCellRenderer interface.
- GettingStarted - Class in org.openstreetmap.josm.gui
-
- GettingStarted() - Constructor for class org.openstreetmap.josm.gui.GettingStarted
-
Initializes getting the MOTD as well as enabling the FileDrop Listener.
- GettingStarted.LinkGeneral - Class in org.openstreetmap.josm.gui
-
- GettingStarted.LinkGeneral(String) - Constructor for class org.openstreetmap.josm.gui.GettingStarted.LinkGeneral
-
- getToggleDialog(Class<T>) - Method in class org.openstreetmap.josm.gui.MapFrame
-
Replies the instance of a toggle dialog of type type
managed by this
map frame
- getToggleDlgWidth() - Method in class org.openstreetmap.josm.gui.MapFrame
-
Returns the current width of the (possibly resized) toggle dialog area
- getTransferData(DataFlavor) - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- getTransferDataFlavors() - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- getUserId() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies the user id of the current JOSM user.
- getUserInfo() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
- getUserName() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies the user name of the current JOSM user.
- getValue() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
- getViewID() - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Return a ID which is unique as long as viewport dimensions are the same
- getViewPosition() - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
- getViewRect() - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
- getViewSize() - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
- getVisibleLayersInZOrder() - Method in class org.openstreetmap.josm.gui.MapView
-
Creates a list of the visible layers in Z-Order, the layer with the lowest Z-Order
first, layer with the highest Z-Order last.
- getWayComparator() - Method in class org.openstreetmap.josm.gui.DefaultNameFormatter
-
- getWeight() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
Value between 0.0 and 1.0 used to compute how much space
to add to this sibling when the layout grows or how
much to reduce when the layout shrinks.
- gpxExport - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- groupbutton - Variable in class org.openstreetmap.josm.gui.IconToggleButton
-
- icon - Variable in class org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
-
- IconToggleButton - Class in org.openstreetmap.josm.gui
-
Just a toggle button, with smaller border and icon only to display in
MapFrame toolbars.
- IconToggleButton(Action) - Constructor for class org.openstreetmap.josm.gui.IconToggleButton
-
Construct the toggle button with the given action.
- ImageryMenu - Class in org.openstreetmap.josm.gui
-
- ImageryMenu() - Constructor for class org.openstreetmap.josm.gui.ImageryMenu
-
- imageryMenu - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- IMPERIAL_SOM - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
-
- info - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- infoweb - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- init() - Method in class org.openstreetmap.josm.gui.MainApplet
-
- initFromPreferences() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Initializes the user identity manager from values in the Preferences
- initializeDialogsPane() - Method in class org.openstreetmap.josm.gui.MapFrame
-
Open all ToggleDialogs that have their preferences property set.
- insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.openstreetmap.josm.gui.DocumentSizeFilter
-
- isActiveLayerDrawable() - Method in class org.openstreetmap.josm.gui.MapView
-
Replies true if the active layer is drawable.
- isActiveLayerVisible() - Method in class org.openstreetmap.josm.gui.MapView
-
Replies true if the active layer is visible.
- isAnonymous() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies true if the current JOSM user is anonymous.
- isContinuousLayout() - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
Returns true if dragging a divider only updates
the layout when the drag gesture ends (typically, when the
mouse button is released).
- isCurrentUser(String) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies true if the user with name username
is the current
user
- isDataFlavorSupported(DataFlavor) - Method in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
Returns true if flavor is one of the supported
flavors.
- isFullyIdentified() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies true if the current JOSM user is fully identified.
- isPartiallyIdentified() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Replies true if the current JOSM user is partially identified.
- isPlatformOsx() - Static method in class org.openstreetmap.josm.gui.MapMover
-
Replies true if we are currently running on OSX
- isRowLayout() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Split
-
Returns true if the this Split's children are to be
laid out in a row: all the same height, left edge
equal to the previous Node's right edge.
- isVertical() - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Divider
-
Convenience method, returns true if the Divider's parent
is a Split row (a Split with isRowLayout() true), false
otherwise.
- isVirtualNodesEnabled() - Method in class org.openstreetmap.josm.gui.MapView
-
- main(String[]) - Static method in class org.openstreetmap.josm.gui.MainApplet
-
- main(String[]) - Static method in class org.openstreetmap.josm.gui.MainApplication
-
Main application Startup
- MainApplet - Class in org.openstreetmap.josm.gui
-
- MainApplet() - Constructor for class org.openstreetmap.josm.gui.MainApplet
-
- MainApplet.UploadPreferencesAction - Class in org.openstreetmap.josm.gui
-
- MainApplet.UploadPreferencesAction() - Constructor for class org.openstreetmap.josm.gui.MainApplet.UploadPreferencesAction
-
- MainApplication - Class in org.openstreetmap.josm.gui
-
Main window class application.
- MainApplication() - Constructor for class org.openstreetmap.josm.gui.MainApplication
-
Allow subclassing (see JOSM.java)
- MainApplication(JFrame) - Constructor for class org.openstreetmap.josm.gui.MainApplication
-
Construct an main frame, ready sized and operating.
- MainMenu - Class in org.openstreetmap.josm.gui
-
This is the JOSM main menu bar.
- MainMenu() - Constructor for class org.openstreetmap.josm.gui.MainMenu
-
- makeIcon(String) - Static method in class org.openstreetmap.josm.gui.SideButton
-
- MapFrame - Class in org.openstreetmap.josm.gui
-
One Map frame with one dataset behind.
- MapFrame(JPanel) - Constructor for class org.openstreetmap.josm.gui.MapFrame
-
- MapFrame.MapModeChangeListener - Interface in org.openstreetmap.josm.gui
-
Interface to notify listeners of the change of the mapMode.
- mapMode - Variable in class org.openstreetmap.josm.gui.MapFrame
-
The current mode, this frame operates.
- mapModeChange(MapMode, MapMode) - Method in interface org.openstreetmap.josm.gui.MapFrame.MapModeChangeListener
-
- MapMover - Class in org.openstreetmap.josm.gui
-
Enables moving of the map by holding down the right mouse button and drag
the mouse.
- MapMover(NavigatableComponent, JPanel) - Constructor for class org.openstreetmap.josm.gui.MapMover
-
Create a new MapMover
- MapScaler - Class in org.openstreetmap.josm.gui
-
- MapScaler(NavigatableComponent) - Constructor for class org.openstreetmap.josm.gui.MapScaler
-
- MapStatus - Class in org.openstreetmap.josm.gui
-
A component that manages some status information display about the map.
- MapStatus(MapFrame) - Constructor for class org.openstreetmap.josm.gui.MapStatus
-
Construct a new MapStatus and attach it to the map view.
- mapView - Variable in class org.openstreetmap.josm.gui.MapFrame
-
The view control displayed.
- MapView - Class in org.openstreetmap.josm.gui
-
This is a component used in the MapFrame for browsing the map.
- MapView(JPanel) - Constructor for class org.openstreetmap.josm.gui.MapView
-
- MapView.EditLayerChangeListener - Interface in org.openstreetmap.josm.gui
-
- MapView.LayerChangeListener - Interface in org.openstreetmap.josm.gui
-
Interface to notify listeners of the change of the active layer.
- merge - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- mergeNodes - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- mergeSelected - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- METRIC_SOM - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
-
- MIME_TYPE - Static variable in class org.openstreetmap.josm.gui.FileDrop.TransferableObject
-
- minimumLayoutSize(Container) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
- mirror - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- mouseClicked(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
- mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
-
If the right (and only the right) mouse button is pressed, move the map
- mouseDragged(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
If the correct button is hold, draw the rectangle.
- mouseEntered(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
- mouseExited(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
- mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
-
Emulates dragging on Mac OSX
- mouseMoved(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
- mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
-
Start the movement, if it was the 3rd button (right button).
- mousePressed(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
If the correct button, from the "drawing rectangle" mode
- mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.MapMover
-
Change the cursor back to it's pre-move cursor.
- mouseReleased(MouseEvent) - Method in class org.openstreetmap.josm.gui.SelectionManager
-
Check the state of the keys and buttons and set the selection accordingly.
- mouseWheelMoved(MouseWheelEvent) - Method in class org.openstreetmap.josm.gui.MapMover
-
Zoom the map by 1/5th of current zoom per wheel-delta.
- moveDownAction - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- moveLayer(Layer, int) - Method in class org.openstreetmap.josm.gui.MapView
-
Moves the layer to the given new position.
- moveLeftAction - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- movenode - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- moveRightAction - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- moveUpAction - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- MultiSplitLayout - Class in org.openstreetmap.josm.gui
-
The MultiSplitLayout layout manager recursively arranges its
components in row and column groups called "Splits".
- MultiSplitLayout() - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout
-
Create a MultiSplitLayout with a default model with a single
Leaf node named "default".
- MultiSplitLayout(MultiSplitLayout.Node) - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout
-
Create a MultiSplitLayout with the specified model.
- MultiSplitLayout.Divider - Class in org.openstreetmap.josm.gui
-
Models a single vertical/horiztonal divider.
- MultiSplitLayout.Divider() - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout.Divider
-
- MultiSplitLayout.InvalidLayoutException - Exception in org.openstreetmap.josm.gui
-
The specified Node is either the wrong type or was configured
incorrectly.
- MultiSplitLayout.InvalidLayoutException(String, MultiSplitLayout.Node) - Constructor for exception org.openstreetmap.josm.gui.MultiSplitLayout.InvalidLayoutException
-
- MultiSplitLayout.Leaf - Class in org.openstreetmap.josm.gui
-
Models a java.awt Component child.
- MultiSplitLayout.Leaf() - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout.Leaf
-
Create a Leaf node.
- MultiSplitLayout.Leaf(String) - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout.Leaf
-
Create a Leaf node with the specified name.
- MultiSplitLayout.Node - Class in org.openstreetmap.josm.gui
-
Base class for the nodes that model a MultiSplitLayout.
- MultiSplitLayout.Node() - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
- MultiSplitLayout.Split - Class in org.openstreetmap.josm.gui
-
Defines a vertical or horizontal subdivision into two or more
tiles.
- MultiSplitLayout.Split() - Constructor for class org.openstreetmap.josm.gui.MultiSplitLayout.Split
-
- MultiSplitPane - Class in org.openstreetmap.josm.gui
-
All properties in this class are bound: when a properties value
is changed, all PropertyChangeListeners are fired.
- MultiSplitPane() - Constructor for class org.openstreetmap.josm.gui.MultiSplitPane
-
Creates a MultiSplitPane with it's LayoutManager set to
to an empty MultiSplitLayout.
- MultiSplitPane.AccessibleMultiSplitPane - Class in org.openstreetmap.josm.gui
-
- MultiSplitPane.AccessibleMultiSplitPane() - Constructor for class org.openstreetmap.josm.gui.MultiSplitPane.AccessibleMultiSplitPane
-
- MultiSplitPane.DividerPainter - Class in org.openstreetmap.josm.gui
-
Draws a single Divider.
- MultiSplitPane.DividerPainter() - Constructor for class org.openstreetmap.josm.gui.MultiSplitPane.DividerPainter
-
- save() - Method in class org.openstreetmap.josm.gui.BookmarkList
-
Save all bookmarks to the preferences file
- save - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- saveAs - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- scroll() - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
- scroll(int, int) - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
- ScrollViewport - Class in org.openstreetmap.josm.gui
-
A viewport with UP and DOWN arrow buttons, so that the user can make the
content scroll.
- ScrollViewport(JComponent, int) - Constructor for class org.openstreetmap.josm.gui.ScrollViewport
-
- ScrollViewport(int) - Constructor for class org.openstreetmap.josm.gui.ScrollViewport
-
- search - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- selectAll - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- selectDrawTool(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
-
- selectionEnded(Rectangle, MouseEvent) - Method in interface org.openstreetmap.josm.gui.SelectionManager.SelectionEnded
-
Called, when the left mouse button was released.
- selectionListDialog - Variable in class org.openstreetmap.josm.gui.MapFrame
-
- SelectionManager - Class in org.openstreetmap.josm.gui
-
Manages the selection of a rectangle.
- SelectionManager(SelectionManager.SelectionEnded, boolean, NavigatableComponent) - Constructor for class org.openstreetmap.josm.gui.SelectionManager
-
Create a new SelectionManager.
- SelectionManager.SelectionEnded - Interface in org.openstreetmap.josm.gui
-
This is the interface that an user of SelectionManager has to implement
to get informed when a selection closes.
- selectMapMode(MapMode) - Method in class org.openstreetmap.josm.gui.MapFrame
-
Change the operating map mode for the view.
- selectSelectTool(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
-
- setActiveLayer(Layer) - Method in class org.openstreetmap.josm.gui.MapView
-
Sets the active layer to layer
.
- setAngle(double) - Method in class org.openstreetmap.josm.gui.MapStatus
-
- setAnonymous() - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Remembers the fact that the current JOSM user is anonymous.
- setArea(Bounds) - Method in class org.openstreetmap.josm.gui.BookmarkList.Bookmark
-
- setBounds(Rectangle) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
Set the bounding Rectangle for this node.
- setButtonIcons(Icon[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Allows decorating the buttons with icons.
- setButtonIcons(String[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Convenience method to provide image names instead of images.
- setCancelButton(Integer...) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Used in combination with toggle:
If the user presses 'cancel' the toggle settings are ignored and not saved to the pref
- setCancelCallback(ActionListener) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
-
Installs a callback for the cancel button.
- setCancelEnabled(boolean) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
-
Sets whether the cancel button is enabled or not
- setChildren(List<MultiSplitLayout.Node>) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Split
-
Set's the children property of this Split node.
- setContent(Component) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Sets the content that will be displayed in the message dialog.
- setContent(Component, boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Sets the content that will be displayed in the message dialog.
- setContent(String) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Sets the message that will be displayed.
- setContinuousLayout(boolean) - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
Sets the value of the continuousLayout
property.
- setCustomText(String) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
-
Sets a custom text line below currentAction.
- setDefaultButton(int) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Sets the button that will react to ENTER.
- setDialogReturnValue(String, Integer) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
sets the value for the preference key "message." + prefKey
+ ".value".
- setDialogShowingEnabled(String, boolean) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
sets the value for the preference key "message." + prefKey
.
- setDist(double) - Method in class org.openstreetmap.josm.gui.MapStatus
-
- setDividerPainter(MultiSplitPane.DividerPainter) - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
Sets the DividerPainter that's used to paint Dividers on this
MultiSplitPane.
- setDividerSize(int) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
Sets the width of Dividers in Split rows, and the height of
Dividers in Split columns.
- setDividerSize(int) - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
A convenience method that sets the MultiSplitLayout dividerSize
property.
- setFloatingDividers(boolean) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
If true, Leaf node bounds match the corresponding component's
preferred size and Splits/Dividers are resized accordingly.
- setFullyIdentified(String, UserInfo) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Remembers the fact that the current JOSM user is fully identified with a
verified pair of user name and user id.
- setHeading(double) - Method in class org.openstreetmap.josm.gui.MapStatus
-
- setHelpText(String) - Method in class org.openstreetmap.josm.gui.MapStatus
-
- setIcon(Icon) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Decorate the dialog with an icon that is shown on the left part of
the window area.
- setIcon(int) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Convenience method to allow values that would be accepted by JOptionPane as messageType.
- setIndeterminate(boolean) - Method in class org.openstreetmap.josm.gui.PleaseWaitDialog
-
- setMaxWidth(int) - Method in class org.openstreetmap.josm.gui.JMultilineLabel
-
Set the maximum width.
- setModel(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout
-
Set the root of the tree of Split, Leaf, and Divider nodes
that define this layout.
- setModel(MultiSplitLayout.Node) - Method in class org.openstreetmap.josm.gui.MultiSplitPane
-
A convenience method that sets the MultiSplitLayout model.
- setName(String) - Method in class org.openstreetmap.josm.gui.BookmarkList.Bookmark
-
- setName(String) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Leaf
-
Set the value of the name property.
- setNewCursor(Cursor, Object) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Set new cursor.
- setNewCursor(int, Object) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- setParent(MultiSplitLayout.Split) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
Set the value of this Node's parent property.
- setPartiallyIdentified(String) - Method in class org.openstreetmap.josm.gui.JosmUserIdentityManager
-
Remebers the fact that the current JOSM user is partially identified
by the user name of its OSM account.
- setRememberWindowGeometry(String, WindowGeometry) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Call this if you want the dialog to remember the size set by the user.
- setRowLayout(boolean) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Split
-
Set the rowLayout property.
- setSelected(boolean) - Method in class org.openstreetmap.josm.gui.QuadStateCheckBox
-
- setState(QuadStateCheckBox.State) - Method in class org.openstreetmap.josm.gui.QuadStateCheckBox
-
Set the new state.
- setToggleCheckboxText(String) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Overwrites the default "Don't show again" text of the toggle checkbox
if you want to give more information.
- setToolTipTexts(String[]) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Allows decorating the buttons with tooltips.
- setupDialog() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
This is called by showDialog().
- setVirtualNodesEnabled(boolean) - Method in class org.openstreetmap.josm.gui.MapView
-
- setVisible(boolean) - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Override setVisible to be able to save the window geometry if required
- setVisible(boolean) - Method in class org.openstreetmap.josm.gui.MapFrame
-
Fires an property changed event "visible".
- setWeight(double) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Divider
-
Dividers can't have a weight, they don't grow or shrink.
- setWeight(double) - Method in class org.openstreetmap.josm.gui.MultiSplitLayout.Node
-
The weight property is a between 0.0 and 1.0 used to
compute how much space to add to this sibling when the
layout grows or how much to reduce when the layout shrinks.
- showConfirmationDialog(String, Component, Object, String, int, int, int) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
Displays a confirmation dialog with some option buttons given by optionType
.
- showDialog() - Method in class org.openstreetmap.josm.gui.ExtendedDialog
-
Show the dialog to the user.
- showHelp() - Static method in class org.openstreetmap.josm.gui.MainApplication
-
Displays help on the console
- showMessageDialog(String, Component, Object, String, int) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
Displays an message in modal dialog with an OK button.
- showMessageDialogInEDT(Component, Object, String, int, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
-
Run it in Event Dispatch Thread.
- showOptionDialog(String, Component, Object, String, int, int, Object[], Object) - Static method in class org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
-
Displays an confirmation dialog with some option buttons given by optionType
.
- showOptionDialog(Component, Object, String, int, Icon, HelpAwareOptionPane.ButtonSpec[], HelpAwareOptionPane.ButtonSpec, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
-
Displays an option dialog which is aware of a help context.
- showOptionDialog(Component, Object, String, int, String) - Static method in class org.openstreetmap.josm.gui.HelpAwareOptionPane
-
- showOrHideButtons() - Method in class org.openstreetmap.josm.gui.ScrollViewport
-
Update the visibility of the buttons
Only show them if the Viewport is too small for the content.
- SideButton - Class in org.openstreetmap.josm.gui
-
- SideButton(Action) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- SideButton(Action, boolean) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- SideButton(Action, String) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- SideButton(String, String, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- SideButton(String, String, String, String, Shortcut, ActionListener) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- SideButton(String, String, String, String, ActionListener) - Constructor for class org.openstreetmap.josm.gui.SideButton
-
- simplifyWay - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- smoothScrollTo(LatLon) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
- smoothScrollTo(EastNorth) - Method in class org.openstreetmap.josm.gui.NavigatableComponent
-
Create a thread that moves the viewport to the given center in an
animated fashion.
- SplashScreen - Class in org.openstreetmap.josm.gui
-
Show a splash screen so the user knows what is happening during startup.
- SplashScreen() - Constructor for class org.openstreetmap.josm.gui.SplashScreen
-
- splitWay - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- start() - Method in class org.openstreetmap.josm.gui.MainApplet
-
- statusLine - Variable in class org.openstreetmap.josm.gui.MapFrame
-
The status line below the map
- statusreport - Variable in class org.openstreetmap.josm.gui.MainMenu
-
- SYSTEMS_OF_MEASUREMENT - Static variable in class org.openstreetmap.josm.gui.NavigatableComponent
-