Uses of Enum Class
org.pentaho.di.trans.step.errorhandling.StreamIcon
-
Uses of StreamIcon in org.pentaho.di.core.gui
Modifier and TypeMethodDescriptionstatic org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
BasePainter.getStreamIconImage
(StreamIcon streamIcon) -
Uses of StreamIcon in org.pentaho.di.trans.step.errorhandling
Modifier and TypeMethodDescriptionStream.getStreamIcon()
StreamInterface.getStreamIcon()
static StreamIcon
Returns the enum constant of this class with the specified name.static StreamIcon[]
StreamIcon.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Stream.setStreamIcon
(StreamIcon streamIcon) void
StreamInterface.setStreamIcon
(StreamIcon streamIcon) ModifierConstructorDescriptionStream
(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)