[geotk] [JIRA] Created: (GEOTK-98) Provide user control on the way widgets create new windows

Martin Desruisseaux (JIRA) jira at geomatys.com
Wed May 12 09:23:01 EDT 2010


Provide user control on the way widgets create new windows
----------------------------------------------------------

                 Key: GEOTK-98
                 URL: http://jira.geotoolkit.org/browse/GEOTK-98
             Project: Geotoolkit
          Issue Type: Improvement
          Components: Widgets
    Affects Versions: 3.11
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
            Priority: Minor
             Fix For: 3.12


Some widgets can create new windows. For example the {{AuthorityCodesComboBox}} widget has an information button which popup a window providing information about the selected CRS. The current behavior is to create either a {{JFrame}} or {{JInternalFrame}} - the later case occurs if and only if the widget has a {{JDesktopPane}} ancestor. However some application needs a different kind of windows. For example the NetBeans platform has its own kind of window components.

We need to provide a {{WindowCreator}} base class with methods that the user can invoke in order to plugin his own Window creation mechanism.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


More information about the Geotoolkit mailing list