From 1e3923708bb82dafac5283ea6c990bd1a755b941 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:15:51 +0000 Subject: Add restore default button for sig note git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@229 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- .../composites/SimpleConfigurationComposite.java | 21 +++++++++++++++++++++ .../at/asit/pdfover/gui/messages.properties | 14 ++++++++------ .../at/asit/pdfover/gui/messages_de.properties | 14 ++++++++------ 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java index 9070a23c..97b876b0 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java @@ -99,6 +99,7 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite { private Group grpSignatureNote; private Label lblSignatureNote; Text txtSignatureNote; + private Button btnSignatureNoteDefault; private Group grpProxy; private Label lblProxyHost; @@ -449,6 +450,24 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite { } }); + Composite compSignatureNoteButtonContainer = new Composite(this.grpSignatureNote, SWT.NONE); + compSignatureNoteButtonContainer.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, + false, false, 2, 1)); + compSignatureNoteButtonContainer.setLayout(new FormLayout()); + + this.btnSignatureNoteDefault = new Button(compSignatureNoteButtonContainer, SWT.NONE); + FormData fd_btnSignatureNoteDefault = new FormData(); + fd_btnSignatureNoteDefault.top = new FormAttachment(0, 0); + fd_btnSignatureNoteDefault.right = new FormAttachment(100, -42); + this.btnSignatureNoteDefault.setLayoutData(fd_btnSignatureNoteDefault); + this.btnSignatureNoteDefault.addSelectionListener(new SelectionAdapter() { + @Override + public void widgetSelected(SelectionEvent e) { + SimpleConfigurationComposite.this.txtSignatureNote.setText( + Messages.getString("simple_config.Note_Default")); //$NON-NLS-1$ + } + }); + this.grpProxy = new Group(this, SWT.NONE); FormData fd_grpProxy = new FormData(); fd_grpProxy.right = new FormAttachment(100, -5); @@ -1025,6 +1044,8 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite { this.lblSignatureNote.setText(Messages.getString("simple_config.Note")); //$NON-NLS-1$ this.txtSignatureNote.setToolTipText(Messages .getString("simple_config.Note_Tooltip")); //$NON-NLS-1$ + this.btnSignatureNoteDefault.setText(Messages + .getString("simple_config.Note_SetDefault")); //$NON-NLS-1$ this.grpProxy.setText(Messages.getString("simple_config.Proxy_Title")); //$NON-NLS-1$ this.lblProxyHost.setText(Messages.getString("simple_config.ProxyHost")); //$NON-NLS-1$ diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index ebb65dcc..ed8c666f 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -6,20 +6,20 @@ BKU.NONE=no default BKUSelectionComposite.btnMobile.text=MOBILE TrustedSocketFactory.FailedToCreateSecureConnection=Failed to create secure network connection advanced_config.AutoPosition=Automatic positioning -advanced_config.Signature_Title=Si&gnature +advanced_config.AutoPosition_ToolTip=Activate this option to automatically position the signature advanced_config.BKUSelection_Title=CCE Selection +advanced_config.BKUSelection_ToolTip=Select the default CCE to use during signature +advanced_config.LocaleSelection_Title=Language selection +advanced_config.LocaleSelection_ToolTip=Select the default Language advanced_config.OutputFolder=Default output folder: advanced_config.OutputFolder.Dialog=Select a folder advanced_config.OutputFolder.Dialog_Title=Select Output folder advanced_config.OutputFolder_Title=&Output location +advanced_config.OutputFolder_ToolTip=Select the folder where the signed document will be saved automatically (clear this field to disable automatic saving) +advanced_config.Signature_Title=Si&gnature advanced_config.SigPHTransparency=Signature placeholder transparency advanced_config.SigPHTransparencyMax=Opaque advanced_config.SigPHTransparencyMin=Invisible -advanced_config.AutoPosition_ToolTip=Activate this option to automatically position the signature -advanced_config.OutputFolder_ToolTip=Select the folder where the signed document will be saved automatically (clear this field to disable automatic saving) -advanced_config.BKUSelection_ToolTip=Select the default CCE to use during signature -advanced_config.LocaleSelection_ToolTip=Select the default Language -advanced_config.LocaleSelection_Title=Language selection argument.error.output=is not a directory argument.help.bku=Select the CCE to use. Values are: LOCAL, MOBILE. Example: -b