|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.ui.SkinLF
public final class SkinLF
| Field Summary | |
|---|---|
static java.lang.Runnable |
REFRESH_RUNNER
This class refresh the split bar |
| Method Summary | |
|---|---|
static void |
installLookAndFeel(java.lang.String lookAndFeelName,
java.lang.Object source)
Install the given L&F |
static void |
installSkinLF(java.lang.String lookAndFeelName)
Install the given SkinLF |
static boolean |
isSkinLF(java.lang.String lookAndFeelName)
Return true if the given skin is a SkinLF one |
static void |
uninstallSkinLF(java.lang.String lookAndFeelName)
Uninstall the given SkinLF |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Runnable REFRESH_RUNNER
| Method Detail |
|---|
public static void uninstallSkinLF(java.lang.String lookAndFeelName)
throws java.lang.Exception
lookAndFeelName - the look And Feel Name
java.lang.Exception
public static void installSkinLF(java.lang.String lookAndFeelName)
throws java.lang.Exception
lookAndFeelName - the look And Feel Name
java.lang.Exceptionpublic static boolean isSkinLF(java.lang.String lookAndFeelName)
lookAndFeelName - the Look&Feel
public static void installLookAndFeel(java.lang.String lookAndFeelName,
java.lang.Object source)
lookAndFeelName - the look & feel to install.source - the component requesting this install.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||