cookxml.cookjface.ui
Class ArrayCellModifier
java.lang.Object
cookxml.cookjface.ui.ArrayCellModifier
- All Implemented Interfaces:
- org.eclipse.jface.viewers.ICellModifier
- public class ArrayCellModifier
- extends Object
- implements org.eclipse.jface.viewers.ICellModifier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readOnly
public boolean readOnly
ArrayCellModifier
public ArrayCellModifier(org.eclipse.jface.viewers.TableViewer viewer)
canModify
public boolean canModify(Object element,
String property)
- Specified by:
canModify
in interface org.eclipse.jface.viewers.ICellModifier
getValue
public Object getValue(Object element,
String property)
- Specified by:
getValue
in interface org.eclipse.jface.viewers.ICellModifier
modify
public void modify(Object element,
String property,
Object value)
- Specified by:
modify
in interface org.eclipse.jface.viewers.ICellModifier