Uses of Enum Class
com.amalgamasimulation.desktop.ui.views.ColumnViewAdapter.TypeCheckBox
Packages that use ColumnViewAdapter.TypeCheckBox
Package
Description
-
Uses of ColumnViewAdapter.TypeCheckBox in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables that return ColumnViewAdapter.TypeCheckBoxModifier and TypeMethodDescriptionprotected ColumnViewAdapter.TypeCheckBoxEditableTable.getTypeCheckBox(boolean checkbox) protected ColumnViewAdapter.TypeCheckBoxEditableTree.getTypeCheckBox(boolean checkbox) protected ColumnViewAdapter.TypeCheckBoxEMFTable.getTypeCheckBox(boolean checkbox) protected ColumnViewAdapter.TypeCheckBoxEMFTree.getTypeCheckBox(boolean checkbox) protected ColumnViewAdapter.TypeCheckBoxTable.getTypeCheckBox(boolean checkbox) protected ColumnViewAdapter.TypeCheckBoxTree.getTypeCheckBox(boolean checkbox) Constructors in com.amalgamasimulation.desktop.ui.tables with parameters of type ColumnViewAdapter.TypeCheckBoxModifierConstructorDescriptionTableViewAdapter(Table<T> tableView, org.eclipse.swt.widgets.Display display, List<T> data, ColumnViewAdapter.TypeCheckBox typeCheckBox, boolean syncUpdate, boolean virtual, boolean showRowHeader, UnaryOperator<Object[]> filter) TreeViewAdapter(Tree<T> treeView, org.eclipse.swt.widgets.Display display, List<T> data, ColumnViewAdapter.TypeCheckBox typeCheckBox, boolean syncUpdate, boolean showRowHeader, Function<T, List<T>> getChildrenProvider) -
Uses of ColumnViewAdapter.TypeCheckBox in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views that return ColumnViewAdapter.TypeCheckBoxModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ColumnViewAdapter.TypeCheckBox[]ColumnViewAdapter.TypeCheckBox.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.amalgamasimulation.desktop.ui.views with parameters of type ColumnViewAdapter.TypeCheckBoxModifierConstructorDescriptionprotectedColumnViewAdapter(org.eclipse.jface.viewers.ColumnViewer columnViewer, org.eclipse.swt.widgets.Display display, List<T> data, ColumnViewAdapter.TypeCheckBox typeCheckBox, boolean syncUpdate, boolean showRowHeader)