public class KopiLookAndFeel
extends javax.swing.plaf.metal.MetalLookAndFeel
| Modifier and Type | Class and Description |
|---|---|
static class |
KopiLookAndFeel.TopLineBorder |
| Constructor and Description |
|---|
KopiLookAndFeel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDefaultTheme() |
java.lang.String |
getDescription() |
java.lang.String |
getID() |
java.lang.String |
getName() |
protected void |
initClassDefaults(javax.swing.UIDefaults table) |
protected void |
initComponentDefaults(javax.swing.UIDefaults table) |
protected void |
initSystemColorDefaults(javax.swing.UIDefaults table) |
boolean |
isNativeLookAndFeel() |
boolean |
isSupportedLookAndFeel() |
protected void |
putDefault(javax.swing.UIDefaults table,
java.lang.String uiKey) |
static void |
setCurrentTheme(javax.swing.plaf.metal.MetalTheme theme)
Sets the current color theme.
|
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, provideErrorFeedbackcreateAudioAction, getAudioActionMap, initialize, loadSystemColors, playSound, uninitializepublic java.lang.String getID()
getID in class javax.swing.plaf.metal.MetalLookAndFeelpublic java.lang.String getName()
getName in class javax.swing.plaf.metal.MetalLookAndFeelpublic java.lang.String getDescription()
getDescription in class javax.swing.plaf.metal.MetalLookAndFeelpublic boolean isNativeLookAndFeel()
isNativeLookAndFeel in class javax.swing.plaf.metal.MetalLookAndFeelpublic boolean isSupportedLookAndFeel()
isSupportedLookAndFeel in class javax.swing.plaf.metal.MetalLookAndFeelprotected void initClassDefaults(javax.swing.UIDefaults table)
initClassDefaults in class javax.swing.plaf.metal.MetalLookAndFeelprotected void initSystemColorDefaults(javax.swing.UIDefaults table)
initSystemColorDefaults in class javax.swing.plaf.metal.MetalLookAndFeelprotected void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults in class javax.swing.plaf.metal.MetalLookAndFeelprotected void putDefault(javax.swing.UIDefaults table,
java.lang.String uiKey)
public static void setCurrentTheme(javax.swing.plaf.metal.MetalTheme theme)
protected void createDefaultTheme()
createDefaultTheme in class javax.swing.plaf.metal.MetalLookAndFeel