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
-
ListElement(ListContainer, String, Image)
- Constructs a drawing ListElement at a specific location
-
drawItem(Graphics)
- Draw the ListElement in the given graphics context
-
toString()
-
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
drawItem
public void drawItem(Graphics g)
- Draw the ListElement in the given graphics context
- Parameters:
- the - graphics context
- Overrides:
- drawItem in class ListItem
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index