public class GraphMLDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
GraphMLDialog(org.eclipse.swt.widgets.Shell parent,
int style)
constructor with int-style parameter
|
GraphMLDialog(org.eclipse.swt.widgets.Shell parent,
String graphString)
constructor with graph as string parameter
|
Modifier and Type | Method and Description |
---|---|
void |
open()
Opens the dialog for displaying the graph
|
public GraphMLDialog(org.eclipse.swt.widgets.Shell parent, int style)
parent
- the parent shellstyle
- the stylepublic GraphMLDialog(org.eclipse.swt.widgets.Shell parent, String graphString)
parent
- the parent shellgraphString
- the string representation of the graphpublic void open() throws IOException
IOException
- may be thrown if the graph string from the database
can fails to convertBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a