public final class ExpandedContentManager extends Object
Constructor and Description |
---|
ExpandedContentManager() |
Modifier and Type | Method and Description |
---|---|
static void |
closeExpandedContent()
closeExpandedContent
closes the web browser associated with the active TransGraph
|
static void |
closeExpandedContent(TransGraph graph)
closeExpandedContent( TransGraph graph )
|
static void |
createExpandedContent(String url)
createExpandedContent
creates a web browser for the current TransGraph
|
static void |
createExpandedContent(TransGraph parent,
String url)
createExpandedContent( TransGraph parent )
Create a web browser for the TransGraph argument.
|
static org.eclipse.swt.browser.Browser |
getExpandedContentForTransGraph(TransGraph graph)
getExpandedContentForTransGraph
|
static void |
hideExpandedContent()
hideExpandedContent
hides the web browser associated with the active TransGraph
|
static void |
hideExpandedContent(TransGraph graph)
hideExpandedContent( TransGraph graph )
|
static boolean |
isVisible()
isBrowserVisible
|
static boolean |
isVisible(TransGraph graph)
isBrowserVisible( TransGraph graph )
|
static void |
showExpandedContent()
showTransformationBrowser
Creates and shows the web browser for the active TransGraph
|
static void |
showExpandedContent(TransGraph graph)
showExpandedContent( TransGraph graph )
|
public static boolean isVisible()
public static boolean isVisible(TransGraph graph)
graph
- a TransGraph object that is being interrogated to see if the web browser is the topmost controlpublic static void createExpandedContent(String url)
public static void createExpandedContent(TransGraph parent, String url)
parent
- a TransGraph that will be the parent of the web browser.url
- The content to open and expandpublic static void showExpandedContent()
public static void showExpandedContent(TransGraph graph)
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.public static org.eclipse.swt.browser.Browser getExpandedContentForTransGraph(TransGraph graph)
graph
- a TransGraph object that will be interrogated for a web browserpublic static void hideExpandedContent()
public static void closeExpandedContent()
public static void hideExpandedContent(TransGraph graph)
graph
- the TransGraph whose web browser will be hiddenpublic static void closeExpandedContent(TransGraph graph)
graph
- the TransGraph whose web browser will be closedCopyright © 2019 Hitachi Vantara. All rights reserved.