| java.lang.Object com.xoetrope.swing.list.XCheckListCellRenderer
XCheckListCellRenderer | public class XCheckListCellRenderer implements ListCellRenderer(Code) | | A renderer for XCheckList components
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.5 $
|
getAltUnselectedBackground | public Color getAltUnselectedBackground()(Code) | | |
getAltUnselectedForeground | public Color getAltUnselectedForeground()(Code) | | |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | |
setAltUnselectedBackground | public void setAltUnselectedBackground(Color bkgd)(Code) | | |
setAltUnselectedColors | public void setAltUnselectedColors(Color frgd, Color bkgd)(Code) | | Set the colors for alternate ( odd ) row colors
Parameters: frgd - the foreground color Parameters: bkgd - the background color |
setAltUnselectedForeground | public void setAltUnselectedForeground(Color frgd)(Code) | | |
|
|