| Package | Description |
|---|---|
| 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 Java look and feel (once codenamed
Metal), which is the default look and feel.
|
| javax.swing.plaf.multi |
Provides user interface objects that combine two or more look and feels.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
DefaultListCellRenderer.getListCellRendererComponent(JList
|
Component |
ListCellRenderer.getListCellRendererComponent(JList
Return a component that has been configured to display the specified value.
|
| Constructor and Description | |
|---|---|
AccessibleJListChild(JList
|
| Modifier and Type | Method and Description |
|---|---|
abstract Rectangle |
ListUI.getCellBounds(JList
Returns the bounding rectangle, in the given list's coordinate system, for the range of cells specified by the two indices.
|
abstract Point |
ListUI.indexToLocation(JList
Returns the origin in the given
JList, of the specified item, in the list's coordinate system.
|
abstract int |
ListUI.locationToIndex(JList
Returns the cell index in the specified
JList closest to the given location in the list's coordinate system.
|
| Modifier and Type | Field and Description |
|---|---|
protected JList |
BasicComboPopup.list
This protected field is implementation specific.
|
protected JList |
BasicListUI.list
|
protected JList |
BasicComboBoxUI.listBox
|
| Modifier and Type | Method and Description |
|---|---|
protected JList |
BasicComboPopup.createList()
Creates the JList used in the popup to display the items in the combo box model.
|
JList |
BasicComboPopup.getList()
Implementation of ComboPopup.getList().
|
JList |
ComboPopup.getList()
Returns the list that is being used to draw the items in the combo box.
|
| Modifier and Type | Method and Description |
|---|---|
protected MouseListener |
BasicFileChooserUI.createDoubleClickListener(JFileChooser
|
Rectangle |
BasicListUI.getCellBounds(JList
Returns the bounding rectangle, in the given list's coordinate system, for the range of cells specified by the two indices.
|
Component |
BasicComboBoxRenderer.getListCellRendererComponent(JList
|
Point |
BasicListUI.indexToLocation(JList
Returns the origin in the given
JList, of the specified item, in the list's coordinate system.
|
int |
BasicListUI.locationToIndex(JList
Returns the cell index in the specified
JList closest to the given location in the list's coordinate system.
|
| Constructor and Description | |
|---|---|
DoubleClickListener(JList
|
| Modifier and Type | Field and Description |
|---|---|
protected JList |
MetalComboBoxButton.listBox
|
| Modifier and Type | Method and Description |
|---|---|
Component |
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList
|
| Constructor and Description | |
|---|---|
MetalComboBoxButton(JComboBox
|
|
MetalComboBoxButton(JComboBox
|
|
SingleClickListener(JList
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
MultiListUI.getCellBounds(JList
Invokes the
getCellBounds method on each UI handled by this object.
|
Point |
MultiListUI.indexToLocation(JList
Invokes the
indexToLocation method on each UI handled by this object.
|
int |
MultiListUI.locationToIndex(JList
Invokes the
locationToIndex method on each UI handled by this object.
|