Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JList

Packages that use JList
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
 

Uses of JList in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type JList
 Component DefaultListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
           
 Component ListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
          Return a component that has been configured to display the specified value.
 

Constructors in com.sun.java.swing with parameters of type JList
JList.AccessibleJList.JList.AccessibleJList()
           
JList.AccessibleJList.AccessibleJListChild.JList.AccessibleJList.AccessibleJListChild(JList parent, int indexInParent)
           
 

Uses of JList in com.sun.java.swing.plaf
 

Methods in com.sun.java.swing.plaf with parameters of type JList
abstract  int ListUI.locationToIndex(JList list, Point location)
          Convert a point in JList coordinates to the index of the cell at that location.
abstract  Point ListUI.indexToLocation(JList list, int index)
          Returns the origin of the specified item in JList coordinates, null if index isn't valid.
abstract  Rectangle ListUI.getCellBounds(JList list, int index1, int index2)
          Returns the bounds of the specified item in JList coordinates, null if index isn't valid.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.