org.openstreetmap.josm.gui.conflict.tags
Interface MultiValueCellEditor.NavigationListener

All Known Implementing Classes:
RelationMemberConflictResolverTable, TagConflictResolverTable
Enclosing class:
MultiValueCellEditor

public static interface MultiValueCellEditor.NavigationListener


Method Summary
 void gotoNextDecision()
           
 void gotoPreviousDecision()
           
 

Method Detail

gotoNextDecision

void gotoNextDecision()

gotoPreviousDecision

void gotoPreviousDecision()


JOSM