You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/03/31 17:27:27 UTC

[jira] Commented: (PIVOT-448) Could you qualify TerraFrameSkin#titleBarTablePane as "protected"?

    [ https://issues.apache.org/jira/browse/PIVOT-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851905#action_12851905 ] 

Greg Brown commented on PIVOT-448:
----------------------------------

Sounds like an interesting component, though I wonder if you might be able to achieve the same result more simply by just using a TablePane as your frame's content and putting the toolbar in the top row?


> Could you qualify TerraFrameSkin#titleBarTablePane as "protected"?
> ------------------------------------------------------------------
>
>                 Key: PIVOT-448
>                 URL: https://issues.apache.org/jira/browse/PIVOT-448
>             Project: Pivot
>          Issue Type: Wish
>          Components: wtk-terra
>    Affects Versions: 1.1, 1.2, 1.3, 1.4, 1.5, 1.5.1, 2.0, 2.1
>         Environment: N/A
>            Reporter: Thomas Guretzki
>
> I've created a ToolbarFrame Container which is derived from the Frame class and enriches it with an optional toolbar below the menu. 
> To make this work, I also had to create a "TerraToolbarFrameSkin" class which inherits from the TerraFrameSkin class. Implementation wasn't too difficult, reusing much code, but to make the positioning calculations work, I need read access to the titleBarTablePane component. 
> A protected getter method would also do the trick, of course.
> If you are interested, I would gladly share the code.

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