private static class RelationDialogManager.DialogContext extends Object
OsmDataLayer
Modifier and Type | Field and Description |
---|---|
OsmDataLayer |
layer |
Relation |
relation |
Constructor and Description |
---|
DialogContext(OsmDataLayer layer,
Relation relation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matchesLayer(OsmDataLayer layer) |
String |
toString() |
public final OsmDataLayer layer
public DialogContext(OsmDataLayer layer, Relation relation)