Searched defs:ComponentPosition (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDesktopPane.java338 Set<ComponentPosition> set = new TreeSet<ComponentPosition>();
342 set.add(new ComponentPosition((JInternalFrame)c, getLayer(c),
347 set.add(new ComponentPosition((JInternalFrame)c, getLayer(c),
353 for (ComponentPosition position : set) {
359 private static class ComponentPosition implements class in class:JDesktopPane
360 Comparable<ComponentPosition> {
365 ComponentPosition(JInternalFrame component, int layer, int zOrder) { method in class:JDesktopPane.ComponentPosition
371 public int compareTo(ComponentPosition o) {

Completed in 29 milliseconds