软件包 | 描述 |
---|---|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.multi |
提供结合两个或多个外观和感觉的用户界面对象。
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
OptionPaneUI.containsCustomComponents(JOptionPane op)
如果用户提供了选项或消息的组件实例,则返回真实的情况。
|
abstract void |
OptionPaneUI.selectInitialValue(JOptionPane op)
请表示表示默认值的组件有焦点。
|
Modifier and Type | Field and Description |
---|---|
protected JOptionPane |
BasicOptionPaneUI.optionPane
JOptionPane ,接收机提供的外观和感觉。
|
Modifier and Type | Method and Description |
---|---|
boolean |
BasicOptionPaneUI.containsCustomComponents(JOptionPane op)
如果在最后调用validatecomponent消息或按钮包含组件的子类返回true。
|
void |
BasicOptionPaneUI.selectInitialValue(JOptionPane op)
如果inputcomponent是非空的,重点是要求上,否则请求默认值的焦点
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiOptionPaneUI.containsCustomComponents(JOptionPane a)
调用该对象的每个UI处理
containsCustomComponents 方法。
|
void |
MultiOptionPaneUI.selectInitialValue(JOptionPane a)
调用该对象的每个UI处理
selectInitialValue 方法。
|
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.