< prev index next >

src/java.desktop/share/classes/sun/awt/AWTAccessor.java

Print this page

        

@@ -358,10 +358,16 @@
 
         /**
          * Marks the specified window as an utility window for TrayIcon.
          */
         void setTrayIconWindow(Window w, boolean isTrayIconWindow);
+
+        /**
+         * Return an array containing all the windows this
+         * window currently owns.
+         */
+        Window[] getOwnedWindows(Window w);
     }
 
     /**
      * An accessor for the AWTEvent class.
      */
< prev index next >