All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.wizard.WizardListCellRenderer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JLabel
                                   |
                                   +----com.netobjects.nfx.wizard.WizardListCellRenderer

public class WizardListCellRenderer
extends JLabel
implements ListCellRenderer
Version:
1.0
Author:
Scott Cinnamond

Constructor Index

 o WizardListCellRenderer()

Method Index

 o getListCellRendererComponent(JList, Object, int, boolean, boolean)

Constructors

 o WizardListCellRenderer
 public WizardListCellRenderer()

Methods

 o getListCellRendererComponent
 public Component getListCellRendererComponent(JList list,
                                               Object value,
                                               int index,
                                               boolean isSelected,
                                               boolean cellHasFocus)

All Packages  Class Hierarchy  This Package  Previous  Next  Index