Package games.stendhal.client.gui.styled
Class StyledLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
games.stendhal.client.gui.styled.StyledLookAndFeel
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
getName()
protected void
initClassDefaults(UIDefaults table)
protected void
initComponentDefaults(UIDefaults table)
void
setDefaultFontSize(int size)
Set the default font size used in components.Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledIcon, getDisabledSelectedIcon, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initialize, loadSystemColors, playSound, uninitialize
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder
-
Constructor Details
-
StyledLookAndFeel
-
-
Method Details
-
initClassDefaults
- Overrides:
initClassDefaults
in classMetalLookAndFeel
-
setDefaultFontSize
public void setDefaultFontSize(int size)Set the default font size used in components.- Parameters:
size
- new font size
-
initComponentDefaults
- Overrides:
initComponentDefaults
in classMetalLookAndFeel
-
getDescription
- Overrides:
getDescription
in classMetalLookAndFeel
-
getID
- Overrides:
getID
in classMetalLookAndFeel
-
getName
- Overrides:
getName
in classMetalLookAndFeel
-