Kanzi  3.9.5
Java API
EditorInfo Interface Reference

Editor information for metadata. More...

Public Member Functions

String category () default ""
 Category name used in Kanzi Studio.
 
EditorInfoAttribute [] customAttributes () default
 An array of custom attributes which can be used beyond the default provided attributes.
 
String defaultValue () default ""
 Default value for the property.
 
String displayName () default ""
 Friendly display name used in Kanzi Studio.
 
String editor () default ""
 Editor type used in Kanzi Studio.
 
String helpHeading () default ""
 Help heading used in Kanzi Studio.
 
String host () default ""
 Host definition that defines object types for which Kanzi Studio suggests the property.
 
String legacyName () default ""
 The property's old name.
 
String listenable () default ""
 Whether Kanzi Studio shows the message as a trigger.
 
String lowerBound () default ""
 Lowest value the property can have.
 
String sendable () default ""
 Whether Kanzi Studio shows the message as an action.
 
String sortingIndex () default ""
 Position of the property within its property category in Kanzi Studio.
 
String step () default ""
 Amount by which the property value changes when a Kanzi Studio user edits it.
 
String studioVisibility () default ""
 Whether the property or message is available in Kanzi Studio.
 
String tooltip () default ""
 Tooltip used in Kanzi Studio.
 
String upperBound () default ""
 Highest value the property can have.
 
String valueProvider () default ""
 Value provider used in Kanzi Studio.
 

Detailed Description

Editor information for metadata.

Metadata in metaclasses, property types and message types may contain information for Kanzi Studio. This information may include tooltips, default values and so on.