Getfoldercheckcursor(), Getfolderfont(), Getfolderforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 67: Setfolderbackground(paint), Setfolderfont(font), Setfolderforeground(color), Getfoldercheckcursor, Getfolderfont, Getfolderforeground, Setfolderbackground

Advertising
background image

(continued from last page)

Property: The anti alias hint for the label text.

Returns:

The current value. Default is

AA_HINT_PLATFORM

.

setFolderBackground

public void setFolderBackground(java.awt.Paint p)

Property: The anti alias hint for the label text.

Parameters:

p

- The new value. Default is

AA_HINT_PLATFORM

.

getFolderFont

public java.awt.Font getFolderFont()

Property: The font used to draw the label.

Returns:

The current value. Default is the font for the bean itself. Never

null

.

setFolderFont

public void setFolderFont(java.awt.Font f)

Property: The font used to draw the label.

Parameters:

f

- The new value. If

null

set to the font for the bean itself.

getFolderForeground

public java.awt.Color getFolderForeground()

Property: The foreground color used to draw the label.

Returns:

The current value. Default is the foreground for the bean itself. Never

null

.

setFolderForeground

public void setFolderForeground(java.awt.Color c)

Property: The foreground color used to draw the label.

Parameters:

c

- The new value. If

null

set to the foreground for the bean itself.

getFolderCheckCursor

public java.awt.Cursor getFolderCheckCursor()

Property: The cursor for when the mouse is over the check.

Returns:

The current value. Default is

null

.

Page 67 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising