net.sf.magicproject.ui
Class SkinLF

java.lang.Object
  extended by net.sf.magicproject.ui.SkinLF

public final class SkinLF
extends java.lang.Object

Since:
0.90
Author:
Fabrice Daugan

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

REFRESH_RUNNER

public static final java.lang.Runnable REFRESH_RUNNER
This class refresh the split bar

Method Detail

uninstallSkinLF

public static void uninstallSkinLF(java.lang.String lookAndFeelName)
                            throws java.lang.Exception
Uninstall the given SkinLF

Parameters:
lookAndFeelName - the look And Feel Name
Throws:
java.lang.Exception

installSkinLF

public static void installSkinLF(java.lang.String lookAndFeelName)
                          throws java.lang.Exception
Install the given SkinLF

Parameters:
lookAndFeelName - the look And Feel Name
Throws:
java.lang.Exception

isSkinLF

public static boolean isSkinLF(java.lang.String lookAndFeelName)
Return true if the given skin is a SkinLF one

Parameters:
lookAndFeelName - the Look&Feel
Returns:
true if the given skin is a SkinLF one

installLookAndFeel

public static void installLookAndFeel(java.lang.String lookAndFeelName,
                                      java.lang.Object source)
Install the given L&F

Parameters:
lookAndFeelName - the look & feel to install.
source - the component requesting this install.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.