Class PointListProperty

java.lang.Object
org.csstudio.opibuilder.properties.AbstractWidgetProperty<org.eclipse.draw2d.geometry.PointList>
org.csstudio.opibuilder.properties.PointListProperty

public class PointListProperty extends AbstractWidgetProperty<org.eclipse.draw2d.geometry.PointList>
The property for script.
  • Field Details

  • Constructor Details

    • PointListProperty

      public PointListProperty(String prop_id, String description, WidgetPropertyCategory category, org.eclipse.draw2d.geometry.PointList defaultValue)
      PointList Property Constructor. The property value type is PointList.
      Parameters:
      prop_id - the property id which should be unique in a widget model.
      description - the description of the property, which will be shown as the property name in property sheet.
      category - the category of the widget.
      defaultValue - the default value when the widget is first created. cannot be null.
  • Method Details