Class FieldEvent

java.lang.Object
org.libreoffice.ide.eclipse.core.gui.rows.FieldEvent

public class FieldEvent extends Object
Event describing a raw change. Each row is associated to one property in order to recognize it when it changes.
  • Constructor Details

    • FieldEvent

      public FieldEvent(String pProperty, 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 Details

    • getProperty

      public String getProperty()
      Returns:
      the property associated to the changed row.
    • getValue

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