Getfoldercheckforeground(), Getleafcheckbackground(), Getleafcheckforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 69: Setfoldercheckforeground(paint), Setleafcheckbackground(paint), Setleafcheckforeground(paint), Getfoldercheckforeground, Getleafcheckbackground, Getleafcheckforeground, Setfoldercheckforeground
(continued from last page)
Property: The paint to use for the foreground of the check when the mouse is hovering over it.
Parameters:
p
- The new value. Default is
null
which means no mouse over effect.
getLeafCheckForeground
public java.awt.Paint getLeafCheckForeground()
Property: The paint to use for the foreground of the check.
Returns:
The current value. Default is the foreground of the bean.
setLeafCheckForeground
public void setLeafCheckForeground(java.awt.Paint p)
Property: The paint to use for the foreground of the check.
Parameters:
p
- The new value. If
null
it is reset to the foreground of the bean.
getFolderCheckForeground
public java.awt.Paint getFolderCheckForeground()
Property: The paint to use for the foreground of the check.
Returns:
The current value. Default is the foreground of the bean.
setFolderCheckForeground
public void setFolderCheckForeground(java.awt.Paint p)
Property: The paint to use for the foreground of the check.
Parameters:
p
- The new value. If
null
it is reset to the foreground of the bean.
getLeafCheckBackground
public java.awt.Paint getLeafCheckBackground()
Property: The paint to use for the background of the check.
Returns:
The current value. Default is the background of the bean.
setLeafCheckBackground
public void setLeafCheckBackground(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.
Page 69 of 196
com.miginfocom.beans.CategoryTreeBean