Uses of Interface
mgui.pipelines.StaticPipelineListener
| 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 StaticPipelineListener in mgui.interfaces
Classes in mgui.interfaces that implement StaticPipelineListener Modifier and Type Class Description classInterfaceWorkspaceA Workspace acts as a container for all data models and graphics windows. -
Uses of StaticPipelineListener in mgui.interfaces.pipelines
Classes in mgui.interfaces.pipelines that implement StaticPipelineListener Modifier and Type Class Description classInterfacePipelinesPanelProvides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of StaticPipelineListener in mgui.interfaces.pipelines.trees
Classes in mgui.interfaces.pipelines.trees that implement StaticPipelineListener Modifier and Type Class Description classPipelineTreeImplements a tree interface for ModelGUI pipelines. -
Uses of StaticPipelineListener in mgui.pipelines
Methods in mgui.pipelines with parameters of type StaticPipelineListener Modifier and Type Method Description voidInterfacePipeline. addStaticListener(StaticPipelineListener listener)voidInterfacePipeline. removeStaticListener(StaticPipelineListener listener)