Getfoldercheckbackground(), Getfoldercheckselectedicon(), Getfolderlabelcursor() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 70: Isfoldercheckselectable(), Setfoldercheckbackground(paint), Setfoldercheckselectable(boolean), Setfoldercheckselectedicon(xtdimage), Getfoldercheckbackground, Getfoldercheckselectedicon, Getfolderlabelcursor
![background image](https://www.manualsdir.com/files/798675/content/doc070.png)
getFolderCheckBackground
public java.awt.Paint getFolderCheckBackground()
Property: The paint to use for the background of the check.
Returns:
The current value. Default is the background of the bean.
setFolderCheckBackground
public void setFolderCheckBackground(java.awt.Paint p)
Property: The paint to use for the background of the check.
Parameters:
p
- The new value. If
null
it is reset to the background of the bean.
isFolderCheckSelectable
public boolean isFolderCheckSelectable()
Property: If the check can be selected.
Returns:
The current value. Default is
true
.
setFolderCheckSelectable
public void setFolderCheckSelectable(boolean b)
Property: If the check can be selected.
Parameters:
b
- The new value. Default is
true
.
getFolderCheckSelectedIcon
public XtdImage getFolderCheckSelectedIcon()
Property: The selected check icon.
Returns:
The current value. Default is
CHECK_IMG
setFolderCheckSelectedIcon
public void setFolderCheckSelectedIcon(XtdImage image)
Property: The selected check icon.
Parameters:
image
- The new value. Default is
CHECK_IMG
getFolderLabelCursor
public java.awt.Cursor getFolderLabelCursor()
Page 70 of 196
com.miginfocom.beans.CategoryTreeBean