|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.swing.LookAndFeelUtil
public final class LookAndFeelUtil
LookAndFeelUtil declares the Choices and actions needed to dynamically change the look and feel (PLAF) and to add new PLAFs without needing to restart.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private static Class |
currentLAF
The current PLAF |
private static Class |
defaultLAF
The default PLAF (and the default value) |
Constructor Summary | |
---|---|
private |
LookAndFeelUtil()
Prevent Instansiation |
Method Summary | |
---|---|
private static void |
customizeBDLookandFeel()
|
static Class |
getLookAndFeel()
The Options customization |
static void |
initialize()
Establish the system look and feel |
static void |
setLookAndFeel(Class newLaFClass)
Set the look and feel to a new class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Class currentLAF
private static Class defaultLAF
Constructor Detail |
---|
private LookAndFeelUtil()
Method Detail |
---|
public static void initialize()
public static Class getLookAndFeel()
public static void setLookAndFeel(Class newLaFClass) throws InstantiationException, IllegalAccessException, UnsupportedLookAndFeelException
InstantiationException
IllegalAccessException
UnsupportedLookAndFeelException
private static void customizeBDLookandFeel()
|
Copyright ยจ 2003-2006 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |