Widget Architecture

David Crawshaw <[email protected]> Thu, 3 Apr 2003 12:30:14 +1000
Newsgroups gmane.comp.java.xwt.general
Message-ID <[email protected]>
I've started writing an architecture reference, much like the XWT 
Reference, only with less meat.

http://zentus.com/widget-arch.pdf

It details the proposal that I've been supporting for a couple of days 
now, with two minor changes:

- No theme in the xwt.* packages
- xwt.lib has 2 subdirectories, xwt.lib.theme for theme-independent 
code for widgets, and xwt.lib.common, for theme-independent code for 
behavior templates. The root of xwt.lib is kept for widget-independent 
and behavior-independent code.

Hopefully this clarifies what I'm trying to suggest, and the advantages 
I think it holds.

Note: under this model, you could put a default theme in xwt.standard, 
and overlay xwt.standard on xwt.theme.

d


_______________________________________________
http://lists.xwt.org/listinfo/dev