 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
okdokie Guest
|
Posted: Wed Sep 21, 2005 6:20 pm Post subject: Preferences framework |
|
|
Hi everyone,
I am trying to develop a preferences framework for a GUI based
application written in Java. Some requirements include:
1) The user should be able to view/modify the preferences for a
particular component by right-clicking it. The preferences shown should
be contextual.
2) The user should be able to store preferences for each instance/view
of a particular blotter/form and these should be available even when
that instance is closed or deleted. This is similar to the profile
feature available under Eclipse.
3) The framework should be scalable/extensible, in that, we should be
able to add more preferences to old components, add preferences for new
components and also support various forms of presentation of these
preferences such as tabs, check boxes etc.
In order to familiarize myself with the process of developing a
framework (especially a gui-based one), I am reading up on
documentation for the preferences framework in projects such as Eclipse
and Mozilla and also looking up the UIManager class under Java.
If anyone has been involved in a similar endeavor, could you provide
some guidelines and/or advice on how I can approach the architecture of
the preferences data and their display? Any links to related reading
material/books would be greatly appreciated.
Thanks.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|