ConfigurationChooserPropertyDescriptor |
A property descriptor for use by a String-typed Java Operator or Adapter property, for
cases that wish to present to the user a chooser (typically a combo box) that allows
identifying some data out of the server configuration file's adapter-configurations area.
|
EnumPropertyDescriptor |
PropertyDescriptor for properties that reflect one of a fixed set of String
values.
|
HOCONConfigurationChooserPropertyDescriptor.ConfigurationType |
Type of HOCON configuration to use.
|
JavaTypePropertyDescriptor.TypeChoice |
|
ResourceFilePropertyDescriptor |
PropertyDescriptor for properties wishing to access external resources at runtime.
|
ResourceFilePropertyDescriptor.TypeHint |
|
SBBeanInfo |
BeanInfos of StreamBase adapters should consider implementing this interface to gain better handling of property
errors.
|
SBPropertyDescriptor |
PropertyDescriptor subclass used by StreamBase operators and adapters
to describe a property.
|
SBPropertyDescriptor.Setter |
Abstract utility class that converts Strings to appropriate data
type and invokes setter Method.
|
UIHints |
A UIHints may be associated with a SBPropertyDescriptor in order
to provide the Studio environment with additional hints regarding how to display
a property.
|
UIHints.TextFontHint |
Used to request a font style for String-based properties
|
UIHints.TextWidthHint |
Used to request a particular width for text-field like controls (including but
not limited to text fields and combo/drop-downs).
|