Preferences framework

O

okdokie

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top