JSR-209 (Final Release)

Uses of Class
javax.swing.JList

Packages that use JList
javax.microedition.plaf AGUI provides a Pluggable Look and Feel architecture, similar to that which is defined in Java SE (from which AGUI is subset). 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of JList in javax.microedition.plaf
 

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

Uses of JList in javax.swing
 

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


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.