JSR-209 (Final Release)

javax.microedition.plaf
Interface OptionPaneUI


public interface OptionPaneUI

Pluggable look and feel interface for JOptionPane.


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

Method Detail

selectInitialValue

public void selectInitialValue(JOptionPane op)
Requests the component representing the default value to have focus.


containsCustomComponents

public boolean containsCustomComponents(JOptionPane op)
Returns true if the user has supplied instances of Component for either the options or message.


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.