org.acm.seguin.ide.common.options
Class PMDOptionPane.CheckboxList.CheckboxListCellRenderer

java.lang.Object
  extended by org.acm.seguin.ide.common.options.PMDOptionPane.CheckboxList.CheckboxListCellRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer
Enclosing class:
PMDOptionPane.CheckboxList

public class PMDOptionPane.CheckboxList.CheckboxListCellRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

Description of the Class

Author:
Chris Seguin

Constructor Summary
PMDOptionPane.CheckboxList.CheckboxListCellRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
          Gets the ListCellRendererComponent attribute of the CheckboxListCellRenderer object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMDOptionPane.CheckboxList.CheckboxListCellRenderer

public PMDOptionPane.CheckboxList.CheckboxListCellRenderer()
Method Detail

getListCellRendererComponent

public java.awt.Component getListCellRendererComponent(javax.swing.JList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean isSelected,
                                                       boolean cellHasFocus)
Gets the ListCellRendererComponent attribute of the CheckboxListCellRenderer object

Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer
Parameters:
list - Description of Parameter
value - Description of Parameter
index - Description of Parameter
isSelected - Description of Parameter
cellHasFocus - Description of Parameter
Returns:
The ListCellRendererComponent value