All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.plaf.OptionPaneUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.OptionPaneUI
- public abstract class OptionPaneUI
- extends ComponentUI
Pluggable look and feel interface for JOptionPane.
OptionPaneUI()
-
containsCustomComponents()
- Returns true if the user has supplied instances of Component for
either the options or message.
selectInitialValue()
- Requests the component representing the default value to have
focus.
OptionPaneUI
public OptionPaneUI()
selectInitialValue
public abstract void selectInitialValue()
- Requests the component representing the default value to have
focus.
containsCustomComponents
public abstract boolean containsCustomComponents()
- Returns true if the user has supplied instances of Component for
either the options or message.
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature