Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.