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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java334 list = (JList) findChildComponent(createdViewPanel, JList.class);
355 detailsTable = (JTable) findChildComponent(createdViewPanel, JTable.class);
1960 private Component findChildComponent(Container container, Class cls) { method in class:FilePane
1967 Component c = findChildComponent((Container)comp, cls);

Completed in 34 milliseconds