- 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(Object) - Method in interface org.eclipse.core.databinding.validation.IValidator
-
Determines if the given value is valid.
- validate() - Method in class org.eclipse.core.databinding.validation.MultiValidator
-
Returns the current validation status.
- 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.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_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
-
- VALIDATE_PROMPT - Static variable in class org.eclipse.core.resources.team.FileModificationValidationContext
-
- validateAfterConvert(Object) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
-
Validates the value after it is converted.
- validateAfterGet(Object) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
-
Validates the value after it is retrieved from the source.
- validateBeforeSet(Object) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
-
Validates the value before it is set on the destination.
- 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
-
Deprecated.
As of 3.3, validation is performed in the undoable operation
executed by this operation.
- 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.
- validateCurrentSelection() - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
-
- 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
-
Deprecated.
This method is used to notify the action that some aspect of
the drop operation has changed.
- 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
-
- 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
-
- validateEdit(IFile[], FileModificationValidationContext) - Method in class org.eclipse.core.resources.team.FileModificationValidator
-
Validates that the given files can be modified.
- 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
.
- 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.
- 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.
- 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).
- 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.
- 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.
- 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
-
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(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
-
- 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
-
- validateValue(IPath) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Validates the given path as the value for a path variable.
- validateValue(URI) - 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.
- ValidationMessageProvider - Class in org.eclipse.jface.databinding.dialog
-
- 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
-
- 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
-
- validFor(IStatus) - Method in class org.eclipse.jface.dialogs.ErrorSupportProvider
-
- validFor(StatusAdapter) - Method in class org.eclipse.ui.statushandlers.AbstractStatusAreaProvider
-
- 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(String) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property for the given property name of an arbitrary bean
class.
- value(String, Class) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property for the given property name of an arbitrary bean
class.
- value(Class, String) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property for the given property name of the given bean
class.
- value(Class, String, Class) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property for the given property name of the given bean
class.
- 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, Class) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
-
Returns a master-detail combination of this property and the specified
value property.
- value(IBeanValueProperty) - 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.PojoProperties
-
Returns a value property for the given property name of an arbitrary bean
class.
- value(String, Class) - Static method in class org.eclipse.core.databinding.beans.PojoProperties
-
Returns a value property for the given property name of an arbitrary bean
class.
- value(Class, String) - Static method in class org.eclipse.core.databinding.beans.PojoProperties
-
Returns a value property for the given property name of the given bean
class.
- value(Class, String, Class) - Static method in class org.eclipse.core.databinding.beans.PojoProperties
-
Returns a value property for the given property name of the given bean
class.
- value(IValueProperty) - 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) - Method in class org.eclipse.core.databinding.property.value.ValueProperty
-
- value - Variable in class org.eclipse.debug.core.model.MemoryByte
-
Value of this byte.
- 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<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(Class, 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 - 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.swt.accessibility.AccessibleValueEvent
-
- 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.
- ValueChangeEvent - Class in org.eclipse.core.databinding.observable.value
-
Value change event describing a change of an
IObservableValue
object's current value.
- ValueChangeEvent(IObservableValue, ValueDiff) - Constructor for class org.eclipse.core.databinding.observable.value.ValueChangeEvent
-
Creates a new value change event.
- ValueChangingEvent - Class in org.eclipse.core.databinding.observable.value
-
Value changing event describing a pending change of an
IObservableValue
object's current value.
- ValueChangingEvent(IObservableValue, ValueDiff) - Constructor for class org.eclipse.core.databinding.observable.value.ValueChangingEvent
-
Creates a new value changing event.
- ValueDiff - Class in org.eclipse.core.databinding.observable.value
-
- ValueDiff() - Constructor for class org.eclipse.core.databinding.observable.value.ValueDiff
-
Creates a value diff.
- valueFactory(Realm, String) - Static method in class org.eclipse.core.databinding.beans.BeansObservables
-
Returns a factory for creating observable values in the given realm,
tracking the given property of a particular bean object
- valueFactory(String) - Static method in class org.eclipse.core.databinding.beans.BeansObservables
-
Returns a factory for creating observable values in the current default
realm, tracking the given property of a particular bean object
- valueFactory(Realm, String) - Static method in class org.eclipse.core.databinding.beans.PojoObservables
-
Returns a factory for creating observable values in the given realm,
tracking the given property of a particular pojo object
- valueFactory(String) - Static method in class org.eclipse.core.databinding.beans.PojoObservables
-
Returns a factory for creating observable values in the current default
realm, tracking the given property of a particular pojo object
- 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(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() - Method in class org.eclipse.core.databinding.property.value.ValueProperty
-
- 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 org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.e4.ui.model.application.ui.SideValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
-
Returns the enum constant of this type with the specified name.
- ValueProperty - Class in org.eclipse.core.databinding.property.value
-
Abstract implementation of IValueProperty
- ValueProperty() - Constructor for class org.eclipse.core.databinding.property.value.ValueProperty
-
- values(Class, String[]) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property array for the given property names of the given
bean class.
- values(String[]) - Static method in class org.eclipse.core.databinding.beans.BeanProperties
-
Returns a value property array for the given property names of an
arbitrary 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, Class) - Method in interface org.eclipse.core.databinding.beans.IBeanListProperty
-
Returns a master-detail combination of this property and the specified
value property.
- values(IBeanValueProperty) - 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, Class) - Method in interface org.eclipse.core.databinding.beans.IBeanMapProperty
-
Returns a master-detail combination of this property and the specified
value property.
- values(IBeanValueProperty) - 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, Class) - Method in interface org.eclipse.core.databinding.beans.IBeanSetProperty
-
Returns a master-detail combination of this property and the specified
value property.
- values(IBeanValueProperty) - Method in interface org.eclipse.core.databinding.beans.IBeanSetProperty
-
Returns a master-detail combination of this property and the specified
value property.
- values(Class, String[]) - Static method in class org.eclipse.core.databinding.beans.PojoProperties
-
Returns a value property array for the given property names of the given
bean class.
- values(String[]) - Static method in class org.eclipse.core.databinding.beans.PojoProperties
-
Returns a value property array for the given property names of an
arbitrary bean class.
- 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(IValueProperty) - 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) - Method in class org.eclipse.core.databinding.property.list.ListProperty
-
- values(IValueProperty) - 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) - Method in class org.eclipse.core.databinding.property.map.MapProperty
-
- values(IValueProperty) - 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) - Method in class org.eclipse.core.databinding.property.set.SetProperty
-
- VALUES - Static variable in enum org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
A public read-only list of all the 'Item Type' enumerators
- values() - Static method in enum org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.eclipse.e4.ui.model.application.ui.SideValue
-
A public read-only list of all the 'Side Value' enumerators
- values() - Static method in enum org.eclipse.e4.ui.model.application.ui.SideValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
-
Returns an array containing the constants of this enum type, 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() - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Returns a snapshot of the values in this map.
- 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(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
- 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(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(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(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.
- verify(IBreakpoint) - Method in interface org.eclipse.debug.core.model.IBreakpointImportParticipant
-
Verifies the state of the breakpoint once it has been imported.
- verify() - Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
-
Verifies the content of this this entry is valid.
- 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 class org.eclipse.ui.ide.undo.ResourceDescription
-
Return a boolean indicating whether this description represents an
existent resource.
- verifyKey(VerifyEvent) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant.AutoAssistListener
-
- VerifyKey - Static variable in class org.eclipse.swt.custom.ST
-
The VerifyKey event type (value is 3005).
- 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
-
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() - Constructor for class org.eclipse.equinox.p2.metadata.Version
-
- Version - Variable in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
-
The persisted version of the repository.
- 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(Version, boolean, Version, boolean) - Constructor for class org.eclipse.equinox.p2.metadata.VersionRange
-
Constructs a VersionRange with the specified minVersion and maxVersion.
- VersionRange(String) - Constructor for class org.eclipse.equinox.p2.metadata.VersionRange
-
Constructs a VersionRange from the given versionRange String.
- VersionRange - Class in org.eclipse.osgi.service.resolver
-
This class represents a version range.
- VersionRange(Version, boolean, Version, boolean) - Constructor for class org.eclipse.osgi.service.resolver.VersionRange
-
Constructs a VersionRange with the specified minVersion and maxVersion.
- VersionRange(String) - Constructor for class org.eclipse.osgi.service.resolver.VersionRange
-
Creates a version range from the specified string.
- 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 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.
- 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 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.
- 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.
- 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
- 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) - 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.
- ViewerListProperty - 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
-
A factory for creating properties of JFace
viewers
.
- ViewerProperties() - Constructor for class org.eclipse.jface.databinding.viewers.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 - Class in org.eclipse.jface.databinding.viewers
-
Abstract set property implementation for
Viewer
properties.
- ViewerSetProperty() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerSetProperty
-
- ViewersObservables - Class in org.eclipse.jface.databinding.viewers
-
Factory methods for creating observables for JFace viewers
- ViewersObservables() - Constructor for class org.eclipse.jface.databinding.viewers.ViewersObservables
-
- 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.
- ViewerSupport - Class in org.eclipse.jface.databinding.viewers
-
- ViewerSupport() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerSupport
-
- ViewerValueProperty - Class in org.eclipse.jface.databinding.viewers
-
Abstract value property implementation for
Viewer
properties.
- ViewerValueProperty() - Constructor for class org.eclipse.jface.databinding.viewers.ViewerValueProperty
-
- 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 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.
- 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.
- 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).
- 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 - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
-
- 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.WidgetProperties
-
Returns a value property for observing the visibility state of a
Control
.
- VISIBLE - Static variable in class org.eclipse.swt.accessibility.ACC
-
A detail constant indicating visible accessible objects.
- 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 - 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(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(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(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.
- 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
-