templates.presentation
Class IssuesViewer.IssueRenderer

java.lang.Object
  extended by templates.presentation.IssuesViewer.IssueRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer
Enclosing class:
IssuesViewer

protected class IssuesViewer.IssueRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

Renderer of UI elements for consistency issues when shown as items in a list.

Author:
Lenko Grigorov

Constructor Summary
protected IssuesViewer.IssueRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
          Retrieve the UI element for the list item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuesViewer.IssueRenderer

protected IssuesViewer.IssueRenderer()
Method Detail

getListCellRendererComponent

public java.awt.Component getListCellRendererComponent(javax.swing.JList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean isSelected,
                                                       boolean cellHasFocus)
Retrieve the UI element for the list item.

Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer