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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidator.java241 public boolean validateRoot( Object rootObj ) throws JAXBException; method in interface:Validator
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java197 rootFile = validateRoot(config.getRootDirectory());
578 private static File validateRoot(String root) { method in class:DirectoryScanner
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java478 Component validateRoot = SwingUtilities.getValidateRoot(this, false);
480 if (validateRoot == null) {
485 validateRoot.validate();
488 // validateRoot anymore.
492 rm.removeInvalidComponent((JComponent)validateRoot);
H A DRepaintManager.java331 Component validateRoot =
334 if (validateRoot == null) {
339 * validateRoot if it's not there already. If this validateRoot
348 if(validateRoot == invalidComponents.get(i)) {
353 invalidComponents.add(validateRoot);

Completed in 38 milliseconds