Eclipse eRCP
Release 1.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

VERIFICATION_CANCELLED - Static variable in interface org.eclipse.update.core.IVerificationResult
Verification was cancelled
VERTICAL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 1<<9).
VERTICAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int).
VERTICAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the vertical center of the cell.
VERTICAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the bottom of the cell.
VERTICAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically.
VIEWER_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
Deprecated. This font is not in use
VIEW_ACTIVATE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Show view mode that indicates the view should be made visible and activated.
VIEW_CREATE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Show view mode that indicates the view should be made created but not necessarily be made visible.
VIEW_VISIBLE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Show view mode that indicates the view should be made visible.
VK_ALWAYS_OFF - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating keyboard should always be hidden
VK_ALWAYS_ON - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating keyboard should always be visible
VK_NORMAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating normal show and hide operation
VOLUME_ADDED - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a new volume has been added
VOLUME_CDROM - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a cdrom volume (compact disc)
VOLUME_CHANGED - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a volume has been changed
VOLUME_FIXED - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume is fixed (hard drive)
VOLUME_FLOPPY_3 - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume is removable (floppy disk 3 1/2)
VOLUME_FLOPPY_5 - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume is removable (floppy disk 5 1/4)
VOLUME_INVALID_PATH - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume could not be determined from path
VOLUME_RAMDISK - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a ramdisk volume (memory)
VOLUME_REMOTE - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a remote (network) volume
VOLUME_REMOVABLE - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume is removable (other than floppy disk)
VOLUME_REMOVED - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates a volume has been removed
VOLUME_UNKNOWN - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the volume type is not known
V_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical scrollbar behavior (value is 1<<9).
Verifier - class org.eclipse.update.core.Verifier.
Convenience implementation of a verifier.
Verifier() - Constructor for class org.eclipse.update.core.Verifier
 
Verify - Static variable in class org.eclipse.swt.SWT
The verify event type (value is 25).
VerifyEvent - class org.eclipse.swt.events.VerifyEvent.
Instances of this class are sent as a result of widgets handling keyboard events
VerifyEvent(Event) - Constructor for class org.eclipse.swt.events.VerifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
VerifyListener - interface org.eclipse.swt.events.VerifyListener.
Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
VersionedIdentifier - class org.eclipse.update.core.VersionedIdentifier.
Versioned Identifier.
VersionedIdentifier(String, String) - Constructor for class org.eclipse.update.core.VersionedIdentifier
Construct a versioned identifier from an identifier and a string representation of a version
VersionedIdentifiersFilter - class org.eclipse.update.search.VersionedIdentifiersFilter.
This class can be added to the update search request to filter out features that are not part of the specified set.
VersionedIdentifiersFilter() - Constructor for class org.eclipse.update.search.VersionedIdentifiersFilter
 
VersionedIdentifiersFilter(VersionedIdentifier[]) - Constructor for class org.eclipse.update.search.VersionedIdentifiersFilter
 
ViewPart - class org.eclipse.ui.part.ViewPart.
Abstract base implementation of all workbench views.
ViewPart() - Constructor for class org.eclipse.ui.part.ViewPart
Creates a new view.
Viewer - class org.eclipse.jface.viewers.Viewer.
A viewer is a model-based adapter on a widget.
Viewer() - Constructor for class org.eclipse.jface.viewers.Viewer
Creates a new viewer.
ViewerFilter - class org.eclipse.jface.viewers.ViewerFilter.
A viewer filter is used by a structured viewer to extract a subset of elements provided by its content provider.
ViewerFilter() - Constructor for class org.eclipse.jface.viewers.ViewerFilter
Creates a new viewer filter.
ViewerLabel - class org.eclipse.jface.viewers.ViewerLabel.
The ViewerLabel is the class that is passed to a viewer to handle updates of labels.
ViewerLabel(String, Image) - Constructor for class org.eclipse.jface.viewers.ViewerLabel
Create a new instance of the receiver with the supplied initial text and image.
ViewerSorter - class org.eclipse.jface.viewers.ViewerSorter.
A viewer sorter is used by a structured viewer to reorder the elements provided by its content provider.
ViewerSorter() - Constructor for class org.eclipse.jface.viewers.ViewerSorter
Creates a new viewer sorter, which uses the default collator to sort strings.
ViewerSorter(Collator) - Constructor for class org.eclipse.jface.viewers.ViewerSorter
Creates a new viewer sorter, which uses the given collator to sort strings.
validateCurrentState() - Method in interface org.eclipse.update.operations.IOperationValidator
Check the current state.
validatePendingChanges(IInstallFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationValidator
Called by the UI before doing a batched processing of several pending install changes.
validatePendingChanges(IConfigFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationValidator
Called by the API using managed-only update policy.
validatePendingChanges(IUnconfigFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationValidator
Called by the API using managed-only update policy.
validatePendingConfig(IFeature) - Method in interface org.eclipse.update.operations.IOperationValidator
Called before performing operation.
validatePendingInstall(IFeature, IFeature) - Method in interface org.eclipse.update.operations.IOperationValidator
Called before performing install.
validatePendingReplaceVersion(IFeature, IFeature) - Method in interface org.eclipse.update.operations.IOperationValidator
Called before performing operation.
validatePendingRevert(IInstallConfiguration) - Method in interface org.eclipse.update.operations.IOperationValidator
Called before doing a revert/ restore operation
validatePendingUnconfig(IFeature) - Method in interface org.eclipse.update.operations.IOperationValidator
Called before performing operation.
validatePermissions(ContentReference[]) - Method in class org.eclipse.update.core.FeatureContentProvider
Sets the permission of all the ContentReferences Check for the .permissions contentReference and use it to set the permissions of other ContentReference
validatePlatformConfigValid() - Method in interface org.eclipse.update.operations.IOperationValidator
Checks if the platform configuration has been modified outside this program.
valueChanged(boolean, boolean) - Method in class org.eclipse.jface.viewers.CellEditor
The value has changed.
verify(IFeature, ContentReference, boolean, InstallMonitor) - Method in interface org.eclipse.update.core.IVerifier
Perform verification of the specified archive.
verify(IFeature, ContentReference, boolean, InstallMonitor) - Method in class org.eclipse.update.core.Verifier
 
verifyOnly - Variable in class org.eclipse.update.standalone.ScriptedCommand
 
verifyText(VerifyEvent) - Method in interface org.eclipse.swt.events.VerifyListener
Sent when the text is about to be modified.
verifyUpdatableStatus() - Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates whether updates can be applied to the site.
verticalAlignment - Variable in class org.eclipse.swt.layout.GridData
verticalAlignment specifies how controls will be positioned vertically within a cell.
verticalIndent - Variable in class org.eclipse.swt.layout.GridData
verticalIndent specifies the number of pixels of indentation that will be placed along the top side of the cell.
verticalSpacing - Variable in class org.eclipse.swt.layout.GridLayout
verticalSpacing specifies the number of pixels between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpan - Variable in class org.eclipse.swt.layout.GridData
verticalSpan specifies the number of row cells that the control will take up.

Eclipse eRCP
Release 1.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z