Getleafselectedbackground(), Getleafselectedfont(), Getleafselectedforeground() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 79: Setleafmouseoverunderline(integer), Setleafselectedbackground(paint), Setleafselectedfont(font), Getleafselectedbackground, Getleafselectedfont, Getleafselectedforeground, Setleafmouseoverunderline
![background image](https://www.manualsdir.com/files/798675/content/doc079.png)
(continued from last page)
Property: The underline in pixels for when the mouse is hovering over the label.
Returns:
The current value. Default is
null
.
setLeafMouseOverUnderline
public void setLeafMouseOverUnderline(Integer b)
Property: The underline in pixels for when the mouse is hovering over the label.
Parameters:
b
- The new value. Default is
null
.
getLeafSelectedBackground
public java.awt.Paint getLeafSelectedBackground()
Property: The background if the node label is selected.
Returns:
The current value. Default is
null
which means same as when not selected.
setLeafSelectedBackground
public void setLeafSelectedBackground(java.awt.Paint p)
Property: The background if the node label is selected.
Parameters:
p
- The new value. Default is
null
which means same as when not selected.
getLeafSelectedFont
public java.awt.Font getLeafSelectedFont()
Property: The font if the node label is selected.
Returns:
The current value. Default is
null
which means same as when not selected.
setLeafSelectedFont
public void setLeafSelectedFont(java.awt.Font f)
Property: The font if the node label is selected.
Parameters:
f
- The new value. Default is
null
which means same as when not selected.
getLeafSelectedForeground
public java.awt.Color getLeafSelectedForeground()
Property: The foreground if the node label is selected.
Returns:
The current value. Default is
null
which means same as when not selected.
Page 79 of 196
com.miginfocom.beans.CategoryTreeBean