public abstract class

OptionPaneUI

extends ComponentUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.OptionPaneUI
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Pluggable look and feel interface for JOptionPane.

Summary

Public Constructors
OptionPaneUI()
Public Methods
abstract boolean containsCustomComponents(JOptionPane op)
Returns true if the user has supplied instances of Component for either the options or message.
abstract void selectInitialValue(JOptionPane op)
Requests the component representing the default value to have focus.
[Expand]
Inherited Methods
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Public Constructors

public OptionPaneUI ()

Public Methods

public abstract boolean containsCustomComponents (JOptionPane op)

Returns true if the user has supplied instances of Component for either the options or message.

public abstract void selectInitialValue (JOptionPane op)

Requests the component representing the default value to have focus.