Class CommandProperty


public class CommandProperty extends StringProperty
The widget property for a command name. It also accepts macro string $(macro).
  • Constructor Details

    • CommandProperty

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