MiG InfoCom MiG Calendar JavaBeans User Manual

Page 50

Advertising
background image

void

setFolderBackground

(java.awt.Paint p)

Property: The anti alias hint for the label text.

void

setFolderCheckBackground

(java.awt.Paint p)

Property: The paint to use for the background of the check.

void

setFolderCheckCursor

(java.awt.Cursor cur)

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

void

setFolderCheckForeground

(java.awt.Paint p)

Property: The paint to use for the foreground of the check.

void

setFolderCheckHalfSelectedIcon

(XtdImage image)

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

void

setFolderCheckIconPlaceRect

(PlaceRect r)

Property: Where in the check shape the icon of the actual check should be placed.

void

setFolderCheckMouseOverBackground

(java.awt.Paint p)

Property: The paint to use for the background of the check when the mouse is hovering over
it.

void

setFolderCheckMouseOverForeground

(java.awt.Paint p)

Property: The paint to use for the foreground of the check when the mouse is hovering over
it.

void

setFolderCheckPlaceRect

(PlaceRect r)

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

void

setFolderCheckSelectable

(boolean b)

Property: If the check can be selected.

void

setFolderCheckSelectedIcon

(XtdImage image)

Property: The selected check icon.

void

setFolderCheckShape

(java.awt.Shape s)

Property: The shape outline of the check box.

void

setFolderCheckWidth

(int w)

Property: The width in pixels for the check.

void

setFolderCheckVisible

(boolean b)

Property: If the check box is visible.

void

setFolderFont

(java.awt.Font f)

Property: The font used to draw the label.

void

setFolderForeground

(java.awt.Color c)

Property: The foreground color used to draw the label.

void

setFolderIconTextGap

(int gap)

Property: The gap in pixels between the icon and text.

void

setFolderLabelCursor

(java.awt.Cursor cur)

Property: The hover mouse cursor over the label.

void

setFolderLabelSelectable

(boolean b)

Property: If the label should be selectable (press-able)

Page 50 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising