|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.gui.rows.FieldEvent
public class FieldEvent
Event describing a raw change. Each row is associated to one property in order to recognize it when it changes.
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 |
---|
public FieldEvent(java.lang.String pProperty, java.lang.String pValue)
pProperty
- the property associated to the changed rowpValue
- the new value of the rowMethod Detail |
---|
public java.lang.String getProperty()
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |