|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter
public class VCSOptionsCustomizerAdapter
Adapter class for a version client dialog options customizer / provider.
| 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 |
|---|
protected java.awt.Component _component
| Constructor Detail |
|---|
public VCSOptionsCustomizerAdapter()
| Method Detail |
|---|
public java.awt.Component getComponent()
VCSOptionsCustomizergetComponent in interface VCSOptionsCustomizerpublic void setOptions(java.util.Map<?,?> options)
VCSOptionsCustomizersetOptions in interface VCSOptionsCustomizeroptions - the map of options values.public java.util.Map<?,?> getOptions()
VCSOptionsCustomizergetOptions in interface VCSOptionsCustomizer
public void validateOptions()
throws VCSException
VCSOptionsCustomizervalidateOptions in interface VCSOptionsCustomizerVCSException - if an option states is invalid.public java.awt.Component getInitialFocusComponent()
VCSOptionsCustomizergetInitialFocusComponent in interface VCSOptionsCustomizer
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||