Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Provides the classes for displaying conflicts as pair of lists.
|
org.openstreetmap.josm.gui.conflict.pair.nodes |
Provides the classes for displaying conflicts in ways list of nodes.
|
org.openstreetmap.josm.gui.conflict.pair.relation |
Provides the classes for displaying conflicts in OSM primitive relation memberships.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListMergeModel.EntriesTableModel
This an adapter between a
JTable and one of the three entry lists
in the role ListRole managed by the AbstractListMergeModel . |
Modifier and Type | Method and Description |
---|---|
OsmPrimitivesTableModel |
AbstractListMergeModel.getMergedTableModel() |
OsmPrimitivesTableModel |
AbstractListMergeModel.getMyTableModel() |
OsmPrimitivesTableModel |
AbstractListMergeModel.getTheirTableModel() |
Constructor and Description |
---|
PairTable(java.lang.String name,
AbstractListMergeModel<? extends PrimitiveId,? extends ConflictResolveCommand> model,
OsmPrimitivesTableModel dm,
javax.swing.table.TableColumnModel cm,
javax.swing.ListSelectionModel sm)
Constructs a new
PairTable . |
Constructor and Description |
---|
NodeListTable(java.lang.String name,
AbstractListMergeModel<Node,WayNodesConflictResolverCommand> model,
OsmPrimitivesTableModel dm,
javax.swing.ListSelectionModel sm)
Constructs a new
NodeListTable . |
Constructor and Description |
---|
RelationMemberTable(java.lang.String name,
AbstractListMergeModel<RelationMember,RelationMemberConflictResolverCommand> model,
OsmPrimitivesTableModel dm,
javax.swing.ListSelectionModel sm)
Constructs a new
RelationMemberTable . |
Modifier and Type | Class and Description |
---|---|
class |
MemberTableModel
This is the base model used for the
MemberTable . |
Modifier and Type | Method and Description |
---|---|
OsmPrimitivesTableModel |
OsmPrimitivesTable.getOsmPrimitivesTableModel()
Returns the table model.
|
Constructor and Description |
---|
OsmPrimitivesTable(OsmPrimitivesTableModel dm,
javax.swing.table.TableColumnModel cm,
javax.swing.ListSelectionModel sm)
Constructs a new
OsmPrimitivesTable . |