Uses of Interface
org.openstreetmap.josm.gui.dialogs.relation.actions.IRelationEditorUpdateOn
-
Packages that use IRelationEditorUpdateOn Package Description org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions. -
-
Uses of IRelationEditorUpdateOn in org.openstreetmap.josm.gui.dialogs.relation.actions
Fields in org.openstreetmap.josm.gui.dialogs.relation.actions declared as IRelationEditorUpdateOn Modifier and Type Field Description static IRelationEditorUpdateOnIRelationEditorUpdateOn. MEMBER_TABLE_CHANGEUpdate when the member table contents changestatic IRelationEditorUpdateOnIRelationEditorUpdateOn. MEMBER_TABLE_SELECTIONUpdate upon a member table selection changestatic IRelationEditorUpdateOnIRelationEditorUpdateOn. SELECTION_TABLE_CHANGEUpdate when a relation changedstatic IRelationEditorUpdateOnIRelationEditorUpdateOn. TAG_CHANGEUpdate when a tag of the relation changedConstructors in org.openstreetmap.josm.gui.dialogs.relation.actions with parameters of type IRelationEditorUpdateOn Constructor Description AbstractRelationEditorAction(IRelationEditorActionAccess editorAccess, java.lang.String actionMapKey, IRelationEditorUpdateOn... updateOn)Create a new relation editor actionAbstractRelationEditorAction(IRelationEditorActionAccess editorAccess, IRelationEditorUpdateOn... updateOn)Create a new relation editor actionAddFromSelectionAction(IRelationEditorActionAccess editorAccess, IRelationEditorUpdateOn... updateOn)SavingAction(IRelationEditorActionAccess editorAccess, IRelationEditorUpdateOn... updateOn)
-