Community
Participate
Working Groups
There should be a possibility to set a header The eclipse form provides a possiblity to set a text which is shown on its header. Additionally it is possible to decorate the header which looks very well. Adding such a header should be possible when using scout. Suggestion: Use the existing subtitle property of the IForm and show the header if that property is set. Also show the image set with IForm.getIcon() in the header section. Some example code: form.setText(header); Image image=getIcon(iconId); if(image != null){ form.setImage(image); } getFormToolkit().decorateFormHeading(form);
Created attachment 207851 [details] header example
Added the call to decorate header to the default form toolkit method createForm in the swt/swing environments.
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)