Interface PropertySelectionController

All Known Implementing Classes:
ECPropertiesComposite

@API(type=INTERNAL, src=PUBLIC) public interface PropertySelectionController
Used for handling with a change of the properties values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selectionChanged(TableProperty property, String newValue)
    Method which controls the change of the selected key.
  • Method Details

    • selectionChanged

      void selectionChanged(TableProperty property, String newValue) throws AuthorOperationException
      Method which controls the change of the selected key.
      Parameters:
      property - The modified property.
      newValue - The new selected value of the given property
      Throws:
      AuthorOperationException - When the handling of selection changed cannot be performed.