javax.swing.plaf
public abstract class OptionPaneUI extends ComponentUI
JOptionPane
.
Method Summary | |
---|---|
abstract boolean | containsCustomComponents(JOptionPane pane)
Determines whether the user has provided custom components
for the options or the message.
|
abstract void | selectInitialValue(JOptionPane pane)
Gives keyboard input focus to the component that represents
the default value.
|
Parameters: pane the JOptionPane
for which this delegate
object provides the pluggable user interface.
Returns: true
if the user has supplied any custom
components; false
if all components are
provided by Swing or a LookAndFeel.
Parameters: pane the JOptionPane
for which this delegate
object provides the pluggable user interface.