|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.muntjak.tinylookandfeel.Theme
public class Theme
Theme is a data container for all the properties of a TinyLaF theme.
Notes on Theme Switching:
This class has several static methods to load themes.
After loading a theme, TinyLookAndFeel
needs to be
re-installed and the uis need to be recreated like this:
// re-install the Tiny Look and Feel
UIManager.setLookAndFeel(new TinyLookAndFeel());
// Update the ComponentUIs for all Components. This
// needs to be invoked for all windows.
SwingUtilities.updateComponentTreeUI(rootComponent);
To enable your users to switch themes, follow these steps:
getAvailableThemes()
to get an array of ThemeDescription
s. By
iterating through the array and calling
ThemeDescription.getName()
, you can
build a menu presenting the available themes.
loadTheme(ThemeDescription)
with the selected ThemeDescription
as argument.
TinyLookAndFeel
and
recreate the uis).
Field Summary | |
---|---|
static de.muntjak.tinylookandfeel.util.SBReference |
backColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
boldFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonCheckColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonCheckDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonDefaultColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonDisabledFgColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
buttonEnter
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
buttonFocus
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
buttonFocusBorder
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
buttonFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonFontColor
|
static javax.swing.plaf.InsetsUIResource |
buttonMargin
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonNormalColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonRolloverBgColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
buttonRolloverBorder
|
static de.muntjak.tinylookandfeel.util.SBReference |
buttonRolloverColor
|
static de.muntjak.tinylookandfeel.util.IntReference |
buttonSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
buttonSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
buttonSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
buttonSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
checkDisabledFgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
checkFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
checkFontColor
|
static javax.swing.plaf.InsetsUIResource |
checkMargin
|
static de.muntjak.tinylookandfeel.util.BooleanReference[] |
colorize
|
static de.muntjak.tinylookandfeel.util.HSBReference[] |
colorizer
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboArrowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboArrowDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboButtRolloverColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
comboFocus
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboFocusBgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
comboFont
|
static javax.swing.plaf.InsetsUIResource |
comboInsets
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
comboRollover
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboSelectedBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboSelectedTextColor
|
static de.muntjak.tinylookandfeel.util.IntReference |
comboSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
comboSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
comboSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
comboSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
comboTextColor
|
static java.lang.String |
DEFAULT_THEME
|
static de.muntjak.tinylookandfeel.util.SBReference |
desktopPaneBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
disColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
editorFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
editorPaneBgColor
|
static int |
ERROR_FILE_NOT_FOUND
|
static int |
ERROR_INVALID_THEME_DESCRIPTION
|
static int |
ERROR_IO_EXCEPTION
|
static int |
ERROR_NO_TINYLAF_THEME
|
static int |
ERROR_NONE
|
static int |
ERROR_NULL_ARGUMENT
|
static int |
ERROR_WIN99_STYLE
|
static int |
errorCode
If problems occur while loading themes, this variable will hold one of the following error codes: ERROR_FILE_NOT_FOUND - the specified file
doesn't exist. |
static java.lang.String |
FILE_EXTENSION
|
static int |
FILE_ID_3A
|
static int |
fileID
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
fixedTabs
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtClosePressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtCloseRolloverColor
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtCloseSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtCloseSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtCloseSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtCloseSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameButtRolloverColor
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameButtSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameCaptionColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameCaptionDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameLightDisabledColor
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
frameSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolCloseColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolCloseDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolCloseDarkDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolCloseDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolClosePressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolDarkDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolLightDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameSymbolPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameTitleColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameTitleDisabledColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
frameTitleFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
frameTitleShadowColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
ignoreSelectedBg
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
internalFrameTitleFont
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
internalPaletteTitleFont
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
labelFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
labelFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
listBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
listFocusBorderColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
listFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
listSelectedBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
listSelectedTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
listTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
mainColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
menuAllowTwoIcons
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuBarColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuDisabledFgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
menuFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuIconColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuIconDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuIconRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuInnerHilightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuInnerShadowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuItemDisabledFgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
menuItemFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuItemFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuItemRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuItemSelectedTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuOuterHilightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuOuterShadowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuPopupColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
menuPopupShadow
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
menuRollover
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuRolloverBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuRolloverFgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
menuSeparatorColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
passwordFont
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
plainFont
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
progressBarFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressSelectBackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressSelectForeColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
progressTrackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
radioDisabledFgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
radioFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
radioFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollArrowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollArrowDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollBorderLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollButtColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollButtDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollButtPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollButtRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollGripDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollGripLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollLightDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollPaneBorderColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
scrollRollover
|
static de.muntjak.tinylookandfeel.util.IntReference |
scrollSize
|
static de.muntjak.tinylookandfeel.util.IntReference |
scrollSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
scrollSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
scrollSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
scrollSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollThumbColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollThumbDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollThumbPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollThumbRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollTrackBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollTrackBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollTrackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
scrollTrackDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
separatorColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
shiftButtonText
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderFocusColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
sliderFocusEnabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderLightColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
sliderRolloverEnabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderThumbColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderThumbDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderThumbPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderThumbRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTickColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTickDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTrackBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTrackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTrackDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sliderTrackLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerArrowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerArrowDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerButtColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerButtDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerButtPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
spinnerButtRolloverColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
spinnerRollover
|
static de.muntjak.tinylookandfeel.util.IntReference |
spinnerSpreadDark
|
static de.muntjak.tinylookandfeel.util.IntReference |
spinnerSpreadDarkDisabled
|
static de.muntjak.tinylookandfeel.util.IntReference |
spinnerSpreadLight
|
static de.muntjak.tinylookandfeel.util.IntReference |
spinnerSpreadLightDisabled
|
static de.muntjak.tinylookandfeel.util.SBReference |
splitPaneButtonColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub1Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub2Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub3Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub4Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub5Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub6Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub7Color
|
static de.muntjak.tinylookandfeel.util.SBReference |
sub8Color
|
static javax.swing.plaf.InsetsUIResource |
tabAreaInsets
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabDisabledBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabDisabledSelectedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabDisabledTextColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
tabFocus
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
tabFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabFontColor
|
static javax.swing.plaf.InsetsUIResource |
tabInsets
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableBackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableBorderDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableBorderLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableFocusBorderColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
tableFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableGridColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderArrowColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderBackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderDarkColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
tableHeaderFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderRolloverBackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableHeaderRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableSelectedBackColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tableSelectedForeColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabNormalColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabPaneBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabPaneDisabledBorderColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
tabRollover
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tabSelectedColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
textAreaFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
textBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textBorderDisabledColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textCaretColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textDisabledBgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
textFieldFont
|
static javax.swing.plaf.InsetsUIResource |
textInsets
|
static de.muntjak.tinylookandfeel.util.SBReference |
textNonEditableBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textPaneBgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
textPaneFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
textSelectedBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textSelectedTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
textTextColor
|
static java.io.FilenameFilter |
THEMES_FILTER
A file name filter which accepts only file names ending with ".theme". |
static de.muntjak.tinylookandfeel.util.SBReference |
tipBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tipBgDis
|
static de.muntjak.tinylookandfeel.util.SBReference |
tipBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tipBorderDis
|
static de.muntjak.tinylookandfeel.util.SBReference |
tipTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
tipTextDis
|
static de.muntjak.tinylookandfeel.util.SBReference |
titledBorderColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
titledBorderFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
titledBorderFontColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toggleSelectedBg
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBarColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBarDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBarLightColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBorderColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBorderPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBorderRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolBorderSelectedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolButtColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolButtPressedColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolButtRolloverColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolButtSelectedColor
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
toolFocus
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolGripDarkColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolGripLightColor
|
static javax.swing.plaf.InsetsUIResource |
toolMargin
|
static de.muntjak.tinylookandfeel.util.BooleanReference |
toolRollover
|
static de.muntjak.tinylookandfeel.util.SBReference |
toolSeparatorColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
toolTipFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeBgColor
|
static de.muntjak.tinylookandfeel.util.ColoredFont |
treeFont
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeLineColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeSelectedBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeSelectedTextColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeTextBgColor
|
static de.muntjak.tinylookandfeel.util.SBReference |
treeTextColor
|
Method Summary | |
---|---|
static ThemeDescription[] |
getAvailableThemes()
Searches for available TinyLaF theme resources and returns them as an array of ThemeDescription s. |
static java.lang.String |
getPlatformFont(java.lang.String fontFamily)
|
static boolean |
loadTheme(java.io.File f)
Loads a theme from the specified file. |
static boolean |
loadTheme(ThemeDescription td)
Loads the specified theme. |
static boolean |
loadTheme(java.net.URL url)
Loads a theme from the specified URL. |
static void |
loadYQTheme()
Loads the default (hard-coded) YQ theme. |
static boolean |
saveTheme(java.lang.String fileName)
Saves the current theme. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static de.muntjak.tinylookandfeel.util.SBReference backColor
public static de.muntjak.tinylookandfeel.util.ColoredFont boldFont
public static de.muntjak.tinylookandfeel.util.SBReference buttonBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonCheckColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonCheckDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonDefaultColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonDisabledFgColor
public static de.muntjak.tinylookandfeel.util.BooleanReference buttonEnter
public static de.muntjak.tinylookandfeel.util.BooleanReference buttonFocus
public static de.muntjak.tinylookandfeel.util.BooleanReference buttonFocusBorder
public static de.muntjak.tinylookandfeel.util.ColoredFont buttonFont
public static de.muntjak.tinylookandfeel.util.SBReference buttonFontColor
public static javax.swing.plaf.InsetsUIResource buttonMargin
public static de.muntjak.tinylookandfeel.util.SBReference buttonNormalColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference buttonRolloverBgColor
public static de.muntjak.tinylookandfeel.util.BooleanReference buttonRolloverBorder
public static de.muntjak.tinylookandfeel.util.SBReference buttonRolloverColor
public static de.muntjak.tinylookandfeel.util.IntReference buttonSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference buttonSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference buttonSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference buttonSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference checkDisabledFgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont checkFont
public static de.muntjak.tinylookandfeel.util.SBReference checkFontColor
public static javax.swing.plaf.InsetsUIResource checkMargin
public static de.muntjak.tinylookandfeel.util.BooleanReference[] colorize
public static de.muntjak.tinylookandfeel.util.HSBReference[] colorizer
public static de.muntjak.tinylookandfeel.util.SBReference comboArrowColor
public static de.muntjak.tinylookandfeel.util.SBReference comboArrowDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference comboBgColor
public static de.muntjak.tinylookandfeel.util.SBReference comboBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference comboBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference comboButtRolloverColor
public static de.muntjak.tinylookandfeel.util.BooleanReference comboFocus
public static de.muntjak.tinylookandfeel.util.SBReference comboFocusBgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont comboFont
public static javax.swing.plaf.InsetsUIResource comboInsets
public static de.muntjak.tinylookandfeel.util.BooleanReference comboRollover
public static de.muntjak.tinylookandfeel.util.SBReference comboSelectedBgColor
public static de.muntjak.tinylookandfeel.util.SBReference comboSelectedTextColor
public static de.muntjak.tinylookandfeel.util.IntReference comboSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference comboSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference comboSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference comboSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference comboTextColor
public static final java.lang.String DEFAULT_THEME
public static de.muntjak.tinylookandfeel.util.SBReference desktopPaneBgColor
public static de.muntjak.tinylookandfeel.util.SBReference disColor
public static de.muntjak.tinylookandfeel.util.ColoredFont editorFont
public static de.muntjak.tinylookandfeel.util.SBReference editorPaneBgColor
public static final int ERROR_FILE_NOT_FOUND
public static final int ERROR_INVALID_THEME_DESCRIPTION
public static final int ERROR_IO_EXCEPTION
public static final int ERROR_NO_TINYLAF_THEME
public static final int ERROR_NONE
public static final int ERROR_NULL_ARGUMENT
public static final int ERROR_WIN99_STYLE
public static int errorCode
ERROR_FILE_NOT_FOUND
- the specified file
doesn't exist.
ERROR_IO_EXCEPTION
- a java.io.IOException
occured while trying to load a theme.
ERROR_INVALID_THEME_DESCRIPTION
- loadTheme()
was called passing in an invalid ThemeDescription
argument.
ERROR_NO_TINYLAF_THEME
- the specified resource
is no TinyLaF theme.
ERROR_NULL_ARGUMENT
- the argument to loadTheme
was null
.
ERROR_WIN99_STYLE
- since version 1.4.0, the 99 style
is supported no more.
public static final java.lang.String FILE_EXTENSION
public static final int FILE_ID_3A
public static int fileID
public static de.muntjak.tinylookandfeel.util.BooleanReference fixedTabs
public static de.muntjak.tinylookandfeel.util.SBReference frameBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference frameBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseLightColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtClosePressedColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtCloseRolloverColor
public static de.muntjak.tinylookandfeel.util.IntReference frameButtCloseSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference frameButtCloseSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference frameButtCloseSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference frameButtCloseSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference frameButtColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference frameButtRolloverColor
public static de.muntjak.tinylookandfeel.util.IntReference frameButtSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference frameButtSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference frameButtSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference frameButtSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference frameCaptionColor
public static de.muntjak.tinylookandfeel.util.SBReference frameCaptionDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameColor
public static de.muntjak.tinylookandfeel.util.SBReference frameLightColor
public static de.muntjak.tinylookandfeel.util.SBReference frameLightDisabledColor
public static de.muntjak.tinylookandfeel.util.IntReference frameSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference frameSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference frameSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference frameSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolCloseColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolCloseDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolCloseDarkDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolCloseDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolClosePressedColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolDarkDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolLightColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolLightDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference frameSymbolPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference frameTitleColor
public static de.muntjak.tinylookandfeel.util.SBReference frameTitleDisabledColor
public static de.muntjak.tinylookandfeel.util.ColoredFont frameTitleFont
public static de.muntjak.tinylookandfeel.util.SBReference frameTitleShadowColor
public static de.muntjak.tinylookandfeel.util.BooleanReference ignoreSelectedBg
public static de.muntjak.tinylookandfeel.util.ColoredFont internalFrameTitleFont
public static de.muntjak.tinylookandfeel.util.ColoredFont internalPaletteTitleFont
public static de.muntjak.tinylookandfeel.util.ColoredFont labelFont
public static de.muntjak.tinylookandfeel.util.SBReference labelFontColor
public static de.muntjak.tinylookandfeel.util.SBReference listBgColor
public static de.muntjak.tinylookandfeel.util.SBReference listFocusBorderColor
public static de.muntjak.tinylookandfeel.util.ColoredFont listFont
public static de.muntjak.tinylookandfeel.util.SBReference listSelectedBgColor
public static de.muntjak.tinylookandfeel.util.SBReference listSelectedTextColor
public static de.muntjak.tinylookandfeel.util.SBReference listTextColor
public static de.muntjak.tinylookandfeel.util.SBReference mainColor
public static de.muntjak.tinylookandfeel.util.BooleanReference menuAllowTwoIcons
public static de.muntjak.tinylookandfeel.util.SBReference menuBarColor
public static de.muntjak.tinylookandfeel.util.SBReference menuBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference menuDisabledFgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont menuFont
public static de.muntjak.tinylookandfeel.util.SBReference menuFontColor
public static de.muntjak.tinylookandfeel.util.SBReference menuIconColor
public static de.muntjak.tinylookandfeel.util.SBReference menuIconDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference menuIconRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference menuInnerHilightColor
public static de.muntjak.tinylookandfeel.util.SBReference menuInnerShadowColor
public static de.muntjak.tinylookandfeel.util.SBReference menuItemDisabledFgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont menuItemFont
public static de.muntjak.tinylookandfeel.util.SBReference menuItemFontColor
public static de.muntjak.tinylookandfeel.util.SBReference menuItemRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference menuItemSelectedTextColor
public static de.muntjak.tinylookandfeel.util.SBReference menuOuterHilightColor
public static de.muntjak.tinylookandfeel.util.SBReference menuOuterShadowColor
public static de.muntjak.tinylookandfeel.util.SBReference menuPopupColor
public static de.muntjak.tinylookandfeel.util.BooleanReference menuPopupShadow
public static de.muntjak.tinylookandfeel.util.BooleanReference menuRollover
public static de.muntjak.tinylookandfeel.util.SBReference menuRolloverBgColor
public static de.muntjak.tinylookandfeel.util.SBReference menuRolloverFgColor
public static de.muntjak.tinylookandfeel.util.SBReference menuSeparatorColor
public static de.muntjak.tinylookandfeel.util.ColoredFont passwordFont
public static de.muntjak.tinylookandfeel.util.ColoredFont plainFont
public static de.muntjak.tinylookandfeel.util.ColoredFont progressBarFont
public static de.muntjak.tinylookandfeel.util.SBReference progressBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference progressColor
public static de.muntjak.tinylookandfeel.util.SBReference progressDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference progressLightColor
public static de.muntjak.tinylookandfeel.util.SBReference progressSelectBackColor
public static de.muntjak.tinylookandfeel.util.SBReference progressSelectForeColor
public static de.muntjak.tinylookandfeel.util.SBReference progressTrackColor
public static de.muntjak.tinylookandfeel.util.SBReference radioDisabledFgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont radioFont
public static de.muntjak.tinylookandfeel.util.SBReference radioFontColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollArrowColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollArrowDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollBorderLightColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollButtColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollButtDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollButtPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollButtRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollGripDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollGripLightColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollLightDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollPaneBorderColor
public static de.muntjak.tinylookandfeel.util.BooleanReference scrollRollover
public static de.muntjak.tinylookandfeel.util.IntReference scrollSize
public static de.muntjak.tinylookandfeel.util.IntReference scrollSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference scrollSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference scrollSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference scrollSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference scrollThumbColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollThumbDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollThumbPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollThumbRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollTrackBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollTrackBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollTrackColor
public static de.muntjak.tinylookandfeel.util.SBReference scrollTrackDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference separatorColor
public static de.muntjak.tinylookandfeel.util.BooleanReference shiftButtonText
public static de.muntjak.tinylookandfeel.util.SBReference sliderBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderFocusColor
public static de.muntjak.tinylookandfeel.util.BooleanReference sliderFocusEnabled
public static de.muntjak.tinylookandfeel.util.SBReference sliderLightColor
public static de.muntjak.tinylookandfeel.util.BooleanReference sliderRolloverEnabled
public static de.muntjak.tinylookandfeel.util.SBReference sliderThumbColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderThumbDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderThumbPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderThumbRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTickColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTickDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTrackBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTrackColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTrackDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference sliderTrackLightColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerArrowColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerArrowDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerButtColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerButtDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerButtPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference spinnerButtRolloverColor
public static de.muntjak.tinylookandfeel.util.BooleanReference spinnerRollover
public static de.muntjak.tinylookandfeel.util.IntReference spinnerSpreadDark
public static de.muntjak.tinylookandfeel.util.IntReference spinnerSpreadDarkDisabled
public static de.muntjak.tinylookandfeel.util.IntReference spinnerSpreadLight
public static de.muntjak.tinylookandfeel.util.IntReference spinnerSpreadLightDisabled
public static de.muntjak.tinylookandfeel.util.SBReference splitPaneButtonColor
public static de.muntjak.tinylookandfeel.util.SBReference sub1Color
public static de.muntjak.tinylookandfeel.util.SBReference sub2Color
public static de.muntjak.tinylookandfeel.util.SBReference sub3Color
public static de.muntjak.tinylookandfeel.util.SBReference sub4Color
public static de.muntjak.tinylookandfeel.util.SBReference sub5Color
public static de.muntjak.tinylookandfeel.util.SBReference sub6Color
public static de.muntjak.tinylookandfeel.util.SBReference sub7Color
public static de.muntjak.tinylookandfeel.util.SBReference sub8Color
public static javax.swing.plaf.InsetsUIResource tabAreaInsets
public static de.muntjak.tinylookandfeel.util.SBReference tabBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference tabDisabledBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference tabDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference tabDisabledSelectedColor
public static de.muntjak.tinylookandfeel.util.SBReference tabDisabledTextColor
public static de.muntjak.tinylookandfeel.util.BooleanReference tabFocus
public static de.muntjak.tinylookandfeel.util.ColoredFont tabFont
public static de.muntjak.tinylookandfeel.util.SBReference tabFontColor
public static javax.swing.plaf.InsetsUIResource tabInsets
public static de.muntjak.tinylookandfeel.util.SBReference tableBackColor
public static de.muntjak.tinylookandfeel.util.SBReference tableBorderDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference tableBorderLightColor
public static de.muntjak.tinylookandfeel.util.SBReference tableFocusBorderColor
public static de.muntjak.tinylookandfeel.util.ColoredFont tableFont
public static de.muntjak.tinylookandfeel.util.SBReference tableFontColor
public static de.muntjak.tinylookandfeel.util.SBReference tableGridColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderArrowColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderBackColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderDarkColor
public static de.muntjak.tinylookandfeel.util.ColoredFont tableHeaderFont
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderFontColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderLightColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderRolloverBackColor
public static de.muntjak.tinylookandfeel.util.SBReference tableHeaderRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference tableSelectedBackColor
public static de.muntjak.tinylookandfeel.util.SBReference tableSelectedForeColor
public static de.muntjak.tinylookandfeel.util.SBReference tabNormalColor
public static de.muntjak.tinylookandfeel.util.SBReference tabPaneBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference tabPaneDisabledBorderColor
public static de.muntjak.tinylookandfeel.util.BooleanReference tabRollover
public static de.muntjak.tinylookandfeel.util.SBReference tabRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference tabSelectedColor
public static de.muntjak.tinylookandfeel.util.ColoredFont textAreaFont
public static de.muntjak.tinylookandfeel.util.SBReference textBgColor
public static de.muntjak.tinylookandfeel.util.SBReference textBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference textBorderDisabledColor
public static de.muntjak.tinylookandfeel.util.SBReference textCaretColor
public static de.muntjak.tinylookandfeel.util.SBReference textDisabledBgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont textFieldFont
public static javax.swing.plaf.InsetsUIResource textInsets
public static de.muntjak.tinylookandfeel.util.SBReference textNonEditableBgColor
public static de.muntjak.tinylookandfeel.util.SBReference textPaneBgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont textPaneFont
public static de.muntjak.tinylookandfeel.util.SBReference textSelectedBgColor
public static de.muntjak.tinylookandfeel.util.SBReference textSelectedTextColor
public static de.muntjak.tinylookandfeel.util.SBReference textTextColor
public static final java.io.FilenameFilter THEMES_FILTER
public static de.muntjak.tinylookandfeel.util.SBReference tipBgColor
public static de.muntjak.tinylookandfeel.util.SBReference tipBgDis
public static de.muntjak.tinylookandfeel.util.SBReference tipBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference tipBorderDis
public static de.muntjak.tinylookandfeel.util.SBReference tipTextColor
public static de.muntjak.tinylookandfeel.util.SBReference tipTextDis
public static de.muntjak.tinylookandfeel.util.SBReference titledBorderColor
public static de.muntjak.tinylookandfeel.util.ColoredFont titledBorderFont
public static de.muntjak.tinylookandfeel.util.SBReference titledBorderFontColor
public static de.muntjak.tinylookandfeel.util.SBReference toggleSelectedBg
public static de.muntjak.tinylookandfeel.util.SBReference toolBarColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBarDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBarLightColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBorderColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBorderPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBorderRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference toolBorderSelectedColor
public static de.muntjak.tinylookandfeel.util.SBReference toolButtColor
public static de.muntjak.tinylookandfeel.util.SBReference toolButtPressedColor
public static de.muntjak.tinylookandfeel.util.SBReference toolButtRolloverColor
public static de.muntjak.tinylookandfeel.util.SBReference toolButtSelectedColor
public static de.muntjak.tinylookandfeel.util.BooleanReference toolFocus
public static de.muntjak.tinylookandfeel.util.SBReference toolGripDarkColor
public static de.muntjak.tinylookandfeel.util.SBReference toolGripLightColor
public static javax.swing.plaf.InsetsUIResource toolMargin
public static de.muntjak.tinylookandfeel.util.BooleanReference toolRollover
public static de.muntjak.tinylookandfeel.util.SBReference toolSeparatorColor
public static de.muntjak.tinylookandfeel.util.ColoredFont toolTipFont
public static de.muntjak.tinylookandfeel.util.SBReference treeBgColor
public static de.muntjak.tinylookandfeel.util.ColoredFont treeFont
public static de.muntjak.tinylookandfeel.util.SBReference treeLineColor
public static de.muntjak.tinylookandfeel.util.SBReference treeSelectedBgColor
public static de.muntjak.tinylookandfeel.util.SBReference treeSelectedTextColor
public static de.muntjak.tinylookandfeel.util.SBReference treeTextBgColor
public static de.muntjak.tinylookandfeel.util.SBReference treeTextColor
Method Detail |
---|
public static ThemeDescription[] getAvailableThemes()
ThemeDescription
s.
The search order is as follows:
ThemeDescription
objects which can be of
zero length but will not be null
.public static java.lang.String getPlatformFont(java.lang.String fontFamily)
public static boolean loadTheme(java.io.File f)
f
- a non-null file specifying a TinyLaF theme
true
if the theme was successfully loaded,
false
otherwise. If false
is returned
then errorCode
is set to a value other than ERROR_NONE
.public static boolean loadTheme(ThemeDescription td)
td
- a non-null ThemeDescription
true
if the theme was successfully loaded,
false
otherwise. If false
is returned
then errorCode
is set to a value other than ERROR_NONE
.public static boolean loadTheme(java.net.URL url)
url
- a non-null URL specifying a TinyLaF theme
true
if the theme was successfully loaded,
false
otherwise. If false
is returned
then errorCode
is set to a value other than ERROR_NONE
.public static void loadYQTheme()
public static boolean saveTheme(java.lang.String fileName)
fileName
- a non-null file path
true
if the theme was successfully saved,
false
otherwise.
java.lang.IllegalArgumentException
- if fileName
is
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |