|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.egui.monitor.TableGraphComposite.BladeOptionCellModifier
public class TableGraphComposite.BladeOptionCellModifier
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 |
---|
public TableGraphComposite.BladeOptionCellModifier(org.eclipse.jface.viewers.TableViewer tableviewer)
tableviewer
- Method Detail |
---|
public boolean canModify(java.lang.Object element, java.lang.String property)
canModify
in interface org.eclipse.jface.viewers.ICellModifier
element
- the elementproperty
- the property
ICellModifier.canModify(java.lang.Object, java.lang.String)
public java.lang.Object getValue(java.lang.Object element, java.lang.String property)
getValue
in interface org.eclipse.jface.viewers.ICellModifier
element
- the elementproperty
- the property
ICellModifier.getValue(java.lang.Object, java.lang.String)
public void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
modify
in interface org.eclipse.jface.viewers.ICellModifier
element
- the elementproperty
- the propertyvalue
- the valueICellModifier.modify(java.lang.Object, java.lang.String, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |