|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.LookAndFeel javax.swing.plaf.basic.BasicLookAndFeel com.sun.java.swing.plaf.windows.WindowsLookAndFeel net.sf.japi.swing.WindowsLookAndFeel
public class WindowsLookAndFeel
Windows Look And Feel on UNIX. This class extends the original WindowsLookAndFeel to circumveniate the checks that let it run on Windows only and makes it run on any other OS as well.
Constructor Summary | |
---|---|
WindowsLookAndFeel()
|
Method Summary | |
---|---|
void |
initialize()
UIManager.setLookAndFeel calls this method before the first call (and typically the only call) to getDefaults(). |
boolean |
isSupportedLookAndFeel()
Return true if the underlying platform supports and or permits this look and feel. |
Methods inherited from class com.sun.java.swing.plaf.windows.WindowsLookAndFeel |
---|
createAudioAction, getDescription, getID, getName, initClassDefaults, initComponentDefaults, initSystemColorDefaults, isClassicWindows, isMnemonicHidden, isNativeLookAndFeel, provideErrorFeedback, setMnemonicHidden, uninitialize |
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel |
---|
getAudioActionMap, getDefaults, loadSystemColors, playSound |
Methods inherited from class javax.swing.LookAndFeel |
---|
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WindowsLookAndFeel()
Method Detail |
---|
public void initialize()
initialize
in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
LookAndFeel.uninitialize()
,
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
public boolean isSupportedLookAndFeel()
isSupportedLookAndFeel
in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |