| javax.swing.JLabel javax.swing.DefaultListCellRenderer net.sf.jga.swing.GenericListCellRenderer
GenericListCellRenderer | public class GenericListCellRenderer extends DefaultListCellRenderer implements Formattable<T>(Code) | | ListCellRenderer that passes the contents through a functor to render the
contents, instead of calling toString() on the contents. The functor must
take an argument of some type T and return a string.
Copyright © 2002-2005 David A. Hall
author: David A. Hall |
serialVersionUID | final static long serialVersionUID(Code) | | |
GenericListCellRenderer | public GenericListCellRenderer()(Code) | | |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int idx, boolean sel, boolean focus)(Code) | | |
Fields inherited from javax.swing.DefaultListCellRenderer | protected static Border noFocusBorder(Code)(Java Doc)
|
Methods inherited from javax.swing.DefaultListCellRenderer | protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code)(Java Doc) public void invalidate()(Code)(Java Doc) public boolean isOpaque()(Code)(Java Doc) public void repaint()(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public void repaint(Rectangle r)(Code)(Java Doc) public void revalidate()(Code)(Java Doc) public void validate()(Code)(Java Doc)
|
|
|