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

E13403-04

Uses of Interface
oracle.jdeveloper.vcs.spi.VCSOptionsCustomizer

Packages that use VCSOptionsCustomizer
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of VCSOptionsCustomizer in oracle.jdeveloper.vcs.changelist
 

Classes in oracle.jdeveloper.vcs.changelist that implement VCSOptionsCustomizer
 class ChangeListCommentsCustomizer
          Comments customizer that installs specific behaviors for the change list.
 

Methods in oracle.jdeveloper.vcs.changelist that return VCSOptionsCustomizer
 VCSOptionsCustomizer ChangeList.getOptionsCustomizer()
          Get the options customizer.
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type VCSOptionsCustomizer
 void ChangeList.setOptionsCustomizer(VCSOptionsCustomizer c)
          Set a customizer that can be used for entering options.
 

Uses of VCSOptionsCustomizer in oracle.jdeveloper.vcs.changeset
 

Methods in oracle.jdeveloper.vcs.changeset with parameters of type VCSOptionsCustomizer
 void ChangeSetChangeList.setOptionsCustomizer(VCSOptionsCustomizer c)
           
 

Uses of VCSOptionsCustomizer in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return VCSOptionsCustomizer
protected  VCSOptionsCustomizer ActionCommand.createOptionsCustomizer()
           
protected  VCSOptionsCustomizer ActionCommand.createOptionsCustomizer(java.util.Collection nodes)
           
 

Methods in oracle.jdeveloper.vcs.generic with parameters of type VCSOptionsCustomizer
protected  oracle.bali.ewt.dialog.JEWTDialog ActionCommand.createOperationDialog(java.util.Collection nodes, VCSOptionsCustomizer customizer)
           
 

Uses of VCSOptionsCustomizer in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement VCSOptionsCustomizer
 class VCSCommentsCustomizer
          Utility class for using comments options in an options customizer.
 class VCSCompositeOptionsCustomizer
          Composite class for combining version client dialog options customizers / providers.
 class VCSOptionsCustomizerAdapter
          Adapter class for a version client dialog options customizer / provider.
 

Methods in oracle.jdeveloper.vcs.spi that return VCSOptionsCustomizer
 VCSOptionsCustomizer VCSWaitRunnable.setOptionsCustomizer()
          Gets the options customizer.
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSOptionsCustomizer
 void VCSWaitRunnable.setOptionsCustomizer(VCSOptionsCustomizer optionsCustomizer)
          Sets the options customizer, which will be validated before the task is run.
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type VCSOptionsCustomizer
VCSCommentsCustomizer(VCSOptionsCustomizer delegateCustomizer)
          Constructor.
VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers)
           
VCSDialogCommitter(VCSOptionsCustomizer optionsCustomizer)
           
VCSWaitRunnable(VCSExceptionHandler exceptionHandler, VCSOptionsCustomizer optionsCustomizer)
          Constructor.
 


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.