| Package | Description | 
|---|---|
| oracle.jdeveloper.model | 
 Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaContentValidator  | 
| Modifier and Type | Method and Description | 
|---|---|
ContentSetValidator | 
ContentSetPanel.getValidator()
Gets the validator associated with this panel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContentSetPanel.setValidator(ContentSetValidator validator)
Sets the  
ContentSetValidator used to validate and process the content folders the user wants to add the the ContentSet. | 
| Constructor and Description | 
|---|
ContentSetPanel(ContentSetValidator validator)
Constructs a new ContentSetPanel with the supplied validator. 
 |