| Package | Description | 
|---|---|
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.javatools.data | |
| oracle.jdeveloper.audit.model | 
 The base classes for defining the Audit object model. 
 | 
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashStructureNodeChangeEvent  | 
class  | 
ProjectChangeEvent  | 
class  | 
WorkspaceChangeEvent
Event indicating that a workspace has changed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
StructureChangeListener.structureValuesChanged(StructureChangeEvent e)
This method is called when a change occurs in a structure. 
 | 
void | 
ChangeBuffer.structureValuesChanged(StructureChangeEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TechnologyScopeListener.structureValuesChanged(StructureChangeEvent e)  | 
void | 
DependencyStructureListener.structureValuesChanged(StructureChangeEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
VCSConfigUtils.isSignificantStructureChange(StructureChangeEvent sce)
Asks whether the given  
StructureChangeEvent represents a 
 significant change in structure. |