E - component typeU - component UI typepublic interface IScrollBarPainter<E extends javax.swing.JScrollBar,U extends WebScrollBarUI> extends SpecificPainter<E,U>
| Modifier and Type | Method and Description |
|---|---|
void |
setDragged(boolean dragged)
Sets whether scroll bar thumb is being dragged or not.
|
void |
setThumbBounds(java.awt.Rectangle bounds)
Sets scroll bar thumb bounds.
|
void |
setTrackBounds(java.awt.Rectangle bounds)
Sets scroll bar track bounds.
|
addPainterListener, getBorders, getPreferredSize, install, isOpaque, paint, removePainterListener, uninstallvoid setDragged(boolean dragged)
dragged - whether scroll bar thumb is being dragged or notvoid setTrackBounds(java.awt.Rectangle bounds)
bounds - new scroll bar track boundsvoid setThumbBounds(java.awt.Rectangle bounds)
bounds - new scroll bar thumb bounds