Class FieldEvent
java.lang.Object
org.libreoffice.ide.eclipse.core.gui.rows.FieldEvent
Event describing a raw change. Each row is associated to one property in order to recognize it when it changes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldEvent
Creates a new row change event.- Parameters:
pProperty- the property associated to the changed rowpValue- the new value of the row
-
-
Method Details
-
getProperty
- Returns:
- the property associated to the changed row.
-
getValue
- Returns:
- the new value of the row
-