Getfoldercheckshape(), Getleafcheckshape(), Getshowsroothandles() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 63: Setfolderrowheight(int), Setleafcheckshape(shape), Setshowsroothandles(boolean), Getfoldercheckshape, Getleafcheckshape, Getshowsroothandles, Setfolderrowheight
![background image](https://www.manualsdir.com/files/798675/content/doc063.png)
(continued from last page)
Property: The height in pixels for every row in the tree.
Returns:
The current value. Default is
17
.
setFolderRowHeight
public void setFolderRowHeight(int height)
Property: The height in pixels for every row in the tree.
Parameters:
height
- The new value. Default is
17
.
getShowsRootHandles
public boolean getShowsRootHandles()
Property: If the root handles should be visible.
Returns:
The current value. Default is
true
.
setShowsRootHandles
public void setShowsRootHandles(boolean b)
Property: If the root handles should be visible.
Parameters:
b
- The new value. Default is
true
.
getLeafCheckShape
public java.awt.Shape getLeafCheckShape()
Property: The shape outline of the check box.
Returns:
The current value. Default is
new RoundRectangle(0, 0, 14, 14, 6, 6)
.
setLeafCheckShape
public void setLeafCheckShape(java.awt.Shape s)
Property: The shape outline of the check box.
Parameters:
s
- The new value. Default is
new RoundRectangle(0, 0, 14, 14, 6, 6)
.
getFolderCheckShape
public java.awt.Shape getFolderCheckShape()
Property: The shape outline of the check box.
Returns:
The current value. Default is
new RoundRectangle(0, 0, 14, 14, 6, 6)
.
Page 63 of 196
com.miginfocom.beans.CategoryTreeBean