net.refractions.udig.ui
Class FeatureTypeEditor.AttributeCellModifier

java.lang.Object
  extended by net.refractions.udig.ui.FeatureTypeEditor.AttributeCellModifier
Enclosing class:
FeatureTypeEditor

public class FeatureTypeEditor.AttributeCellModifier
extends java.lang.Object


Constructor Summary
FeatureTypeEditor.AttributeCellModifier()
           
 
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
 

Constructor Detail

FeatureTypeEditor.AttributeCellModifier

public FeatureTypeEditor.AttributeCellModifier()
Method Detail

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)