Uses of Interface
org.eclipse.nebula.widgets.nattable.config.IEditableRule
Packages that use IEditableRule
Package
Description
-
Uses of IEditableRule in org.eclipse.nebula.widgets.nattable.config
Classes in org.eclipse.nebula.widgets.nattable.config that implement IEditableRuleModifier and TypeClassDescriptionclassclassclassFields in org.eclipse.nebula.widgets.nattable.config declared as IEditableRuleModifier and TypeFieldDescriptionstatic final IEditableRuleIEditableRule.ALWAYS_EDITABLEstatic final IEditableRuleIEditableRule.NEVER_EDITABLE -
Uses of IEditableRule in org.eclipse.nebula.widgets.nattable.edit
Fields in org.eclipse.nebula.widgets.nattable.edit with type parameters of type IEditableRuleModifier and TypeFieldDescriptionstatic final ConfigAttribute<IEditableRule>EditConfigAttributes.CELL_EDITABLE_RULEThe configuration attribute for theIEditableRulethat is used to determine whether a cell is editable or not.