All Implemented Interfaces:
Drawable
Direct Known Subclasses:
DynamicTimeWarpingProperties, EditDistanceOnRealSequenceProperties

public class PropertiesWidget extends ScrolledComposite
This class is necessary if the distance metric which extends the extension point depends on properties that are set by the user. A new class must be written, which inherits this class and draws all the necessary properties and passes them to the distance metric algorithm on its own.
  • Constructor Details

    • PropertiesWidget

      public PropertiesWidget(Composite parent, int style)
      Composite and style are passed to the inherited ScrolledComposite.
      Parameters:
      parent - Composite, the properties widget should be drawn on.
      style - Style of the ScrolledComposite.