Searched refs:getAllFrames (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDesktopPane.java134 JInternalFrame jifArray[] = getAllFrames();
263 public JInternalFrame[] getAllFrames() { method in class:JDesktopPane
264 return getAllFrames(this).toArray(new JInternalFrame[0]);
267 private static Collection<JInternalFrame> getAllFrames(Container parent) { method in class:JDesktopPane
281 results.addAll(getAllFrames((Container) next));
326 Collection<JInternalFrame> allFrames = getAllFrames(this);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java191 JInternalFrame[] frames = desktop.getAllFrames();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java622 final JInternalFrame[] allFrames = pane.getAllFrames();

Completed in 34 milliseconds