org.openoffice.ide.eclipse.core.gui.rows
Class FieldEvent

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.gui.rows.FieldEvent

public class FieldEvent
extends java.lang.Object

Event describing a raw change. Each row is associated to one property in order to recognize it when it changes.

Author:
cedricbosdo

Constructor Summary
FieldEvent(java.lang.String pProperty, java.lang.String pValue)
          Creates a new row change event.
 
Method Summary
 java.lang.String getProperty()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldEvent

public FieldEvent(java.lang.String pProperty,
                  java.lang.String pValue)
Creates a new row change event.

Parameters:
pProperty - the property associated to the changed row
pValue - the new value of the row
Method Detail

getProperty

public java.lang.String getProperty()
Returns:
the property associated to the changed row.

getValue

public java.lang.String getValue()
Returns:
the new value of the row