Class RelationDialogManager.DialogContext
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.relation.RelationDialogManager.DialogContext
-
- Enclosing class:
- RelationDialogManager
private static class RelationDialogManager.DialogContext extends Object
Helper class for keeping the context of a relation editor. A relation editor is open for a specific relation managed by a specificOsmDataLayer
-
-
Field Summary
Fields Modifier and Type Field Description OsmDataLayer
layer
Relation
relation
-
Constructor Summary
Constructors Constructor Description DialogContext(OsmDataLayer layer, Relation relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
boolean
matchesLayer(OsmDataLayer layer)
String
toString()
-
-
-
Field Detail
-
layer
public final OsmDataLayer layer
-
-
Constructor Detail
-
DialogContext
DialogContext(OsmDataLayer layer, Relation relation)
-
-