See: Description
Interface | Description |
---|---|
IMemberModelListener |
A listener that is called whenever a member should be made visible
|
IRelationEditor |
Super interface of relation editors.
|
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 left
|
MemberRoleCellEditor |
The
CellEditor for the role cell in the table. |
MemberTable |
The table of members a selected relation has.
|
MemberTableCellRenderer |
This is the
TableCellRenderer used in the tables of
RelationMemberMerger . |
MemberTableColumnModel |
This is the column model for the
MemberTable |
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 the
MemberTable . |
MemberTableRoleCellRenderer |
This renderer renders the role cell.
|
MemberTransferHandler |
A transfer handler that helps with importing / exporting members for relations.
|
MemberTransferHandler.AbstractRelationMemberConverter<T extends PrimitiveId> | |
ParentRelationLoadingTask |
This is an asynchronous task for loading the parents of a given relation.
|
ReferringRelationsBrowser |
This is browser for a list of relations which refer to another relations.
|
ReferringRelationsBrowserModel |
This is the model for the
ReferringRelationsBrowser . |
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.
|
RelationTree |
This is a
JTree rendering the hierarchical structure of Relation s. |
RelationTreeCellRenderer |
This is the cell renderer used in
RelationTree . |
RelationTreeModel | |
SelectionTable |
Selection table of relation editor.
|
SelectionTableCellRenderer |
This is the
TableCellRenderer used in SelectionTable . |
SelectionTableColumnModel |
This is the
TableColumnModel used in SelectionTable . |
SelectionTableModel |
This table shows the primitives that are currently selected in the main OSM view.
|
Exception | Description |
---|---|
GenericRelationEditor.AddAbortException |
Exception thrown when user aborts add operation.
|