|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.painter.AbstractPainter<GenericCellEditor> com.alee.laf.table.editors.GenericCellEditorPainter
public class GenericCellEditorPainter
Custom painter to provide visual feedback for invalid editor cells.
AbstractPainter
,
Painter
Field Summary |
---|
Fields inherited from class com.alee.extended.painter.AbstractPainter |
---|
listeners, margin, opaque, preferredSize |
Constructor Summary | |
---|---|
GenericCellEditorPainter()
Constructs new generic cell editor painter. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.alee.extended.painter.AbstractPainter |
---|
addPainterListener, getPreferredSize, install, isOpaque, p, removePainterListener, repaint, repaint, repaint, revalidate, setMargin, setMargin, setMargin, setOpaque, setPreferredSize, uninstall, updateAll, updateOpacity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericCellEditorPainter()
Method Detail |
---|
public java.awt.Insets getMargin(GenericCellEditor c)
getMargin
in interface Painter<GenericCellEditor>
getMargin
in class AbstractPainter<GenericCellEditor>
c
- component to process
public void paint(java.awt.Graphics2D g2d, java.awt.Rectangle bounds, GenericCellEditor c)
g2d
- component graphicsbounds
- bounds for painter visual datac
- component to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |