TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.dde.cellmodifier.internal
Class InitParamTypeCellModifier

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.dde.cellmodifier.internal.InitParamTypeCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier

public class InitParamTypeCellModifier
extends java.lang.Object
implements org.eclipse.jface.viewers.ICellModifier

Cell modifier for init params for both resource type and capability.


Field Summary
static java.lang.String[] COLUMN_NAMES
           
 
Constructor Summary
InitParamTypeCellModifier(DescriptorEditor editor, org.eclipse.jface.viewers.TableViewer viewer)
           
 
Method Summary
 boolean canModify(java.lang.Object element, java.lang.String property)
           
 java.lang.Object getValue(java.lang.Object element, java.lang.String property)
           
 void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_NAMES

public static final java.lang.String[] COLUMN_NAMES
Constructor Detail

InitParamTypeCellModifier

public InitParamTypeCellModifier(DescriptorEditor editor,
                                 org.eclipse.jface.viewers.TableViewer viewer)
Method Detail

canModify

public boolean canModify(java.lang.Object element,
                         java.lang.String property)
Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier

getValue

public java.lang.Object getValue(java.lang.Object element,
                                 java.lang.String property)
Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier

modify

public void modify(java.lang.Object element,
                   java.lang.String property,
                   java.lang.Object value)
Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification