wx
Class ListItemAttr
java.lang.Object
wx.ListItemAttr
- public class ListItemAttr
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListItemAttr
public ListItemAttr()
ListItemAttr
public ListItemAttr(Colour colText,
Colour colBack,
Font font)
delete
public void delete()
setTextColour
public void setTextColour(Colour colText)
setBackgroundColour
public void setBackgroundColour(Colour colBack)
setFont
public void setFont(Font font)
hasTextColour
public boolean hasTextColour()
hasBackgroundColour
public boolean hasBackgroundColour()
hasFont
public boolean hasFont()
getTextColour
public Colour getTextColour()
getBackgroundColour
public Colour getBackgroundColour()
getFont
public Font getFont()
© 2006 Amit G Mendapara.