public class VCSCompositeOptionsCustomizer extends VCSOptionsCustomizerAdapter
Composite class for combining version client dialog options customizers / providers.
_component| Constructor and Description |
|---|
VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers)
public java.awt.Component getComponent()
VCSOptionsCustomizergetComponent in interface VCSOptionsCustomizergetComponent in class VCSOptionsCustomizerAdapterpublic void setOptions(java.util.Map<?,?> options)
VCSOptionsCustomizersetOptions in interface VCSOptionsCustomizersetOptions in class VCSOptionsCustomizerAdapteroptions - the map of options values.public java.util.Map<java.lang.Object,java.lang.Object> getOptions()
VCSOptionsCustomizergetOptions in interface VCSOptionsCustomizergetOptions in class VCSOptionsCustomizerAdapterpublic void validateOptions()
throws VCSException
VCSOptionsCustomizervalidateOptions in interface VCSOptionsCustomizervalidateOptions in class VCSOptionsCustomizerAdapterVCSException - if an option states is invalid.public java.awt.Component getInitialFocusComponent()
VCSOptionsCustomizergetInitialFocusComponent in interface VCSOptionsCustomizergetInitialFocusComponent in class VCSOptionsCustomizerAdapterprotected java.awt.Component layoutComponents(java.awt.Component[] components)