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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DLRUCache.java46 public static void moveToFront(Object[] oa, int i) { method in class:LRUCache
63 moveToFront(oa, i);
72 moveToFront(oa, oa.length - 1);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DThreadLocalCoders.java53 private void moveToFront(Object[] oa, int i) { method in class:ThreadLocalCoders.Cache
74 moveToFront(oa, i);
83 moveToFront(oa, oa.length - 1);
/openjdk7/jdk/src/share/classes/sun/io/
H A DConverters.java95 private static void moveToFront(Object[] oa, int i) { method in class:Converters
114 moveToFront(srs, i);
124 moveToFront(srs, CACHE_SIZE - 1);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayeredPane.java79 * The <code>JLayeredPane</code> methods <code>moveToFront(Component)</code>,
112 * layer by calling <code>moveToFront</code> or <code>moveToBack</code>.
121 * of the layer numbering sequence. Usually though, you will use <code>moveToFront</code>,
428 public void moveToFront(Component c) { method in class:JLayeredPane
H A DJInternalFrame.java1178 public void moveToFront() { method in class:JInternalFrame
1182 moveToFront(getDesktopIcon());
1186 ((JLayeredPane)getParent()).moveToFront(this);
1729 * @see #moveToFront
1812 * @see #moveToFront
1815 moveToFront();

Completed in 433 milliseconds