Uses of Class
mgui.pipelines.StaticPipelineEvent
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.pipelines |
This package provides interfaces for user interaction with pipelines.
|
mgui.interfaces.pipelines.trees | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of StaticPipelineEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type StaticPipelineEvent Modifier and Type Method Description void
InterfaceWorkspace. pipelineUpdated(StaticPipelineEvent event)
-
Uses of StaticPipelineEvent in mgui.interfaces.pipelines
Methods in mgui.interfaces.pipelines with parameters of type StaticPipelineEvent Modifier and Type Method Description void
InterfacePipelinesPanel. pipelineUpdated(StaticPipelineEvent event)
-
Uses of StaticPipelineEvent in mgui.interfaces.pipelines.trees
Methods in mgui.interfaces.pipelines.trees with parameters of type StaticPipelineEvent Modifier and Type Method Description void
PipelineTree. pipelineUpdated(StaticPipelineEvent e)
-
Uses of StaticPipelineEvent in mgui.pipelines
Methods in mgui.pipelines with parameters of type StaticPipelineEvent Modifier and Type Method Description protected void
InterfacePipeline. fireStaticListeners(StaticPipelineEvent event)
void
StaticPipelineListener. pipelineUpdated(StaticPipelineEvent event)
Called when a static change is made to a pipeline.