Searched defs:getAllFrames (Results 1 - 1 of 1) 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);

Completed in 32 milliseconds