软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.plaf.multi |
提供结合两个或多个外观和感觉的用户界面对象。
|
javax.swing.plaf.nimbus |
提供用户界面对象建立跨平台的灵气的外观和感觉。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
LookAndFeel.getDefaults()
返回外观和感觉默认值。
|
static UIDefaults |
UIManager.getDefaults()
返回默认值。
|
static UIDefaults |
UIManager.getLookAndFeelDefaults()
返回当前的
UIDefaults 看起来和感觉,当时安装的外观和感觉得到。
|
Modifier and Type | Method and Description |
---|---|
Object |
UIDefaults.LazyValue.createValue(UIDefaults table)
创造实际价值的
UIDefaults 表检索。
|
Object |
UIDefaults.ActiveValue.createValue(UIDefaults table)
创造价值的
UIDefaults 表检索。
|
Object |
UIDefaults.ProxyLazyValue.createValue(UIDefaults table)
创造价值的
UIDefaults 表检索。
|
Object |
UIDefaults.LazyInputMap.createValue(UIDefaults table)
创造是通过绑定一个
InputMap 。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
BasicLookAndFeel.getDefaults()
返回外观和感觉默认值。
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicLookAndFeel.initClassDefaults(UIDefaults table)
填充
uiClassID
table 映射到UI类的完全限定名。
|
protected void |
BasicLookAndFeel.initComponentDefaults(UIDefaults table)
填充
table 为基本看违约和感觉。
|
protected void |
BasicLookAndFeel.initSystemColorDefaults(UIDefaults table)
填充颜色
table 系统。
|
protected void |
BasicLookAndFeel.loadSystemColors(UIDefaults table, String[] systemColors, boolean useNative)
填充
table 在
systemColors 的
name-color 对。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
MetalLookAndFeel.getDefaults()
返回外观和感觉默认值。
|
Modifier and Type | Method and Description |
---|---|
void |
OceanTheme.addCustomEntriesToTable(UIDefaults table)
将此主题的自定义项添加到默认表中。
|
void |
MetalTheme.addCustomEntriesToTable(UIDefaults table)
将此主题的特定值添加到默认表。
|
protected void |
MetalLookAndFeel.initClassDefaults(UIDefaults table)
填充
uiClassID
table 映射到UI类的完全限定名。
|
protected void |
MetalLookAndFeel.initComponentDefaults(UIDefaults table)
填充
table 金属与默认值。
|
protected void |
MetalLookAndFeel.initSystemColorDefaults(UIDefaults table)
填充颜色
table 系统。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
MultiLookAndFeel.getDefaults()
创建、初始化并返回的外观和感觉,具体的缺陷。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
NimbusLookAndFeel.getDefaults()
返回此synthlookandfeel默认。
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
SynthLookAndFeel.getDefaults()
返回此synthlookandfeel默认。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.