Class ProcedureProperty


public class ProcedureProperty extends StringProperty
The widget property for a procedure name. It also accept macro string $(macro).
  • Constructor Details

    • ProcedureProperty

      public ProcedureProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue)
      Procedure 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