Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.SelectElementsFromGefToolItemProperties
Packages that use SelectElementsFromGefToolItemProperties
Package
Description
-
Uses of SelectElementsFromGefToolItemProperties in com.amalgamasimulation.desktop.ui.editor
Methods in com.amalgamasimulation.desktop.ui.editor that return SelectElementsFromGefToolItemPropertiesModifier and TypeMethodDescriptionstatic <V> SelectElementsFromGefToolItemProperties<V> ToolItems.selectElementsFromGef() -
Uses of SelectElementsFromGefToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type SelectElementsFromGefToolItemPropertiesModifier and TypeMethodDescriptionEmfTableSectionBuilder.Builder.selectElementsFromGefToolItem(SelectElementsFromGefToolItemProperties<?> selectElements) EmfTwoTablesSectionBuilder.Builder.selectElementsFromGefToolItem(SelectElementsFromGefToolItemProperties<?> selectElements) -
Uses of SelectElementsFromGefToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type SelectElementsFromGefToolItemPropertiesModifier and TypeMethodDescriptionIGefToolBarBuilder.selectElementsFromGefToolItem(SelectElementsFromGefToolItemProperties<?> selectElementsFromGefToolItemProperties) -
Uses of SelectElementsFromGefToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type SelectElementsFromGefToolItemPropertiesModifier and TypeMethodDescriptionvoidEmfTableToolBarProperties.addSelectElementsFromGefToolItemProperties(SelectElementsFromGefToolItemProperties<?> selectElementsFromGefToolItemProperties) Adds a select elements from GEF editor tool item to the toolbar. -
Uses of SelectElementsFromGefToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return SelectElementsFromGefToolItemPropertiesModifier and TypeMethodDescriptionSets the action to be performed on elements selected from GEF editor.SelectElementsFromGefToolItemProperties.filter(BiFunction<org.eclipse.emf.ecore.EObject, Object, Boolean> filter) Sets an advanced filter using a BiFunction for GEF element selection.Sets a simple filter using a Predicate for GEF element selection.static <V> SelectElementsFromGefToolItemProperties<V> SelectElementsFromGefToolItemProperties.newInstance()Creates a new SelectElementsFromGefToolItemProperties instance.