Uses of Class
org.openstreetmap.josm.gui.widgets.JosmTable
-
Packages that use JosmTable 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.conflict.tags Provides the classes for resolving conflicts between OSM tags.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of JosmTable in org.openstreetmap.josm.gui.conflict.pair
Subclasses of JosmTable 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
. -
Uses of JosmTable in org.openstreetmap.josm.gui.conflict.pair.nodes
Subclasses of JosmTable in org.openstreetmap.josm.gui.conflict.pair.nodes Modifier and Type Class Description class
NodeListTable
Node list table. -
Uses of JosmTable in org.openstreetmap.josm.gui.conflict.pair.relation
Subclasses of JosmTable in org.openstreetmap.josm.gui.conflict.pair.relation Modifier and Type Class Description class
RelationMemberTable
Relation member table. -
Uses of JosmTable in org.openstreetmap.josm.gui.conflict.tags
Subclasses of JosmTable in org.openstreetmap.josm.gui.conflict.tags Modifier and Type Class Description class
TagConflictResolverTable
This table presents the tags that are conflicting to the user. -
Uses of JosmTable in org.openstreetmap.josm.gui.dialogs.relation
Subclasses of JosmTable in org.openstreetmap.josm.gui.dialogs.relation Modifier and Type Class Description class
MemberTable
The table of members a selected relation has. -
Uses of JosmTable in org.openstreetmap.josm.gui.tagging
Subclasses of JosmTable in org.openstreetmap.josm.gui.tagging Modifier and Type Class Description class
TagTable
This is the tabular editor component for OSM tags. -
Uses of JosmTable in org.openstreetmap.josm.gui.widgets
Subclasses of JosmTable in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description class
OsmPrimitivesTable
Table displaying OSM primitives.
-