Uses of Class
com.streambase.sb.operator.parameter.UIHints.TextFontHint
-
Packages that use UIHints.TextFontHint Package Description com.streambase.sb.operator.parameter Provides classes and interfaces to specify parameters for custom operators. -
-
Uses of UIHints.TextFontHint in com.streambase.sb.operator.parameter
Fields in com.streambase.sb.operator.parameter declared as UIHints.TextFontHint Modifier and Type Field Description UIHints.TextFontHint
UIHints. textFontHint
Set a hint for text-field like properties to use a different font style.Methods in com.streambase.sb.operator.parameter that return UIHints.TextFontHint Modifier and Type Method Description static UIHints.TextFontHint
UIHints.TextFontHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static UIHints.TextFontHint[]
UIHints.TextFontHint. 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.TextFontHint Modifier and Type Method Description UIHints
UIHints. setTextFont(UIHints.TextFontHint hint)
Set the desired font hint for text-field-like controls
-