X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fdialogs%2FSingleValue.java;h=8ce9b44fb5bade306d868ceff17634fc8cf74934;hb=c53fec78daddb69c489686844188036b04e1615a;hp=8cce0e21719469a9d13787072334b2a2d690e463;hpb=088c1b517a543e935d8ab65c3b2fd2d0269b551d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/SingleValue.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/SingleValue.java index 8cce0e217..8ce9b44fb 100644 --- a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/SingleValue.java +++ b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/SingleValue.java @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2007-2012 Argeo GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.argeo.eclipse.ui.dialogs; import org.argeo.eclipse.ui.EclipseUiUtils; @@ -30,7 +15,12 @@ import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; -/** Dialog to retrieve a single value. */ +/** + * Dialog to retrieve a single value. + * + * @deprecated Use CMS dialogs instead. + */ +@Deprecated public class SingleValue extends TitleAreaDialog { private static final long serialVersionUID = 2843538207460082349L; @@ -64,12 +54,10 @@ public class SingleValue extends TitleAreaDialog { } public SingleValue(String label, String message) { - this(Display.getDefault().getActiveShell(), label, message, label, - false); + this(Display.getDefault().getActiveShell(), label, message, label, false); } - public SingleValue(Shell parentShell, String title, String message, - String label, Boolean multiline) { + public SingleValue(Shell parentShell, String title, String message, String label, Boolean multiline) { super(parentShell); this.title = title; this.message = message;