Re: ToggleViewAction
Petr Kuzel <[email protected]> Mon, 17 Nov 2003 19:29:44 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Tim Lebedkov wrote: > Hi, > > 1. I've changed the ToggleViewAction class so it draws itself in a menu > like a normal Action. Presenter is changed but it still behaves as toggle regardless from which context is performed (menu vs. toolbar). > Petr, Should I update SuggestionViewAction and UserTasksAction to use it? > > 2. New windowing infrastructure places all actions for views under the > menu "Windows". Should we place our actions there too? > Maybe in a submenu? Some hints should be given by the window system UI specification. I understand it's 3.12 section that submenu is proper solution <http://ui.netbeans.org/docs/ui/ws/ws_spec.html#3.12>. Cc.