Lines Matching defs:JRootPane

53  * <p style="text-align:center"><img src="doc-files/JRootPane-1.gif"
67 * <code>JRootPane</code> (shown with a little "handle" on top).
70 * can be used to obtain the <code>JRootPane</code> that contains
78 * <img src="doc-files/JRootPane-2.gif"
83 * The diagram at right shows the structure of a <code>JRootPane</code>.
101 * To add components to the <code>JRootPane</code> (other than the
103 * of the <code>JRootPane</code>, like this:
109 * the <code>contentPane</code> instead of on the <code>JRootPane</code>.
112 * a <code>BorderLayout</code> manager. However, the <code>JRootPane</code>
115 * to a <code>JRootPane</code>, be sure to use code like this:
119 * If a <code>JMenuBar</code> component is set on the <code>JRootPane</code>,
128 * <code>JRootPane</code> -- both as the direct parent of the menu and
137 * <code>JRootPane</code>.
145 * The custom <code>LayoutManager</code> used by <code>JRootPane</code>
149 * area of the <code>JRootPane</code> (bounds - insets).
151 * <code>JRootPane</code>. (bounds - insets)
157 * Any other views in the <code>JRootPane</code> view hierarchy are ignored.
159 * If you replace the <code>LayoutManager</code> of the <code>JRootPane</code>,
163 * for the <code>JRootPane</code> itself!
207 public class JRootPane extends JComponent implements Accessible {
225 * the <code>JRootPane</code> should not provide any sort of
234 * the <code>JRootPane</code> should provide decorations appropriate for
243 * the <code>JRootPane</code> should provide decorations appropriate for
252 * the <code>JRootPane</code> should provide decorations appropriate for
261 * the <code>JRootPane</code> should provide decorations appropriate for
270 * the <code>JRootPane</code> should provide decorations appropriate for
279 * the <code>JRootPane</code> should provide decorations appropriate for
288 * the <code>JRootPane</code> should provide decorations appropriate for
297 * the <code>JRootPane</code> should provide decorations appropriate for
343 * Creates a <code>JRootPane</code>, setting up its
347 public JRootPane() {
369 * <code>JRootPane</code> is providing.
385 * closing a Window, title ...) the <code>JRootPane</code> should
407 "JRootPane.NONE",
408 "JRootPane.FRAME",
409 "JRootPane.PLAIN_DIALOG",
410 "JRootPane.INFORMATION_DIALOG",
411 "JRootPane.ERROR_DIALOG",
412 "JRootPane.COLOR_CHOOSER_DIALOG",
413 "JRootPane.FILE_CHOOSER_DIALOG",
414 "JRootPane.QUESTION_DIALOG",
415 "JRootPane.WARNING_DIALOG"}, description
661 * for this <code>JRootPane</code>
687 * Returns the current glass pane for this <code>JRootPane</code>.
696 * If a descendant of this <code>JRootPane</code> calls
701 * either a <code>JRootPane</code> or a <code>JScrollPane</code>
715 * have the same bounds, which means <code>JRootPane</code>
747 * which determines the current default button for this <code>JRootPane</code>.
970 * Returns a string representation of this <code>JRootPane</code>.
976 * @return a string representation of this <code>JRootPane</code>.
988 * <code>JRootPane</code>. For root panes, the
994 * <code>AccessibleContext</code> of this <code>JRootPane</code>
1005 * <code>JRootPane</code> class. It provides an implementation of the