Uses of Class
org.openstreetmap.josm.gui.widgets.OsmPrimitivesTable
-
Packages that use OsmPrimitivesTable Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.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. -
-
Uses of OsmPrimitivesTable in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as OsmPrimitivesTable Modifier and Type Field Description private OsmPrimitivesTable
ZoomToAction. table
Constructors in org.openstreetmap.josm.actions with parameters of type OsmPrimitivesTable Constructor Description ZoomToAction(OsmPrimitivesTable table, String descriptionNominal, String descriptionInactiveLayer, String descriptionNoSelection)
Creates a new, generic zoom to action -
Uses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair
Subclasses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair Modifier and Type Class Description class
PairTable
This is the base class for all tables that display anAbstractListMergeModel
.Fields in org.openstreetmap.josm.gui.conflict.pair declared as OsmPrimitivesTable Modifier and Type Field Description protected OsmPrimitivesTable
AbstractListMerger. mergedEntriesTable
protected OsmPrimitivesTable
AbstractListMerger. myEntriesTable
protected OsmPrimitivesTable
AbstractListMerger. theirEntriesTable
-
Uses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair.nodes
Subclasses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair.nodes Modifier and Type Class Description class
NodeListTable
Node list table. -
Uses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair.relation
Subclasses of OsmPrimitivesTable in org.openstreetmap.josm.gui.conflict.pair.relation Modifier and Type Class Description class
RelationMemberTable
Relation member table. -
Uses of OsmPrimitivesTable in org.openstreetmap.josm.gui.dialogs.relation
Subclasses of OsmPrimitivesTable in org.openstreetmap.josm.gui.dialogs.relation Modifier and Type Class Description class
MemberTable
The table of members a selected relation has.
-