Uses of Class
org.openstreetmap.josm.gui.dialogs.changeset.AbstractCellRenderer
-
Packages that use AbstractCellRenderer Package Description org.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of AbstractCellRenderer in org.openstreetmap.josm.gui.dialogs.changeset
Subclasses of AbstractCellRenderer in org.openstreetmap.josm.gui.dialogs.changeset Modifier and Type Class Description class
ChangesetCacheTableCellRenderer
The cell renderer for the changeset tableclass
ChangesetContentTableCellRenderer
The table cell renderer used in the changeset content table, except for the "name" column in which we use aPrimitiveRenderer
.class
ChangesetDiscussionTableCellRenderer
The cell renderer for the changeset discussion table
-