Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.model
Interface ContentSetValidator


public interface ContentSetValidator

Defines the callback used to validate and process URLs that the user is attempting to add to a ContentSet from the ContentSetPanel GUI.

See Also:
ContentSetPanel

Method Summary
 void validateAndProcessURLs(ContentSetPanel panel, java.net.URL[] urls)
          This method gets called when the user picks one more folders to add as Project Content.

 

Method Detail

validateAndProcessURLs

void validateAndProcessURLs(ContentSetPanel panel,
                            java.net.URL[] urls)
This method gets called when the user picks one more folders to add as Project Content. The validator should validate the selected content and add the content to the panel as appropriate by calling addFolderToContentSet in ContentSetPanel.

If necessary, the validator should notify the user if the content cannot be added, or if only some of the content will be added, etc.

Parameters:
panel - the panel that is editing the ContentSet
urls - the URLs to add to the ContentSet
See Also:
ContentSetPanel.addFolderToContentSet(URL), ContentSetPanel.addFolderToContentSet(URL,URL)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.