Class PipelineProcessLibraryOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.pipelines.libraries.PipelineProcessLibraryOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class PipelineProcessLibraryOptions extends InterfaceOptions
Options for a PipelineProcessLibrary
- Author:
- typically
-
Field Summary
Fields Modifier and Type Field Description PipelineProcessLibrary
library
-
Constructor Summary
Constructors Constructor Description PipelineProcessLibraryOptions(PipelineProcessLibrary library)
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
library
-
-
Constructor Details
-
PipelineProcessLibraryOptions
-