Searched refs:JRootPane (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRootPaneUI.java42 * JRootPane instances.
56 installDefaults((JRootPane)c);
57 installComponents((JRootPane)c);
58 installListeners((JRootPane)c);
59 installKeyboardActions((JRootPane)c);
64 uninstallDefaults((JRootPane)c);
65 uninstallComponents((JRootPane)c);
66 uninstallListeners((JRootPane)c);
67 uninstallKeyboardActions((JRootPane)c);
70 protected void installDefaults(JRootPane
[all...]
H A DBasicButtonListener.java165 JRootPane root = b.getRootPane();
183 JRootPane root = b.getRootPane();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaRootPaneUI.java43 * The JRootPane manages the default button. There can be only one active rootpane,
65 updateDefaultButton((JRootPane)c);
89 final JRootPane root = (JRootPane)c;
100 final JRootPane root = (JRootPane)c;
114 if (e.getContainer() instanceof JRootPane) {
115 final JRootPane root = (JRootPane)e.getContainer();
128 // Could be a JDialog, and may have been added to a JRootPane no
[all...]
H A DAquaMnemonicHandler.java74 final JRootPane root = SwingUtilities.getRootPane(ev.getComponent());
H A DScreenPopupFactory.java81 final JRootPane popupRootPane = ((RootPaneContainer)w).getRootPane();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodJFrame.java29 import javax.swing.JRootPane;
52 this.getRootPane().setWindowDecorationStyle(JRootPane.NONE);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRootPaneContainer.java34 * JRootPane child: JDialog, JFrame, JWindow, JApplet, JInternalFrame.
35 * The methods in this interface are just <i>covers</i> for the JRootPane
44 * single JRootPane, specially. For example in a GUI builder,
72 * @see JRootPane
84 * Return this component's single JRootPane child. A conventional
89 * @return this components single JRootPane child.
90 * @see JRootPane
92 JRootPane getRootPane();
108 * JRootPane
109 * @see JRootPane#getContentPan
[all...]
H A DJApplet.java47 * <code>JRootPane</code> as its only child. The <code>contentPane</code>
66 * Please see the <code>JRootPane</code> documentation for a
100 protected JRootPane rootPane;
159 protected JRootPane createRootPane() {
160 JRootPane rp = new JRootPane();
369 public JRootPane getRootPane() {
384 protected void setRootPane(JRootPane root) {
H A DJWindow.java43 * The <code>JWindow</code> component contains a <code>JRootPane</code>
61 * Please see the {@link JRootPane} documentation for a complete description of
83 * @see JRootPane
97 * The <code>JRootPane</code> instance that manages the
105 protected JRootPane rootPane;
273 protected JRootPane createRootPane() {
274 JRootPane rp = new JRootPane();
461 public JRootPane getRootPane() {
477 protected void setRootPane(JRootPane roo
[all...]
H A DJDialog.java43 * The {@code JDialog} component contains a {@code JRootPane}
62 * Please see the {@code JRootPane} documentation for a complete
85 * @see JRootPane
115 protected JRootPane rootPane;
654 getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
664 protected JRootPane createRootPane() {
665 JRootPane rp = new JRootPane();
974 public JRootPane getRootPane() {
991 protected void setRootPane(JRootPane roo
[all...]
H A DJFrame.java48 * a <code>JFrame</code> contains a <code>JRootPane</code> as its only child.
100 * @see JRootPane
144 * The <code>JRootPane</code> instance that manages the
149 * @see JRootPane
152 protected JRootPane rootPane;
266 getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
276 protected JRootPane createRootPane() {
277 JRootPane rp = new JRootPane();
618 public JRootPane getRootPan
[all...]
H A DJButton.java169 * default button for its <code>JRootPane</code>.
175 * @see JRootPane#setDefaultButton
181 JRootPane root = SwingUtilities.getRootPane(this);
194 * @see JRootPane#setDefaultButton
231 JRootPane root = SwingUtilities.getRootPane(this);
H A DJRootPane.java52 * <p align=center><img src="doc-files/JRootPane-1.gif"
66 * <code>JRootPane</code> (shown with a little "handle" on top).
69 * can be used to obtain the <code>JRootPane</code> that contains
75 * <img src="doc-files/JRootPane-2.gif"
80 * The diagram at right shows the structure of a <code>JRootPane</code>.
98 * To add components to the <code>JRootPane</code> (other than the
100 * of the <code>JRootPane</code>, like this:
106 * the <code>contentPane</code> instead of on the <code>JRootPane</code>.
109 * a <code>BorderLayout</code> manager. However, the <code>JRootPane</code>
112 * to a <code>JRootPane</cod
202 public class JRootPane extends JComponent implements Accessible { class in inherits:JComponent,Accessible
364 public JRootPane() { method in class:JRootPane
[all...]
H A DBufferStrategyPaintManager.java444 * changes for a JRootPane. If the rootpane is not double
448 public void doubleBufferingChanged(final JRootPane rootPane) {
469 private void doubleBufferingChanged0(JRootPane rootPane) {
606 (rootJ instanceof JRootPane)) {
608 // buffering if double buffering enabled on the JRootPane and
609 // the JRootPane wants true double buffering.
611 ((JRootPane)rootJ).getUseTrueDoubleBuffering()) {
H A DPopupFactory.java728 if (p instanceof JRootPane) {
732 parent = ((JRootPane)p).getLayeredPane();
733 // Continue, so that if there is a higher JRootPane, we'll
797 private JRootPane rootPane;
915 rootPane = new JRootPane();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java58 * PropertyChangeListener added to the JRootPane.
128 * JRootPane rendering for.
130 private JRootPane rootPane;
172 public MetalTitlePane(JRootPane root, MetalRootPaneUI ui) {
233 * Returns the <code>JRootPane</code> this was created for.
235 public JRootPane getRootPane() {
240 * Returns the decoration style of the <code>JRootPane</code>.
277 if (decorationStyle == JRootPane.FRAME) {
285 } else if (decorationStyle == JRootPane.PLAIN_DIALOG ||
286 decorationStyle == JRootPane
[all...]
H A DMetalRootPaneUI.java44 * <code>windowDecorationStyle</code> property of <code>JRootPane</code>.
52 * <code>JRootPane.NONE</code>.
89 * Window the <code>JRootPane</code> is in.
101 * <code>Window</code> the <code>JRootPane</code> is contained in.
107 * <code>JRootPane</code>.
112 * <code>LayoutManager</code> of the <code>JRootPane</code> before we
118 * <code>JRootPane</code> providing the look and feel for.
120 private JRootPane root;
130 * Creates a UI for a <code>JRootPane</code>.
132 * @param c the JRootPane th
[all...]
H A DMetalToolBarUI.java118 * that shares the JRootPane ancestor of <code>from</code>.
122 JRootPane rp = SwingUtilities.getRootPane(from);
149 JRootPane rp = SwingUtilities.getRootPane(c);
302 JRootPane rp = SwingUtilities.getRootPane(c);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthRootPaneUI.java36 * {@link javax.swing.JRootPane}.
58 protected void installDefaults(JRootPane c){
66 protected void uninstallDefaults(JRootPane root) {
97 uninstallKeyboardActions((JRootPane)c);
98 installKeyboardActions((JRootPane)c);
171 updateStyle((JRootPane)e.getSource());
/openjdk7/jdk/test/java/awt/Container/ValidateRoot/
H A DInvalidateMustRespectValidateRoots.java36 private static volatile JRootPane rootPane;
41 // The JRootPane is a validate root. We'll check if
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRootPaneUI.java45 import javax.swing.JRootPane;
64 * JRootPane instances.
81 static JRootPane root = null;
H A DWindowsMenuBarUI.java177 JRootPane rootPane = c.getRootPane();
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/4928019/
H A Dbug4928019.java157 new JRootPane() {
/openjdk7/jdk/test/javax/swing/JRootPane/4670486/
H A Dbug4670486.java69 JRootPane root = frame.getRootPane();
/openjdk7/jdk/test/javax/swing/plaf/synth/
H A DTest6660049.java64 javax.swing.JRootPane.class,

Completed in 84 milliseconds

123