Getleafcheckmouseoverbackground(), Getleafcheckmouseoverforeground(), Isleafcheckselectable() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 76: Setleafcheckhalfselectedicon(xtdimage), Setleafcheckmouseoverbackground(paint), Setleafcheckmouseoverforeground(paint), Setleafcheckselectable(boolean), Getleafcheckmouseoverbackground, Getleafcheckmouseoverforeground, Isleafcheckselectable
![background image](https://www.manualsdir.com/files/798675/content/doc076.png)
setLeafCheckHalfSelectedIcon
public 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.
Parameters:
image
- The new value. Default is
HALF_CHECK_IMG
(private)
getLeafCheckMouseOverBackground
public java.awt.Paint getLeafCheckMouseOverBackground()
Property: The background for when the mouse is hovering over the check.
Returns:
The current value. Default is
null
.
setLeafCheckMouseOverBackground
public void setLeafCheckMouseOverBackground(java.awt.Paint p)
Property: The background for when the mouse is hovering over the check.
Parameters:
p
- The new value. Default is
null
.
getLeafCheckMouseOverForeground
public java.awt.Paint getLeafCheckMouseOverForeground()
Property: The foreground for when the mouse is hovering over the check.
Returns:
The current value. Default is
null
.
setLeafCheckMouseOverForeground
public void setLeafCheckMouseOverForeground(java.awt.Paint p)
Property: The foreground for when the mouse is hovering over the check.
Parameters:
p
- The new value. Default is
null
.
isLeafCheckSelectable
public boolean isLeafCheckSelectable()
Property: If the check should be selectable.
Returns:
The current value. Default is
true
.
setLeafCheckSelectable
public void setLeafCheckSelectable(boolean b)
Page 76 of 196
com.miginfocom.beans.CategoryTreeBean