You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Noel Grandin (JIRA)" <ji...@apache.org> on 2009/04/09 21:16:12 UTC

[jira] Created: (PIVOT-69) TabPane should allow custom rendering of the title area

TabPane should allow custom rendering of the title area
-------------------------------------------------------

                 Key: PIVOT-69
                 URL: https://issues.apache.org/jira/browse/PIVOT-69
             Project: Pivot
          Issue Type: Improvement
          Components: wtk
    Affects Versions: 1.1
            Reporter: Noel Grandin
            Priority: Minor



>From Greg Brown:
This would probably be best implemented by providing a TabPane.TabRenderer interface, similar to what we do elsewhere. TabPane.TabPaneAttributes would change to define a single tabData property (as an Object) instead of separate icon and name properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-69) TabPane should allow custom rendering of the title area

Posted by "Noel Grandin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noel Grandin updated PIVOT-69:
------------------------------

    Attachment: patch-tabPaneTitleRenderer.txt

I implemented Greg's suggestion, but now I'm thinking that he may be right and that this may simply be a bad idea - and that it's better to use CardLayout and roll my TabPane-like component,
Attaching patch while I think about it some more.

> TabPane should allow custom rendering of the title area
> -------------------------------------------------------
>
>                 Key: PIVOT-69
>                 URL: https://issues.apache.org/jira/browse/PIVOT-69
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.1
>            Reporter: Noel Grandin
>            Assignee: Greg Brown
>            Priority: Minor
>         Attachments: patch-tabPaneTitleRenderer.txt
>
>
> From Greg Brown:
> This would probably be best implemented by providing a TabPane.TabRenderer interface, similar to what we do elsewhere. TabPane.TabPaneAttributes would change to define a single tabData property (as an Object) instead of separate icon and name properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (PIVOT-69) TabPane should allow custom rendering of the title area

Posted by "Noel Grandin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noel Grandin closed PIVOT-69.
-----------------------------

    Resolution: Won't Fix

I no longer think this is a good idea.

> TabPane should allow custom rendering of the title area
> -------------------------------------------------------
>
>                 Key: PIVOT-69
>                 URL: https://issues.apache.org/jira/browse/PIVOT-69
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.1
>            Reporter: Noel Grandin
>            Assignee: Greg Brown
>            Priority: Minor
>         Attachments: patch-tabPaneTitleRenderer.txt
>
>
> From Greg Brown:
> This would probably be best implemented by providing a TabPane.TabRenderer interface, similar to what we do elsewhere. TabPane.TabPaneAttributes would change to define a single tabData property (as an Object) instead of separate icon and name properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-69) TabPane should allow custom rendering of the title area

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-69:
----------------------------

    Assignee: Greg Brown

> TabPane should allow custom rendering of the title area
> -------------------------------------------------------
>
>                 Key: PIVOT-69
>                 URL: https://issues.apache.org/jira/browse/PIVOT-69
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.1
>            Reporter: Noel Grandin
>            Assignee: Greg Brown
>            Priority: Minor
>
> From Greg Brown:
> This would probably be best implemented by providing a TabPane.TabRenderer interface, similar to what we do elsewhere. TabPane.TabPaneAttributes would change to define a single tabData property (as an Object) instead of separate icon and name properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.