edu.isi.powerloom.gui.components
Class PLListRenderer

java.lang.Object
  |
  +--edu.isi.powerloom.gui.components.PLListRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer

public class PLListRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

Custom list renderer for displaying PLObjects.

Since:
Sun Mar 03 20:33:15 2002
Author:
Eric Melz

Constructor Summary
PLListRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean selected, boolean cellHasFocus)
           
 java.lang.String getToolTipText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLListRenderer

public PLListRenderer()
Method Detail

getListCellRendererComponent

public java.awt.Component getListCellRendererComponent(javax.swing.JList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean selected,
                                                       boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer

getToolTipText

public java.lang.String getToolTipText()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.