GNU Classpath (0.17) | ||
Frames | No Frames |
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.
|
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 | 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. |
GNU Classpath (0.17) |