|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
de.cau.cs.kieler.kiml.export.ui.ExportDialog
public class ExportDialog
The dialog that lets the user select a graph file format and a file to export a graph into.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
---|
Window.IExceptionHandler |
Field Summary |
---|
Fields inherited from class org.eclipse.jface.dialogs.Dialog |
---|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
Fields inherited from class org.eclipse.jface.window.Window |
---|
CANCEL, OK |
Constructor Summary | |
---|---|
ExportDialog(Shell parent)
Constructs an export dialog. |
Method Summary | |
---|---|
boolean |
close()
|
protected void |
configureShell(Shell shell)
|
protected Control |
createContents(Composite parent)
|
protected Control |
createDialogArea(Composite parent)
|
AbstractExporter |
getExporter()
Returns the selected exporter. |
String |
getExportFile()
Returns the selected export file path. |
protected Point |
getInitialSize()
|
MapPropertyHolder |
getOptions()
Returns the selected options. |
boolean |
isExportWorkspacePath()
Returns whether the selected export file path is relative to the workspace. |
protected void |
okPressed()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportDialog(Shell parent)
parent
- the parent shellMethod Detail |
---|
protected Control createContents(Composite parent)
createContents
in class Dialog
protected Control createDialogArea(Composite parent)
createDialogArea
in class Dialog
protected void configureShell(Shell shell)
configureShell
in class Window
protected Point getInitialSize()
getInitialSize
in class Dialog
public AbstractExporter getExporter()
public String getExportFile()
public boolean isExportWorkspacePath()
public MapPropertyHolder getOptions()
public boolean close()
close
in class Dialog
protected void okPressed()
okPressed
in class Dialog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |