|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.b3dgs.lionengine.utility.Theme
public class Theme
Field Summary | |
---|---|
static int |
GTK
GTK theme. |
static int |
METAL
Metal theme. |
static int |
MOTIF
Motif theme. |
static int |
SUB_METAL_DEFAULT
Only in case of METAL theme. |
static int |
SUB_METAL_OCEAN
Only in case of METAL theme. |
static int |
SYSTEM
Current OS theme. |
Method Summary | |
---|---|
static void |
set(int theme)
Set the java frame theme. |
static void |
set(int theme,
int subTheme)
Set the java frame theme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int METAL
public static final int SYSTEM
public static final int MOTIF
public static final int GTK
public static final int SUB_METAL_DEFAULT
public static final int SUB_METAL_OCEAN
Method Detail |
---|
public static void set(int theme)
theme
- main theme (System, Motif, GTK).Theme
public static void set(int theme, int subTheme)
theme
- main theme (Metal, System, Motif, GTK).subTheme
- (for Metal, DefaultMetal, Ocean).Theme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |