| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with parameter type javax.swing.JList | |
| Rectangle | Determines the bounding box of the rectangle spanned by
two list indices.
|
| Point | Determines the location of the specified cell.
|
| int | Determines the cell index which is the closest to the specified
location. |
Methods with parameter type javax.swing.JList | |
| Component | DefaultListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent
|
| Component | ListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
Methods with parameter type javax.swing.JList | |
| Rectangle | Calls the ListUI.getCellBounds(JList,int,int) method for all
the UI delegates managed by this MultiListUI,
returning the bounds for the UI delegate from the primary look and
feel.
|
| Point | Calls the ListUI.indexToLocation(JList,int) method for all
the UI delegates managed by this MultiListUI,
returning the location for the UI delegate from the primary look and
feel.
|
| int | Calls the ListUI.locationToIndex(JList,Point) method for all
the UI delegates managed by this MultiListUI,
returning the index for the UI delegate from the primary look and
feel.
|
Constructors with parameter type javax.swing.JList | |
Creates a new DoubleClickListener object.
| |
Fields of type javax.swing.JList | |
| JList | JList which is used to display item is the combo box |
| JList | Saved reference to the list this UI was created for. |
| JList | List used when rendering selected item of the combo box. |
Methods with parameter type javax.swing.JList | |
| MouseListener | DOCUMENT ME!
|
| Rectangle | Calculate the bounds of a particular cell, considering the upper left
corner of the list as the origin position (0,0).
|
| Component | BasicComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent
|
| Component | BasicFileChooserUI.CBLabelRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) DOCUMENT ME!
|
| Point | Determines the location of the specified cell.
|
| int | Computes the index of a list cell given a point within the list.
|
Methods with return type javax.swing.JList | |
| JList | Creates JList that will be used to display items in the combo box.
|
| JList | Return list cointaining JComboBox's items
|
| JList | Return JList that is used to draw cells of the JComboBox.
|
| GNU Classpath (0.18) |