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

E17493-02

Uses of Class
oracle.javatools.data.HashStructure

Packages that use HashStructure
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.appstate   
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.db.transfer Contains an API for transfering database object from one DBObjectProvider to another. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.extension   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.marshal.xml Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.persistence Contains API classes for the persistence of search indexes. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.todo Contains API classes for the To Do Item feature. 
oracle.ide.usages   
oracle.ide.util Contains utility classes. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.task   
oracle.javatools.data   
oracle.javatools.db.ddl API for generating DDL in the database API. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.editor.print The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
oracle.jdeveloper.offlinedb.userprops Extension to the Offline Database that allows the association of a library of user properties to be associated with an offline database. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of HashStructure in oracle.ide
 

Methods in oracle.ide that return HashStructure
 HashStructure ProductInformation.getHashStructure()
          Returns a read-only HashStructure containing the information that was read from the "product-hook> element of the product extension's manifest file.
 

Constructors in oracle.ide with parameters of type HashStructure
ProductInformation(HashStructure hash)
          Creates an instance of ProductInformation based on the specified HashStructure.
 

Uses of HashStructure in oracle.ide.appstate
 

Methods in oracle.ide.appstate with parameters of type HashStructure
 void ApplicationStateProvider.restoreState(HashStructure data)
          Requests that the provider restore state from data in the data hash structure.
 void ApplicationStateProvider.saveState(HashStructure data)
          Requests that the provider save state in the data hash structure.
 

Uses of HashStructure in oracle.ide.config
 

Methods in oracle.ide.config that return HashStructure
 HashStructure Preferences.getProperties()
           
 

Constructors in oracle.ide.config with parameters of type HashStructure
ChangeEventSource(HashStructure hash)
          Creates a ChangeEventSource using the specified HashStructure for storage.
 

Uses of HashStructure in oracle.ide.db.transfer
 

Methods in oracle.ide.db.transfer that return HashStructure
 HashStructure TransferDescriptor.getProperties()
           
 

