|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamIcon | |
---|---|
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 | |
---|---|
static GCInterface.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 | |
---|---|
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 | |
---|---|
void |
Stream.setStreamIcon(StreamIcon streamIcon)
|
void |
StreamInterface.setStreamIcon(StreamIcon streamIcon)
|
Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StreamIcon | |
---|---|
Stream(StreamInterface.StreamType streamType,
StepMeta stepMeta,
String description,
StreamIcon streamIcon,
Object subject)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |