Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems.ToolItemProperties
Packages that use ToolItemProperties
Package
Description
-
Uses of ToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type ToolItemPropertiesModifier and TypeMethodDescriptionEmfTableSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) EmfTwoTablesSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) TableSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) TwoTablesSectionBuilder.Builder.customToolItem(ToolItemProperties<?> customToolItemProperties) -
Uses of ToolItemProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type ToolItemPropertiesModifier and TypeMethodDescriptionIToolBarBuilder.customToolItem(ToolItemProperties<?> customToolItemProperties) -
Uses of ToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Fields in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with type parameters of type ToolItemPropertiesModifier and TypeFieldDescriptionprotected List<ToolItemProperties<?>> TableToolBarProperties.toolItemsMethods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return types with arguments of type ToolItemPropertiesModifier and TypeMethodDescriptionTableToolBarProperties.getToolItems()Returns the list of all tool item properties configured for this toolbar.Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type ToolItemPropertiesModifier and TypeMethodDescriptionvoidTableToolBarProperties.addCustomToolItem(ToolItemProperties<?> customToolItems) Adds a custom tool item to the toolbar. -
Uses of ToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems
Classes in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitems with type parameters of type ToolItemPropertiesModifier and TypeClassDescriptionclassToolItemProperties<R extends ToolItemProperties<?>>An abstract base class for configuring properties of toolbar items in table toolbars.Subclasses of ToolItemProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.toolitemsModifier and TypeClassDescriptionclassA builder class for configuring properties of a copy element tool item in table toolbars.classA builder class for configuring properties of a create element tool item in table toolbars.classA builder class for configuring properties of a move down element tool item in table toolbars.classA builder class for configuring properties of a move up element tool item in table toolbars.classA builder class for configuring properties of a refresh tool item in table toolbars.classA builder class for configuring properties of a remove element tool item in table toolbars.classA builder class for configuring properties of a select elements from GEF editor tool item in table toolbars.classA builder class for configuring properties of a select elements from table tool item in table toolbars.classA builder class for configuring properties of a custom tool item in table toolbars.