Uses of Class
org.pentaho.di.trans.step.errorhandling.StreamIcon
-
Packages that use StreamIcon Package Description org.pentaho.di.core.gui org.pentaho.di.trans.step.errorhandling -
-
Uses of StreamIcon in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type StreamIcon Modifier and Type Method Description static org.pentaho.di.core.gui.PrimitiveGCInterface.EImageBasePainter. getStreamIconImage(StreamIcon streamIcon) -
Uses of StreamIcon in org.pentaho.di.trans.step.errorhandling
Methods in org.pentaho.di.trans.step.errorhandling that return StreamIcon Modifier and Type Method Description StreamIconStream. getStreamIcon()StreamIconStreamInterface. getStreamIcon()static StreamIconStreamIcon. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamIcon[]StreamIcon. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StreamIcon Modifier and Type Method Description voidStream. setStreamIcon(StreamIcon streamIcon)voidStreamInterface. setStreamIcon(StreamIcon streamIcon)Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StreamIcon Constructor Description Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
-