Package org.pentaho.di.ui.spoon
Class ExpandedContentManager
java.lang.Object
org.pentaho.di.ui.spoon.ExpandedContentManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeExpandedContent closes the web browser associated with the active TransGraphstatic void
closeExpandedContent
(TransGraph graph) closeExpandedContent( TransGraph graph )static void
createExpandedContent creates a web browser for the current TransGraphstatic void
createExpandedContent
(TransGraph parent, String url) createExpandedContent( TransGraph parent ) Create a web browser for the TransGraph argument.static org.eclipse.swt.browser.Browser
getExpandedContentForTransGraphstatic void
hideExpandedContent hides the web browser associated with the active TransGraphstatic void
hideExpandedContent
(TransGraph graph) hideExpandedContent( TransGraph graph )static boolean
isBrowserVisiblestatic boolean
isVisible
(TransGraph graph) isBrowserVisible( TransGraph graph )static void
showTransformationBrowser Creates and shows the web browser for the active TransGraphstatic void
showExpandedContent
(TransGraph graph) showExpandedContent( TransGraph graph )
-
Constructor Details
-
ExpandedContentManager
public ExpandedContentManager()
-
-
Method Details
-
isVisible
public static boolean isVisible()isBrowserVisible- Returns:
- a boolean that represents that the web browser is the topmost control of the active TransGraph. If browser hasn't been created it will return false.
-
isVisible
isBrowserVisible( TransGraph graph )- Parameters:
graph
- a TransGraph object that is being interrogated to see if the web browser is the topmost control- Returns:
- true if the web browser is the topmost control of the graph
-
createExpandedContent
createExpandedContent creates a web browser for the current TransGraph -
createExpandedContent
createExpandedContent( TransGraph parent ) Create a web browser for the TransGraph argument.- Parameters:
parent
- a TransGraph that will be the parent of the web browser.url
- The content to open and expand
-
showExpandedContent
public static void showExpandedContent()showTransformationBrowser Creates and shows the web browser for the active TransGraph -
showExpandedContent
showExpandedContent( TransGraph graph )- Parameters:
graph
- TransGraph to create the web browser for. If the wev browser hasn't been created this will create one. Else it will just bring the web browser associated to this TransGraph to the top.
-
getExpandedContentForTransGraph
getExpandedContentForTransGraph- Parameters:
graph
- a TransGraph object that will be interrogated for a web browser- Returns:
- a web browser that is associated with the TransGraph or null if it has yet to be created.
-
hideExpandedContent
public static void hideExpandedContent()hideExpandedContent hides the web browser associated with the active TransGraph -
closeExpandedContent
public static void closeExpandedContent()closeExpandedContent closes the web browser associated with the active TransGraph -
hideExpandedContent
hideExpandedContent( TransGraph graph )- Parameters:
graph
- the TransGraph whose web browser will be hidden
-
closeExpandedContent
closeExpandedContent( TransGraph graph )- Parameters:
graph
- the TransGraph whose web browser will be closed
-