Uses of Class
net.ssehub.easy.producer.ui.productline_editor.configuration.ColumnType
-
Packages that use ColumnType Package Description net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of ColumnType in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as ColumnType Modifier and Type Field Description private ColumnTypeConfigurationCellEditor. columnTypeMethods in net.ssehub.easy.producer.ui.productline_editor.configuration that return ColumnType Modifier and Type Method Description protected abstract ColumnTypeAbstractConfigurationLabelProvider. columType(int columnIndex)Matching the given column index to the correct column type.protected ColumnTypeConfigurationLabelProvider. columType(int columnIndex)static ColumnTypeColumnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type ColumnType Constructor Description ConfigurationCellEditor(org.eclipse.jface.viewers.TreeViewer viewer, ColumnType columnType)Constructs a CellEditor with a given viewer for the given column.
-