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

E17493-02

oracle.jdeveloper.vcs.spi
Class VCSOptionsCustomizerAdapter

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter
All Implemented Interfaces:
VCSOptionsCustomizer
Direct Known Subclasses:
VCSCompositeOptionsCustomizer

public class VCSOptionsCustomizerAdapter
extends java.lang.Object
implements VCSOptionsCustomizer

Adapter class for a version client dialog options customizer / provider.

Since:
10.1.3

Field Summary
protected  java.awt.Component _component
           
 
Constructor Summary
VCSOptionsCustomizerAdapter()
           
 
Method Summary
 java.awt.Component getComponent()
          Gets the component of the options cusomizer instance.
 java.awt.Component getInitialFocusComponent()
          Get the component to focus initially when the customizer is displayed.
 java.util.Map<?,?> getOptions()
          Gets options from the customizer, based on internal component states.
 void setOptions(java.util.Map<?,?> options)
          Sets options on the customizer, updating internal component states.
 void validateOptions()
          Validates internal component states ahead of committing options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_component

protected java.awt.Component _component
Constructor Detail

VCSOptionsCustomizerAdapter

public VCSOptionsCustomizerAdapter()
Method Detail

getComponent

public java.awt.Component getComponent()
Description copied from interface: VCSOptionsCustomizer
Gets the component of the options cusomizer instance.

Specified by:
getComponent in interface VCSOptionsCustomizer
Returns:
the customzier's component.

setOptions

public void setOptions(java.util.Map<?,?> options)
Description copied from interface: VCSOptionsCustomizer
Sets options on the customizer, updating internal component states.

Specified by:
setOptions in interface VCSOptionsCustomizer
Parameters:
options - the map of options values.

getOptions

public java.util.Map<?,?> getOptions()
Description copied from interface: VCSOptionsCustomizer
Gets options from the customizer, based on internal component states.

Specified by:
getOptions in interface VCSOptionsCustomizer
Returns:
a map of options values.

validateOptions

public void validateOptions()
                     throws VCSException
Description copied from interface: VCSOptionsCustomizer
Validates internal component states ahead of committing options.

Specified by:
validateOptions in interface VCSOptionsCustomizer
Throws:
VCSException - if an option states is invalid.

getInitialFocusComponent

public java.awt.Component getInitialFocusComponent()
Description copied from interface: VCSOptionsCustomizer
Get the component to focus initially when the customizer is displayed.

Specified by:
getInitialFocusComponent in interface VCSOptionsCustomizer
Returns:
a component to focus. (null-capable)

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.