0 0

synchText 有什么用3

addSeperator(composite,3);
responseTimeRequestClassLabel = new Label(composite, SWT.LEFT);
responseTimeRequestClassLabel.setText("response-time-request-class:");
responseTimeRequestClassLabel.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL));
new Label(composite, SWT.LEFT);
responseTimeRequestClassNameLabel = new Label(composite, SWT.LEFT);
responseTimeRequestClassNameLabel.setText("      Name:");
responseTimeRequestClassNameLabel.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL));

responseTimeRequestClassNameText = new Text(composite, SWT.SINGLE | SWT.BORDER);
responseTimeRequestClassNameText.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
synchHelper.synchText(responseTimeRequestClassNameText, INewWorkManagerDataModelProperties.CLASS_NAME, null);

responseTimeRequestClassGoasLabel = new Label(composite, SWT.LEFT);
responseTimeRequestClassGoasLabel.setText("      Go-as:");
responseTimeRequestClassGoasLabel.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL));

responseTimeRequestClassGoasText = new Text(composite, SWT.SINGLE | SWT.BORDER);
responseTimeRequestClassGoasText.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
2008年12月02日 10:24
目前还没有答案

相关推荐

Global site tag (gtag.js) - Google Analytics