Getleafcheckcursor(), Getleafcheckhalfselectedicon(), Getleafforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 75: Setleafcheckcursor(cursor), Setleaffont(font), Setleafforeground(color), Getleafcheckcursor, Getleafcheckhalfselectedicon, Getleafforeground, Setleafcheckcursor

Advertising
background image

(continued from last page)

Property: The font of the label.

Returns:

The current value. Default is same as for the bean.

setLeafFont

public void setLeafFont(java.awt.Font f)

Property: The font of the label.

Parameters:

f

- The new value.

null

reset it to the same as for the bean.

getLeafForeground

public java.awt.Color getLeafForeground()

Property: The foreground of the label.

Returns:

The current value. Default is same as for the bean.

setLeafForeground

public void setLeafForeground(java.awt.Color c)

Property: The foreground of the label.

Parameters:

c

- The new value.

null

reset it to the same as for the bean.

getLeafCheckCursor

public java.awt.Cursor getLeafCheckCursor()

Property: The cursor set when the mouse is hovering over the check.

Returns:

The current value. Default is

null

.

setLeafCheckCursor

public void setLeafCheckCursor(java.awt.Cursor cur)

Property: The cursor set when the mouse is hovering over the check.

Parameters:

cur

- The new value. Default is

null

.

getLeafCheckHalfSelectedIcon

public XtdImage getLeafCheckHalfSelectedIcon()

Property: The icon for when a check is "half" selected, which menas that some children are checked and some are not.

Returns:

The current value. Default is

HALF_CHECK_IMG

(private)

Page 75 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising