| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VCSOptionsCustomizer
Interface to a version client dialog options customizer / provider.
| 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.  | 
| Method Detail | 
|---|
java.awt.Component getComponent()
void setOptions(java.util.Map<?,?> options)
options - the map of options values.java.util.Map<?,?> getOptions()
void validateOptions()
                     throws VCSException
VCSException - if an option states is invalid.java.awt.Component getInitialFocusComponent()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||