Uses of Class
com.streambase.sb.operator.parameter.UIHints.TextWidthHint
-
Packages that use UIHints.TextWidthHint Package Description com.streambase.sb.operator.parameter Provides classes and interfaces to specify parameters for custom operators. -
-
Uses of UIHints.TextWidthHint in com.streambase.sb.operator.parameter
Fields in com.streambase.sb.operator.parameter declared as UIHints.TextWidthHint Modifier and Type Field Description UIHints.TextWidthHint
UIHints. textWidthHint
Set a hint for text-field like properties to have a relative width.Methods in com.streambase.sb.operator.parameter that return UIHints.TextWidthHint Modifier and Type Method Description static UIHints.TextWidthHint
UIHints.TextWidthHint. getDefault()
Encodes the default text width hint when unspecified otherwise.static UIHints.TextWidthHint
UIHints.TextWidthHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static UIHints.TextWidthHint[]
UIHints.TextWidthHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.sb.operator.parameter with parameters of type UIHints.TextWidthHint Modifier and Type Method Description UIHints
UIHints. setTextWidth(UIHints.TextWidthHint width)
Set the desired width hint for text-field-like controls
-