Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.data.PropertyStorage

Packages that use PropertyStorage
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
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.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.panels Provides a framework for building panel-based UI. 
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.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ide.webupdate The webupdate package provides an API for accessing functionality in the IDE related to web-based patching and updating. 
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.javatools.data   
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.browser Offline Database Node implementations for the JDeveloper's Application Navigator. 
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 PropertyStorage in oracle.ide.config

 

Classes in oracle.ide.config that implement PropertyStorage
 class Preferences
          Class that represents shapeable Preferences.

 

Methods in oracle.ide.config with parameters of type PropertyStorage
static EnvironOptions EnvironOptions.getInstance(PropertyStorage prefs)
           

 

Uses of PropertyStorage in oracle.ide.db.panels

 

Methods in oracle.ide.db.panels that return PropertyStorage
protected  PropertyStorage SelectDBObjectsPanel.getPropertyStorage()
          Returns the PropertyStorage for this panel to save its query setting in.

 

Uses of PropertyStorage in oracle.ide.db.transfer

 

Classes in oracle.ide.db.transfer that implement PropertyStorage
 class TransferDescriptor
          Bean to encapsulte various transfer options to be used as the model for a transfer.

 

Uses of PropertyStorage in oracle.ide.editor

 

Methods in oracle.ide.editor with parameters of type PropertyStorage
static EditorsOptions EditorsOptions.getInstance(PropertyStorage prefs)
           

 

Uses of PropertyStorage in oracle.ide.model

 

Classes in oracle.ide.model that implement PropertyStorage
 class DataContainer
           
 class HashStructureNode
          Node implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO.
 class IdeSystem
          This class is for internal use, and should not be used by extension developers.
 class Project
          This class represents a user project in the IDE.
 class Workspace
          Workspace represents an Application.

 

Methods in oracle.ide.model with parameters of type PropertyStorage
static ProjectContent ProjectContent.getInstance(PropertyStorage project)
           
static TechnologyScopeConfiguration TechnologyScopeConfiguration.getInstance(PropertyStorage propertyData)
           
static ResourcePaths ResourcePaths.getInstance(PropertyStorage storage)
          Retrieves an instance of ResourcePaths for the specified PropertyStorage.
static DependencyConfiguration DependencyConfiguration.getInstance(PropertyStorage project)
           
static ApplicationContent ApplicationContent.getInstance(PropertyStorage workspace)
           
static ContentSet ContentSet.getInstance(PropertyStorage project, java.lang.String contentSetKey)
          Creates a ContentSet wrapper for the HashStructure in the project at the specified key.
static void ProjectVersion.initializeVersions(PropertyStorage project, java.lang.String nodeMigratorKey)
           

 

Constructors in oracle.ide.model with parameters of type PropertyStorage
ProjectVersion(PropertyStorage project)
           

 

Uses of PropertyStorage in oracle.ide.model.panels

 

Methods in oracle.ide.model.panels that return PropertyStorage
protected static PropertyStorage ProjectSettingsTraversablePanel.getPropertyData(Namespace data)
          Gets a PropertyStorage object that wraps the properties HashStructure, which is stored in the Namespace with the key: ProjectSettingsTraversablePanel.PROPERTY_DATA_KEY.

 

Uses of PropertyStorage in oracle.ide.panels

 

Methods in oracle.ide.panels that return PropertyStorage
 PropertyStorage TraversableContext.getPropertyStorage()
           

 

Uses of PropertyStorage in oracle.ide.persistence

 

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

 

Uses of PropertyStorage in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle with parameters of type PropertyStorage
static boolean ResourceBundleUtils.alwaysPromptForDescription(PropertyStorage propStorage)
          Gets whether the project is set to always prompt for a description
static java.lang.String ResourceBundleUtils.buildQualifiedName(PropertyStorage propStorage, java.lang.String baseName)
          Builds a qualified bundle name by using the default package name for the project and adding that to the base name
static java.lang.String ResourceBundleUtils.deriveBundleId(PropertyStorage propStorage, java.net.URL bundleURL)
          Attempts to derive a bundleId for the specified URL based on it being part of the specified project
static java.lang.String ResourceBundleUtils.deriveBundleId(PropertyStorage propStorage, java.net.URL bundleURL, boolean bProjectOnly)
           
abstract  ResourceBundleWrapper ResourceBundleManagerDT.findBundle(PropertyStorage project, java.lang.String bundleId)
          Finds the bundle with the specified bundleId.
static ResourceBundleWrapper ResourceBundleUtils.findBundleInADFLibrary(PropertyStorage propStorage, java.net.URL libraryURL, java.lang.String bundleId)
          Finds the ResourceBundleWrapper for the specified bundleId in the specified ADF library