Constructors in oracle.ide.db.transfer with parameters of type HashStructure
TransferDescriptor(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.editor
 

Constructors in oracle.ide.editor with parameters of type HashStructure
EditorsOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.extension
 

Methods in oracle.ide.extension that return HashStructure
 HashStructure HashStructureHookEvent.getCombinedHashStructure()
          Get the HashStructureHook's combined HashStructure that contains all the data that has been processed by the HashStructureHook (new and old).
 HashStructure HashStructureElementVisitor.getHashStructure()
          Returns the HashStructure where this HashStructureElementVisitor unmarshalled its properties.
 HashStructure HashStructureHook.getHashStructure()
          Deprecated. Add a HashStructureHook listener to read the HashStructure
 HashStructure HashStructureHookEvent.getNewElementHashStructure()
          Get the read-only HashStructure that contains just the data from the new element that was visited (or null in the case of a listener attached event).
 

Methods in oracle.ide.extension that return types with arguments of type HashStructure
 java.util.Collection<NameValuePair<HashStructure>> HashStructureHook.getOrderedElements(HashStructure hash)
          Given a HashStructure representing a custom hook element that contains non-homogenous elements, get an ordered collection of hash structures encapsulating those elements.
 

Methods in oracle.ide.extension with parameters of type HashStructure
static java.lang.String HashStructureHook.getExtensionId(HashStructure context)
          Tries to find id of the extension that was responsible for populating the specified hash structure.
static LazyResourceAdapter LazyResourceAdapter.getInstance(HashStructure hash)
          Creates an instance of the resource adapter for the specified hash structure.
static LazyClassAdapter LazyClassAdapter.getInstance(HashStructure hash)
          Creates an instance of this adapter for the specified hash structure.
 java.util.Collection<NameValuePair<HashStructure>> HashStructureHook.getOrderedElements(HashStructure hash)
          Given a HashStructure representing a custom hook element that contains non-homogenous elements, get an ordered collection of hash structures encapsulating those elements.
static java.lang.String HashStructureHook.getText(HashStructure context)
          Gets the text content of some hash structure.
abstract  java.util.Collection<java.lang.String> ProjectDataHandler.listExtensions(HashStructure tagRootElement)
          Examine the tagRootElement and its children and return a list of extensions that need to be initialized when this project is opened.
 

Constructors in oracle.ide.extension with parameters of type HashStructure
HashStructureElementVisitor(HashStructure root)
          Creates a new HashStructureElementVisitor which will store unmarshalled properties into the specified HashStructure instance.
HashStructureHookEvent(HashStructureHook source, HashStructure combinedHashStructure)
           
HashStructureHookEvent(HashStructureHook source, HashStructure combinedHashStructure, HashStructure newElementHashStructure, Extension extension)
           
LazyResourceAdapter(HashStructure hashStructure)
           
 

Uses of HashStructure in oracle.ide.externaltools
 

Methods in oracle.ide.externaltools that return HashStructure
 HashStructure ExternalTool.getData()
          Gets persistent properties of this tool.
 

Methods in oracle.ide.externaltools with parameters of type HashStructure
static ExternalProgramToolProperties ExternalProgramToolProperties.getInstance(HashStructure hs)
           
static ExternalToolBaseProperties ExternalToolBaseProperties.getInstance(HashStructure hs)
          Gets an instance of ExternalToolBaseProperties for the specified hash structure.
 void ExternalTool.setData(HashStructure hs)
          Sets persistent properties of this tool.
 

Constructors in oracle.ide.externaltools with parameters of type HashStructure
LazyExternalTool(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.help
 

Methods in oracle.ide.help with parameters of type HashStructure
static HelpDefinitions HelpDefinitions.getInstance(HashStructure hash)
          Get an instance of HelpDefinitions that adapt the specified hash structure
 

Uses of HashStructure in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard with parameters of type HashStructure
static AcceleratorDefinitions AcceleratorHook.getAcceleratorDefinitions(HashStructure hashStructure)
          Gets the AcceleratorDefinitions object that represents all the registered accelerators
static AcceleratorDefinitions AcceleratorDefinitions.getInstance(HashStructure hash)
          Get an instance of AcceleratorDefinitions that adapt the specified hash structure
 

Uses of HashStructure in oracle.ide.marshal.xml
 

Methods in oracle.ide.marshal.xml that return HashStructure
 HashStructure HashStructureIO.read(java.io.Reader reader, java.net.URL baseUrl)
          Reads a hash structure from the specified Reader.
 HashStructure HashStructureIO.toHashStructure(org.w3c.dom.Element elem)
           
 

Methods in oracle.ide.marshal.xml with parameters of type HashStructure
 void HashStructureIO.write(HashStructure hs, java.io.Writer writer, java.net.URL baseUrl)
          Writes out a persistent hash structure to the specified Writer.
 

Uses of HashStructure in oracle.ide.model
 

Methods in oracle.ide.model that return HashStructure
 HashStructure DataContainer.getProperties()
          Returns the root HashStructure object that holds properties for this Project.
 HashStructure HashStructureNode.getProperties()
          Returns a cascading HashStructure that represents this project's persistent properties.
 HashStructure HashStructureNode.getPropertiesForOverriding()
           
 HashStructure DataContainer.getSharedPropertiesOnly()
          This method returns the persistent HashStructure that is not user-private.
 HashStructure DataContainer.getUserPropertiesOnly()
          For DataContainer subtypes that distinguish between user-private properties and shared properties, this method returns only the user-private HashStructure.
 HashStructure HashStructureNode.getUserPropertiesOnly()
          Returns a HashStructure that contains only the user-private properties (no shared properties).
abstract  HashStructure DependableRecognizer.toHashStructure(Dependable d, Element source)
          Converts a Dependable to a HashStructure.
 

Methods in oracle.ide.model with parameters of type HashStructure
static ProjectContent ProjectContent.getInstance(HashStructure hash)
           
static ApplicationContent ApplicationContent.getInstance(HashStructure hash)
           
static void Project.setCustomizedDefaults(HashStructure hash)
          Sets the specified HashStructure as the source for customized default values for the project.
abstract  Dependable DependableRecognizer.toDependable(HashStructure d, Element source)
          Converts a HashStructure to a Dependable.
 

Constructors in oracle.ide.model with parameters of type HashStructure
ContentSet(HashStructure contentSetHash)
          Creates a ContentSet that is bound to the specified HashStructure.
ContentSet(HashStructure contentSetHash, boolean persistentComposite)
          Creates a ContentSet that is bound to the specified HashStructure.
ProjectVersion(HashStructure projectHash)
           
 

Uses of HashStructure in oracle.ide.net
 

Methods in oracle.ide.net with parameters of type HashStructure
static URLPath URLPath.getURLPath(HashStructure hash, java.lang.String urlPathName)
          Retrieves the URLPath that is stored within the specified HashStructure at the specified name.
static boolean URLPath.setURLPath(HashStructure hash, java.lang.String urlPathName, URLPath urlPath)
          Stores the specified URLPath into the HashStructure at the specified name.
 

Uses of HashStructure in oracle.ide.persistence
 

Methods in oracle.ide.persistence with parameters of type HashStructure
static ApplicationCacheSettings ApplicationCacheSettings.getInstance(HashStructure hash, java.net.URL workspaceURL)
           
 

Uses of HashStructure in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return HashStructure
 HashStructure RegisteredBundleAdapter.getBaseHashStructure()
           
 

Methods in oracle.ide.resourcebundle with parameters of type HashStructure
static java.util.List<GlobalBundleInfo> ResourceBundleHook.getGlobalBundleInfos(HashStructure hashStructure)
           
static ResourceBundleSelectionValidators ResourceBundleSelectionValidators.getInstance(HashStructure hash)
          Get an instance of ResourceBundleSelectionValidators that adapt the specified hash structure
static ResourceBundlePreferences ResourceBundlePreferences.getInstance(HashStructure hash)
          Get an instance of ResourceBundlePreferences that adapt the specified hash structure
static java.util.List<ResourceBundleType> ResourceBundleHook.getResourceBundleTypes(HashStructure hash)
          Gets the a list of ResourceBundleType objects that represent the registered ResourceBundleWrappers.
 

Constructors in oracle.ide.resourcebundle with parameters of type HashStructure
RegisteredBundleAdapter(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.todo
 

Methods in oracle.ide.todo that return HashStructure
 HashStructure AbstractToDoItem.asHash()
           
 

Uses of HashStructure in oracle.ide.usages
 

Constructors in oracle.ide.usages with parameters of type HashStructure
UsageData(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.util
 

Methods in oracle.ide.util with parameters of type HashStructure
static boolean PatternFilters.containsFilters(HashStructure contentSetHash)
           
static PatternFilters PatternFilters.getInstance(HashStructure contentSetHash)
           
static void PatternFilters.removeFilters(HashStructure contentSetHash)
           
 

Uses of HashStructure in oracle.ide.webbrowser
 

Constructors in oracle.ide.webbrowser with parameters of type HashStructure
ProxyOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate that return HashStructure
 HashStructure CheckForUpdatesPreferences.getPingedVersions()
           
 HashStructure CheckForUpdatesPreferences.getPreviousUpdates()
           
 

Methods in oracle.ideimpl.webupdate with parameters of type HashStructure
 void CheckForUpdatesPreferences.setPingedVersions(HashStructure pingedVersions)
           
 void CheckForUpdatesPreferences.setPreviousUpdates(HashStructure previousUpdates)
           
 

Uses of HashStructure in oracle.ideimpl.webupdate.task
 

Methods in oracle.ideimpl.webupdate.task that return HashStructure
protected  HashStructure AtomicTask.getProperties()
          Get (persistent) properties used by this task.
 

Uses of HashStructure in oracle.javatools.data
 

Fields in oracle.javatools.data declared as HashStructure
protected  HashStructure HashStructureAdapter._hash
           
 

Methods in oracle.javatools.data that return HashStructure
 HashStructure HashStructure.asReadOnly()
          Returns a HashStructure that provides read-only access to this HashStructure's properties.
 HashStructure HashStructure.copyTo(HashStructure target)
          Copies all properties recursively from this HashStructure to the specified target HashStructure.
 HashStructure HashStructure.copyTo(HashStructure target, java.lang.String[] names)
          Copies the properties specified by the names parameter from this HashStructure to the specified target HashStructure.
protected static HashStructure HashStructureAdapter.findOrCreate(PropertyStorage storage, java.lang.String name)
          This method tries to find an existing instance of a HashStructure by the specified name.
protected  HashStructure HashStructureAdapter.getHashStructure()
          Returns the HashStructure this adapter is adapting.
 HashStructure HashStructure.getHashStructure(java.lang.String name)
           
 HashStructure ChangeInfo.getNewValueAsHashStructure()
          Returns the new value as a HashStructure.
 HashStructure ChangeInfo.getOldValueAsHashStructure()
          Returns the old value as a HashStructure.
 HashStructure HashStructure.getOrCreateHashStructure(java.lang.String name)
          Returns the HashStructure bound at the specified name or if no object is currently bound to that name creates a new, empty HashStructure object and binds it to the specified name as a placeholder.
 HashStructure ChangeInfo.getParentAsHashStructure()
          Returns the parent as a HashStructure.
 HashStructure PropertyStorage.getProperties()
           
static HashStructure HashStructure.newChainForOverriding(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newChainForStatusQuo(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newInstance()
           
 

Methods in oracle.javatools.data with parameters of type HashStructure
 HashStructure HashStructure.copyTo(HashStructure target)
          Copies all properties recursively from this HashStructure to the specified target HashStructure.
 HashStructure HashStructure.copyTo(HashStructure target, java.lang.String[] names)
          Copies the properties specified by the names parameter from this HashStructure to the specified target HashStructure.
static HashStructure HashStructure.newChainForOverriding(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newChainForStatusQuo(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
 void HashStructure.putHashStructure(java.lang.String name, HashStructure hash)
          Binds the specified name to the specified HashStructure.
 void HashStructure.putPlaceholderHashStructure(java.lang.String name, HashStructure hash)
          Binds the specified name to the specified HashStructure as a placeholder.
 

Constructors in oracle.javatools.data with parameters of type HashStructure
HashStructureAdapter(HashStructure hash)
          The specified HashStructure must not be null.
 

Uses of HashStructure in oracle.javatools.db.ddl
 

Constructors in oracle.javatools.db.ddl with parameters of type HashStructure
DDLOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.javatools.db.plsql
 

Constructors in oracle.javatools.db.plsql with parameters of type HashStructure
PlSqlCompilerOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.javatools.editor.print
 

Constructors in oracle.javatools.editor.print with parameters of type HashStructure
HTMLGeneratorOptions(HashStructure hash)
           
PrintOptions(HashStructure hash)
          Construct a new PrintOptions with default option values using the specified HashStructure for storage.
 

Uses of HashStructure in oracle.javatools.parser.java.v2.write
 

Methods in oracle.javatools.parser.java.v2.write that return HashStructure
 HashStructure SourcePreferences.getMemberOrderHashStructure()
          Gets the MEMBER_ORDER hash structure.
 

Constructors in oracle.javatools.parser.java.v2.write with parameters of type HashStructure
SourcePreferences(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library with parameters of type HashStructure
static JProjectLibraryList JProjectLibraryList.getInstance(HashStructure hash)
           
 

Constructors in oracle.jdeveloper.library with parameters of type HashStructure
JDKAdapter(HashStructure hash)
           
JLibraryAdapter(HashStructure hash)
           
JProjectLibraryList(HashStructure hash)
           
LibraryAdapter(HashStructure hash)
           
LibraryReference(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model with parameters of type HashStructure
static ApplicationContent ApplicationContent.getInstance(HashStructure hash, java.net.URL workspaceURL)
           
 

Constructors in oracle.jdeveloper.model with parameters of type HashStructure
JProjectLibraries(HashStructure hash)
          Constructor.
 

Uses of HashStructure in oracle.jdeveloper.offlinedb.model
 

Methods in oracle.jdeveloper.offlinedb.model that return HashStructure
 HashStructure ProviderSettings.getProperties()
          Returns the property storage for this settings object.
 

Methods in oracle.jdeveloper.offlinedb.model with parameters of type HashStructure
static OfflineDBProjectSettings OfflineDBProjectSettings.getDatabaseSettings(Project proj, HashStructure props)
          Given a PropertyStorage object, returns the offline database settings.
 

Uses of HashStructure in oracle.jdeveloper.offlinedb.userprops
 

Methods in oracle.jdeveloper.offlinedb.userprops with parameters of type HashStructure
static UserPropertyDefn UserPropertyDefn.useHash(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return HashStructure
 HashStructure RunConfiguration.getProperties()
          Return the HashStructure containing properties for the RunConfiguration
 

Methods in oracle.jdeveloper.runner with parameters of type HashStructure
static RunConfiguration RunConfiguration.createNewInstance(HashStructure hash, java.lang.String name, boolean isCustom)
          Create a new RunConfiguration
 

Constructors in oracle.jdeveloper.runner with parameters of type HashStructure
RunConfiguration(HashStructure hash)
           
RunConfigurations(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.vcs.spi
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type HashStructure
VCSPreferences(HashStructure hash)
           
 


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

E17493-02

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