Getfoldercheckhalfselectedicon(), Getfoldercheckmouseoverbackground(), Getfoldercheckmouseoverforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 68: Setfoldercheckcursor(cursor), Setfoldercheckhalfselectedicon(xtdimage), Setfoldercheckmouseoverbackground(paint), Setfoldercheckmouseoverforeground(paint), Getfoldercheckhalfselectedicon, Getfoldercheckmouseoverbackground, Getfoldercheckmouseoverforeground

setFolderCheckCursor
public void setFolderCheckCursor(java.awt.Cursor cur)
Property: The cursor for when the mouse is over the check.
Parameters:
cur
- The new value. Default is
null
.
getFolderCheckHalfSelectedIcon
public XtdImage getFolderCheckHalfSelectedIcon()
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)
setFolderCheckHalfSelectedIcon
public 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.
Parameters:
image
- The new value. Default is
HALF_CHECK_IMG
(private)
getFolderCheckMouseOverBackground
public java.awt.Paint getFolderCheckMouseOverBackground()
Property: The paint to use for the background of the check when the mouse is hovering over it.
Returns:
The current value. Default is
null
which means no mouse over effect.
setFolderCheckMouseOverBackground
public void setFolderCheckMouseOverBackground(java.awt.Paint p)
Property: The paint to use for the background of the check when the mouse is hovering over it.
Parameters:
p
- The new value. Default is
null
which means no mouse over effect.
getFolderCheckMouseOverForeground
public java.awt.Paint getFolderCheckMouseOverForeground()
Property: The paint to use for the foreground of the check when the mouse is hovering over it.
Returns:
The current value. Default is
null
which means no mouse over effect.
setFolderCheckMouseOverForeground
public void setFolderCheckMouseOverForeground(java.awt.Paint p)
Page 68 of 196
com.miginfocom.beans.CategoryTreeBean