- V_SCROLL - Static variable in class org.eclipse.swt.SWT
-
Style constant for vertical scrollbar behavior (value is 1<<9).
- VALID - Static variable in interface org.eclipse.core.runtime.content.IContentDescriber
-
Description result constant, indicating the contents are valid for
the intended content type.
- validate(IDocument, int, DocumentEvent) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension2
-
Requests the proposal to be validated with respect to the document event.
- validate(String) - Method in class org.eclipse.jface.text.templates.TemplateContextType
-
Validates a pattern, a TemplateException
is thrown if
validation fails.
- validate(IDocument, int, DocumentEvent) - Method in class org.eclipse.jface.text.templates.TemplateProposal
-
- validate(Object) - Method in class org.eclipse.swt.dnd.FileTransfer
-
- validate(Object) - Method in class org.eclipse.swt.dnd.HTMLTransfer
-
- validate(Object) - Method in class org.eclipse.swt.dnd.RTFTransfer
-
- validate(Object) - Method in class org.eclipse.swt.dnd.TextTransfer
-
- validate(Object) - Method in class org.eclipse.swt.dnd.Transfer
-
Test that the object is of the correct format for this Transfer class.
- validate(Object[]) - Method in interface org.eclipse.ui.dialogs.ISelectionStatusValidator
-
Validates an array of elements and returns the resulting status.
- VALIDATE_EDIT_CHANGED_CONTENT - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
-
Status code (value 10002) indicating that an validateEdit call has
changed the content of a file on disk.
- VALIDATE_ON_FOCUS_LOST - Static variable in class org.eclipse.jface.preference.StringFieldEditor
-
Validation strategy constant (value 1
) indicating that
the editor should perform validation only when the text widget
loses focus.
- VALIDATE_ON_KEY_STROKE - Static variable in class org.eclipse.jface.preference.StringFieldEditor
-
Validation strategy constant (value 0
) indicating that
the editor should perform validation after every key stroke.
- validateChange(IResourceDelta, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
-
Validate the proposed changes contained in the given delta.
- validateChange(IResourceDelta, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ResourceChangeValidator
-
Validate the proposed changes contained in the given delta
by consulting all model providers to determine if the changes
have any adverse side effects.
- validateConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
-
This method is invoked before the given configuration is used to
create the page (see createPage(ISynchronizePageConfiguration)
).
- validateCopy(Shell, IProject, String, String[]) - Static method in class org.eclipse.ui.actions.CopyProjectOperation
-
Validates that the copy of the project will not have undesirable side effects.
- validateCreateLink(IFile, int, IPath) - Method in class org.eclipse.core.resources.team.TeamHook
-
Validates whether a particular attempt at link creation is allowed.
- validateCreateLink(IFile, int, URI) - Method in class org.eclipse.core.resources.team.TeamHook
-
Validates whether a particular attempt at link creation is allowed.
- validateCreateLink(IFolder, int, IPath) - Method in class org.eclipse.core.resources.team.TeamHook
-
Validates whether a particular attempt at link creation is allowed.
- validateCreateLink(IFolder, int, URI) - Method in class org.eclipse.core.resources.team.TeamHook
-
Validates whether a particular attempt at link creation is allowed.
- validateCreateLink(IResource, int, IPath) - Method in class org.eclipse.team.core.RepositoryProvider
-
- validateCreateLink(IResource, int, URI) - Method in class org.eclipse.team.core.RepositoryProvider
-
Method validateCreateLink is invoked by the Platform Core TeamHook when a
linked resource is about to be added to the provider's project.
- validateCurrentSelection() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
-
Validates the current selection and updates the status line
accordingly.
- validateCurrentState() - Method in interface org.eclipse.update.operations.IOperationValidator
-
Check the current state.
- validateDestination(IContainer, IResource[]) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Checks whether the destination is valid for copying the source resources.
- validateDestination(IContainer, IResource[]) - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
-
- validateDestinationGroup() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Returns whether this page's destination specification controls currently all
contain valid values.
- validateDestinationGroup() - Method in class org.eclipse.ui.dialogs.WizardImportPage
-
Deprecated.
- validateDestinationGroup() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
-
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
-
Validates dropping on the given object.
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.ui.navigator.CommonDropAdapter
-
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
-
Validates dropping on the given object.
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.ui.navigator.resources.ResourceDropAdapterAssistant
-
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.ui.part.PluginDropAdapter
-
The PluginDropAdapter
implementation of this
ViewerDropAdapter
method is used to notify the action that some
aspect of the drop operation has changed.
- validateDrop(Object, int, TransferData) - Method in class org.eclipse.ui.views.navigator.NavigatorDropAdapter
-
This method is used to notify the action that some aspect of
the drop operation has changed.
- validateEdit(IFile[], Object) - Method in interface org.eclipse.core.resources.IFileModificationValidator
-
Validates that the given files can be modified.
- validateEdit(IFile[], Object) - Method in interface org.eclipse.core.resources.IWorkspace
-
Advises that the caller intends to modify the contents of the given files
in the near future and asks whether modifying all these files would be
reasonable.
- ValidateEditChecker - Class in org.eclipse.ltk.core.refactoring.participants
-
A validate edit checker is a shared checker to collect files
to be validated all at once.
- ValidateEditChecker(Object) - Constructor for class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
-
The context passed to the validate edit call.
- validateEditorInputState() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- validateEditorInputState() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension2
-
Validates the state of the given editor input.
- validateEditorInputState() - Method in class org.eclipse.ui.texteditor.TextEditorAction
-
Checks and validates the editor's modifiable state.
- validateEditRule(IResource[]) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for a validateEdit
- validateEditRule(IResource[]) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of IResourceRuleFactory#validateEditRule
.
- validateImportDestination(IContainer, String[]) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Checks whether the destination is valid for copying the source files.
- validateInput() - Method in class org.eclipse.jface.dialogs.InputDialog
-
Validates the input.
- validateLinkedResource() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Checks whether the linked resource target is valid.
- validateLinkedResource() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Checks whether the linked resource target is valid.
- validateLinkLocation(IResource, IPath) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given path as the location of the given resource on disk.
- validateLinkLocationURI(IResource, URI) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given
URI
as the location of the given resource on disk.
- validateMerge(IMergeContext, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IResourceMappingMerger
-
Validate an auto-merge for the given context.
- validateMerge(IMergeContext, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.ResourceMappingMerger
-
- validateMerge(IMergeContext, IProgressMonitor) - Static method in class org.eclipse.team.ui.synchronize.ModelMergeOperation
-
Validate the merge context with the model providers that have mappings in
the scope of the context.
- validateName(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Validates the given name as the name for a path variable.
- validateName(String, int) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given string as the name of a resource valid for one of the
given types.
- validateNatureSet(String[]) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates that each of the given natures exists, and that all nature
constraints are satisfied within the given set.
- validateOptionsGroup() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Returns whether this page's options group's controls currently all contain
valid values.
- validatePage() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Returns whether this page's controls currently all contain valid
values.
- validatePage() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Returns whether this page's controls currently all contain valid
values.
- validatePage() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
-
Returns whether this page's controls currently all contain valid
values.
- validatePath(String, int) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given string as a path for a resource of the given type(s).
- validatePendingChanges(IInstallFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationValidator
-
Called by the UI before doing a batched processing of
several pending changes.
- 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.
- validatePluginTransferDrop(IStructuredSelection, Object) - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
-
Return true if the client can handle the drop onto the target viewer of
the drop operation.
- validatePluginTransferDrop(IStructuredSelection, Object) - Method in class org.eclipse.ui.navigator.resources.ResourceDropAdapterAssistant
-
- validatePreferenceVersions(IPath) - Static method in class org.eclipse.core.runtime.Preferences
-
Validates that the preference versions in the given file match the versions
of the currently installed plugins.
- validateProjectLocation(IProject, IPath) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given path as the location of the given project on disk.
- validateProjectLocationURI(IProject, URI) - Method in interface org.eclipse.core.resources.IWorkspace
-
Validates the given URI as the location of the given project.
- validateSave(IFile) - Method in interface org.eclipse.core.resources.IFileModificationValidator
-
Validates that the given file can be saved.
- validateSelectionRange(int[]) - Method in class org.eclipse.jface.text.TextViewer
-
Validates and adapts the given selection range if it is not a valid
widget selection.
- validateSourceGroup() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Returns whether this page's source specification controls currently all
contain valid values.
- validateSourceGroup() - Method in class org.eclipse.ui.dialogs.WizardExportPage
-
Deprecated.
- validateState(IProgressMonitor, Object) - Method in interface org.eclipse.core.filebuffers.IFileBuffer
-
Validates the state of this file buffer and tries to bring the buffer's
underlying file into a state in which it can be modified.
- validateState(IFileBuffer[], IProgressMonitor, Object) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
-
Validates the state of the given file buffers and tries to bring the
buffer's underlying file into a state in which it can be modified.
- validateState(Object, Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
-
- validateState(Object, Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
-
- validateState(Object, Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
- validateState(Object, Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
- validateState(IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Validates the state of the given editor input.
- validateState(Object, Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
-
Validates the state of the given element.
- ValidateStateException - Exception in org.eclipse.ui.texteditor
-
Deprecated.
- ValidateStateException(IStatus) - Constructor for exception org.eclipse.ui.texteditor.ValidateStateException
-
Deprecated.
- validateStringVariables(String) - Method in interface org.eclipse.core.variables.IStringVariableManager
-
Validates variables references in the given expression and reports errors
for references to undefined variables.
- validateTargetState() - Method in interface org.eclipse.ui.texteditor.IFindReplaceTargetExtension2
-
Validates the state of this target.
- validateValue(IPath) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Validates the given path as the value for a path variable.
- validateVariables(TemplateVariable[]) - Method in class org.eclipse.jface.text.templates.TemplateContextType
-
Validates the variables in this context type.
- validateVersion(String) - Static method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Validates the given string as a plug-in version identifier.
- validationStateAboutToBeChanged() - Method in interface org.eclipse.core.filebuffers.IStateValidationSupport
-
Tells this buffer that the validation state is about to be changed.
- validationStateChanged(boolean, IStatus) - Method in interface org.eclipse.core.filebuffers.IStateValidationSupport
-
Tells this buffer that the validation state has been changed to the given
value.
- validationStateChangeFailed() - Method in interface org.eclipse.core.filebuffers.IStateValidationSupport
-
Tells this buffer that a initiated state validation failed.
- valign - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
Vertical alignment (TOP, MIDDLE, BOTTOM or FILL; default is TOP).
- VALUE - Static variable in class org.eclipse.ant.core.AntCorePlugin
-
Simple identifier constant (value "value"
) of a tag
that appears in Ant extensions.
- value - Variable in class org.eclipse.debug.core.model.MemoryByte
-
Value of this byte.
- VALUE - Static variable in class org.eclipse.jface.preference.FieldEditor
-
Property name constant (value "field_editor_value"
)
to signal a change in the value of this field editor.
- value - Variable in class org.eclipse.jface.viewers.TreeNode
-
The value contained in this node.
- VALUE - Static variable in interface org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter
-
A constant indicating a value attribute (value: value
)
- value - Variable in class org.eclipse.osgi.util.ManifestElement
-
The value of the manifest element.
- valueChanged(boolean, boolean) - Method in class org.eclipse.jface.preference.BooleanFieldEditor
-
Informs this field editor's listener, if it has one, about a change
to the value (VALUE
property) provided that the old and
new values are different.
- valueChanged() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
-
Informs this field editor's listener, if it has one, about a change to
the value (VALUE
property) provided that the old and new
values are different.
- valueChanged() - Method in class org.eclipse.jface.preference.StringFieldEditor
-
Informs this field editor's listener, if it has one, about a change
to the value (VALUE
property) provided that the old and
new values are different.
- valueChanged(boolean, boolean) - Method in class org.eclipse.jface.viewers.CellEditor
-
The value has changed.
- valueChanged(IPropertySheetEntry) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntryListener
-
A entry's value has changed
- valueChanged(PropertySheetEntry) - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
-
The value of the given child entry has changed.
- valueComponents - Variable in class org.eclipse.osgi.util.ManifestElement
-
The value components of the manifest element.
- valueOf(boolean) - Static method in class org.eclipse.core.expressions.EvaluationResult
-
Returns an evaluation result instance representing the
given boolean value.
- valueOf(Boolean) - Static method in class org.eclipse.core.expressions.EvaluationResult
-
Returns a evaluation result instance representing the
given Boolean
value.
- values() - Method in interface org.eclipse.jface.text.source.IAnnotationMap
-
The returned collection is not synchronized on this annotation map's lock object.
- valuesIterator() - Method in interface org.eclipse.jface.text.source.IAnnotationMap
-
Returns an iterator for a copy of this annotation map's values.
- VAR_CONST - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VAR_DISPATCH - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VAR_PERINSTANCE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VAR_STATIC - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FBINDABLE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FDEFAULTBIND - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FDEFAULTCOLLELEM - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FDISPLAYBIND - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FHIDDEN - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FIMMEDIATEBIND - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FNONBROWSABLE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FREADONLY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FREPLACEABLE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FREQUESTEDIT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FRESTRICTED - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FSOURCE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARFLAG_FUIDEFAULT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VARIABLE_CHANGED - Static variable in interface org.eclipse.core.resources.IPathVariableChangeEvent
-
Event type constant (value = 1) that denotes a value change .
- VARIABLE_CREATED - Static variable in interface org.eclipse.core.resources.IPathVariableChangeEvent
-
Event type constant (value = 2) that denotes a variable creation.
- VARIABLE_DELETED - Static variable in interface org.eclipse.core.resources.IPathVariableChangeEvent
-
Event type constant (value = 3) that denotes a variable deletion.
- VARIABLE_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Identifier for a variable group in a menu (value "variableGroup"
).
- VARIABLE_NOT_DEFINED - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 379) indicating that a workspace path
variable unexpectedly does not exist.
- VARIABLE_NOT_DEFINED_WARNING - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 333) indicating that a workspace path
variable unexpectedly does not exist.
- VARIABLE_VIEW_DETAIL_ID - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Id for the popup menu associated with the detail (text viewer) part of the VariableView
- VARIABLE_VIEW_VARIABLE_ID - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Id for the popup menu associated with the variables (tree viewer) part of the VariableView
- variablesAdded(IValueVariable[]) - Method in interface org.eclipse.core.variables.IValueVariableListener
-
Notification the given variables have been added to the variable
manager.
- variablesChanged(IValueVariable[]) - Method in interface org.eclipse.core.variables.IValueVariableListener
-
Notification the given variables have been changed value.
- VariablesPlugin - Class in org.eclipse.core.variables
-
The plug-in runtime class for the Core Variables plug-in.
- VariablesPlugin() - Constructor for class org.eclipse.core.variables.VariablesPlugin
-
Constructs an instance of this plug-in runtime class.
- variablesRemoved(IValueVariable[]) - Method in interface org.eclipse.core.variables.IValueVariableListener
-
Notification the given variables have been removed from the variable
manager.
- Variant - Class in org.eclipse.swt.ole.win32
-
A Variant is a generic OLE mechanism for passing data of different types via a common interface.
- Variant() - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create an empty Variant object with type VT_EMPTY.
- Variant(float) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java float as a VT_R4.
- Variant(double) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java double as a VT_R8.
- Variant(int) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java int as a VT_I4.
- Variant(int, short) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which contains a reference to the data being transferred.
- Variant(OleAutomation) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
- Variant(IDispatch) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
- Variant(IUnknown) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents an IUnknown interface as a VT_UNKNOWN.
- Variant(long) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java long as a VT_I8.
- Variant(String) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java String as a VT_BSTR.
- Variant(short) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java short as a VT_I2.
- Variant(boolean) - Constructor for class org.eclipse.swt.ole.win32.Variant
-
Create a Variant object which represents a Java boolean as a VT_BOOL.
- VERIFICATION_CANCELLED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Verification was cancelled
- Verifier - Class in org.eclipse.update.core
-
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).
- 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
-
- VerifyEvent - Class in org.eclipse.swt.events
-
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.
- verifyKey(VerifyEvent) - Method in interface org.eclipse.swt.custom.VerifyKeyListener
-
The following event fields are used:
event.character is the character that was typed (input)
event.keyCode is the key code that was typed (input)
event.stateMask is the state of the keyboard (input)
event.doit is processed or not (output)
- VerifyKeyListener - Interface in org.eclipse.swt.custom
-
- VerifyListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide a method
that deals with the events that are generated when text
is about to be modified.
- verifyNameMatch(String, String) - Static method in class org.eclipse.ui.SelectionEnabler
-
Verifies that the given name matches the given wildcard filter.
- 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.
- verifyValue(String) - Method in interface org.eclipse.debug.core.model.IValueModification
-
Returns whether the given expression is valid to be used in
setting a new value for this variable.
- verifyValue(IValue) - Method in interface org.eclipse.debug.core.model.IValueModification
-
Returns whether the given value can be used as
a new value for this variable.
- VERSION_1_0 - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
-
The version constant for v1.0 (value: 1.0)
- VersionedIdentifier - Class in org.eclipse.update.core
-
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 in org.eclipse.update.search
-
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
-
- 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.
- VERTICAL_MARGIN - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Vertical margin in dialog units (value 7).
- VERTICAL_RULER_PREFERENCE_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
-
The preference key for the visibility in the vertical ruler.
- VERTICAL_RULER_PREFERENCE_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
-
The visibility in the vertical ruler.
- VERTICAL_RULER_WIDTH - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
-
The width of the vertical ruler.
- VERTICAL_SPACING - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Vertical spacing in dialog units (value 4).
- VERTICAL_SPACING - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
-
The vertical spacing used by layout styles FLAT
and GRID
.
- verticalAlignment - Variable in class org.eclipse.swt.custom.ControlEditor
-
Specifies how the editor should be aligned relative to the control.
- 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.
- VerticalRuler - Class in org.eclipse.jface.text.source
-
A vertical ruler which is connected to a text viewer.
- VerticalRuler(int) - Constructor for class org.eclipse.jface.text.source.VerticalRuler
-
Constructs a vertical ruler with the given width.
- VerticalRuler(int, IAnnotationAccess) - Constructor for class org.eclipse.jface.text.source.VerticalRuler
-
Constructs a vertical ruler with the given width and the given annotation
access.
- VerticalRulerEvent - Class in org.eclipse.jface.text.source
-
- VerticalRulerEvent(Annotation) - Constructor for class org.eclipse.jface.text.source.VerticalRulerEvent
-
Creates a new event.
- verticalSpacing - Variable in class org.eclipse.swt.custom.ViewForm
-
verticalSpacing specifies the number of pixels between the bottom
edge of one cell and the top edge of its neighbouring cell underneath.
- 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.
- verticalSpacing - Variable in class org.eclipse.ui.forms.widgets.ColumnLayout
-
Vertical spacing between controls (default is 5).
- verticalSpacing - Variable in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
Vertical spacing (default is 5).
- verticalSpan - Variable in class org.eclipse.swt.layout.GridData
-
verticalSpan specifies the number of row cells that the control
will take up.
- 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_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
View menu: name of group for additional view-like items.
- VIEW_ID - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizeView
-
The id for this view
- VIEW_MINIMUM_CHARACTERS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
-
Workbench preference identifier for the minimum width of view tabs.
- VIEW_VISIBLE - Static variable in interface org.eclipse.ui.IWorkbenchPage
-
Show view mode that indicates the view should be made visible.
- ViewContextComputer - Class in org.eclipse.ui.help
-
Deprecated.
nested contexts are no longer supported by the help support system
- ViewContextComputer(IViewPart, Object) - Constructor for class org.eclipse.ui.help.ViewContextComputer
-
Deprecated.
Creates a new context computer for the given view and help context.
- Viewer - Class in org.eclipse.jface.viewers
-
A viewer is a model-based adapter on a widget.
- Viewer() - Constructor for class org.eclipse.jface.viewers.Viewer
-
Creates a new viewer.
- VIEWER_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
-
Deprecated.
This font is not in use
- ViewerComparator - Class in org.eclipse.jface.viewers
-
A viewer comparator is used by a
StructuredViewer
to
reorder the elements provided by its content provider.
- ViewerComparator() - Constructor for class org.eclipse.jface.viewers.ViewerComparator
-
Creates a new
ViewerComparator
, which uses the default comparator
to sort strings.
- ViewerComparator(Comparator) - Constructor for class org.eclipse.jface.viewers.ViewerComparator
-
Creates a new
ViewerComparator
, which uses the given comparator
to sort strings.
- ViewerDropAdapter - Class in org.eclipse.jface.viewers
-
This adapter class provides generic drag-and-drop support for a viewer.
- ViewerDropAdapter(Viewer) - Constructor for class org.eclipse.jface.viewers.ViewerDropAdapter
-
Creates a new drop adapter for the given viewer.
- ViewerFilter - Class in org.eclipse.jface.viewers
-
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 in org.eclipse.jface.viewers
-
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 in org.eclipse.jface.viewers
-
A viewer sorter is used by a
StructuredViewer
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.
- ViewForm - Class in org.eclipse.swt.custom
-
Instances of this class implement a Composite that positions and sizes
children and allows programmatic control of layout and border parameters.
- ViewForm(Composite, int) - Constructor for class org.eclipse.swt.custom.ViewForm
-
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
- ViewPart - Class in org.eclipse.ui.part
-
Abstract base implementation of all workbench views.
- ViewPart() - Constructor for class org.eclipse.ui.part.ViewPart
-
Creates a new view.
- viewportChanged(int) - Method in interface org.eclipse.jface.text.IViewportListener
-
Informs about view port changes.
- ViewPreferencesAction - Class in org.eclipse.ui.preferences
-
The ViewPreferencesAction is the action for opening
a view preferences dialog on a class.
- ViewPreferencesAction() - Constructor for class org.eclipse.ui.preferences.ViewPreferencesAction
-
Create a new instance of the receiver.
- VIEWS_SHORTLIST - Static variable in class org.eclipse.ui.actions.ContributionItemFactory
-
Workbench contribution item (id "viewsShortlist"): A list of views
available to be opened in the window, arranged as a shortlist of
promising views and an "Other" subitem.
- VIEWS_SHOW_IN - Static variable in class org.eclipse.ui.actions.ContributionItemFactory
-
Workbench contribution item (id "viewsShowIn"): A list of views
available to be opened in the window, arranged as a list of
alternate views to show the same item currently selected.
- ViewSettingsDialog - Class in org.eclipse.ui.preferences
-
The ViewSettingsDialog is an abstract class that
provides some common functionality for view preferences.
- ViewSettingsDialog(Shell) - Constructor for class org.eclipse.ui.preferences.ViewSettingsDialog
-
Create a new instance of the receiver.
- VIRTUAL - Static variable in class org.eclipse.swt.SWT
-
Style constant to allow virtual data (value is 1<<28).
- VisibilityWindowAdapter - Class in org.eclipse.swt.browser
-
This adapter class provides default implementations for the
methods described by the
VisibilityWindowListener
interface.
- VisibilityWindowAdapter() - Constructor for class org.eclipse.swt.browser.VisibilityWindowAdapter
-
- VisibilityWindowListener - Interface in org.eclipse.swt.browser
-
This listener interface may be implemented in order to receive
a
WindowEvent
notification when a window hosting a
Browser
needs to be displayed or hidden.
- visit(Object, int, Object, Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.Differencer
-
Called for every node or leaf comparison.
- visit(IResourceDelta) - Method in interface org.eclipse.core.resources.IResourceDeltaVisitor
-
Visits the given resource delta.
- visit(IResourceProxy) - Method in interface org.eclipse.core.resources.IResourceProxyVisitor
-
Visits the given resource.
- visit(IResource) - Method in interface org.eclipse.core.resources.IResourceVisitor
-
Visits the given resource.
- visit(IEclipsePreferences) - Method in interface org.eclipse.core.runtime.preferences.IPreferenceNodeVisitor
-
Visits the given preference node.
- visit(IDiff) - Method in interface org.eclipse.team.core.diff.IDiffVisitor
-
Visits the given diff.
- visit(CopySourceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a CopySourceEdit
instance.
- visit(CopyTargetEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a CopyTargetEdit
instance.
- visit(MoveSourceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a MoveSourceEdit
instance.
- visit(MoveTargetEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a MoveTargetEdit
instance.
- visit(RangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a RangeMarker
instance.
- visit(CopyingRangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a CopyingRangeMarker
instance.
- visit(DeleteEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a DeleteEdit
instance.
- visit(InsertEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a InsertEdit
instance.
- visit(ReplaceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a ReplaceEdit
instance.
- visit(UndoEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a UndoEdit
instance.
- visit(MultiTextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits a MultiTextEdit
instance.
- visit(IResourceDelta) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
-
- visitNode(TextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
-
Visits the given text edit.
- VMARGIN - Static variable in interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertyConstants
-
These horizontal margin around the composite.
- 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
- VSPACE - Static variable in interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertyConstants
-
Horizontal space to leave between related widgets.
- VT - Static variable in class org.eclipse.ui.keys.CharacterKey
-
Deprecated.
The single static instance of CharacterKey
which
represents the vertical tab (U+000B) key.
- VT_ARRAY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BLOB - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BLOB_OBJECT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BOOL - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BSTR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BSTR_BLOB - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_BYREF - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_CARRAY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_CF - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_CLSID - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_CY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_DATE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_DECIMAL - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_DISPATCH - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_EMPTY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_ERROR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_FILETIME - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_HRESULT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_I1 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_I2 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_I4 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_I8 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_INT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_LPSTR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_LPWSTR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the vertical tab (U+000B) key.
- VT_NULL - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_PTR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_R4 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_R8 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_RECORD - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_SAFEARRAY - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_STORAGE - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_STORED_OBJECT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_STREAM - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_STREAMED_OBJECT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UI1 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UI2 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UI4 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UI8 - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UINT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_UNKNOWN - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_USERDEFINED - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_VARIANT - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_VECTOR - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_VERSIONED_STREAM - Static variable in class org.eclipse.swt.ole.win32.OLE
-
- VT_VOID - Static variable in class org.eclipse.swt.ole.win32.OLE
-