|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.painter.PainterSupport
public final class PainterSupport
This special class provides basic methods to link painter with components.
Constructor Summary | |
---|---|
PainterSupport()
|
Method Summary | |
---|---|
static void |
installPainter(javax.swing.JComponent component,
Painter painter)
Installs painter into the specified component. |
static void |
uninstallPainter(javax.swing.JComponent component,
Painter painter)
Uninstalls painter from the specified component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PainterSupport()
Method Detail |
---|
public static void installPainter(javax.swing.JComponent component, Painter painter)
component
- component painter is applied topainter
- painter to installpublic static void uninstallPainter(javax.swing.JComponent component, Painter painter)
component
- component painter is uninstalled frompainter
- painter to uninstall
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |