Uses of Package
org.openstreetmap.josm.gui

Classes in org.openstreetmap.josm.gui used by org.openstreetmap.josm.gui
BookmarkList.Bookmark
          Class holding one bookmarkentry.
DefaultNameFormatter
          This is the default implementation of a NameFormatter for names of OsmPrimitives.
ExtendedDialog
          General configurable dialog window.
FileDrop.Listener
          Implement this inner interface to listen for when files are dropped.
FileDrop.TransferableObject.Fetcher
          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).
HelpAwareOptionPane.ButtonSpec
           
IconToggleButton
          Just a toggle button, with smaller border and icon only to display in MapFrame toolbars.
ImageryMenu
           
JosmUserIdentityManager
          JosmUserStateManager is a global object which keeps track of what JOSM knows about the identity of the current user.
MainMenu.WINDOW_MENU_GROUP
           
MapFrame
          One Map frame with one dataset behind.
MapFrame.MapModeChangeListener
          Interface to notify listeners of the change of the mapMode.
MapStatus
          A component that manages some status information display about the map.
MapView
          This is a component used in the MapFrame for browsing the map.
MapView.EditLayerChangeListener
           
MapView.LayerChangeListener
          Interface to notify listeners of the change of the active layer.
MenuScroller
          A class that provides scrolling capabilities to a long menu dropdown or popup menu.
MultiSplitLayout
          The MultiSplitLayout layout manager recursively arranges its components in row and column groups called "Splits".
MultiSplitLayout.Divider
          Models a single vertical/horiztonal divider.
MultiSplitLayout.Node
          Base class for the nodes that model a MultiSplitLayout.
MultiSplitLayout.Split
          Defines a vertical or horizontal subdivision into two or more tiles.
MultiSplitPane.DividerPainter
          Draws a single Divider.
NameFormatterHook
           
NavigatableComponent
          An component that can be navigated by a mapmover.
NavigatableComponent.SystemOfMeasurement
           
NavigatableComponent.ZoomChangeListener
          Interface to notify listeners of the change of the zoom area.
QuadStateCheckBox.State
           
SelectionManager.SelectionEnded
          This is the interface that an user of SelectionManager has to implement to get informed when a selection closes.
ShowHideButtonListener
          When some component (ToggleDialog, for example) is linked to button and needs information about button showing/hiding events, this interface is used, setting the listener should be implemented by @class HideableButton