Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
486712ef
Commit
486712ef
authored
Sep 03, 2018
by
Alexandros Tsalidis
Browse files
Title to exporter dialog
Signed-off-by:
Alexandros Tsalidis
<
tsalidis@fortiss.org
>
parent
a69ed980
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.safetycases.ui/src/org/fortiss/af3/safetycases/ui/exporter/dialog/ArgumentModuleToImageDialog.java
View file @
486712ef
...
...
@@ -15,8 +15,8 @@
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.safetycases.ui.exporter.dialog
;
import
org.eclipse.jface.dialogs.Dialog
;
import
org.eclipse.jface.dialogs.IDialogConstants
;
import
org.eclipse.jface.dialogs.TitleAreaDialog
;
import
org.eclipse.swt.SWT
;
import
org.eclipse.swt.graphics.Point
;
import
org.eclipse.swt.layout.GridData
;
...
...
@@ -33,7 +33,8 @@ import org.eclipse.swt.widgets.Shell;
*
* @author Alex
*/
public
class
ArgumentModuleToImageDialog
extends
Dialog
{
public
class
ArgumentModuleToImageDialog
extends
TitleAreaDialog
{
/** The combo format. */
private
Combo
comboFormat
;
...
...
@@ -65,6 +66,7 @@ public class ArgumentModuleToImageDialog extends Dialog {
super
(
parentShell
);
// setShellStyle(SWT.TITLE);
// parentShell.setText("fbaskj");
}
/** {@inheritDoc} */
...
...
@@ -82,7 +84,7 @@ public class ArgumentModuleToImageDialog extends Dialog {
/** {@inheritDoc} */
@Override
protected
Control
createDialogArea
(
Composite
parent
)
{
setTitle
(
"Module Diagram Exporter"
);
parent
.
setToolTipText
(
""
);
final
Composite
container
=
(
Composite
)
super
.
createDialogArea
(
parent
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment