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

E13403-04

Uses of Class
oracle.ide.config.ClientSetting

Packages that use ClientSetting
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset.cmd   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of ClientSetting in oracle.ide.config
 

Methods in oracle.ide.config that return ClientSetting
static ClientSetting ClientSetting.findOrCreate(java.lang.String extensionID)
          Finds or creates an extension specific settings object where the extension stores its settings.
static ClientSetting ClientSetting.findOrCreate(java.lang.String extensionID, java.lang.String filename)
          Finds or creates an extension specific settings object where the extension stores its settings.
 ClientSetting IdeSettings.getClientSetting(java.lang.String dataKey)
          Gets the client data object associated with the specified dataKey.
 

Methods in oracle.ide.config with parameters of type ClientSetting
protected  void IdeSettings.addClientSetting(ClientSetting setting)
           
protected  void ClientSetting.copyToImpl(ClientSetting copy)
           
protected  boolean ClientSetting.equalsImpl(ClientSetting setting)
          This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object).
 

Uses of ClientSetting in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type ClientSetting
 void ChangeListCommentsCustomizer.setClientSetting(ClientSetting clientSetting)
           
 

Uses of ClientSetting in oracle.jdeveloper.vcs.changeset.cmd
 

Methods in oracle.jdeveloper.vcs.changeset.cmd that return ClientSetting
 ClientSetting CommentTemplatesConfiguration.getClientSetting()
           
 

Methods in oracle.jdeveloper.vcs.changeset.cmd with parameters of type ClientSetting
 void CommentTemplatesConfiguration.setClientSetting(ClientSetting clientSetting)
           
 

Uses of ClientSetting in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return ClientSetting
 ClientSetting VCSProfile.getSettings()
          Gets the ClientSetting instance associated with the extension represented by this VCSProfile.
 

Uses of ClientSetting in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return ClientSetting
 ClientSetting VCSCommentsCustomizer.getClientSetting()
          Gets the ClientSetting object from which comment template settings will be retrieved.
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type ClientSetting
 void VCSCommentsCustomizer.setClientSetting(ClientSetting clientSetting)
          Sets the ClientSetting object from which comment template settings will be retrieved.
 


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.