Package | Description |
---|---|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.javatools.data |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ChangeInfo> |
TechnologyScopeConfiguration.findAllTechScopeChangeInfos(ProjectChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
static TechnologyScope |
TechnologyScopeConfiguration.getNewTechnologyScopeValue(java.util.List<ChangeInfo> changeInfos) |
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
StructureChangeEvent.getChangeDetails()
Returns the change details for this event.
|
ChangeInfo[] |
ChangeBuffer.getChanges() |
protected static ChangeInfo[] |
StructureChangeEvent.toChangeDetails(ChangeInfo changeDetail)
Convenience method for converting the specified
ChangeInfo
into a non-null array of ChangeInfo. |
Modifier and Type | Method and Description |
---|---|
void |
HashStructure.applyChange(ChangeInfo change)
Applies the change described by the specified
ChangeInfo
to this HashStructure. |
void |
HashStructure.applyChanges(ChangeInfo[] changes)
Applies the changes described by the specified
ChangeInfo
array to this HashStructure. |
protected static ChangeInfo[] |
StructureChangeEvent.toChangeDetails(ChangeInfo changeDetail)
Convenience method for converting the specified
ChangeInfo
into a non-null array of ChangeInfo. |
Constructor and Description |
---|
StructureChangeEvent(java.lang.Object source,
ChangeInfo changeDetail)
Creates a new StructureChangeEvent for the specified source
and single change detail.
|
StructureChangeEvent(java.lang.Object source,
ChangeInfo[] changeDetails)
Creates a new StructureChangeEvent for the specified source and
a collection of change details.
|