|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JOptionPane | |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look-and-feel. |
javax.swing.plaf.multi | The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. |
Uses of JOptionPane in javax.swing |
Constructors in javax.swing with parameters of type JOptionPane | |
JOptionPane.AccessibleJOptionPane()
|
Uses of JOptionPane in javax.swing.plaf |
Methods in javax.swing.plaf with parameters of type JOptionPane | |
abstract void |
OptionPaneUI.selectInitialValue(JOptionPane op)
Requests the component representing the default value to have focus. |
abstract boolean |
OptionPaneUI.containsCustomComponents(JOptionPane op)
Returns true if the user has supplied instances of Component for either the options or message. |
Uses of JOptionPane in javax.swing.plaf.basic |
Fields in javax.swing.plaf.basic declared as JOptionPane | |
protected JOptionPane |
BasicOptionPaneUI.optionPane
JOptionPane that the reciever is providing the look and feel for. |
Methods in javax.swing.plaf.basic with parameters of type JOptionPane | |
void |
BasicOptionPaneUI.selectInitialValue(JOptionPane op)
If inputComponent is non-null, the focus is requested on that, otherwise request focus on the default value |
boolean |
BasicOptionPaneUI.containsCustomComponents(JOptionPane op)
Returns true if in the last call to validateComponent the message or buttons contained a subclass of Component. |
Uses of JOptionPane in javax.swing.plaf.multi |
Methods in javax.swing.plaf.multi with parameters of type JOptionPane | |
void |
MultiOptionPaneUI.selectInitialValue(JOptionPane a)
Call selectInitialValue on each UI handled by this MultiUI. |
boolean |
MultiOptionPaneUI.containsCustomComponents(JOptionPane a)
Call containsCustomComponents on each UI handled by this MultiUI. |
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.