org.ow2.clif.console.lib.egui.monitor
Class TableGraphComposite.BladeOptionCellModifier

java.lang.Object
  extended by org.ow2.clif.console.lib.egui.monitor.TableGraphComposite.BladeOptionCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier
Enclosing class:
TableGraphComposite

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

This class represents the cell modifier for the TableViewer of the Monitoring view


Constructor Summary
TableGraphComposite.BladeOptionCellModifier(org.eclipse.jface.viewers.TableViewer tableviewer)
          Constructor.
 
Method Summary
 boolean canModify(java.lang.Object element, java.lang.String property)
          Returns whether the property can be modified
 java.lang.Object getValue(java.lang.Object element, java.lang.String property)
          Returns the value for the property
 void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
          Modifies the element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGraphComposite.BladeOptionCellModifier

public TableGraphComposite.BladeOptionCellModifier(org.eclipse.jface.viewers.TableViewer tableviewer)
Constructor.

Parameters:
tableviewer -
Method Detail

canModify

public boolean canModify(java.lang.Object element,
                         java.lang.String property)
Returns whether the property can be modified

Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier
Parameters:
element - the element
property - the property
Returns:
boolean
See Also:
ICellModifier.canModify(java.lang.Object, java.lang.String)

getValue

public java.lang.Object getValue(java.lang.Object element,
                                 java.lang.String property)
Returns the value for the property

Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier
Parameters:
element - the element
property - the property
Returns:
Object
See Also:
ICellModifier.getValue(java.lang.Object, java.lang.String)

modify

public void modify(java.lang.Object element,
                   java.lang.String property,
                   java.lang.Object value)
Modifies the element

Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier
Parameters:
element - the element
property - the property
value - the value
See Also:
ICellModifier.modify(java.lang.Object, java.lang.String, java.lang.Object)