Package org.openstreetmap.josm.gui.dialogs.relation
Toggle dialog allowing to display currently loaded relations and perform operations on them.
-
Interface Summary Interface Description IMemberModelListener A listener that is called whenever a member should be made visibleIRelationEditor Super interface of relation editors. -
Class Summary Class Description ChildRelationBrowser ChildRelationBrowser is a UI component which provides a tree-like view on the hierarchical structure of relations.DownloadRelationMemberTask The asynchronous task for downloading relation members.DownloadRelationTask The asynchronous task for fully downloading a collection of relations.GenericRelationEditor This dialog is for editing relations.GenericRelationEditor.LeftButtonToolbar The toolbar with the buttons on the leftMemberRoleCellEditor TheCellEditor
for the role cell in the table.MemberTable The table of members a selected relation has.MemberTableCellRenderer This is theTableCellRenderer
used in the tables ofRelationMemberMerger
.MemberTableColumnModel This is the column model for theMemberTable
MemberTableLinkedCellRenderer This class renders the link column of the member table.MemberTableMemberCellRenderer "Refers to" column in relation editor's member list.MemberTableModel This is the base model used for theMemberTable
.MemberTableRoleCellRenderer This renderer renders the role cell.MemberTransferHandler A transfer handler that helps with importing / exporting members for relations.MemberTransferHandler.AbstractRelationMemberConverter<T extends PrimitiveId> ReferringRelationsBrowser This is browser for a list of relations which refer to another relations.ReferringRelationsBrowserModel This is the model for theReferringRelationsBrowser
.RelationDialogManager RelationDialogManager keeps track of the open relation editors.RelationDialogManager.DialogContext Helper class for keeping the context of a relation editor.RelationEditor Abstract relation editor.RelationEditorHooks This class allows to hook into the relation editor.RelationPopupMenus Utility class to setup aPopupMenuHandler
with a consistent set of relation actions.RelationTree This is aJTree
rendering the hierarchical structure ofRelation
s.RelationTreeCellRenderer This is the cell renderer used inRelationTree
.RelationTreeModel SelectionTable Selection table of relation editor.SelectionTableCellRenderer This is theTableCellRenderer
used inSelectionTable
.SelectionTableColumnModel This is theTableColumnModel
used inSelectionTable
.SelectionTableModel This table shows the primitives that are currently selected in the main OSM view. -
Exception Summary Exception Description GenericRelationEditor.AddAbortException Exception thrown when user aborts add operation.