|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JList | |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look-and-feel. |
javax.swing.plaf.metal | Provides user interface objects built according to the ``metal'' look-and-feel. |
javax.swing.plaf.multi | The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. |
Uses of JList in javax.swing |
Methods in javax.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 javax.swing with parameters of type JList | |
JList.AccessibleJList()
|
|
JList.AccessibleJList.AccessibleJListChild(JList parent,
int indexInParent)
|
Uses of JList in javax.swing.plaf |
Methods in javax.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. |
Uses of JList in javax.swing.plaf.basic |
Fields in javax.swing.plaf.basic declared as JList | |
protected JList |
BasicComboPopup.list
|
protected JList |
BasicListUI.list
|
protected JList |
BasicComboBoxUI.listBox
|
Methods in javax.swing.plaf.basic that return JList | |
JList |
BasicComboPopup.getList()
Implementation of ComboPopup.getList(). |
protected JList |
BasicComboPopup.createList()
Creates the JList that is used in the popup to display the items in the model. |
JList |
ComboPopup.getList()
Returns the list that is being used to draw the items in the JComboBox. |
Methods in javax.swing.plaf.basic with parameters of type JList | |
Component |
BasicComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
protected MouseListener |
BasicFileChooserUI.createDoubleClickListener(JFileChooser fc,
JList list)
|
int |
BasicListUI.locationToIndex(JList list,
Point location)
|
Point |
BasicListUI.indexToLocation(JList list,
int index)
|
Rectangle |
BasicListUI.getCellBounds(JList list,
int index1,
int index2)
|
Constructors in javax.swing.plaf.basic with parameters of type JList | |
BasicFileChooserUI.DoubleClickListener(JList list)
|
Uses of JList in javax.swing.plaf.metal |
Fields in javax.swing.plaf.metal declared as JList | |
protected JList |
MetalComboBoxButton.listBox
|
Methods in javax.swing.plaf.metal with parameters of type JList | |
Component |
MetalFileChooserUI.FileRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
Component |
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
Constructors in javax.swing.plaf.metal with parameters of type JList | |
MetalFileChooserUI.SingleClickListener(JList list)
|
|
MetalComboBoxButton(JComboBox cb,
Icon i,
CellRendererPane pane,
JList list)
|
|
MetalComboBoxButton(JComboBox cb,
Icon i,
boolean onlyIcon,
CellRendererPane pane,
JList list)
|
Uses of JList in javax.swing.plaf.multi |
Methods in javax.swing.plaf.multi with parameters of type JList | |
int |
MultiListUI.locationToIndex(JList a,
Point b)
Call locationToIndex on each UI handled by this MultiUI. |
Point |
MultiListUI.indexToLocation(JList a,
int b)
Call indexToLocation on each UI handled by this MultiUI. |
Rectangle |
MultiListUI.getCellBounds(JList a,
int b,
int c)
Call getCellBounds on each UI handled by this MultiUI. |
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.