Package | Description |
---|---|
oracle.javatools.ui.list | |
oracle.javatools.util |
Provides general utilities.
|
Modifier and Type | Method and Description |
---|---|
Tuple<javax.swing.Icon,java.text.AttributedString> |
SuperListCellRenderer.getCellContent(javax.swing.JList list,
T value,
int index,
boolean isSelected,
boolean cellHasFocus)
Deprecated.
use getCellIcon, getCellText to supply cell contents.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Tuple<T1,T2> |
Tuple.tuple(T1 object1,
T2 object2)
Creates a new 2-tuple.
|