Uses of Interface
org.openstreetmap.josm.data.SortableModel
-
Packages that use SortableModel Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of SortableModel in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement SortableModel Modifier and Type Class Description classFilterModelThe model that is used both for auto and manual filters. -
Uses of SortableModel in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement SortableModel Modifier and Type Class Description classFilterTableModelThe model that is used for the table in theFilterDialog. -
Uses of SortableModel in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement SortableModel Modifier and Type Class Description classMemberTableModelThis is the base model used for theMemberTable. -
Uses of SortableModel in org.openstreetmap.josm.gui.util
Subinterfaces of SortableModel in org.openstreetmap.josm.gui.util Modifier and Type Interface Description interfaceSortableTableModel<T>Defines a table model that can be sorted.
-