Package | Description |
---|---|
oracle.jdeveloper.vcs.changelist | |
oracle.jdeveloper.vcs.util |
Contains assorted stateless utilities for version control system integraton.
|
oracle.jdeveloper.vcs.vop |
Modifier and Type | Method and Description |
---|---|
protected DisplayProperty[] |
ChangeList.createDisplayProperties() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ChangeList.getModelValue(java.net.URL url,
DisplayProperty displayProperty) |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxProperty
Checkbox to be desplayed with every command locatables
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DisplayProperty[] |
VersionOperationModel.getProperties()
Get metadata about available (read-only) properties for
items in this model.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
VersionOperationModel.getPropertyValue(DisplayProperty property,
int itemIndex)
Get the value of the specified version operation property for the specified
item.
|
void |
VersionOperationModel.setProperty(int itemIndex,
DisplayProperty property,
java.lang.Object value)
Set the value of the specified version operation property for the specified
item.
|
void |
MutableVersionOperationModel.setProperty(int itemIndex,
DisplayProperty property,
java.lang.Object value)
Set a single property for an item in the model, firing appropriate
events.
|