public class BeautyEyeLookAndFeelCross
extends javax.swing.plaf.metal.MetalLookAndFeel
BeautyEye Swing外观实现方案 - 跨平台通用外观实现主类.
本主题主类仅供跨平台时使用,它可用于Java支持的所有操作系统.
| 构造器和说明 |
|---|
BeautyEyeLookAndFeelCross()
Instantiates a new beauty eye look and feel cross.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getID() |
java.lang.String |
getName() |
boolean |
getSupportsWindowDecorations()
Gets the supports window decorations.
|
protected void |
initComponentDefaults(javax.swing.UIDefaults table) |
protected void |
initOtherResourceBundle(javax.swing.UIDefaults table)
Initialize the defaults table with the name of the other ResourceBundle
used for getting localized defaults.
|
boolean |
isNativeLookAndFeel() |
boolean |
isSupportedLookAndFeel() |
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, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initClassDefaults, initSystemColorDefaults, provideErrorFeedback, setCurrentThemecreateAudioAction, getAudioActionMap, initialize, loadSystemColors, playSound, uninitializepublic BeautyEyeLookAndFeelCross()
public java.lang.String getName()
getName 在类中 javax.swing.plaf.metal.MetalLookAndFeelpublic java.lang.String getID()
getID 在类中 javax.swing.plaf.metal.MetalLookAndFeelpublic java.lang.String getDescription()
getDescription 在类中 javax.swing.plaf.metal.MetalLookAndFeelpublic boolean getSupportsWindowDecorations()
getSupportsWindowDecorations 在类中 javax.swing.plaf.metal.MetalLookAndFeelpublic boolean isNativeLookAndFeel()
isNativeLookAndFeel 在类中 javax.swing.plaf.metal.MetalLookAndFeelpublic boolean isSupportedLookAndFeel()
isSupportedLookAndFeel 在类中 javax.swing.plaf.metal.MetalLookAndFeelprotected void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults 在类中 javax.swing.plaf.metal.MetalLookAndFeelprotected void initOtherResourceBundle(javax.swing.UIDefaults table)