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 OsmPrimitivesTableZoomToAction. tableConstructors in org.openstreetmap.josm.actions with parameters of type OsmPrimitivesTable Constructor Description ZoomToAction(OsmPrimitivesTable table, java.lang.String descriptionNominal, java.lang.String descriptionInactiveLayer, java.lang.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 classPairTableThis 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 OsmPrimitivesTableAbstractListMerger. mergedEntriesTableprotected OsmPrimitivesTableAbstractListMerger. myEntriesTableprotected OsmPrimitivesTableAbstractListMerger. 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 classNodeListTableNode 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 classRelationMemberTableRelation 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 classMemberTableThe table of members a selected relation has.
-