Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.SelectElementsFromTableToolItemProperties
Packages that use SelectElementsFromTableToolItemProperties
Package
Description
-
Uses of SelectElementsFromTableToolItemProperties in com.amalgamasimulation.desktop.ui.editor
Methods in com.amalgamasimulation.desktop.ui.editor that return SelectElementsFromTableToolItemPropertiesModifier and TypeMethodDescriptionstatic <V> SelectElementsFromTableToolItemProperties<V> ToolItems.selectElementsFromTable() -
Uses of SelectElementsFromTableToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type SelectElementsFromTableToolItemPropertiesModifier and TypeMethodDescriptionEmfTableSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) EmfTwoTablesSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) TableSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) TwoTablesSectionBuilder.Builder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsProperties) -
Uses of SelectElementsFromTableToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type SelectElementsFromTableToolItemPropertiesModifier and TypeMethodDescriptionIToolBarBuilder.selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsFromTableToolItemProperties) -
Uses of SelectElementsFromTableToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type SelectElementsFromTableToolItemPropertiesModifier and TypeMethodDescriptionvoidTableToolBarProperties.addSelectFromTableProp(SelectElementsFromTableToolItemProperties<V> selectFromTableProp) Adds a select elements from table tool item to the toolbar. -
Uses of SelectElementsFromTableToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems that return SelectElementsFromTableToolItemPropertiesModifier and TypeMethodDescriptionSelectElementsFromTableToolItemProperties.allElements(Supplier<List<? extends V>> allElements) Sets a dynamic supplier of all available elements for selection.SelectElementsFromTableToolItemProperties.allElements(List<? extends V> allElements) Sets a static list of all available elements for selection.Sets the column configuration for the selection dialog table.static <V> SelectElementsFromTableToolItemProperties<V> SelectElementsFromTableToolItemProperties.newInstance()Creates a new SelectElementsFromTableToolItemProperties instance.Sets the title for the selection dialog.