All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class framework.awt.ListBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----framework.awt.ListBox

public class ListBox
extends List

Variable Index

 o displayPath

Constructor Index

 o ListBox()
 o ListBox(int, boolean)

Method Index

 o deselectAll()
 o getIndex(String)
 o loadDirectory(FileStore)
 o selectItemsEndsWith(String)
 o setDisplayPath(boolean)

Variables

 o displayPath
 private boolean displayPath

Constructors

 o ListBox
 public ListBox()
 o ListBox
 public ListBox(int Rows,
                boolean SingleSelection)

Methods

 o setDisplayPath
 public void setDisplayPath(boolean displayPath)
 o getIndex
 public int getIndex(String Item)
 o loadDirectory
 public void loadDirectory(FileStore directory)
 o deselectAll
 public void deselectAll()
 o selectItemsEndsWith
 public void selectItemsEndsWith(String extension)

All Packages  Class Hierarchy  This Package  Previous  Next  Index