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 |
---|---|
protected void |
HashStructureNode.copyToImpl(HashStructureNode copy) |
protected boolean |
HashStructureNode.equalsImpl(HashStructureNode other) |
static OwnerMap |
OwnerMap.getInstance(HashStructureNode project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) . |