|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
char
.
addSelectionModel
or setSelectionInterval
call.
JList
coordinates.
CellEditor
to the
delegate
.
ColumnSpec
at the specified column.
LayoutStyle
.
dragEnabled
property.
char
array.
fixedCellHeight
property,
rather than that calculated from the list elements.
fixedCellWidth
property, rather than that calculated
from the list elements.
FormLayout
used to build this form.
JList.VERTICAL
if the layout is a single
column of cells, or JList.VERTICAL_WRAP
if the layout
is "newspaper style" with the content flowing vertically then
horizontally or JList.HORIZONTAL_WRAP
if the layout is
"newspaper style" with the content flowing horizontally then
vertically.
addSelectionInterval
or setSelectionInterval
call.
AbstractListModel
.
FooListener
s upon this model.
ListSelectionListener
s added
to this JList with addListSelectionListener().
JList
component.
Pattern
used to determine if a value is
legal.
visibleRowCount
rows.
RowSpec
at the specified row.
JList
is displayed in a
JViewport
and the viewport is taller than
JList
's preferred height, or if the layout orientation is
VERTICAL_WRAP
and the number of visible rows is <= 0;
otherwise returns false.
JList
is displayed in a
JViewport
and the viewport is wider than
JList
's preferred width; or if the
layout orientation is HORIZONTAL_WRAP
and the
visible row count is <= 0; otherwise returns
false.
null
if the
selection is empty.
TableCellEditor
interface.
JComponent
's getToolTipText
method in order to allow the renderer's tips to be used
if it has text set.
Transferable
's data in the requested
DataFlavor
if possible.
Transferable
can
provide the data.
TreeCellEditor
interface.
UnitConverter
.
isAdjusting
property.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |