Getfoldercheckplacerect(), Getfoldercheckwidth(), Getleafcheckwidth() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 65: Setfoldercheckplacerect(placerect), Setfoldercheckwidth(int), Setleafcheckwidth(int), Getfoldercheckplacerect, Getfoldercheckwidth, Getleafcheckwidth, Setfoldercheckplacerect

Advertising
background image

(continued from last page)

Property: Where the check outline should be placed within the node.

Parameters:

r

- The new value. Default is

new AbsRect(new Insets(1, 1, 1, 1))

.

getFolderCheckPlaceRect

public PlaceRect getFolderCheckPlaceRect()

Property: Where the check outline should be placed within the node.

Returns:

The current value. Default is

new AbsRect(new Insets(1, 1, 1, 1))

.

setFolderCheckPlaceRect

public void setFolderCheckPlaceRect(PlaceRect r)

Property: Where the check outline should be placed within the node.

Parameters:

r

- The new value. Default is

new AbsRect(new Insets(1, 1, 1, 1))

.

getLeafCheckWidth

public int getLeafCheckWidth()

Property: The width in pixels for the check.

Returns:

The current value. Default is

17

.

setLeafCheckWidth

public void setLeafCheckWidth(int w)

Property: The width in pixels for the check.

Parameters:

w

- The new value. Default is

17

.

getFolderCheckWidth

public int getFolderCheckWidth()

Property: The width in pixels for the check.

Returns:

The current value. Default is

17

.

setFolderCheckWidth

public void setFolderCheckWidth(int w)

Property: The width in pixels for the check.

Parameters:

w

- The new value. Default is

17

.

Page 65 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising