Package org.openstreetmap.josm.gui.dialogs

Interface Summary
CommandStackDialog.IEnabledStateUpdating Interface to provide a callback for enabled state update.
LayerListDialog.IEnabledStateUpdating  
LayerListDialog.LayerListModelListener Observer interface to be implemented by views using LayerListDialog.LayerListModel
 

Class Summary
ChangesetDialog ChangesetDialog is a toggle dialog which displays the current list of changesets.
CommandListMutableTreeNode MutableTreeNode implementation for Command list JTree
CommandStackDialog  
CommandStackDialog.CommandCellRenderer  
ConflictDialog This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle dialog on the right of the main frame.
ConflictResolutionDialog This is an extended dialog for resolving conflict between OsmPrimitives.
ConflictResolutionDialog.HelpAction Action for canceling conflict resolution
DialogsPanel  
FilterDialog  
FilterDialog.BooleanRenderer  
FilterDialog.StringRenderer  
FilterTableModel  
FilterTableModel.OSDLabel On screen display label
HistoryDialog HistoryDialog displays a list of the currently selected primitives and provides two actions for (1) (re)loading the history of the selected primitives and (2) for launching a history browser for each selected primitive.
HistoryDialog.HistoryItemTableModel The table model with the history items
HistoryDialog.HistoryTableColumnModel The column model
InspectPrimitiveDialog Panel to inspect one or more OsmPrimitives.
LatLonDialog  
LatLonDialog.LatLonHolder  
LatLonDialog.TextFieldFocusHandler  
LayerListDialog This is a toggle dialog which displays the list of layers.
LayerListDialog.ActiveLayerCellRenderer  
LayerListDialog.ActiveLayerCheckBox  
LayerListDialog.LayerList  
LayerListDialog.LayerNameCellEditor  
LayerListDialog.LayerVisibleCellEditor  
LayerListDialog.LayerVisibleCellRenderer  
LayerListDialog.LayerVisibleCheckBox  
LayerListPopup Popup menu handler for the layer list.
LayerListPopup.InfoAction  
MapPaintDialog  
MapPaintDialog.LaunchMapPaintPreferencesAction Opens preferences window and selects the mappaint tab.
MapPaintDialog.ReloadWindowListener Reload local styles when they have been changed in an external editor.
MapPaintDialog.StylesTable  
RelationListDialog A dialog showing all known relations, with buttons to add, edit, and delete them.
RelationListDialog.NewAction The action for creating a new relation
SelectionListDialog A small tool dialog for displaying the current selection.
SelectionListDialog.OsmPrimitiveQuickComparator Quicker comparator, comparing just by type and ID's
SelectionListDialog.SearchAction Launches the search dialog
SelectionListDialog.SearchMenuItem A specialized JMenuItem for presenting one entry of the search history
SelectionListDialog.SearchPopupMenu The popup menu for the search history entries
SelectionListDialog.SelectionHistoryPopup The popup menue for the JOSM selection history entries
SelectionListDialog.SelectionListModel The list model for the list of OSM primitives in the current JOSM selection.
SelectionListDialog.SelectionMenuItem A specialized JMenuItem for presenting one entry of the selection history
ToggleDialog This class is a toggle dialog that can be turned on and off.
UserListDialog Displays a dialog with all users who have last edited something in the selection area, along with the number of objects.
UserListDialog.UserInfo Action for selecting the primitives contributed by the currently selected users.
UserListDialog.UserTableModel The table model for the users
ValidatorDialog A small tool dialog for displaying the current errors.
ValidatorDialog.ValidatorBoundingXYVisitor  
 

Enum Summary
CommandStackDialog.UndoRedoType undo / redo switch to reduce duplicate code
DialogsPanel.Action What action was performed to trigger the reconstruction
ToggleDialog.ButtonHiddingType  
 

Exception Summary
 



JOSM