| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected MutableVersionOperationModel | 
ChangeList.createModel()
Create the model used by the ChangeList 
 | 
protected MutableVersionOperationModel | 
ChangeList.getModel()
Get the version operation model in use by the changelist. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeList.installModel(MutableVersionOperationModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeSetChangeList.installModel(MutableVersionOperationModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MutableVersionOperationModel | 
VCSComponents.createFileListerModel(java.util.Collection<?> nodes,
                     DisplayProperty[] extraProperties)
Creates a model for the version operation panel with the default
 properties and some additional properties. 
 | 
static MutableVersionOperationModel | 
VCSComponents.createFileListerModel(java.util.Collection<?> nodes,
                     DisplayProperty locationProperty,
                     DisplayProperty[] extraProperties)
Creates a model for the version operation panel with the default
 properties and some additional properties. 
 |