Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Uses of Class
oracle.ide.model.HashStructureNode

Packages that use HashStructureNode
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   

 

Uses of HashStructureNode in oracle.ide.model

 

Subclasses of HashStructureNode in oracle.ide.model
 class Project
          This class represents a user project in the IDE.
 class Workspace
          Workspace represents an Application.

 

Methods in oracle.ide.model that return HashStructureNode
 HashStructureNode HashStructureNodeChangeEvent.getHashStructureNode()
           

 

Methods in oracle.ide.model with parameters of type HashStructureNode
protected  void HashStructureNode.copyToImpl(HashStructureNode copy)
           
protected  boolean HashStructureNode.equalsImpl(HashStructureNode other)
           
static OwnerMap OwnerMap.getInstance(HashStructureNode project)
          Deprecated.  

 

Uses of HashStructureNode in oracle.ide.model.panels

 

Methods in oracle.ide.model.panels with parameters of type HashStructureNode
 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. since 11.0 use PropertiesDialog.showDialog(Context,Frame,HashStructureNode,String[]).
 void PropertiesDialog.showDialog(HashStructureNode node)
          Deprecated. since 11.0. Use PropertiesDialog.showDialog(Context,HashStructureNode).

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.