Uses of Class
com.amalgamasimulation.desktop.ui.tables.EditableTable
Packages that use EditableTable
Package
Description
-
Uses of EditableTable in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders that return types with arguments of type EditableTableMethod parameters in com.amalgamasimulation.desktop.ui.editor.builders with type arguments of type EditableTableModifier and TypeMethodDescriptionTableSectionBuilder.Builder.columns(Consumer<EditableTable<V>> columns) TwoTablesSectionBuilder.Builder.columns(Consumer<EditableTable<V>> columns) static <T1,V1> TwoTablesSectionBuilder.TableListElementsBuilder <T1, V1> TwoTablesSectionBuilder.Builder.create(TableProperties<T1, V1, EditableTable<V1>> tableProperties, TableToolBarProperties<V1> toolbarProperties) -
Uses of EditableTable in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections that return EditableTableMethod parameters in com.amalgamasimulation.desktop.ui.editor.sections with type arguments of type EditableTableModifier 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 EditableTable in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type EditableTableModifier and TypeMethodDescriptionstatic <T> Tables.ParentBuilder<T, EditableTable<T>> Creates and returns a table with editable data.