org.argouml.ui
Class LookAndFeelMgr
java.lang.Object
|
+--org.argouml.ui.LookAndFeelMgr
- public class LookAndFeelMgr
- extends java.lang.Object
Control look and feel and theme of ArgoUML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
protected static org.apache.log4j.Category cat
SINGLETON
public static final LookAndFeelMgr SINGLETON
METAL_PLAF
public static final java.lang.String METAL_PLAF
WINDOWS_PLAF
public static final java.lang.String WINDOWS_PLAF
getThemeFromArg
public int getThemeFromArg(java.lang.String arg)
- Detecting the theme from the command line.
printThemeArgs
public void printThemeArgs()
setCurrentTheme
public void setCurrentTheme(int t)
- set the theme to use according to the configuration information.
determineLookAndFeel
public java.lang.String determineLookAndFeel()
setCurrentTheme
public void setCurrentTheme(java.lang.String arg)
isCurrentTheme
public boolean isCurrentTheme(java.lang.String arg)
- check whether the currently set theme equals the argument.
- Parameters:
arg
- one of normal, big or huge.