All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.awt.hlist.ListElement

java.lang.Object
   |
   +----ncsa.awt.hlist.ListItem
           |
           +----ncsa.awt.hlist.ListElement

public class ListElement
extends ListItem
This class produces a drawable ListElement which is placed in a ListContainer


Constructor Index

 o ListElement(ListContainer, String, Image)
Constructs a drawing ListElement at a specific location

Method Index

 o drawItem(Graphics)
Draw the ListElement in the given graphics context
 o toString()

Constructors

 o ListElement
 public ListElement(ListContainer folder,
                    String title,
                    Image img)
Constructs a drawing ListElement at a specific location

Parameters:
folder - the folder that holds this bookmark
entry - the Webmark this coorresponds to
img - the image for this bookmark

Methods

 o drawItem
 public void drawItem(Graphics g)
Draw the ListElement in the given graphics context

Parameters:
the - graphics context
Overrides:
drawItem in class ListItem
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index