Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

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.
validArchiveAuthority(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the authority component of an archive URI; false otherwise.
validate() - Method in class org.eclipse.core.databinding.validation.MultiValidator
Returns the current validation status.
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.ImageTransfer
 
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 class org.eclipse.swt.dnd.URLTransfer
 
validate(Object[]) - Method in interface org.eclipse.ui.dialogs.ISelectionStatusValidator
Validates an array of elements and returns the resulting status.
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 interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension2
Requests the proposal to be validated with respect to the document event.
validate(IDocument, int, DocumentEvent) - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
validate(T) - Method in interface org.eclipse.core.databinding.validation.IValidator
Determines if the given value is valid.
VALIDATE_DEFAULT - Static variable in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
The default validation method.
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_NOT_DIRTY - Static variable in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
The 'not dirty' validation method performs the default validations (see ResourceChange.VALIDATE_DEFAULT) and additionally ensures that the element does not contain unsaved modifications.
VALIDATE_NOT_READ_ONLY - Static variable in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
The 'not read only' validation method performs the default validations (see ResourceChange.VALIDATE_DEFAULT) and additionally ensures that the element is not read only.
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.
VALIDATE_PROMPT - Static variable in interface org.eclipse.core.resources.IWorkspace
Constant that can be passed to IWorkspace.validateEdit(org.eclipse.core.resources.IFile[], Object) to indicate that the caller does not have access to a UI context but would still like to have UI-based validation if possible.
VALIDATE_PROMPT - Static variable in class org.eclipse.core.resources.team.FileModificationValidationContext
Constant that can be passed to IWorkspace.validateEdit(org.eclipse.core.resources.IFile[], Object) to indicate that the caller does not have access to a UI context but would still like to have UI-based validation if possible.
validateAfterConvert(D) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
Validates the value after it is converted.
validateAfterConvert(IValidator<? super T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueWriteConfigStep
Sets the after-convert validator on the to-from direction on the resulting binding.
validateAfterGet(IValidator<? super F>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueReadConfigStep
Sets the after-get validator to use for the active observable.
validateAfterGet(S) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
Validates the value after it is retrieved from the source.
validateAndGetImageDataAtZoom(ImageDataProvider, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets ImageData that are appropriate for the specified zoom level together with the zoom level at which the image data are.
validateAndGetImagePathAtZoom(ImageFileNameProvider, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets the image file path that are appropriate for the specified zoom level together with the zoom level at which the image data are.
validateBeforeSet(D) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
Validates the value before it is set on the destination.
validateBeforeSet(IValidator<? super T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueWriteConfigStep
Sets the before-set validator for the to-from direction on the resulting binding.
validateChange(IResourceDelta, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
Validates 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
Deprecated.
As of 3.3, validation is performed in the undoable operation executed by this operation.
validateCreateLink(IFile, int, URI) - Method in class org.eclipse.core.resources.team.TeamHook
Validates whether a particular attempt at link creation is allowed.
validateCreateLink(IFile, 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(IFolder, int, IPath) - Method in class org.eclipse.core.resources.team.TeamHook
Validates whether a particular attempt at link creation is allowed.
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.
validateCreateLink(IResource, int, IPath) - Method in class org.eclipse.team.core.RepositoryProvider
validateCurrentSelection() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Validates the current selection and updates the status line accordingly.
validateCurrentSelection() - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
 
validateDelegate(Object) - Method in class org.eclipse.ui.internal.EditorPluginAction
 
validateDelegate(Object) - Method in class org.eclipse.ui.internal.PluginAction
Validates the object is a delegate of the expected type.
validateDelegate(Object) - Method in class org.eclipse.ui.internal.ViewPluginAction
 
validateDelegate(Object) - Method in class org.eclipse.ui.internal.WWinPluginAction
 
validateDelegate(Object) - Method in class org.eclipse.ui.internal.WWinPluginPulldown
 
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.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.
validateEdit(IFile[], Object) - Method in interface org.eclipse.core.resources.IFileModificationValidator
Deprecated.
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.
validateEdit(IFile[], Object) - Method in class org.eclipse.core.resources.team.FileModificationValidator
Deprecated.
this method is part of the deprecated IFileModificationValidator interface. Clients should call FileModificationValidator.validateEdit(IFile[], FileModificationValidationContext) instead.
validateEdit(IFile[], FileModificationValidationContext) - Method in class org.eclipse.core.resources.team.FileModificationValidator
Validates that the given files can be modified.
validateEdit(Shell) - Method in interface org.eclipse.compare.IEditableContentExtension
If the element is read-only, this method should be called to attempt to make it writable.
validateEdit(Shell) - Method in class org.eclipse.compare.ResourceNode
 
validateEdit(Shell) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
validateEdit(Shell) - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
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.AbstractDecoratedTextEditor
 
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.StatusTextEditor
 
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.
validateElement(Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.TabStateHandler
 
validateFiltered(IResource) - Method in interface org.eclipse.core.resources.IWorkspace
Validates that the given resource will not (or would not, if the resource doesn't exist in the workspace yet) be filtered out from the workspace by its parent resource filters.
validateImport(Map[]) - Method in class org.eclipse.team.core.importing.provisional.BundleImporterDelegate
 
validateImport(Map[]) - Method in interface org.eclipse.team.core.importing.provisional.IBundleImporterDelegate
Returns an array of objects describing how each given bundle (manifest headers and values) can be imported into a workspace project.
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.
validateItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Validates the item.
validateItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
 
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.
validateModelToTarget() - Method in class org.eclipse.core.databinding.Binding
Validates the model's state at the next reasonable opportunity.
validateModelToTarget() - Method in class org.eclipse.core.databinding.ListBinding
 
validateModelToTarget() - Method in class org.eclipse.core.databinding.SetBinding
 
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.
validateNewElementName(String) - Method in interface org.eclipse.ltk.core.refactoring.participants.IRenameResourceProcessor
Validates if the a name is valid.
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.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
 
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).
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
Deprecated.
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.
validateRepositoryLocation(ProvisioningSession, URI, boolean, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
Validate the specified repository location.
validateResource(IResource, Shell, String) - Static method in class org.eclipse.compare.internal.Utilities
 
validateResourceFilters(String) - Static method in class org.eclipse.compare.internal.CompareResourceFilter
 
validateResources(List<IResource>, Shell, String) - Static method in class org.eclipse.compare.internal.Utilities
 
validateResources(IResource[], Shell, String) - Static method in class org.eclipse.compare.internal.Utilities
 
validateSave(IFile) - Method in interface org.eclipse.core.resources.IFileModificationValidator
Deprecated.
Validates that the given file can be saved.
validateSave(IFile) - Method in class org.eclipse.core.resources.team.FileModificationValidator
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.
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
Deprecated.
 
validateState(Object, Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
validateState(Object, Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
validateState(Object, Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Validates the state of the given element.
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(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(IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Validates the state of the given editor input.
ValidateStateException - Exception in org.eclipse.ui.texteditor
Deprecated.
No longer used, create a CoreException instead
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.
validateTargetToModel() - Method in class org.eclipse.core.databinding.Binding
Validates the target's state at the next reasonable opportunity.
validateTargetToModel() - Method in class org.eclipse.core.databinding.ListBinding
 
validateTargetToModel() - Method in class org.eclipse.core.databinding.SetBinding
 
validateTwoWay(IValidator<? super T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayConfigStep
Sets the validator on both directions of the resulting binding.
validateValue(URI) - Method in interface org.eclipse.core.resources.IPathVariableManager
Validates the given path as the value for a path variable.
validateValue(IPath) - Method in interface org.eclipse.core.resources.IPathVariableManager
Validates the given path as the value for a path variable.
validateValues(Object, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.TabStateHandler
 
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.
ValidationMessageProvider - Class in org.eclipse.jface.databinding.dialog
Standard implementation of the IValidationMessageProvider interface.
ValidationMessageProvider() - Constructor for class org.eclipse.jface.databinding.dialog.ValidationMessageProvider
 
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.
validationStatus() - Static method in class org.eclipse.core.databinding.BindingProperties
Returns an IValueProperty for observing the validation status of a ValidationStatusProvider.
ValidationStatus - Class in org.eclipse.core.databinding.validation
Convenience class for creating status objects.
ValidationStatusProvider - Class in org.eclipse.core.databinding
A validation status provider tracks the state of zero or more target observables and zero or more model observables and produces a validation result.
ValidationStatusProvider() - Constructor for class org.eclipse.core.databinding.ValidationStatusProvider
 
validationStatusProviders() - Static method in class org.eclipse.core.databinding.BindingProperties
Returns an IListProperty for observing the validation status providers of a DataBindingContext.
validAuthority(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the authority component of a URI; false otherwise.
validDevice(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the device component of a URI; false otherwise.
validFor(IStatus) - Method in class org.eclipse.jface.dialogs.ErrorSupportProvider
This method is called before ErrorSupportProvider.createSupportArea(Composite, IStatus) to check if the ErrorSupportProvider will display any significant informations.
validFor(StatusAdapter) - Method in class org.eclipse.ui.statushandlers.AbstractStatusAreaProvider
This method is called before AbstractStatusAreaProvider.createSupportArea(Composite, StatusAdapter) to check if it will display any significant implementation.
validFragment(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the fragment component of a URI; false otherwise.
validJarAuthority(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Deprecated.
As of EMF 2.0, replaced by validArchiveAuthority.
validOpaquePart(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the opaque part component of a URI; false otherwise.
validQuery(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the query component of a URI; false otherwise.
validScheme(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the scheme component of a URI; false otherwise.
validSegment(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be a valid path segment of a URI; false otherwise.
validSegments(String[]) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be a valid path segment array of a URI; false otherwise.
valign - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
Vertical alignment (TOP, MIDDLE, BOTTOM or FILL; default is TOP).
value - Variable in class org.eclipse.debug.core.model.MemoryByte
Value of this byte.
value - Variable in class org.eclipse.e4.ui.css.core.impl.sac.AbstractAttributeCondition
The attribute value.
value - Variable in class org.eclipse.e4.ui.model.application.commands.impl.ParameterImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.e4.ui.model.application.impl.StringToObjectMapImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.jface.viewers.TreeNode
The value contained in this node.
value - Variable in class org.eclipse.swt.accessibility.AccessibleValueEvent
 
value - Variable in class org.eclipse.swt.internal.LONG
 
value() - Element in annotation interface org.eclipse.e4.core.di.annotations.Creatable
 
value() - Element in annotation interface org.eclipse.e4.core.di.extensions.EventTopic
 
value() - Element in annotation interface org.eclipse.e4.core.di.extensions.Preference
 
value() - Element in annotation interface org.eclipse.e4.ui.di.UIEventTopic
 
value(Class<S>, String) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property for the given property name of the given bean class.
value(Class<S>, String) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property for the given property name of the given bean class.
value(Class<S>, String, Class<T>) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property for the given property name of the given bean class.
value(Class<S>, String, Class<T>) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property for the given property name of the given bean class.
value(Class<S>, String, String) - Static method in class org.eclipse.jface.databinding.util.JFaceProperties
Returns a property for observing the property of the given model object whose getter and setter use the suffix fieldName in the same manner as a Java bean and which fires events to an IPropertyChangeListener for the given propertyName when the value of the field changes.
value(String) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
Returns a master-detail combination of this property and the specified value property.
value(String) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property for the given property name of an arbitrary bean class.
value(String) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property for the given property name of an arbitrary bean class.
value(String, Class<T>) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property for the given property name of an arbitrary bean class.
value(String, Class<T>) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property for the given property name of an arbitrary bean class.
value(String, Class<T2>) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
Returns a master-detail combination of this property and the specified value property.
value(IBeanValueProperty<? super T, T2>) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
Returns a master-detail combination of this property and the specified value property.
value(IValueProperty<? super T, M>) - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
Returns the nested combination of this property and the specified detail value property.
value(IValueProperty<? super T, U>) - Method in class org.eclipse.core.databinding.property.value.ValueProperty
 
Value<T> - Class in org.eclipse.equinox.p2.engine.spi
An object that encapsulates the result of performing a provisioning action.
Value(T) - Constructor for class org.eclipse.equinox.p2.engine.spi.Value
 
VALUE - Static variable in class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "value") of a tag that appears in Ant extensions.
VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Parameter
 
VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToObjectMap
 
VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToStringMap
 
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 - Static variable in interface org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter
A constant indicating a value attribute (value: value)
VALUE - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
The value attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.ParameterImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.impl.StringToObjectMapImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl
The default value of the 'Value' attribute.
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.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(boolean, boolean) - Method in class org.eclipse.jface.viewers.CellEditor
The value has changed.
valueChanged(String, String) - Method in class org.eclipse.jface.preference.ComboFieldEditor
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(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.
ValueChangeEvent<T> - Class in org.eclipse.core.databinding.observable.value
Value change event describing a change of an IObservableValue object's current value.
ValueChangeEvent(IObservableValue<T>, ValueDiff<T>) - Constructor for class org.eclipse.core.databinding.observable.value.ValueChangeEvent
Creates a new value change event.
ValueChangingEvent<T> - Class in org.eclipse.core.databinding.observable.value
Value changing event describing a pending change of an IObservableValue object's current value.
ValueChangingEvent(IObservableValue<T>, ValueDiff<T>) - Constructor for class org.eclipse.core.databinding.observable.value.ValueChangingEvent
Creates a new value changing event.
valueClass() - Method in class org.eclipse.core.runtime.preferences.PreferenceMetadata
The type of preference value needed to perform type checks.
ValueCommonSteps - Class in org.eclipse.core.databinding.bind.steps
Contains Step interfaces for the fluent databinding API common for one-way and two-way IObservableValue bindings.
ValueCommonSteps.ValueFromStep - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the from-end observable.
ValueCommonSteps.ValueReadConfigStep<F,T,THIS extends ValueCommonSteps.ValueReadConfigStep<F,T,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
A config step for the end of a binding where data is read.
ValueCommonSteps.ValueToStep<F,T> - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the to-end observable.
ValueCommonSteps.ValueUntypedTo<F> - Interface in org.eclipse.core.databinding.bind.steps
Step for converting between from- and to-types.
ValueCommonSteps.ValueWriteConfigStep<F,T,THIS extends ValueCommonSteps.ValueWriteConfigStep<F,T,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step for configuring the end of a binding where data is written.
ValueDiff<T> - Class in org.eclipse.core.databinding.observable.value
 
ValueDiff() - Constructor for class org.eclipse.core.databinding.observable.value.ValueDiff
Creates a value diff.
valueFactory() - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
Returns a factory for creating observable values tracking this property of a particular property source.
valueFactory() - Method in class org.eclipse.core.databinding.property.value.ValueProperty
 
valueFactory(Realm) - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
Returns a factory for creating observable values in the given realm, tracking this property of a particular property source.
valueFactory(Realm) - Method in class org.eclipse.core.databinding.property.value.ValueProperty
 
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.
valueOf(String) - Static method in enum class org.eclipse.e4.core.services.nls.Message.ReferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.e4.ui.model.internal.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.Module.Settings
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.Module.StartOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.Module.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.Module.StopOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ContainerEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ModuleEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.report.resolution.ResolutionReport.Entry.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.osgi.storage.ContentProvider.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.unittest.model.ITestElement.Result
Returns the enum constant of this class with the specified name.
ValueOneWaySteps - Class in org.eclipse.core.databinding.bind.steps
Contains Step interfaces for the fluent databinding API for one-way IObservableValue bindings.
ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,T,THIS extends ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,T,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step for configuring the to-end and creating the binding.
ValueOneWaySteps.ValueOneWayConvertStep<F,THIS extends ValueOneWaySteps.ValueOneWayConvertStep<F,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step for converting between from- and to-types.
ValueOneWaySteps.ValueOneWayFromStep - Interface in org.eclipse.core.databinding.bind.steps
Refines the return types of the ValueCommonSteps.ValueFromStep methods for use with one-way bindings.
ValueOneWaySteps.ValueOneWayToStep<F,T> - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the to-end observable.
ValueOneWaySteps.ValueOneWayUntypedTo<F> - Interface in org.eclipse.core.databinding.bind.steps
Step for settings to-end observable using default converters.
ValueProperty<S,T> - Class in org.eclipse.core.databinding.property.value
Abstract implementation of IValueProperty
ValueProperty() - Constructor for class org.eclipse.core.databinding.property.value.ValueProperty
 
values() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
values() - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
 
values() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
values() - Static method in enum class org.eclipse.e4.core.services.nls.Message.ReferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.e4.ui.model.internal.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface org.eclipse.jface.text.source.IAnnotationMap
The returned collection is not synchronized on this annotation map's lock object.
values() - Static method in enum class org.eclipse.osgi.container.Module.Settings
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.container.Module.StartOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.container.Module.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.container.Module.StopOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ContainerEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ModuleEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
Returns a snapshot of the values in this map.
values() - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
values() - Method in class org.eclipse.osgi.framework.util.Headers
Deprecated.
 
values() - Static method in enum class org.eclipse.osgi.report.resolution.ResolutionReport.Entry.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.osgi.storage.ContentProvider.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.unittest.model.ITestElement.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values(Class<S>, String...) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property array for the given property names of the given bean class.
values(Class<S>, String...) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property array for the given property names of the given bean class.
values(String) - Method in interface org.eclipse.core.databinding.beans.IBeanListProperty
Returns a master-detail combination of this property and the specified value property.
values(String) - Method in interface org.eclipse.core.databinding.beans.IBeanMapProperty
Returns a master-detail combination of this property and the specified value property.
values(String) - Method in interface org.eclipse.core.databinding.beans.IBeanSetProperty
Returns a master-detail combination of this property and the specified value property.
values(String...) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
Returns a value property array for the given property names of an arbitrary bean class.
values(String...) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
Returns a value property array for the given property names of an arbitrary bean class.
values(String, Class<E2>) - Method in interface org.eclipse.core.databinding.beans.IBeanListProperty
Returns a master-detail combination of this property and the specified value property.
values(String, Class<V>) - Method in interface org.eclipse.core.databinding.beans.IBeanSetProperty
Returns a master-detail combination of this property and the specified value property.
values(String, Class<V2>) - Method in interface org.eclipse.core.databinding.beans.IBeanMapProperty
Returns a master-detail combination of this property and the specified value property.
values(IBeanValueProperty<? super E, E2>) - Method in interface org.eclipse.core.databinding.beans.IBeanListProperty
Returns a master-detail combination of this property and the specified value property.
values(IBeanValueProperty<? super E, V>) - Method in interface org.eclipse.core.databinding.beans.IBeanSetProperty
Returns a master-detail combination of this property and the specified value property.
values(IBeanValueProperty<? super V, V2>) - Method in interface org.eclipse.core.databinding.beans.IBeanMapProperty
Returns a master-detail combination of this property and the specified value property.
values(IValueProperty<? super E, T>) - Method in interface org.eclipse.core.databinding.property.list.IListProperty
Returns the nested combination of this property and the specified detail value property.
values(IValueProperty<? super E, T>) - Method in class org.eclipse.core.databinding.property.list.ListProperty
 
values(IValueProperty<? super E, T>) - Method in interface org.eclipse.core.databinding.property.set.ISetProperty
Returns the nested combination of this property and the specified detail value property.
values(IValueProperty<? super E, T>) - Method in class org.eclipse.core.databinding.property.set.SetProperty
 
values(IValueProperty<? super V, T>) - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
Returns the nested combination of this property and the specified detail value property.
values(IValueProperty<? super V, T>) - Method in class org.eclipse.core.databinding.property.map.MapProperty
 
VALUES - Static variable in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
A public read-only list of all the 'Item Type' enumerators.
VALUES - Static variable in enum class org.eclipse.e4.ui.model.application.ui.SideValue
A public read-only list of all the 'Side Value' enumerators.
valuesForExpression(String) - Method in class org.eclipse.ui.internal.ActionExpression
Return the values of the expression type that the receiver is enabled for.
valuesIterator() - Method in interface org.eclipse.jface.text.source.IAnnotationMap
Returns an iterator for a copy of this annotation map's values.
ValueTwoWaySteps - Class in org.eclipse.core.databinding.bind.steps
Contains Step interfaces for the fluent databinding API for two-way IObservableValue bindings.
ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T,THIS extends ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step from configuring the to-end and creating the binding.
ValueTwoWaySteps.ValueTwoWayConfigStep<F,T,THIS extends ValueTwoWaySteps.ValueTwoWayConfigStep<F,T,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step from configuring the from-end.
ValueTwoWaySteps.ValueTwoWayConvertFromStep<F,T> - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the to-from direction converter.
ValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS extends ValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS>> - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the from-to direction converter.
ValueTwoWaySteps.ValueTwoWayFromStep - Interface in org.eclipse.core.databinding.bind.steps
Refines the return types of the ValueCommonSteps.ValueFromStep methods for use with two-way bindings.
ValueTwoWaySteps.ValueTwoWayToStep<F,T> - Interface in org.eclipse.core.databinding.bind.steps
Step for setting the to-end observable.
ValueTwoWaySteps.ValueTwoWayUntypedToStep<F> - Interface in org.eclipse.core.databinding.bind.steps
Step for settings to-end observable using default converters.
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(String) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Creates an expression that represents a variable
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
VariableFilter() - Constructor for class org.eclipse.debug.ui.StringVariableSelectionDialog.VariableFilter
 
variables - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The cached value of the 'Variables' attribute list.
variables - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
The cached value of the 'Variables' attribute list.
variables - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The cached value of the 'Variables' attribute list.
variables - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The cached value of the 'Variables' attribute list.
variables - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The cached value of the 'Variables' attribute list.
variables - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl
The cached value of the 'Variables' attribute list.
VARIABLES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
 
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(boolean) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which represents a Java boolean as a VT_BOOL.
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(float) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which represents a Java float as a VT_R4.
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(long) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which represents a Java long as a VT_I8.
Variant(long, short) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which contains a reference to the data being transferred.
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(String) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which represents a Java String as a VT_BSTR.
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(OleAutomation) - Constructor for class org.eclipse.swt.ole.win32.Variant
Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
verify() - Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
Verifies the content of this this entry is valid.
verify(IBreakpoint) - Method in interface org.eclipse.debug.core.model.IBreakpointImportParticipant
Verifies the state of the breakpoint once it has been imported.
Verify - Static variable in class org.eclipse.swt.SWT
The verify event type (value is 25).
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.
verifyExistence(boolean) - Method in interface org.eclipse.core.resources.undo.snapshot.IResourceSnapshot
Return a boolean indicating whether this description represents an existent resource.
verifyExistence(boolean) - Method in class org.eclipse.ui.ide.undo.ResourceDescription
Deprecated.
Return a boolean indicating whether this description represents an existent resource.
verifyKey(VerifyEvent) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant.AutoAssistListener
 
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)
VerifyKey - Static variable in class org.eclipse.swt.custom.ST
The VerifyKey event type (value is 3005).
VerifyKeyListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.
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.
verifyText(VerifyEvent) - Method in interface org.eclipse.swt.events.VerifyListener
Sent when the text is about to be modified.
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 - Class in org.eclipse.equinox.p2.metadata
A class that represents a Version in the Omni Version format.
Version - Variable in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
The persisted version of the repository.
Version() - Constructor for class org.eclipse.equinox.p2.metadata.Version
 
VERSION - Static variable in class org.eclipse.osgi.storage.Storage
 
VERSION_1_0 - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
The version constant for v1.0 (value: 1.0)
VersionConstraint - Interface in org.eclipse.osgi.service.resolver
VersionConstraints represent the relationship between two bundles (in the case of bundle requires) or a bundle and a package (in the case of import/export).
VersionedId - Class in org.eclipse.equinox.p2.metadata
An object representing a (id,version) pair.
VersionedId(String, String) - Constructor for class org.eclipse.equinox.p2.metadata.VersionedId
Creates a new versioned id with the given id and version.
VersionedId(String, Version) - Constructor for class org.eclipse.equinox.p2.metadata.VersionedId
Creates a new versioned id with the given id and version.
VersionFormatException - Exception in org.eclipse.equinox.p2.metadata
Exception thrown when parsing Omni Version formats.
VersionFormatException(String) - Constructor for exception org.eclipse.equinox.p2.metadata.VersionFormatException
 
VersionRange - Class in org.eclipse.equinox.p2.metadata
This class represents a version range with Omni Version bounds.
VersionRange - Class in org.eclipse.osgi.service.resolver
This class represents a version range.
VersionRange(String) - Constructor for class org.eclipse.equinox.p2.metadata.VersionRange
Constructs a VersionRange from the given versionRange String.
VersionRange(String) - Constructor for class org.eclipse.osgi.service.resolver.VersionRange
Creates a version range from the specified string.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.eclipse.equinox.p2.metadata.VersionRange
Constructs a VersionRange with the specified minVersion and maxVersion.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.eclipse.osgi.service.resolver.VersionRange
Constructs a VersionRange with the specified minVersion and maxVersion.
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.jface.viewers.CellEditor.LayoutData
The vertical alignment; SWT.CENTER by default.
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 points 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
An event sent to IVerticalRulerListener instances when annotation related event occurs on the vertical ruler.
VerticalRulerEvent(Annotation) - Constructor for class org.eclipse.jface.text.source.VerticalRulerEvent
Creates a new event.
VerticalRulerEvent(Annotation, Event) - 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 points 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 points 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.
veto - Variable in class org.eclipse.core.databinding.observable.value.ValueChangingEvent
Flag for vetoing this change.
VGAP - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
Deprecated.
this variable was left as protected by mistake. It will be turned into static and hidden in the future versions. Do not use them and do not change its value.
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.history.IHistoryView
The id for this view.
VIEW_ID - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizeView
The id for this view
VIEW_ID - Static variable in class org.eclipse.ui.navigator.resources.ProjectExplorer
Provides a constant for the standard instance of the Common Navigator.
VIEW_MINIMUM_CHARACTERS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Workbench preference identifier for the minimum width of view tabs.
VIEW_TAB_POSITION - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
An named preference for whether or not tabs are on the top or bottom for views.
VIEW_VISIBLE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Show view mode that indicates the view should be made visible.
ViewActionBuilder - Class in org.eclipse.ui.internal
This class reads the registry for extensions that plug into 'viewActions' extension point.
ViewActionBuilder() - Constructor for class org.eclipse.ui.internal.ViewActionBuilder
Basic constructor
ViewCSSImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
ViewCSS implementation used to compute CSSStyleDeclaration.
ViewCSSImpl(DocumentCSS) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.ViewCSSImpl
Creates a new ViewCSS.
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
ViewerActionBuilder - Class in org.eclipse.ui.internal
This class reads the registry for extensions that plug into 'popupMenus' extension point and deals only with the 'viewerContribution' elements.
ViewerActionBuilder() - Constructor for class org.eclipse.ui.internal.ViewerActionBuilder
Basic contstructor
ViewerCell - Class in org.eclipse.jface.viewers
The ViewerCell is the JFace representation of a cell entry in a ViewerRow.
ViewerColumn - Class in org.eclipse.jface.viewers
Instances of this class represent a column of a ColumnViewer.
ViewerColumn(ColumnViewer, Widget) - Constructor for class org.eclipse.jface.viewers.ViewerColumn
Create a new instance of the receiver at columnIndex.
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<? super String>) - Constructor for class org.eclipse.jface.viewers.ViewerComparator
Creates a new ViewerComparator, which uses the given comparator to sort strings.
ViewerDescriptor - Class in org.eclipse.compare.internal
Creates Viewers from an IConfigurationElement.
ViewerDescriptor(IConfigurationElement) - Constructor for class org.eclipse.compare.internal.ViewerDescriptor
 
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.
ViewerListProperty<S,E> - Class in org.eclipse.jface.databinding.viewers
Abstract list property implementation for Viewer properties.
ViewerListProperty() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerListProperty
 
ViewerProperties - Class in org.eclipse.jface.databinding.viewers.typed
A factory for creating properties of JFace viewers.
ViewerProperties() - Constructor for class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
 
ViewerRow - Class in org.eclipse.jface.viewers
ViewerRow is the abstract superclass of the part that represents items in a Table or Tree.
ViewerRow() - Constructor for class org.eclipse.jface.viewers.ViewerRow
 
ViewerSetProperty<S,E> - Class in org.eclipse.jface.databinding.viewers
Abstract set property implementation for Viewer properties.
ViewerSetProperty() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerSetProperty
 
ViewerSorter - Class in org.eclipse.jface.viewers
Deprecated.
use ViewerComparator instead.
ViewerSorter() - Constructor for class org.eclipse.jface.viewers.ViewerSorter
Deprecated.
Creates a new viewer sorter, which uses the default collator to sort strings.
ViewerSorter(Collator) - Constructor for class org.eclipse.jface.viewers.ViewerSorter
Deprecated.
Creates a new viewer sorter, which uses the given collator to sort strings.
ViewerSupport - Class in org.eclipse.jface.databinding.viewers
Helper methods for binding observables to a StructuredViewer or AbstractTableViewer.
ViewerSupport() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerSupport
 
ViewerSwitchingCancelled - Exception in org.eclipse.compare.internal
 
ViewerSwitchingCancelled() - Constructor for exception org.eclipse.compare.internal.ViewerSwitchingCancelled
 
ViewerValueProperty<S,T> - Class in org.eclipse.jface.databinding.viewers
Abstract value property implementation for Viewer properties.
ViewerValueProperty() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerValueProperty
 
ViewFactory_couldNotCreate - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewFactory_initException - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewFactory_siteException - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
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.
ViewICPropsDialog_10 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_11 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_12 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_13 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_14 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_19 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_20 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_21 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_23 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_24 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_6 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_7 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_8 - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewICPropsDialog_URL - Static variable in class org.eclipse.help.ui.internal.Messages
 
ViewIntroAdapterPart - Class in org.eclipse.ui.internal
Simple view that will wrap an IIntroPart.
ViewIntroAdapterPart() - Constructor for class org.eclipse.ui.internal.ViewIntroAdapterPart
 
ViewLabel_unknown - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
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.
ViewPluginAction - Class in org.eclipse.ui.internal
This class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.
ViewPluginAction(IConfigurationElement, IViewPart, String, int) - Constructor for class org.eclipse.ui.internal.ViewPluginAction
This class adds the requirement that action delegates loaded on demand implement IViewActionDelegate
viewportChanged(int) - Method in interface org.eclipse.jface.text.IViewportListener
Informs that the view port changed.
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.
ViewReference - Class in org.eclipse.ui.internal
 
ViewReference(IEclipseContext, IWorkbenchPage, MPart, ViewDescriptor) - Constructor for class org.eclipse.ui.internal.ViewReference
 
VIEWS_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
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.
VIEWS_SHOW_VIEW - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for command "Show View" in category "Views" (value is "org.eclipse.ui.views.showView").
VIEWS_SHOW_VIEW_PARM_FASTVIEW - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for parameter "As Fastview" in command "Show View" in category "Views" (value is "org.eclipse.ui.views.showView.makeFast").
VIEWS_SHOW_VIEW_PARM_ID - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for parameter "View Id" in command "Show View" in category "Views" (value is "org.eclipse.ui.views.showView.viewId").
VIEWS_SHOW_VIEW_SECONDARY_ID - Static variable in interface org.eclipse.ui.IWorkbenchCommandConstants
Id for parameter "Secondary Id" in command "Show View" in category "Views" (value is "org.eclipse.ui.views.showView.secondaryId").
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.
ViewSite - Class in org.eclipse.ui.internal
A view container manages the services for a view.
ViewSite(MPart, IWorkbenchPart, IWorkbenchPartReference, IConfigurationElement) - Constructor for class org.eclipse.ui.internal.ViewSite
 
ViewsPreference_currentTheme - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_currentThemeFormat - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_enableMRU - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_hideIconsForViewTabs - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_showFullTextForViewTabs - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_useColoredLabels - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_useRoundTabs - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_viewTabs_icons_and_titles_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreference_visibleTabs_description - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ViewsPreferencePage_Theme - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
VIRTUAL - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 0x2000) indicating that a resource should be marked as a virtual resource.
VIRTUAL - Static variable in class org.eclipse.swt.SWT
Style constant to allow virtual data (value is 1<<28).
VISIBILITY_IDENTIFIER - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
 
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.
visible - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The cached value of the 'Visible' attribute.
visible - Variable in class org.eclipse.jface.action.MenuManager
Indicates this item is visible in its manager; true by default.
visible() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the visibility state of a Control, Menu, ScrollBar, ToolBar or ToolTip.
VISIBLE - Enum constant in enum class org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
Part state that indicates the part should be made visible though it may not necessarily be granted focus.
VISIBLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
VISIBLE - Static variable in class org.eclipse.swt.accessibility.ACC
A detail constant indicating visible accessible objects.
VISIBLE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The default value of the 'Visible' attribute.
VISIBLE_INCLUDE_ALL_HOST_WIRES - Static variable in interface org.eclipse.osgi.service.resolver.StateHelper
An option to get all visible packages that a host bundle is currently wired to.
VISIBLE_INCLUDE_EE_PACKAGES - Static variable in interface org.eclipse.osgi.service.resolver.StateHelper
An option to include packages available from the execution environment when getting the visible packages of a bundle.
visibleEnabled - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
The visibility tracking for a menu contribution.
visibleWhen - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The cached value of the 'Visible When' containment reference.
VISIBLEWHEN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
visit(Object, int, Object, Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.Differencer
Called for every node or leaf comparison.
visit(IResource) - Method in interface org.eclipse.core.resources.IResourceVisitor
Visits the given resource.
visit(IResource) - Method in class org.eclipse.ui.wizards.datatransfer.RecursiveFileFinder
 
visit(IResourceDelta) - Method in interface org.eclipse.core.resources.IResourceDeltaVisitor
Visits the given resource delta.
visit(IResourceDelta) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
 
visit(IResourceProxy) - Method in interface org.eclipse.core.resources.IResourceProxyVisitor
Visits the given resource.
visit(IEclipsePreferences) - Method in interface org.eclipse.core.runtime.preferences.IPreferenceNodeVisitor
Visits the given preference node.
visit(IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionVisitor
The method that will be called for each expression that is visited.
visit(IDiff) - Method in interface org.eclipse.team.core.diff.IDiffVisitor
Visits the given diff.
visit(CopyingRangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a CopyingRangeMarker instance.
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(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(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(MultiTextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a MultiTextEdit instance.
visit(RangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a RangeMarker 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.
visitNode(TextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits the given text edit.
VISUAL_LEFT_TO_RIGHT - Static variable in class org.eclipse.jface.util.BidiUtils
Visual Left-To-Right Text Direction.
VISUAL_RIGHT_TO_LEFT - Static variable in class org.eclipse.jface.util.BidiUtils
Visual Right-To-Left Text Direction
VMARGIN - Static variable in interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertyConstants
These horizontal margin around the composite.
vscroll(int) - Method in class org.eclipse.compare.internal.MergeSourceViewer
 
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
 
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form