Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
af3
AF3
Commits
486712ef
Commit
486712ef
authored
Sep 03, 2018
by
Alexandros Tsalidis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Title to exporter dialog
Signed-off-by:
Alexandros Tsalidis
<
tsalidis@fortiss.org
>
parent
a69ed980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
org.fortiss.af3.safetycases.ui/src/org/fortiss/af3/safetycases/ui/exporter/dialog/ArgumentModuleToImageDialog.java
...cases/ui/exporter/dialog/ArgumentModuleToImageDialog.java
+5
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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