net.refractions.udig.project.ui.summary
Class SummaryCellModifier
java.lang.Object
net.refractions.udig.project.ui.summary.SummaryCellModifier
public class SummaryCellModifier
- extends java.lang.Object
Delegates to the ICellModifier
object responsible for the modifying the
SummaryData
object. (It is obtained from the SummaryData
)
- Since:
- 1.1.0
- Author:
- Jesse
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 |
SummaryCellModifier
public SummaryCellModifier(java.util.Collection<SummaryData> data)
canModify
public boolean canModify(java.lang.Object element,
java.lang.String property)
getValue
public java.lang.Object getValue(java.lang.Object element,
java.lang.String property)
modify
public void modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)