| Package | Description | 
|---|---|
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.ide.model.panels | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Project
This class represents a user project in the IDE. 
 | 
class  | 
Workspace
Workspace represents an Application. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HashStructureNode | 
HashStructureNodeChangeEvent.getHashStructureNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
HashStructure | 
HSAdapterDelegateMediator.addDelegateIfNeeded(HashStructure hsnHash,
                   HashStructureNode hsNode)  | 
protected void | 
HashStructureNode.copyToImpl(HashStructureNode copy)  | 
java.lang.Object | 
HSAdapterDelegate.delegate(java.lang.String dataKey,
        HashStructureNode hsNode)
The main method of the class. 
 | 
java.lang.Object | 
HSAdapterDelegateMediator.delegateDataKey(java.lang.String dataKey,
               java.lang.String parentElement,
               HashStructureNode hsNode)  | 
protected boolean | 
HashStructureNode.equalsImpl(HashStructureNode other)  | 
static OwnerMap | 
OwnerMap.getInstance(HashStructureNode project)
Deprecated.  
  | 
java.awt.Component | 
HSAdapterDelegate.getPreview(java.lang.String dataKey,
          HashStructureNode hsNode)
The component that is to be shown as a "preview" for th given  
dataKey | 
java.awt.Component | 
HSAdapterDelegateMediator.getPreview(java.lang.String dataKey,
          java.lang.String parentElement,
          HashStructureNode hsNode)  | 
boolean | 
HSAdapterDelegateMediator.needsDelegation(HashStructureNode hsNode,
               HashStructure hsnHash)  | 
void | 
HSAdapterDelegate.pushValue(java.lang.String dataKey,
         HashStructureNode hsNode,
         java.lang.Object value)
The "setter" for the below  
dataKey. | 
void | 
HSAdapterDelegateMediator.pushValue(java.lang.String dataKey,
         java.lang.String parentElement,
         HashStructureNode hsNode,
         java.lang.Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HSAdapterDelegateComponent.configureComponent(java.lang.String propertyDataKey,
                  HSAdapterDelegateComponent.Scope scope,
                  HashStructureNode node)
Configures the component given in the construtor based on whether 
 the properties identified by  
propertyDataKey are delegated
 to a HSAdapterDelegate. | 
void | 
PropertiesDialog.showDialog(Context context,
          java.awt.Frame parent,
          HashStructureNode node,
          java.lang.String[] selectionPath)
Opens the properties dialog for editing the specified
  
HashStructureNode , using the specified Frame as
 the parent and setting the dialog's initially selected panel to the
 one specified by the selectionPath. | 
void | 
PropertiesDialog.showDialog(Context context,
          HashStructureNode node)
Opens the properties dialog for editing the specified
  
HashStructureNode , using the specified Frame as
 the parent and setting the dialog's initially selected panel to the
 one specified by the selectionPath. | 
void | 
PropertiesDialog.showDialog(java.awt.Frame parent,
          HashStructureNode node,
          java.lang.String[] selectionPath)
Deprecated. 
 
 | 
void | 
PropertiesDialog.showDialog(HashStructureNode node)
Deprecated. 
 
since 11.0. Use  
PropertiesDialog.showDialog(Context,HashStructureNode). |