Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.TableProperties
Packages that use TableProperties
Package
Description
-
Uses of TableProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type TablePropertiesModifier and TypeMethodDescriptionstatic <T1,V1> TwoTablesSectionBuilder.TableListElementsBuilder <T1, V1> TwoTablesSectionBuilder.Builder.create(TableProperties<T1, V1, EditableTable<V1>> tableProperties, TableToolBarProperties<V1> toolbarProperties) -
Uses of TableProperties in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections with parameters of type TablePropertiesModifier and TypeMethodDescriptionvoidTwoTablesSection.mainTableProperties(TableProperties<T, V, EditableTable<V>> tableProperties) voidTwoTablesSection.secondTableProperties(TableProperties<V, R, EditableTable<R>> tableProperties) voidTableSection.tableProperties(TableProperties<T, V, EditableTable<V>> tableProperties) -
Uses of TableProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Modifier and TypeClassDescriptionclassEmfTableProperties<T,V> A specialized builder class for configuring properties of EMF-based SWT Table controls.