E - component typeU - component UI typepublic interface IListPainter<E extends javax.swing.JList,U extends WebListUI> extends SpecificPainter<E,U>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHoverDecorationSupported()
Returns whether or not hover item decoration is supported by this list painter.
|
void |
prepareToPaint(java.lang.Integer layoutOrientation,
java.lang.Integer listHeight,
java.lang.Integer listWidth,
java.lang.Integer columnCount,
java.lang.Integer rowsPerColumn,
java.lang.Integer preferredHeight,
int cellWidth,
int cellHeight,
int[] cellHeights)
Prepares painter to pain list.
|
addPainterListener, getBorders, getPreferredSize, install, isOpaque, paint, removePainterListener, uninstallboolean isHoverDecorationSupported()
void prepareToPaint(java.lang.Integer layoutOrientation,
java.lang.Integer listHeight,
java.lang.Integer listWidth,
java.lang.Integer columnCount,
java.lang.Integer rowsPerColumn,
java.lang.Integer preferredHeight,
int cellWidth,
int cellHeight,
int[] cellHeights)
layoutOrientation - cached layout orientationlistHeight - cached list heightlistWidth - cached list widthcolumnCount - cached column countrowsPerColumn - cached rows per column amountpreferredHeight - cached preferred heightcellWidth - cached cell widthcellHeight - cached cell heightcellHeights - cached cell heights