You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "John Rohrlich (JIRA)" <be...@incubator.apache.org> on 2005/02/17 00:35:48 UTC

[jira] Created: (BEEHIVE-306) Rename tree image icons for clarity

Rename tree image icons  for clarity
------------------------------------

         Key: BEEHIVE-306
         URL: http://issues.apache.org/jira/browse/BEEHIVE-306
     Project: Beehive
        Type: Improvement
  Components: NetUI  
    Versions: V1    
    Reporter: John Rohrlich
    Priority: Minor


Renaming the tree images would help clarify the use of each image

I suggest the following changes

handlerightmiddle --> nodeCollapsed
handledownmiddle --> nodeExpanded
handlerightlast --> lastNodeCollapsed
handledownlast --> lastNodeExpanded

The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
         rootNodeCollapsed
         rootNodeExpanded

Additionally I suggest the line image names change as follows

lineverticalnode --> siblingMarker
linemiddlenode --> childMarker
linelastnode --> lastChildMarker





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-306) Rename tree image icons for clarity

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-306?page=history ]
     
Daryl Olander resolved BEEHIVE-306:
-----------------------------------

    Resolution: Fixed

This bug was fixed with Jira 320.  Basically both bugs are about renaming the publically exposed attribute on the tree to rationalize their names.  

Revision: 154333

This is the list of all the changes:

Tree
The following JSP attribute names where changed on the tree tag:
imageHandleDownLast -> lastNodeExpandedImage
imageHandleDownMiddle -> nodeExpandedImage
imageHandleRightLast -> lastNodeCollapsedImage
imageHandleRightMiddle -> nodeCollapsedImage
imageLineLast -> lastLineJoinImage
imageLineMiddle -> lineJoinImage
imageLineVertical -> verticalLineImage
defaultIcon -> itemIcon
renderJavaScript -> renderTagIdLookup
selectionStyle ->selectedStyle
selectionClass -> selectedStyleClass
unselectStyle -> unselectedStyle
unselectClass -> unselectedStyleClass
treeClass -> treeStyleClass
disableClass ->disabledStyleClass

TreePropertyOverride tag
The following JSP attribute changes where made:
imageHandleDownLast -> lastNodeExpandedImage
imageHandleDownMiddle -> nodeExpandedImage
imageHandleRightLast -> lastNodeCollapsedImage
imageHandleRightMiddle -> nodeCollapsedImage
imageLineLast -> lastLineJoinImage
imageLineMiddle -> lineJoinImage
imageLineVertical -> verticalLineImage
defaultIcon -> itemIcon

TreeRenderState
The following fields where changed in this class:
selectionStyle -> selectedStyle
selectionClass -> selectedStyleClass
unselectStyle -> unselectedStyle
unselectClass -> unselectedStyleClass
disabledStyle -> disabledStyle  (unchanged)
disabledClass -> disabledStyleClass

InheritableStatte
The following property changes (set/get) were made to this class:
imageHandleDownLast -> lastNodeExpandedImage
imageHandleDownMiddle -> nodeExpandedImage
imageHandleRightLast -> lastNodeCollapsedImage
imageHandleRightMiddle -> nodeCollapsedImage
imageLineLast -> lastLineJoinImage
imageLineMiddle -> lineJoinImage
imageLineVertical -> verticalLineImage


> Rename tree image icons  for clarity
> ------------------------------------
>
>          Key: BEEHIVE-306
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-306
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: John Rohrlich
>     Assignee: Daryl Olander
>     Priority: Minor

>
> Renaming the tree images would help clarify the use of each image
> I suggest the following changes
> handlerightmiddle --> nodeCollapsed
> handledownmiddle --> nodeExpanded
> handlerightlast --> lastNodeCollapsed
> handledownlast --> lastNodeExpanded
> The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
>          rootNodeCollapsed
>          rootNodeExpanded
> Additionally I suggest the line image names change as follows
> lineverticalnode --> siblingMarker
> linemiddlenode --> childMarker
> linelastnode --> lastChildMarker

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-306) Rename tree image icons for clarity

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-306?page=history ]

Daryl Olander reassigned BEEHIVE-306:
-------------------------------------

    Assign To: Alejandro Ramirez  (was: Daryl Olander)

> Rename tree image icons  for clarity
> ------------------------------------
>
>          Key: BEEHIVE-306
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-306
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: John Rohrlich
>     Assignee: Alejandro Ramirez
>     Priority: Minor

>
> Renaming the tree images would help clarify the use of each image
> I suggest the following changes
> handlerightmiddle --> nodeCollapsed
> handledownmiddle --> nodeExpanded
> handlerightlast --> lastNodeCollapsed
> handledownlast --> lastNodeExpanded
> The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
>          rootNodeCollapsed
>          rootNodeExpanded
> Additionally I suggest the line image names change as follows
> lineverticalnode --> siblingMarker
> linemiddlenode --> childMarker
> linelastnode --> lastChildMarker

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-306) Rename tree image icons for clarity

Posted by "Karen Stutesman (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-306?page=history ]
     
Karen Stutesman closed BEEHIVE-306:
-----------------------------------


Verified each attribute was renamed as specified in each file mentioned as well as checking new attributes in Tree: rootNodeCollapsed, and rootNodeExpanded.

> Rename tree image icons  for clarity
> ------------------------------------
>
>          Key: BEEHIVE-306
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-306
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: John Rohrlich
>     Assignee: Karen Stutesman
>     Priority: Minor

>
> Renaming the tree images would help clarify the use of each image
> I suggest the following changes
> handlerightmiddle --> nodeCollapsed
> handledownmiddle --> nodeExpanded
> handlerightlast --> lastNodeCollapsed
> handledownlast --> lastNodeExpanded
> The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
>          rootNodeCollapsed
>          rootNodeExpanded
> Additionally I suggest the line image names change as follows
> lineverticalnode --> siblingMarker
> linemiddlenode --> childMarker
> linelastnode --> lastChildMarker

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-306) Rename tree image icons for clarity

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-306?page=history ]

Alejandro Ramirez reassigned BEEHIVE-306:
-----------------------------------------

    Assign To: Karen Stutesman  (was: Alejandro Ramirez)

Please Verify and Close.

> Rename tree image icons  for clarity
> ------------------------------------
>
>          Key: BEEHIVE-306
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-306
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: John Rohrlich
>     Assignee: Karen Stutesman
>     Priority: Minor

>
> Renaming the tree images would help clarify the use of each image
> I suggest the following changes
> handlerightmiddle --> nodeCollapsed
> handledownmiddle --> nodeExpanded
> handlerightlast --> lastNodeCollapsed
> handledownlast --> lastNodeExpanded
> The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
>          rootNodeCollapsed
>          rootNodeExpanded
> Additionally I suggest the line image names change as follows
> lineverticalnode --> siblingMarker
> linemiddlenode --> childMarker
> linelastnode --> lastChildMarker

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-306) Rename tree image icons for clarity

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-306?page=history ]

Daryl Olander reassigned BEEHIVE-306:
-------------------------------------

    Assign To: Daryl Olander

> Rename tree image icons  for clarity
> ------------------------------------
>
>          Key: BEEHIVE-306
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-306
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: John Rohrlich
>     Assignee: Daryl Olander
>     Priority: Minor

>
> Renaming the tree images would help clarify the use of each image
> I suggest the following changes
> handlerightmiddle --> nodeCollapsed
> handledownmiddle --> nodeExpanded
> handlerightlast --> lastNodeCollapsed
> handledownlast --> lastNodeExpanded
> The root node currently uses the handledownmiddle and the handlerightmiddle images  to show expansion and contraction. Thus the root node looks like a middle node. If we add two additional images for the root node they would be named:
>          rootNodeCollapsed
>          rootNodeExpanded
> Additionally I suggest the line image names change as follows
> lineverticalnode --> siblingMarker
> linemiddlenode --> childMarker
> linelastnode --> lastChildMarker

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira