Uses of Interface
org.eclipse.nebula.widgets.nattable.config.IEditableRule

Packages that use IEditableRule
org.eclipse.nebula.widgets.nattable.config   
org.eclipse.nebula.widgets.nattable.edit   
org.eclipse.nebula.widgets.nattable.extension.builder.model   
 

Uses of IEditableRule in org.eclipse.nebula.widgets.nattable.config
 

Classes in org.eclipse.nebula.widgets.nattable.config that implement IEditableRule
 class ContextualEditableRule
           
 class DefaultEditableRule
           
 class EditableRule
           
 

Fields in org.eclipse.nebula.widgets.nattable.config declared as IEditableRule
static IEditableRule IEditableRule.ALWAYS_EDITABLE
           
static IEditableRule IEditableRule.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 IEditableRule
static ConfigAttribute<IEditableRule> EditConfigAttributes.CELL_EDITABLE_RULE
          The configuration attribute for the IEditableRule that is used to determine whether a cell is editable or not.
 

Uses of IEditableRule in org.eclipse.nebula.widgets.nattable.extension.builder.model
 

Methods in org.eclipse.nebula.widgets.nattable.extension.builder.model that return IEditableRule
 IEditableRule IEditor.getEditableRule()
           
 



Copyright © 2014. All rights reserved.