TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

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

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

Cell modifier for capabilities available in a resource type.


Field Summary
static java.lang.String[] COLUMN_NAMES
           
 
Constructor Summary
CapabilitiesTypeCellModifier(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

CapabilitiesTypeCellModifier

public CapabilitiesTypeCellModifier(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