Uses of Interface
org.openstreetmap.josm.data.ReorderableModel
-
Packages that use ReorderableModel Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities 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.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of ReorderableModel in org.openstreetmap.josm.data
Subinterfaces of ReorderableModel in org.openstreetmap.josm.data Modifier and Type Interface Description interface
SortableModel<T>
Defines a model that can be sorted. -
Uses of ReorderableModel in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement ReorderableModel Modifier and Type Class Description class
FilterModel
The model that is used both for auto and manual filters. -
Uses of ReorderableModel in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement ReorderableModel Modifier and Type Class Description class
FilterTableModel
The model that is used for the table in theFilterDialog
.static class
LayerListDialog.LayerListModel
The layer list model. -
Uses of ReorderableModel in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement ReorderableModel Modifier and Type Class Description class
MemberTableModel
This is the base model used for theMemberTable
. -
Uses of ReorderableModel in org.openstreetmap.josm.gui.preferences
Classes in org.openstreetmap.josm.gui.preferences that implement ReorderableModel Modifier and Type Class Description protected class
SourceEditor.ActiveSourcesModel
Table model of active sources.private class
ToolbarPreferences.Settings.ActionDefinitionModel
-
Uses of ReorderableModel in org.openstreetmap.josm.gui.util
Subinterfaces of ReorderableModel in org.openstreetmap.josm.gui.util Modifier and Type Interface Description interface
ReorderableTableModel<T>
Defines a list/table model that can be reordered.interface
SortableTableModel<T>
Defines a table model that can be sorted.
-