public interface PanelPainter<E extends javax.swing.JPanel> extends Painter<E>, PartialDecoration, SpecificPainter
| Modifier and Type | Method and Description |
|---|---|
void |
setPaintFocus(boolean paint)
Sets whether focus should be painted or not.
|
void |
setUndecorated(boolean undecorated)
Sets whether panel decoration should be painted or not.
|
addPainterListener, getMargin, getPreferredSize, install, isOpaque, paint, removePainterListener, uninstallsetPaintBottom, setPaintBottomLine, setPaintLeft, setPaintLeftLine, setPaintRight, setPaintRightLine, setPaintSideLines, setPaintSides, setPaintTop, setPaintTopLinevoid setUndecorated(boolean undecorated)
undecorated - whether panel decoration should be painted or notvoid setPaintFocus(boolean paint)
paint - whether focus should be painted or not