static java.util.List<java.net.URL> ResourceBundleUtils.findExistingBundles(PropertyStorage propStorage, java.lang.String bundleId)
          Finds URLS that already exist for the specified bundle id.
static ResourceBundleKey ResourceBundleKeyChooser.findOrCreateKey(PropertyStorage project, java.awt.Component owner, java.lang.String bundleId, java.util.List<java.lang.String> altBundles, java.lang.String text)
          Matches a key from an ResourceBundleWrapper on an exact match, or will allow the user to choose a key similiar to the given text, from all available keys, or by creating a new key.
abstract  ResourceBundleWrapper ResourceBundleManagerDT.getBundle(PropertyStorage project, java.lang.String bundleId, boolean createBundle)
          Gets (or creates) the Design Time Resource Bundle instance for the given project and bundleId
abstract  void ResourceBundleManagerDT.getBundle(PropertyStorage project, java.lang.String bundleId, boolean createBundle, ResourceBundleCallback callback)
          Gets (or creates) the Design Time Resource Bundle instance for the given project and bundleId
static int ResourceBundleUtils.getBundleCreationPolicy(PropertyStorage propStorage)
          Gets the bundle creation policy for the specified project
static java.util.List<java.lang.String> ResourceBundleUtils.getDefaultBundleNameForProject(PropertyStorage project)
          Returns the bundle names that may be used for a project.
static java.util.List<java.lang.String> ResourceBundleUtils.getDefaultBundleNameForWorkspace(PropertyStorage workspace)
          Returns the default bundle name that may be used for a workspace.
static ResourceBundleType ResourceBundleUtils.getDefaultResourceBundleType(PropertyStorage propStorage)
          Gets the default resource bundle type for the specified project
static ResourceBundleOptions ResourceBundleOptions.getInstance(PropertyStorage propStorage)
           
static boolean ResourceBundleUtils.isAutomaticallySynchronized(PropertyStorage propStorage)
          Gets whether the project is set to automatically synchronize strings into resource bundles
static boolean ResourceBundleUtils.isDefaultBundleForProject(PropertyStorage project, java.lang.String bundleId)
           
 void SelectTextPanel.setProject(PropertyStorage project)
           
 void SelectTextPanel.setPropertyStorage(PropertyStorage propStorage)
           
static ResourceBundleKey ResourceBundleKeyChooser.showChooserDialog(PropertyStorage propStorage, java.awt.Component owner, NodeResourceBundle bundle, java.util.List<java.lang.String> altBundles, java.lang.String text)
          Provides a dialog that can be used to select a key from a resource bundle
static ResourceBundleKey ResourceBundleUtils.showEditDialog(java.awt.Component owner, NodeResourceBundle bundle, java.lang.String key, PropertyStorage project, java.lang.String bundleDisplayString)
          Shows a dialog for editing a resource
static boolean ResourceBundleUtils.warnAboutHardcodedNontranslatedStrings(PropertyStorage propStorage)
          Gets whether the project is set to report nontranslatable strings as violations

 

Uses of PropertyStorage in oracle.ide.runner

 

Methods in oracle.ide.runner with parameters of type PropertyStorage
static RunnerOptions RunnerOptions.getInstance(PropertyStorage prefs)
           

 

Uses of PropertyStorage in oracle.ide.webbrowser

 

Methods in oracle.ide.webbrowser with parameters of type PropertyStorage
static ProxyOptions ProxyOptions.getInstance(PropertyStorage prefs)
           

 

Uses of PropertyStorage in oracle.ide.webupdate

 

Methods in oracle.ide.webupdate with parameters of type PropertyStorage
static java.lang.String UniqueUserId.getOrCreateId(PropertyStorage preferences)
          Looks up the unique user id from the supplied preferences storage object.

 

Uses of PropertyStorage in oracle.ide.wizard

 

Methods in oracle.ide.wizard with parameters of type PropertyStorage
static WizardWelcomeSettings WizardWelcomeSettings.getInstance(PropertyStorage prefs)
           

 

Uses of PropertyStorage in oracle.ideimpl.webupdate

 

Methods in oracle.ideimpl.webupdate with parameters of type PropertyStorage
static CheckForUpdatesPreferences CheckForUpdatesPreferences.getInstance(PropertyStorage ps)
           

 

Uses of PropertyStorage in oracle.javatools.data

 

Methods in oracle.javatools.data with parameters of type PropertyStorage
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.

 

Uses of PropertyStorage in oracle.javatools.db

 

