Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-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.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.compiler Contains classes that allow addins to integrate their own build system translator. 
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.deploy   
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.template   
oracle.jdevimpl.bookmarks   
 

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
 

Subinterfaces of PropertyStorage in oracle.ide.db.transfer
 interface TransferTarget
          Interface for the classes which do the transfer.
 

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

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 DependencyConfiguration DependencyConfiguration.getInstance(PropertyStorage project)
           
static ResourcePaths ResourcePaths.getInstance(PropertyStorage storage)
          Retrieves an instance of ResourcePaths for the specified PropertyStorage.
static TechnologyScopeConfiguration TechnologyScopeConfiguration.getInstance(PropertyStorage propertyData)
           
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.resourcebundle
 

Methods in oracle.ide.resourcebundle with parameters of type PropertyStorage
static boolean ResourceBundleUtils.alwaysPromptForDescription(PropertyStorage project)
          Gets whether the project is set to always prompt for a description
static java.lang.String ResourceBundleUtils.buildQualifiedName(PropertyStorage project, 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 project, java.net.URL bundleURL)
          Attempts to derive a bundleId for the specified URL based on it being part of the specified project
abstract  ResourceBundleWrapper ResourceBundleManagerDT.findBundle(PropertyStorage project, java.lang.String bundleId)
          Finds the bundle with the specified bundleId.
static java.util.List<java.net.URL> ResourceBundleUtils.findExistingBundles(PropertyStorage project, 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 project)
          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 ResourceBundleType ResourceBundleUtils.getDefaultResourceBundleType(PropertyStorage project)
          Gets the default resource bundle type for the specified project
static ResourceBundleOptions ResourceBundleOptions.getInstance(PropertyStorage project)
           
static boolean ResourceBundleUtils.isAutomaticallySynchronized(PropertyStorage project)
          Gets whether the project is set to automatically synchronize strings into resource bundles
static boolean ResourceBundleUtils.isDefaultBundleForProject(PropertyStorage project, java.lang.String bundleId)
           
static void ResourceBundleUtils.setADFRestricted(PropertyStorage project, boolean adfRestricted)
          Sets the ADFRestricted property of the ResourceBundleOptions for the specified project
 void SelectTextPanel.setProject(PropertyStorage project)
           
static ResourceBundleKey ResourceBundleKeyChooser.showChooserDialog(PropertyStorage project, 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 boolean ResourceBundleUtils.warnAboutHardcodedNontranslatedStrings(PropertyStorage project)
          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.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type PropertyStorage
static OjcConfiguration OjcConfiguration.getInstance(PropertyStorage project)
          Deprecated. Use BuildSystemConfiguration.getInstance(PropertyStorage) or CompilerOptionManager.getInstance(PropertyStorage) Returns an OjcConfiguration instance for the specified project.
static BuildSystemConfiguration BuildSystemConfiguration.getInstance(PropertyStorage project)
          Returns a BuildSystemConfiguration instance for the specified project.
 

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.deploy
 

Classes in oracle.jdeveloper.deploy that implement PropertyStorage
 class DeploymentModule
          A DeploymentModule provides an interface for managing events and the persistence of a deployable Archive.
 

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 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 IDMigrationMap IDMigrationMap.getIDMigrationMap(PropertyStorage props)
           
static ProviderSettings ProviderSettings.getSettings(PropertyStorage ps)
          Creates a settings wrapper around the given property storage.
static ProviderDefaultTemplateSettings ProviderDefaultTemplateSettings.getSettings(PropertyStorage props)
           
static ProviderDependencySettings ProviderDependencySettings.getSettings(PropertyStorage props)
           
static boolean IDMigrationMap.hasIDMigrationMap(PropertyStorage props)
          Returns true if there is an ID migration map in the given properties
 

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 EmbeddedServerOptions EmbeddedServerOptions.getInstance(PropertyStorage prefs)
           
static RunConfigurations RunConfigurations.getInstance(PropertyStorage propertyStorage)
           
static RunConfiguration RunConfiguration.getInstance(PropertyStorage propertyStorage)
           
 

Uses of PropertyStorage in oracle.jdeveloper.template
 

Methods in oracle.jdeveloper.template with parameters of type PropertyStorage
static TemplatePreferences TemplatePreferences.getInstance(PropertyStorage storage)
           
 

Uses of PropertyStorage in oracle.jdevimpl.bookmarks
 

Methods in oracle.jdevimpl.bookmarks with parameters of type PropertyStorage
static BookmarkOptions BookmarkOptions.getInstance(PropertyStorage prefs)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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