MiG InfoCom MiG Calendar JavaBeans User Manual

Page 51

Advertising
background image

void

setFolderMouseOverBackground

(java.awt.Paint p)

Property: Background paint when the mouse is hovering over the node.

void

setFolderMouseOverFont

(java.awt.Font f)

Property: The font when the mouse is hovering over the node.

void

setFolderMouseOverForeground

(java.awt.Color c)

Property: Foreground paint when the mouse is hovering over the node.

void

setFolderMouseOverUnderline

(Integer b)

Property: The underline width.

void

setFolderRouteLabelClickToCheck

(boolean b)

Property: If a click on the label should be transformed to a click on the check.

void

setFolderRowHeight

(int height)

Property: The height in pixels for every row in the tree.

void

setFolderSelectedBackground

(java.awt.Paint p)

Property: The background if the node label is selected.

void

setFolderSelectedFont

(java.awt.Font f)

Property: The font if the node label is selected.

void

setFolderSelectedForeground

(java.awt.Color c)

Property: The foreground if the node label is selected.

void

setFolderSelectedUnderline

(Integer width)

Property: The underline width if the node label is selected.

void

setFolderUnderline

(Integer b)

Property: The underline width in pixels.

boolean

setIgnoreInteractionEvents

(boolean b)

Sets if events should be ignored, and thus not fired.

void

setLabelSelectedKey

(PropertyKey key)

Property: This is the key used to set in the

com.miginfocom.calendar.category.Category

a

Boolean

object denoting on if the

label is concidered selected or not.

void

setLeafBackground

(java.awt.Paint p)

Property: The background paint of the node.

void

setLeafCheckBackground

(java.awt.Paint p)

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

void

setLeafCheckCursor

(java.awt.Cursor cur)

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

void

setLeafCheckForeground

(java.awt.Paint p)

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

void

setLeafCheckHalfSelectedIcon

(XtdImage image)

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

void

setLeafCheckIconPlaceRect

(PlaceRect r)

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

Page 51 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising