Searched refs:updateComponentTreeUIActivation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaRootPaneUI.java277 updateComponentTreeUIActivation((Component)e.getSource(), Boolean.TRUE);
281 updateComponentTreeUIActivation((Component)e.getSource(), Boolean.FALSE);
299 private static void updateComponentTreeUIActivation(final Component c, Object active) { method in class:AquaRootPaneUI
319 updateComponentTreeUIActivation(element, active);
H A DAquaInternalFrameUI.java650 static void updateComponentTreeUIActivation(final Component c, final Object active) { method in class:AquaInternalFrameUI
665 updateComponentTreeUIActivation(element, active);
700 updateComponentTreeUIActivation(source, frame.isSelected() ? Boolean.TRUE : Boolean.FALSE);

Completed in 32 milliseconds