|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.model.JavaContentValidator
public class JavaContentValidator
| Constructor Summary | |
|---|---|
JavaContentValidator() |
|
| Method Summary | |
|---|---|
static void |
registerSourceRootHelper(SourceRootHelper helper)Registers a SourceRootHelper for determining source roots for Java project content. |
static void |
unRegisterSourceRootHelper(SourceRootHelper helper)Registers a SourceRootHelper for determining source roots for Java project content. |
void |
validateAndProcessURLs(ContentSetPanel panel, java.net.URL[] urls)This method gets called when the user picks one more folders to add as Project Content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaContentValidator()
| Method Detail |
|---|
public static void registerSourceRootHelper(SourceRootHelper helper)
helper - The helper to registerunRegisterSourceRootHelper(oracle.jdeveloper.model.SourceRootHelper)public static void unRegisterSourceRootHelper(SourceRootHelper helper)
helper - The helper to unregisterregisterSourceRootHelper(oracle.jdeveloper.model.SourceRootHelper)
public void validateAndProcessURLs(ContentSetPanel panel,
java.net.URL[] urls)
ContentSetValidatoraddFolderToContentSet 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.
validateAndProcessURLs in interface ContentSetValidatorpanel - the panel that is editing the ContentSeturls - the URLs to add to the ContentSetContentSetPanel.addFolderToContentSet(URL), ContentSetPanel.addFolderToContentSet(URL,URL)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||