|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pbjar.jxlayer.repaint.RepaintManagerUtils
public class RepaintManagerUtils
Utility class that ensures that a correct RepaintManager is set.
| Method Summary | |
|---|---|
static Action |
createRPDisplayAction()
Create and return an Action that will display the delegate
structure of the current RepaintManager. |
static void |
ensureRepaintManagerSet(Component c,
RepaintManagerProvider provider)
Ensure that a specific RepaintManager is set according to the
requirements of the RepaintManagerProvider. |
static void |
ensureRepaintManagerSet(JComponent c,
RepaintManagerProvider provider)
Ensure that a specific RepaintManager is set according to the
requirements of the RepaintManagerProvider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Action createRPDisplayAction()
Action that will display the delegate
structure of the current RepaintManager.
Action object
public static void ensureRepaintManagerSet(Component c,
RepaintManagerProvider provider)
RepaintManager is set according to the
requirements of the RepaintManagerProvider.
c - a component from which the current repaint manager can be
obtained.provider - the provider
public static void ensureRepaintManagerSet(JComponent c,
RepaintManagerProvider provider)
RepaintManager is set according to the
requirements of the RepaintManagerProvider.
c - a component from which the current repaint manager can be
obtained.provider - the provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||