Class PVNameProperty


public class PVNameProperty extends StringProperty
The widget property for pvname. It also accept macro string $(macro).
  • Constructor Details

    • PVNameProperty

      public PVNameProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue)
      PV Name Property Constructor. The property value type is String.
      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.
  • Method Details