Getleafmouseoverbackground(), Getleafmouseoverfont(), Getleafmouseoverforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 78: Getleafmouseoverunderline(), Setleafmouseoverbackground(paint), Setleafmouseoverfont(font), Setleafmouseoverforeground(color), Getleafmouseoverbackground, Getleafmouseoverfont, Getleafmouseoverforeground
![background image](https://www.manualsdir.com/files/798675/content/doc078.png)
getLeafMouseOverBackground
public java.awt.Paint getLeafMouseOverBackground()
Property: The background for when the mouse is hovering over the label.
Returns:
The current value. Default is
null
.
setLeafMouseOverBackground
public void setLeafMouseOverBackground(java.awt.Paint p)
Property: The background for when the mouse is hovering over the label.
Parameters:
p
- The new value. Default is
null
.
getLeafMouseOverFont
public java.awt.Font getLeafMouseOverFont()
Property: The font for when the mouse is hovering over the label.
Returns:
The current value. Default is
null
.
setLeafMouseOverFont
public void setLeafMouseOverFont(java.awt.Font f)
Property: The font for when the mouse is hovering over the label.
Parameters:
f
- The new value. Default is
null
.
getLeafMouseOverForeground
public java.awt.Color getLeafMouseOverForeground()
Property: The foreground for when the mouse is hovering over the label.
Returns:
The current value. Default is
null
.
setLeafMouseOverForeground
public void setLeafMouseOverForeground(java.awt.Color c)
Property: The foreground for when the mouse is hovering over the label.
Parameters:
c
- The new value. Default is
null
.
getLeafMouseOverUnderline
public Integer getLeafMouseOverUnderline()
Page 78 of 196
com.miginfocom.beans.CategoryTreeBean