|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Viewer.Util.LookAndFeelFrame.Themes
private class LookAndFeelFrame.Themes
Defines all available themes which can allow the user to customize the Java Look and Feel. This themes are only available for the Java cross-platform L&F (Metal).
| Nested Class Summary | |
|---|---|
private class |
LookAndFeelFrame.Themes.Aqua
This class defines the Aqua theme. |
private class |
LookAndFeelFrame.Themes.Default
This class defines the Default theme. |
private class |
LookAndFeelFrame.Themes.HighContrast
This class defines the HighContrast theme. |
private class |
LookAndFeelFrame.Themes.LargeFont
This class defines the LargeFont theme. |
private class |
LookAndFeelFrame.Themes.Ocean
This class defines the Ocean theme. |
| Field Summary | |
|---|---|
private java.lang.String |
AQUA_NAME
|
private java.lang.String |
DEFAULT_NAME
Available theme names. |
private java.lang.String |
HIGH_CONTRAST
|
private java.lang.String |
LARGE_FONT_NAME
|
private java.lang.String |
OCEAN_NAME
|
private java.lang.String[] |
themeList
|
| Constructor Summary | |
|---|---|
private |
LookAndFeelFrame.Themes()
|
| Method Summary | |
|---|---|
java.lang.String[] |
getListOfThemes()
Gets the list of available themes. |
javax.swing.plaf.metal.MetalTheme |
getTheme(java.lang.String themeName)
Returns a theme object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String DEFAULT_NAME
private final java.lang.String OCEAN_NAME
private final java.lang.String AQUA_NAME
private final java.lang.String LARGE_FONT_NAME
private final java.lang.String HIGH_CONTRAST
private final java.lang.String[] themeList
| Constructor Detail |
|---|
private LookAndFeelFrame.Themes()
| Method Detail |
|---|
public java.lang.String[] getListOfThemes()
public javax.swing.plaf.metal.MetalTheme getTheme(java.lang.String themeName)
themeName - the theme name.
java.lang.IllegalArgumentException - if thameName is not
available or it is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||