Uses of Class
com.streambase.sb.operator.Operator.IconKind
-
Packages that use Operator.IconKind Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of Operator.IconKind in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return Operator.IconKind Modifier and Type Method Description static Operator.IconKind
Operator.IconKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator.IconKind[]
Operator.IconKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.sb.operator with parameters of type Operator.IconKind Modifier and Type Method Description URL
Operator. getIconResource(Operator.IconKind iconType)
Clients should override to support custom icons.
-