Searched defs:installUI (Results 101 - 103 of 103) sorted by relevance

12345

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java137 public void installUI(final JComponent c) { method in class:AquaFileChooserUI
H A DAquaTabbedPaneCopyFromBasicUI.java214 public void installUI(final JComponent c) { method in class:AquaTabbedPaneCopyFromBasicUI
238 * Invoked by <code>installUI</code> to create
266 * Invoked by installUI.
3307 AquaTabbedPaneCopyFromBasicUI.this.installUI(pane);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java633 public void installUI(JComponent c) { method in class:BasicTreeUI
635 throw new NullPointerException( "null component passed to BasicTreeUI.installUI()" );
672 * Invoked from installUI after all the defaults/listeners have been

Completed in 59 milliseconds

12345