所有类
javax.swing.plaf
类 OptionPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.OptionPaneUI
- 直接已知子类:
- BasicOptionPaneUI, MultiOptionPaneUI
-
public abstract class OptionPaneUI
- extends ComponentUI
JOptionPane 的可插入外观界面。
从类 javax.swing.plaf.ComponentUI 继承的方法 |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionPaneUI
public OptionPaneUI()
selectInitialValue
public abstract void selectInitialValue(JOptionPane op)
-
请求表示默认值的组件拥有焦点。
-
containsCustomComponents
public abstract boolean containsCustomComponents(JOptionPane op)
-
如果用户已经为选项或消息提供 Component 实例,则返回 true。
-
所有类