All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.plaf.OptionPaneUI

java.lang.Object
   |
   +----com.sun.java.swing.plaf.ComponentUI
           |
           +----com.sun.java.swing.plaf.OptionPaneUI

public abstract class OptionPaneUI
extends ComponentUI
Pluggable look and feel interface for JOptionPane.


Constructor Index

 o OptionPaneUI()

Method Index

 o containsCustomComponents()
Returns true if the user has supplied instances of Component for either the options or message.
 o selectInitialValue()
Requests the component representing the default value to have focus.

Constructors

 o OptionPaneUI
 public OptionPaneUI()

Methods

 o selectInitialValue
 public abstract void selectInitialValue()
Requests the component representing the default value to have focus.

 o 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