|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellList | |
---|---|
be.ugent.caagt.swirl.lists | Provides a new type of list (a cell list) and a generic list model. |
Uses of CellList in be.ugent.caagt.swirl.lists |
---|
Methods in be.ugent.caagt.swirl.lists with parameters of type CellList | |
---|---|
java.lang.String |
CellListCellRenderer.getToolTipText(CellList list,
java.lang.Object value,
int index)
Return the tool tip text for the given element. |
java.lang.String |
DefaultCellListCellRenderer.getToolTipText(CellList list,
java.lang.Object value,
int index)
Return the tool tip text for the given element. |
void |
CellListCellRenderer.paintElement(java.awt.Graphics2D g2,
CellList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
Paint the given element at the 0,0-position on the given graphics context. |
void |
DefaultCellListCellRenderer.paintElement(java.awt.Graphics2D g2,
CellList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
Paint the given element at the 0,0-position on the given graphics context. |
protected void |
DefaultCellListCellRenderer.prepare(CellList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
Prepare the renderer so that the given element can be displayed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |