| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter
oracle.jdeveloper.vcs.spi.VCSCompositeOptionsCustomizer
public class VCSCompositeOptionsCustomizer
Composite class for combining version client dialog options customizers / providers.
| Field Summary | 
|---|
| Fields inherited from class oracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter | 
|---|
_component | 
| Constructor Summary | |
|---|---|
VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers)
 | 
|
| 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<java.lang.Object,java.lang.Object> | 
getOptions()
Gets options from the customizer, based on internal component states.  | 
protected  java.awt.Component | 
layoutComponents(java.awt.Component[] components)
 | 
 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 | 
| Constructor Detail | 
|---|
public VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers)
| Method Detail | 
|---|
public java.awt.Component getComponent()
VCSOptionsCustomizer
getComponent in interface VCSOptionsCustomizergetComponent in class VCSOptionsCustomizerAdapterpublic void setOptions(java.util.Map<?,?> options)
VCSOptionsCustomizer
setOptions in interface VCSOptionsCustomizersetOptions in class VCSOptionsCustomizerAdapteroptions - the map of options values.public java.util.Map<java.lang.Object,java.lang.Object> getOptions()
VCSOptionsCustomizer
getOptions in interface VCSOptionsCustomizergetOptions in class VCSOptionsCustomizerAdapter
public void validateOptions()
                     throws VCSException
VCSOptionsCustomizer
validateOptions in interface VCSOptionsCustomizervalidateOptions in class VCSOptionsCustomizerAdapterVCSException - if an option states is invalid.public java.awt.Component getInitialFocusComponent()
VCSOptionsCustomizer
getInitialFocusComponent in interface VCSOptionsCustomizergetInitialFocusComponent in class VCSOptionsCustomizerAdapterprotected java.awt.Component layoutComponents(java.awt.Component[] components)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||