Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.dialogs.relation.sort |
Modifier and Type | Field and Description |
---|---|
private WayConnectionType |
MemberTableLinkedCellRenderer.value |
Modifier and Type | Field and Description |
---|---|
private List<WayConnectionType> |
MemberTableModel.connectionType |
Modifier and Type | Method and Description |
---|---|
private WayConnectionType |
MemberTable.ZoomToGapAction.getConnectionType() |
(package private) WayConnectionType |
MemberTableModel.getWayConnection(int i) |
Modifier and Type | Method and Description |
---|---|
List<WayConnectionType> |
WayConnectionTypeCalculator.updateLinks(List<RelationMember> members)
refresh the cache of member WayConnectionTypes
|
Modifier and Type | Method and Description |
---|---|
private void |
WayConnectionTypeCalculator.determineOnewayConnectionType(List<WayConnectionType> con,
RelationMember m,
int i,
WayConnectionType wct) |
Modifier and Type | Method and Description |
---|---|
private void |
WayConnectionTypeCalculator.determineOnewayConnectionType(List<WayConnectionType> con,
RelationMember m,
int i,
WayConnectionType wct) |
private void |
WayConnectionTypeCalculator.makeLoopIfNeeded(List<WayConnectionType> con,
int i) |