Bug 62619 - Style sheet behavior
Summary: Style sheet behavior
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 92699
Blocks:
  Show dependency tree
 
Reported: 2004-05-18 06:17 EDT by Xavier Méhaut CLA
Modified: 2011-06-13 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Méhaut CLA 2004-05-18 06:17:46 EDT
Hello,
I would suggest the following enhancement for the upcoming ViusalEditor.
It could be good to have a means to externalize the look of an application
created by VE, ie à la manière d' une style sheet file (stle.css) where we could
define  the overal look for button, labels, and so on..., and redefine specific
components too. The software could be provided with default style sheets like
McOS, WinXP, and so on...
regards
Xavier
Comment 1 David J. Orme CLA 2004-05-18 08:44:13 EDT
Because SWT doesn't have themes, I'm reassigning this bug to the Swing folks for
consideration.  Thanks for the idea.
Comment 2 Jeff Myers CLA 2004-05-18 08:49:25 EDT
This functionality can be achieved by using or implementing you own Swing Look &
Feel.  A look and feel will allow you to set the default values for all of the
properties you mentioned.
Comment 3 Xavier Méhaut CLA 2004-05-18 08:56:25 EDT
But I would like to use such a functionnality on SWT/JFace... I don't need to
redefine all the look of the Windowing system, but only to define general look
for buttons, lists, ..., for a given application , ie backcolor, textcolor, and
so on... The idea was to externalize these information in an XML file wich could
be read by VE ..
Comment 4 Xavier Méhaut CLA 2007-09-25 02:34:53 EDT
Hello,
We could use GWT as a working example of how style sheets can be associated to SWT-like components.
regards
Xavier