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 voidExpandedContentManager.closeExpandedContent(TransGraph graph) closeExpandedContent( TransGraph graph )static voidExpandedContentManager.createExpandedContent(TransGraph parent, String url) createExpandedContent( TransGraph parent ) Create a web browser for the TransGraph argument.static org.eclipse.swt.browser.BrowserExpandedContentManager.getExpandedContentForTransGraph(TransGraph graph) getExpandedContentForTransGraphstatic voidExpandedContentManager.hideExpandedContent(TransGraph graph) hideExpandedContent( TransGraph graph )static booleanExpandedContentManager.isVisible(TransGraph graph) isBrowserVisible( TransGraph graph )static voidExpandedContentManager.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 TypeMethodDescriptionvoidStepMenuExtension.setTransGraph(TransGraph transGraph) voidTransGraphExtension.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)