Methods in oracle.javatools.db with parameters of type PropertyStorage
static GlobalSettings GlobalSettings.createGlobalSettings(PropertyStorage props)
          Creates a copy of global settings using the given hash.
static void GlobalSettings.initialiseInstance(PropertyStorage props)
          Initialises the global settings with the given HashStructure for storage.

 

Uses of PropertyStorage in oracle.jdeveloper.db

 

Methods in oracle.jdeveloper.db with parameters of type PropertyStorage
static ConnectionInfo ConnectionInfo.getConnectionInfo(PropertyStorage ps)
          Retrieves the connection information from the given property storage.
static ConnectionInfo ConnectionInfo.getConnectionInfo(PropertyStorage ps, java.lang.String key)
          Retrieves the ConnectionInfo from the given PropertyStorage using the given key.

 

Uses of PropertyStorage in oracle.jdeveloper.db.panels

 

Methods in oracle.jdeveloper.db.panels that return PropertyStorage
protected  PropertyStorage ConnectionPanelUI.getPropertyStorage()
          Used by ConnectionPanelUI.loadSettings() and ConnectionPanelUI.saveSettings() for remembering the last chosen connection.

 

Uses of PropertyStorage in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model with parameters of type PropertyStorage
static J2eeSettings J2eeSettings.getInstance(Project project, PropertyStorage propertyData)
           
static PathsConfiguration PathsConfiguration.getInstance(Project project, PropertyStorage propertyData)
           
static JProjectLibraries JProjectLibraries.getInstance(PropertyStorage prj)
          Get an instance of JProjectLibraries rooted in the given PropertyStorage.
static ApplicationLibraries ApplicationLibraries.getInstance(PropertyStorage storage)
           
static ApplicationContent ApplicationContent.getInstance(PropertyStorage psWorkspace, java.net.URL workspaceURL)
           

 

Uses of PropertyStorage in oracle.jdeveloper.offlinedb.browser

 

Classes in oracle.jdeveloper.offlinedb.browser that implement PropertyStorage
 class ProviderNode
          Node for a provider in the navigator.

 

Uses of PropertyStorage in oracle.jdeveloper.offlinedb.model

 

Classes in oracle.jdeveloper.offlinedb.model that implement PropertyStorage
 class ProviderSettings
          Settings for a provider in the offline database.

 

Methods in oracle.jdeveloper.offlinedb.model with parameters of type PropertyStorage
static ProviderDefaultTemplateSettings ProviderDefaultTemplateSettings.getSettings(PropertyStorage props)
           
static ProviderSettings ProviderSettings.getSettings(PropertyStorage ps)
          Creates a settings wrapper around the given property storage.
static ProviderDependencySettings ProviderDependencySettings.getSettings(PropertyStorage props)
           

 

Uses of PropertyStorage in oracle.jdeveloper.offlinedb.userprops

 

Methods in oracle.jdeveloper.offlinedb.userprops with parameters of type PropertyStorage
static Libraries Libraries.getSettings(PropertyStorage props)
           

 

Uses of PropertyStorage in oracle.jdeveloper.runner

 

Classes in oracle.jdeveloper.runner that implement PropertyStorage
 class RunConfiguration
          The RunConfiguration class specifies details about how a Java process should be started.

 

Methods in oracle.jdeveloper.runner with parameters of type PropertyStorage
static RunConfigurations RunConfigurations.getInstance(PropertyStorage propertyStorage)
          Return the singleton instance, constructing it if necessary
static RunConfiguration RunConfiguration.getInstance(PropertyStorage propertyStorage)
          Returns the active RunConfiguration for a Project

 

Uses of PropertyStorage in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi with parameters of type PropertyStorage
static VCSPreferences VCSPreferences.getInstance(PropertyStorage prefs, java.lang.String extensionId)
           
static VCSCommentTemplatesPrefs VCSCommentTemplatesPrefs.getInstance(PropertyStorage prefs, java.lang.String extensionId)
           
protected abstract  T VCSPreferencesTraversable.getPreferences(PropertyStorage prefs)
           
protected  java.lang.Object VCSVersioningTraversable.getPreferences(PropertyStorage prefs)
           
protected  VCSCommentTemplatesPrefs VCSCommentTemplatesTraversable.getPreferences(PropertyStorage prefs)
           
protected  VCSPreferences VCSPreferencesCustomizer.getPreferences(PropertyStorage prefs)
           
protected  VCSPreferences VCSOverlayItemProducer.getPreferences(PropertyStorage prefs)
           

 


Skip navigation links

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

E17493-04


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