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 2009/08/12 02:18:14 UTC

[jira] Created: (PIVOT-227) Add a GridPane container

Add a GridPane container
------------------------

                 Key: PIVOT-227
                 URL: https://issues.apache.org/jira/browse/PIVOT-227
             Project: Pivot
          Issue Type: New Feature
            Reporter: Greg Brown
            Priority: Minor
             Fix For: 1.4


This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.


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


[jira] Commented: (PIVOT-227) Add a GridPane container

Posted by "Noel Grandin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742258#action_12742258 ] 

Noel Grandin commented on PIVOT-227:
------------------------------------

If you want less restrictions, you use TablePane.

Basically, GridPane is a simplified form of TablePane.

I often use the Swing equivalent for laying out buttons or labels or graphics where I want them all to be the same size, and it's just simpler to use GridLayout than GridBagLayout.

> Add a GridPane container
> ------------------------
>
>                 Key: PIVOT-227
>                 URL: https://issues.apache.org/jira/browse/PIVOT-227
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.

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


[jira] Resolved: (PIVOT-227) Add a GridPane container

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

Noel Grandin resolved PIVOT-227.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.5)
                   1.4

> Add a GridPane container
> ------------------------
>
>                 Key: PIVOT-227
>                 URL: https://issues.apache.org/jira/browse/PIVOT-227
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.

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


[jira] Commented: (PIVOT-227) Add a GridPane container

Posted by "Niclas Hedhman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742218#action_12742218 ] 

Niclas Hedhman commented on PIVOT-227:
--------------------------------------

It sounds too restrictive to me if "all of GridPane's cells would be the same size". Can you provide a illustrative usecase why/when this makes sense?

> Add a GridPane container
> ------------------------
>
>                 Key: PIVOT-227
>                 URL: https://issues.apache.org/jira/browse/PIVOT-227
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.

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


[jira] Updated: (PIVOT-227) Add a GridPane container

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

Greg Brown updated PIVOT-227:
-----------------------------

    Component/s: wtk

> Add a GridPane container
> ------------------------
>
>                 Key: PIVOT-227
>                 URL: https://issues.apache.org/jira/browse/PIVOT-227
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.

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


[jira] Commented: (PIVOT-227) Add a GridPane container

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742298#action_12742298 ] 

Greg Brown commented on PIVOT-227:
----------------------------------

Right. It is also potentially another way to meet the use case we have been discussing on pivot-user for square push buttons.



> Add a GridPane container
> ------------------------
>
>                 Key: PIVOT-227
>                 URL: https://issues.apache.org/jira/browse/PIVOT-227
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.4
>
>
> This class would provide features similar to AWT's GridLayout. Like TablePane, GridPane would define row and column collections. Unlike TablePane, all of GridPane's cells would be the same size. Cell width/height would be determined as the maximum preferred width/height of all cells.

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