public class GenericCellEditorPainter extends AbstractPainter<GenericCellEditor>
AbstractPainter,
Painterlisteners, margin, opaque, preferredSize| Constructor and Description |
|---|
GenericCellEditorPainter()
Constructs new generic cell editor painter.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Insets |
getMargin(GenericCellEditor c)
Returns margin required for visual data provided by this painter.
|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
GenericCellEditor c)
Paints visual data onto the component graphics.
|
addPainterListener, getPreferredSize, install, isOpaque, p, removePainterListener, repaint, repaint, repaint, revalidate, setMargin, setMargin, setMargin, setOpaque, setPreferredSize, uninstall, updateAll, updateOpacitypublic GenericCellEditorPainter()
public java.awt.Insets getMargin(GenericCellEditor c)
getMargin in interface Painter<GenericCellEditor>getMargin in class AbstractPainter<GenericCellEditor>c - component to processpublic void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
GenericCellEditor c)
g2d - component graphicsbounds - bounds for painter visual datac - component to process