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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java2051 * If the {@code visibleOnly} argument is {@code true}, the found validate
2060 static Container getValidateRoot(Container c, boolean visibleOnly) { argument
2079 if (!c.isDisplayable() || (visibleOnly && !c.isVisible())) {

Completed in 26 milliseconds