Uses of Interface
org.openstreetmap.josm.gui.widgets.OsmPrimitivesTableModel
-
Packages that use OsmPrimitivesTableModel 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. -
-
Uses of OsmPrimitivesTableModel in org.openstreetmap.josm.gui.conflict.pair
Classes in org.openstreetmap.josm.gui.conflict.pair that implement OsmPrimitivesTableModel Modifier and Type Class Description class
AbstractListMergeModel.EntriesTableModel
This an adapter between aJTable
and one of the three entry lists in the roleListRole
managed by theAbstractListMergeModel
.Methods in org.openstreetmap.josm.gui.conflict.pair that return OsmPrimitivesTableModel Modifier and Type Method Description OsmPrimitivesTableModel
AbstractListMergeModel. getMergedTableModel()
OsmPrimitivesTableModel
AbstractListMergeModel. getMyTableModel()
OsmPrimitivesTableModel
AbstractListMergeModel. getTheirTableModel()
Constructors in org.openstreetmap.josm.gui.conflict.pair with parameters of type OsmPrimitivesTableModel Constructor 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 newPairTable
. -
Uses of OsmPrimitivesTableModel in org.openstreetmap.josm.gui.conflict.pair.nodes
Constructors in org.openstreetmap.josm.gui.conflict.pair.nodes with parameters of type OsmPrimitivesTableModel Constructor Description NodeListTable(java.lang.String name, AbstractListMergeModel<Node,WayNodesConflictResolverCommand> model, OsmPrimitivesTableModel dm, javax.swing.ListSelectionModel sm)
Constructs a newNodeListTable
. -
Uses of OsmPrimitivesTableModel in org.openstreetmap.josm.gui.conflict.pair.relation
Constructors in org.openstreetmap.josm.gui.conflict.pair.relation with parameters of type OsmPrimitivesTableModel Constructor Description RelationMemberTable(java.lang.String name, AbstractListMergeModel<RelationMember,RelationMemberConflictResolverCommand> model, OsmPrimitivesTableModel dm, javax.swing.ListSelectionModel sm)
Constructs a newRelationMemberTable
. -
Uses of OsmPrimitivesTableModel in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement OsmPrimitivesTableModel Modifier and Type Class Description class
MemberTableModel
This is the base model used for theMemberTable
. -
Uses of OsmPrimitivesTableModel in org.openstreetmap.josm.gui.widgets
Methods in org.openstreetmap.josm.gui.widgets that return OsmPrimitivesTableModel Modifier and Type Method Description OsmPrimitivesTableModel
OsmPrimitivesTable. getOsmPrimitivesTableModel()
Returns the table model.Constructors in org.openstreetmap.josm.gui.widgets with parameters of type OsmPrimitivesTableModel Constructor Description OsmPrimitivesTable(OsmPrimitivesTableModel dm, javax.swing.table.TableColumnModel cm, javax.swing.ListSelectionModel sm)
Constructs a newOsmPrimitivesTable
.
-