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.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 StreamIcon Modifier and Type Method Description StreamIcon
Stream. getStreamIcon()
StreamIcon
StreamInterface. getStreamIcon()
static StreamIcon
StreamIcon. 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 void
Stream. setStreamIcon(StreamIcon streamIcon)
void
StreamInterface. 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)
-