Uses of Class
org.pentaho.di.ui.spoon.trans.TransGraph
-
Packages that use TransGraph Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.spoon.delegates org.pentaho.di.ui.spoon.trans -
-
Uses of TransGraph in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return TransGraph Modifier and Type Method Description TransGraphSpoon. getActiveTransGraph()Methods in org.pentaho.di.ui.spoon with parameters of type TransGraph Modifier and Type Method Description static 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 TransGraph Modifier and Type Method Description TransGraphSpoonTransformationDelegate. 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 TransGraph Modifier and Type Method Description TransGraphStepMenuExtension. getTransGraph()TransGraphTransGraphExtension. getTransGraph()TransGraphTransPainterFlyoutTooltipExtension. getTransGraph()Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransGraph Modifier and Type Method Description voidStepMenuExtension. setTransGraph(TransGraph transGraph)voidTransGraphExtension. setTransGraph(TransGraph transGraph)Constructors in org.pentaho.di.ui.spoon.trans with parameters of type TransGraph Constructor Description StepMenuExtension(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)
-