Merge branch 'asm_14.4.1' of ssh://10.201.30.8:29418/AWIPS2_baseline into master_14.4.1
Former-commit-id: dd741e026ef0599738bbbc82579a679b57feeef7
This commit is contained in:
commit
f2e952b71a
1 changed files with 5 additions and 4 deletions
|
@ -53,6 +53,7 @@ import com.raytheon.viz.ui.dialogs.CaveJFACEDialog;
|
||||||
* ------------ ---------- ----------- --------------------------
|
* ------------ ---------- ----------- --------------------------
|
||||||
* Sept 25, 2008 1562 askripsky Initial creation.
|
* Sept 25, 2008 1562 askripsky Initial creation.
|
||||||
* Nov 12, 2012 1298 rferrel Changes for non-blocking dialog.
|
* Nov 12, 2012 1298 rferrel Changes for non-blocking dialog.
|
||||||
|
* Mar 17, 2015 17217 ryu Set smart product as the default type.
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author askripsky
|
* @author askripsky
|
||||||
|
@ -267,13 +268,13 @@ public class NewTextProductDialog extends CaveJFACEDialog {
|
||||||
buttonComp.setLayout(new GridLayout());
|
buttonComp.setLayout(new GridLayout());
|
||||||
buttonComp.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, true));
|
buttonComp.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, true));
|
||||||
|
|
||||||
tableTypeButton = new Button(buttonComp, SWT.RADIO);
|
|
||||||
tableTypeButton.setText("Table");
|
|
||||||
smartTypeButton = new Button(buttonComp, SWT.RADIO);
|
smartTypeButton = new Button(buttonComp, SWT.RADIO);
|
||||||
smartTypeButton.setText("Smart");
|
smartTypeButton.setText("Smart");
|
||||||
|
tableTypeButton = new Button(buttonComp, SWT.RADIO);
|
||||||
|
tableTypeButton.setText("Table");
|
||||||
|
|
||||||
// Default to table type
|
// Default to smart type
|
||||||
tableTypeButton.setSelection(true);
|
smartTypeButton.setSelection(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initNameSelection() {
|
private void initNameSelection() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue