All Packages Class Hierarchy This Package Previous Next Index
Object | +----com.symantec.itools.vcafe.openapi.options.EnvironmentOptionSet
VisualCafe
's EnvironmentOptionSet
.
Use VisualCafe.getEnvironmentOptionSet()
to get an instance of this object.
public EnvironmentOptionSet()
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentDebuggingOptions getDebuggingOptions()
The returned EnvironmentDebuggingOptions
object allows access to the options in the
"Debugging" tab of the Environment Options dialog.
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentDisplayOptions getDisplayOptions()
The returned EnvironmentDisplayOptions
object allows access to the options in the
"Display" tab of the Environment Options dialog.
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentEditingOptions getEditingOptions()
The returned EnvironmentEditingOptions
object allows access to the options in the
"Editing" tab of the Environment Options dialog.
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentFormatOptions getFormatOptions()
The returned EnvironmentFormatOptions
object allows access to the options in the
"Format" tab of the Environment Options dialog.
public abstract com.symantec.itools.vcafe.openapi.options.EnvironmentGeneralOptions getGeneralOptions()
The returned EnvironmentGeneralOptions
object allows access to the options in the
"General" tab of the Environment Options dialog.
All Packages Class Hierarchy This Package Previous Next Index