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.


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  

Submit a bug or feature