| View previous topic :: View next topic |
| Author |
Message |
tpweber
Joined: 19 Nov 2007 Posts: 2
|
Posted: Fri Jan 04, 2008 10:46 am Post subject: Roadmap |
|
|
Hi,
is there a roadmap for GUICommands? What's next?
Curious,
Thorsten |
|
| Back to top |
|
 |
pietschy Site Admin
Joined: 10 May 2005 Posts: 62
|
Posted: Thu Feb 28, 2008 6:06 am Post subject: Re: Roadmap |
|
|
Hi Thorsten,
| tpweber wrote: | | is there a roadmap for GUICommands? What's next? |
Sorry for the delay, I've been very busy on another project and have neglected the forum. My apologies.
The main features on the drawing board are:
- Dropdown action command groups (like back buttons on the toolbar in Firefox).
- ToggleCommand enhancements to allow a toggle group to be backed by a ToggleModel instead of individual ToggleCommands
- Basic binding support so command properties (like enabled, visible etc) can be easily bound to bean properties.
- Custom components in toolbars (i.e. things other than buttons).
- Property macros in text elements. Thus you could declare the text to be "Close ${document-name}" and then call command.putProperty("document-name", documentName) and everything would update accordingly.
Cheers
Andrew |
|
| Back to top |
|
 |
|