Uses of Enum Class
org.pentaho.di.trans.step.errorhandling.StreamIcon
Packages that use StreamIcon
-
Uses of StreamIcon in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type StreamIconModifier and TypeMethodDescriptionstatic org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
BasePainter.getStreamIconImage
(StreamIcon streamIcon) -
Uses of StreamIcon in org.pentaho.di.trans.step.errorhandling
Methods in org.pentaho.di.trans.step.errorhandling that return StreamIconModifier 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.Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StreamIconModifier and TypeMethodDescriptionvoid
Stream.setStreamIcon
(StreamIcon streamIcon) void
StreamInterface.setStreamIcon
(StreamIcon streamIcon) Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StreamIconModifierConstructorDescriptionStream
(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)