org.eclipse.nebula.widgets.nattable.config
Class DefaultEditableRule

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.config.EditableRule
      extended by org.eclipse.nebula.widgets.nattable.config.DefaultEditableRule
All Implemented Interfaces:
IEditableRule

public class DefaultEditableRule
extends EditableRule


Field Summary
 
Fields inherited from interface org.eclipse.nebula.widgets.nattable.config.IEditableRule
ALWAYS_EDITABLE, NEVER_EDITABLE
 
Constructor Summary
DefaultEditableRule(boolean defaultEditable)
           
 
Method Summary
 boolean isEditable(int columnIndex, int rowIndex)
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.config.EditableRule
isEditable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEditableRule

public DefaultEditableRule(boolean defaultEditable)
Method Detail

isEditable

public boolean isEditable(int columnIndex,
                          int rowIndex)
Specified by:
isEditable in interface IEditableRule
Specified by:
isEditable in class EditableRule


Copyright © 2015. All rights reserved.