Uses of Class
org.apache.hop.pipeline.transform.stream.StreamIcon
-
Packages that use StreamIcon Package Description org.apache.hop.core.gui org.apache.hop.pipeline.transform.stream -
-
Uses of StreamIcon in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui with parameters of type StreamIcon Modifier and Type Method Description static IGc.EImageBasePainter. getStreamIconImage(StreamIcon streamIcon, boolean enabled) -
Uses of StreamIcon in org.apache.hop.pipeline.transform.stream
Methods in org.apache.hop.pipeline.transform.stream that return StreamIcon Modifier and Type Method Description StreamIconIStream. getStreamIcon()StreamIconStream. 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.apache.hop.pipeline.transform.stream with parameters of type StreamIcon Modifier and Type Method Description voidIStream. setStreamIcon(StreamIcon streamIcon)voidStream. setStreamIcon(StreamIcon streamIcon)Constructors in org.apache.hop.pipeline.transform.stream with parameters of type StreamIcon Constructor Description Stream(IStream.StreamType streamType, TransformMeta transformMeta, String description, StreamIcon streamIcon, String subject)
-