Uses of Interface
org.openstreetmap.josm.gui.dialogs.relation.actions.IRelationEditorActionGroup
-
Packages that use IRelationEditorActionGroup 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.actions Provides the classes for relation editor actions. -
-
Uses of IRelationEditorActionGroup in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation with type parameters of type IRelationEditorActionGroup Modifier and Type Field Description private static java.util.concurrent.CopyOnWriteArrayList<IRelationEditorActionGroup>
RelationEditorHooks. memberActions
private static java.util.concurrent.CopyOnWriteArrayList<IRelationEditorActionGroup>
RelationEditorHooks. selectionActions
Methods in org.openstreetmap.josm.gui.dialogs.relation that return IRelationEditorActionGroup Modifier and Type Method Description private static IRelationEditorActionGroup
GenericRelationEditor. buildNativeGroup(int order, AbstractRelationEditorAction... actions)
Methods in org.openstreetmap.josm.gui.dialogs.relation that return types with arguments of type IRelationEditorActionGroup Modifier and Type Method Description (package private) static java.util.List<IRelationEditorActionGroup>
RelationEditorHooks. getMemberActions()
(package private) static java.util.List<IRelationEditorActionGroup>
RelationEditorHooks. getSelectActions()
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type IRelationEditorActionGroup Modifier and Type Method Description static void
RelationEditorHooks. addActionsToMembers(IRelationEditorActionGroup group)
Adds actions to the members action toolbarstatic void
RelationEditorHooks. addActionsToSelection(IRelationEditorActionGroup group)
Adds actions to the selection action toolbar -
Uses of IRelationEditorActionGroup in org.openstreetmap.josm.gui.dialogs.relation.actions
Method parameters in org.openstreetmap.josm.gui.dialogs.relation.actions with type arguments of type IRelationEditorActionGroup Modifier and Type Method Description static void
IRelationEditorActionGroup. fillToolbar(javax.swing.JToolBar toolbar, java.util.List<IRelationEditorActionGroup> groups, IRelationEditorActionAccess editorAccess)
Fills the toolbar with some action groups.
-