Uses of Class
org.pentaho.di.ui.spoon.trans.TransGraph
Packages that use TransGraph
Package
Description
This package contains the classes needed by Spoon.
-
Uses of TransGraph in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return TransGraphMethods in org.pentaho.di.ui.spoon with parameters of type TransGraphModifier and TypeMethodDescriptionstatic void
ExpandedContentManager.closeExpandedContent
(TransGraph graph) closeExpandedContent( TransGraph graph )static void
ExpandedContentManager.createExpandedContent
(TransGraph parent, String url) createExpandedContent( TransGraph parent ) Create a web browser for the TransGraph argument.static org.eclipse.swt.browser.Browser
ExpandedContentManager.getExpandedContentForTransGraph
(TransGraph graph) getExpandedContentForTransGraphstatic void
ExpandedContentManager.hideExpandedContent
(TransGraph graph) hideExpandedContent( TransGraph graph )static boolean
ExpandedContentManager.isVisible
(TransGraph graph) isBrowserVisible( TransGraph graph )static void
ExpandedContentManager.showExpandedContent
(TransGraph graph) showExpandedContent( TransGraph graph ) -
Uses of TransGraph in org.pentaho.di.ui.spoon.delegates
Methods in org.pentaho.di.ui.spoon.delegates that return TransGraphModifier and TypeMethodDescriptionSpoonTransformationDelegate.findTransGraphOfTransformation
(org.pentaho.di.trans.TransMeta transMeta) -
Uses of TransGraph in org.pentaho.di.ui.spoon.trans
Methods in org.pentaho.di.ui.spoon.trans that return TransGraphModifier and TypeMethodDescriptionStepMenuExtension.getTransGraph()
TransGraphExtension.getTransGraph()
TransPainterFlyoutTooltipExtension.getTransGraph()
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransGraphModifier and TypeMethodDescriptionvoid
StepMenuExtension.setTransGraph
(TransGraph transGraph) void
TransGraphExtension.setTransGraph
(TransGraph transGraph) Constructors in org.pentaho.di.ui.spoon.trans with parameters of type TransGraphModifierConstructorDescriptionStepMenuExtension
(TransGraph transGraph, org.pentaho.ui.xul.containers.XulMenupopup menu) TransGraphExtension
(TransGraph transGraph, org.eclipse.swt.events.MouseEvent event, org.pentaho.di.core.gui.Point point) TransGridDelegate
(Spoon spoon, TransGraph transGraph) TransHistoryDelegate
(Spoon spoon, TransGraph transGraph) TransLogDelegate
(Spoon spoon, TransGraph transGraph) TransMetricsDelegate
(Spoon spoon, TransGraph transGraph) TransPainterFlyoutTooltipExtension
(org.pentaho.di.core.gui.AreaOwner areaOwner, TransGraph transGraph, org.pentaho.di.core.gui.Point point) TransPerfDelegate
(Spoon spoon, TransGraph transGraph) TransPreviewDelegate
(Spoon spoon, TransGraph transGraph)