Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.TableToolBarProperties
Packages that use TableToolBarProperties
Package
Description
-
Uses of TableToolBarProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type TableToolBarPropertiesModifier and TypeMethodDescriptionstatic <T1,V1> TwoTablesSectionBuilder.TableListElementsBuilder <T1, V1> TwoTablesSectionBuilder.Builder.create(TableProperties<T1, V1, EditableTable<V1>> tableProperties, TableToolBarProperties<V1> toolbarProperties) -
Uses of TableToolBarProperties in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections with parameters of type TableToolBarPropertiesModifier and TypeMethodDescriptionvoidTwoTablesSection.mainToolBarProperties(TableToolBarProperties<V> toolBarProperties) voidTwoTablesSection.secondToolBarProperties(TableToolBarProperties<R> toolBarProperties) voidTableSection.toolBarProperties(TableToolBarProperties<V> toolBarProperties) -
Uses of TableToolBarProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Subclasses of TableToolBarProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptorsModifier and TypeClassDescriptionclassA specialized builder class for configuring toolbar properties associated with EMF-based table controls.