Class UnchangableStringProperty

Direct Known Subclasses:
VersionProperty

public class UnchangableStringProperty extends StringProperty
Just used to display something in the property view, which cannot be edited.
  • Constructor Details

    • UnchangableStringProperty

      public UnchangableStringProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue)
      String Property Constructor. The property value type is String. This String property is not editable in property sheet. It is used for information display purpose only.
      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