Eclipse Platform
Release 3.5
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 _

C

CACHE - Static variable in class org.eclipse.core.filesystem.EFS
Option flag constant (value 1 <<12) indicating that a cached representation of a file should be returned.
cacheDisposed(ICache) - Method in interface org.eclipse.team.core.ICacheListener
The given cache has been disposed.
CachedResourceVariant - Class in org.eclipse.team.core.variants
A resource variant is a partial implementation of a remote resource whose contents and handle are cached locally.
CachedResourceVariant() - Constructor for class org.eclipse.team.core.variants.CachedResourceVariant
 
cacheEncodingState(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Internally caches the file's encoding data.
cacheHandle() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Cache this handle in the cache, replacing any previously cached handle.
cacheLazyLoading() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Specifies if lazy cache loading is used.
cacheResolvedElement(List, Object) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
Caches the resolved source element to use when one of the following duplicates is found.
cacheUse() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Specifies if the extension registry should use cache to store registry data between invocations.
calculate() - Method in class org.eclipse.core.databinding.observable.list.ComputedList
Subclasses must override this method to calculate the list contents.
calculate() - Method in class org.eclipse.core.databinding.observable.set.ComputedSet
Subclasses must override this method to calculate the set contents.
calculate() - Method in class org.eclipse.core.databinding.observable.value.ComputedValue
Subclasses must override this method to provide the object's value.
calculateKind() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Method that is invoked from the init() method to calculate the sync kind for this instance of SyncInfo.
CALENDAR - Static variable in class org.eclipse.swt.SWT
Style constant for calendar display (value is 1<<10).
callingConvention - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
canActivatePlugIn() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
 
canAdd(IBreakpoint, IAdaptable) - Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
 
canAdd(IBreakpoint, IAdaptable) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Returns whether the given breakpoint can be categorized in the specified category.
canAddMemoryBlocks(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IAddMemoryBlocksTarget
Returns whether an add memory block operation can be performed from the specified part and the given selection.
canAddMemoryRenderings(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IAddMemoryRenderingsTarget
Returns whether a memory rendering can be added from the specified part, based on the the given selection, which is the active debug context in the current workbench window.
canAddSourceContainers(ISourceLookupDirector) - Method in class org.eclipse.debug.ui.sourcelookup.AbstractSourceContainerBrowser
 
canAddSourceContainers(ISourceLookupDirector) - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceContainerBrowser
Returns whether this browser can add any source containers to the given source lookup director.
canAssist(IQuickAssistInvocationContext) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Tells whether this assistant has assists for the given invocation context.
canAssist(IQuickAssistInvocationContext) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistProcessor
Tells whether this assistant has assists for the given invocation context.
canAssist(IQuickAssistInvocationContext) - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
 
canAssist(IQuickAssistInvocationContext) - Method in class org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor
 
canBePrimary() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Returns an indication whether this feature has been defined to act as a primary feature.
cancel(String) - Static method in class org.eclipse.core.databinding.validation.ValidationStatus
Creates a new validation cancel status with the given message.
CANCEL - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 8) indicating this status represents a cancelation
cancel(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Cancels all jobs in the given job family.
cancel() - Method in class org.eclipse.core.runtime.jobs.Job
Stops the job.
cancel() - Method in interface org.eclipse.debug.core.IRequest
Cancels this request.
cancel() - Method in class org.eclipse.debug.ui.actions.RunToLineHandler
Cancels the run to line operation.
cancel - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The Cancel button control.
cancel - Variable in class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
Cancel the event (=> editor is not activated)
CANCEL - Static variable in class org.eclipse.jface.window.Window
Standard return code constant (value 1) indicating that the window was canceled.
CANCEL - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8).
CANCEL - Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
Return code indicating the operation should be canceled.
CANCEL - Static variable in interface org.eclipse.ui.ISaveablePart2
Standard return code constant (value 2) indicating that the part does not need to be saved and the part should not be closed.
cancel(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Cancel all jobs that are fetching content for the given parent or any of its children.
CANCEL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for a "Cancel" button (value 1).
CANCEL_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
The label for cancel buttons.
CANCEL_STATUS - Static variable in class org.eclipse.core.runtime.Status
A standard CANCEL status with no message.
cancelDisposeExec(Runnable) - Method in class org.eclipse.jface.resource.ResourceManager
Cancels a runnable that was previously scheduled with disposeExec.
cancelEditing() - Method in class org.eclipse.jface.viewers.ColumnViewer
Cancels a currently active cell editor if one is active.
cancelEditing() - Method in class org.eclipse.jface.viewers.TableTreeViewer
Deprecated. Cancels a currently active cell editor.
cancelEditor() - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has canceled editing.
canceling() - Method in class org.eclipse.core.runtime.jobs.Job
A hook method indicating that this job is running and Job.cancel() is being called for the first time.
cancelJob() - Method in class org.eclipse.swt.printing.Printer
Cancels a print job in progress.
cancelPressed() - Method in class org.eclipse.compare.CompareEditorInput
The CANCEL button was pressed in a dialog.
cancelPressed() - Method in class org.eclipse.jface.dialogs.Dialog
Notifies that the cancel button of this dialog has been pressed.
cancelPressed() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The cancel button has been pressed.
cancelPressed() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
cancelPressed() - Method in class org.eclipse.jface.wizard.WizardDialog
 
cancelPressed() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
cancelPressed() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
 
cancelPressed() - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
Handles cancel button pressed event.
cancelPressed() - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
Handles cancel button pressed event.
cancelPressed() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
 
cancelQuery(ISearchQuery) - Static method in class org.eclipse.search.ui.NewSearchUI
Sends a 'cancel' command to the given query running in background.
canCopy() - Method in class org.eclipse.ui.forms.widgets.FormText
Tests if the text is selected and can be copied into the clipboard.
canCreateWatchExpression(Object) - Method in interface org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter2
Returns whether a watch expression can be created for the specified variable.
canCreateWatchExpression(IVariable) - Method in interface org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapterExtension
Returns whether a watch expression can be created for the specified variable.
canDelete() - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns whether this file system supports deletion
canDelete() - Method in class org.eclipse.core.filesystem.provider.FileSystem
This is the default implementation of IFileSystem.canDelete().
canDisconnect() - Method in class org.eclipse.debug.core.Launch
Returns whether any processes or targets can be disconnected.
canDisconnect() - Method in interface org.eclipse.debug.core.model.IDisconnect
Returns whether this element can currently disconnect.
canDoOperation(int) - Method in interface org.eclipse.jface.text.ITextOperationTarget
Returns whether the operation specified by the given operation code can be performed.
canDoOperation(int) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
 
canDoOperation(int) - Method in class org.eclipse.jface.text.source.SourceViewer
 
canDoOperation(int) - Method in class org.eclipse.jface.text.TextViewer
 
canDropToFrame() - Method in interface org.eclipse.debug.core.model.IDropToFrame
Returns whether this element can currently perform a drop to frame.
canEdit(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
Default implementation always returns true.
canEdit(Object) - Method in class org.eclipse.jface.viewers.EditingSupport
Is the cell editable
canEdit(Object) - Method in class org.eclipse.ui.views.properties.PropertyEditingSupport
 
canEditSourceContainers(ISourceLookupDirector, ISourceContainer[]) - Method in class org.eclipse.debug.ui.sourcelookup.AbstractSourceContainerBrowser
 
canEditSourceContainers(ISourceLookupDirector, ISourceContainer[]) - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceContainerBrowser
Returns whether this browser can edit the given source containers.
canEvaluate(Template) - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
 
canEvaluate(Template) - Method in class org.eclipse.jface.text.templates.TemplateContext
Tests if the specified template can be evaluated in this context.
canExecute() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canExecute() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be executed in its current state.
canExecute() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
canExecute(IEnabledStateRequest) - Method in interface org.eclipse.debug.core.commands.IDebugCommandHandler
Determines whether this handler can execute on the elements specified in the given request by reporting enabled state to the request.
canExecute() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
canExpand(Object) - Method in class org.eclipse.ui.part.DrillDownAdapter
Returns whether expansion is possible for the current selection.
canFinish() - Method in interface org.eclipse.jface.wizard.IWizard
Returns whether this wizard could be finished without further user interaction.
canFinish() - Method in class org.eclipse.jface.wizard.Wizard
 
canFinish() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Returns whether this wizard could be finished without further user interaction.
canFinish() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns whether this wizard could be finished without further user interaction.
canFinish() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
 
canFinishEarly() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Answer true if this wizard is able to finish without loading any pages.
canFix(Annotation) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Tells whether this assistant has a fix for the given annotation.
canFix(Annotation) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistProcessor
Tells whether this processor has a fix for the given annotation.
canFix(Annotation) - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
 
canFix(Annotation) - Method in class org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor
 
canFlipToNextPage() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns whether the next page could be displayed.
canFlipToNextPage() - Method in class org.eclipse.jface.wizard.WizardPage
The WizardPage implementation of this IWizardPage method returns true if this page is complete (isPageComplete) and there is a next page to flip to.
canFlipToNextPage() - Method in class org.eclipse.jface.wizard.WizardSelectionPage
The WizardSelectionPage implementation of this IWizardPage method returns true if there is a selected node.
canFlipToNextPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
The WizardPage implementation of this IWizardPage method returns true if this page is complete (isPageComplete) and there is a next page to flip to.
canGoBack() - Method in class org.eclipse.ui.part.DrillDownAdapter
Returns whether "go back" is possible for child tree.
canGoHome() - Method in class org.eclipse.ui.part.DrillDownAdapter
Returns whether "go home" is possible for child tree.
canGoInto() - Method in class org.eclipse.ui.part.DrillDownAdapter
Returns whether "go into" is possible for child tree.
canHandleLinkedResources() - Method in class org.eclipse.team.core.RepositoryProvider
Deprecated. see RepositoryProvider.canHandleLinkedResourceURI()
canHandleLinkedResourceURI() - Method in class org.eclipse.team.core.RepositoryProvider
Return whether this repository provider can handle linked resources that are located via a URI (i.e. may not be on the local file system) or occur at an arbitrary depth in the project.
canHandleMouseCursor() - Method in interface org.eclipse.jface.text.source.IAnnotationHoverExtension
Returns whether the provided information control can interact with the mouse cursor.
canHandleMouseCursor() - Method in class org.eclipse.jface.text.source.LineChangeHover
 
canHandleMouseWheel() - Method in interface org.eclipse.jface.text.source.IAnnotationHoverExtension2
Returns whether the provided information control can interact with the mouse wheel.
canHandleMove(IEditorInput, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns whether this editor can handle the move of the original element so that it ends up being the moved element.
canHandleShellCloseEvent() - Method in class org.eclipse.jface.window.ApplicationWindow
 
canHandleShellCloseEvent() - Method in class org.eclipse.jface.window.Window
Determines if the window should handle the close event or do nothing.
canHideHyperlinks() - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
Tells whether the currently shown hyperlinks can be hidden.
canHideHyperlinks() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlinkPresenterExtension
Tells whether the currently shown hyperlinks can be hidden.
canHideHyperlinks() - Method in class org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter
 
canLeaveThePage() - Method in class org.eclipse.ui.forms.editor.FormPage
By default, editor will be allowed to flip the page.
canLeaveThePage() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Tests if the content of the page is in a state that allows the editor to flip to another page.
canMergeWithoutAncestor() - Method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
 
canMergeWithoutAncestor() - Method in interface org.eclipse.team.core.mapping.IStorageMerger
Return whether this merger can merge the two contributors without an ancestor.
canModify(Object, String) - Method in interface org.eclipse.jface.viewers.ICellModifier
Checks whether the given property of the given element can be modified.
canModifyEditor() - Method in class org.eclipse.ui.texteditor.TextEditorAction
Checks the editor's modifiable state.
canOpen() - Method in interface org.eclipse.help.search.ISearchEngineResult2
Tests whether this result's open action should be delegated to search engine.
canParseSiteType(String) - Method in class org.eclipse.update.core.model.SiteModelFactory
Indicates whether this factory can handle the specified site type.
canPerformAutoRename() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns whether this operation is able to perform on-the-fly auto-renaming of resources with name collisions.
canPerformAutoRename() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns whether this operation is able to perform on-the-fly auto-renaming of resources with name collisions.
canPerformEdits() - Method in class org.eclipse.text.edits.TextEditProcessor
Checks if the processor can execute all its edits.
canPerformFind() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns whether a find operation can be performed.
canPerformFind() - Method in class org.eclipse.jface.text.TextViewer
Adheres to the contract of IFindReplaceTarget.canPerformFind().
canPerformOk() - Method in interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock
Returns true iff ISpellingPreferenceBlock.performOk() may be called.
canProgressMonitorBeUsed(IProgressMonitor, IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the first progress monitor is the same as, or a wrapper around, the second progress monitor.
canRedo() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canRedo(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
canRedo(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Return whether there is a valid redoable operation available in the given context.
canRedo() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be redone in its current state.
canRedo() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
canRedo() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
canRemove(IBreakpoint, IAdaptable) - Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
 
canRemove(IBreakpoint, IAdaptable) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Returns whether the given breakpoint can be removed from the given category.
canRemoveMatchesWith(ISelection) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Determines whether the provided selection can be used to remove matches from the result.
canReplace(IInformationControlCreator) - Method in class org.eclipse.jface.text.AbstractReusableInformationControlCreator
 
canReplace(IInformationControlCreator) - Method in interface org.eclipse.jface.text.IInformationControlCreatorExtension
Tests whether this information control creator can replace the given information control creator.
canRerun() - Method in interface org.eclipse.search.ui.ISearchQuery
Returns whether the query can be run more than once.
canResume() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element can currently be resumed.
canReuse(IInformationControl) - Method in class org.eclipse.jface.text.AbstractReusableInformationControlCreator
 
canReuse(IInformationControl) - Method in interface org.eclipse.jface.text.IInformationControlCreatorExtension
Tests if an existing information control can be reused.
canRewriteTree() - Method in class org.eclipse.compare.ZipFileStructureCreator
Returns false since this IStructureCreator cannot rewrite the diff tree in order to fold certain combinations of additions and deletions.
canRunAsJob() - Method in class org.eclipse.compare.CompareEditorInput
Return whether this compare editor input can be run as a job.
canRunAsJob() - Method in class org.eclipse.team.ui.PageCompareEditorInput
 
canRunAsJob() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
canRunAsJob() - Method in class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
 
canRunAsJob() - Method in class org.eclipse.team.ui.TeamOperation
If this operation can safely be run in the background, then subclasses can override this method and return true.
canRunInBackground() - Method in interface org.eclipse.search.ui.ISearchQuery
Returns whether this query can be run in the background.
canRunToLine(IWorkbenchPart, ISelection, ISuspendResume) - Method in interface org.eclipse.debug.ui.actions.IRunToLineTarget
Returns whether a run to line operation can be performed on the given element that is currently selected and suspended in the Debug view.
canSave() - Method in class org.eclipse.compare.ZipFileStructureCreator
Returns false since we cannot update a zip archive.
canSave() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
canSave() - Method in class org.eclipse.debug.ui.CommonTab
 
canSave() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns whether this tab is in a state that allows the launch configuration whose values this tab is showing to be saved.
canSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
canSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
canSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.  
canSaveDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
canSaveDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns whether the document provided for the given element differs from its original state which would required that it be saved.
canShowHistoryFor(Object) - Method in class org.eclipse.team.ui.history.ElementLocalHistoryPageSource
 
canShowHistoryFor(Object) - Method in interface org.eclipse.team.ui.history.IHistoryPageSource
Returns true if this history page source can show a history for the given object, false if it cannot
canShowMultipleHyperlinks() - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
 
canShowMultipleHyperlinks() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlinkPresenter
Tells whether this presenter is able to handle more than one hyperlink.
canShowMultipleHyperlinks() - Method in class org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter
 
canStepInto() - Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element can currently perform a step into.
canStepOver() - Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element can currently perform a step over.
canStepReturn() - Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element can currently perform a step return.
canStepWithFilters() - Method in interface org.eclipse.debug.core.model.IFilteredStep
Deprecated. Returns whether this element can currently perform a filtered step into.
canSuspend() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element can currently be suspended.
canTerminate() - Method in class org.eclipse.debug.core.Launch
 
canTerminate() - Method in interface org.eclipse.debug.core.model.ITerminate
Returns whether this element can be terminated.
canTerminate() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
canToggleBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension
Returns whether line breakpoints can be toggled on the given selection.
canToggleLineBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Returns whether line breakpoints can be toggled on the given selection.
canToggleMethodBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Returns whether method breakpoints can be toggled on the given selection.
canToggleWatchpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Returns whether watchpoints can be toggled on the given selection.
canUndo() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canUndo(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
canUndo(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Return whether there is a valid undoable operation available in the given context
canUndo() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be undone in its current state.
canUndo() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
canUndo() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
canWrite() - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns whether this file system supports modification.
canWrite() - Method in class org.eclipse.core.filesystem.provider.FileSystem
This is the default implementation of IFileSystem.canWrite().
canZeroLengthCover() - Method in class org.eclipse.text.edits.MultiTextEdit
 
canZeroLengthCover() - Method in class org.eclipse.text.edits.TextEdit
Returns true if an edit with length zero can cover another edit.
cap - Variable in class org.eclipse.swt.graphics.LineAttributes
The line cap style.
CAP_FLAT - Static variable in class org.eclipse.swt.SWT
Line drawing style for flat end caps (value is 1).
CAP_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded end caps (value is 2).
CAP_SQUARE - Static variable in class org.eclipse.swt.SWT
Line drawing style for square end caps (value is 3).
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
CAPS_LOCK - Static variable in class org.eclipse.ui.keys.SpecialKey
Deprecated. The single static instance of SpecialKey which represents the 'Caps Lock' key.
CAPS_LOCK_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
The formal name for the 'Caps Lock' key.
CAPTION_MESSAGE - Static variable in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
The string to use for the message at the top of the preference page.
Caret - Class in org.eclipse.swt.widgets
Instances of this class provide an i-beam that is typically used as the insertion point for text.
Caret(Canvas, int) - Constructor for class org.eclipse.swt.widgets.Caret
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CARET_BEGINNING - Static variable in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Pattern input field selection where caret is at the beginning (used only for initial pattern).
CaretEvent - Class in org.eclipse.swt.custom
This event is sent when the caret offset changes.
CaretListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive CaretEvents.
caretMoved(CaretEvent) - Method in interface org.eclipse.swt.custom.CaretListener
This method is called after the caret offset is changed.
caretOffset - Variable in class org.eclipse.jface.text.DocumentCommand
The caret offset with respect to the document before the document command is executed.
caretOffset - Variable in class org.eclipse.swt.custom.CaretEvent
caret offset
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
CASE_VARIANT_EXISTS - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 275) indicating this file system is not case sensitive and a resource that differs only in case unexpectedly exists on the local file system.
CaseAction - Class in org.eclipse.ui.texteditor
Action that converts the current selection to lower case or upper case.
CaseAction(ResourceBundle, String, AbstractTextEditor, boolean) - Constructor for class org.eclipse.ui.texteditor.CaseAction
Creates and initializes the action for the given text editor.
CategorizedTextEditGroup - Class in org.eclipse.ltk.core.refactoring
A special text edit group that manages an additional set of group categories.
CategorizedTextEditGroup(String, GroupCategorySet) - Constructor for class org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup
Creates a new text edit group with the given name and group categories.
CategorizedTextEditGroup(String, TextEdit, GroupCategorySet) - Constructor for class org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup
Creates a new text edit group with a name, a single TextEdit and a set of group categories.
CategorizedTextEditGroup(String, TextEdit[], GroupCategorySet) - Constructor for class org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup
Creates a new text edit group with the given name, array of edits and a set of group categories.
Category - Class in org.eclipse.core.commands
A logical group for a set of commands.
category(TreePath, Object) - Method in class org.eclipse.jface.viewers.TreePathViewerSorter
Provide a category for the given element that will have the given parent path when it is added to the viewer.
category(Object) - Method in class org.eclipse.jface.viewers.ViewerComparator
Returns the category of the given element.
category(IComparableContribution) - Method in class org.eclipse.ui.model.ContributionComparator
Returns the category of the given element.
category(Object) - Method in class org.eclipse.ui.model.ContributionComparator
 
category(Object) - Method in class org.eclipse.ui.navigator.CommonViewerSorter
 
Category - Class in org.eclipse.update.core
Convenience implementation of feature category definition.
Category() - Constructor for class org.eclipse.update.core.Category
Default Constructor
Category(String, String) - Constructor for class org.eclipse.update.core.Category
Constructor
CATEGORY_NAME - Static variable in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
The name to use for the activity categories.
categoryChanged(CategoryEvent) - Method in class org.eclipse.core.commands.CommandManager
 
categoryChanged(CategoryEvent) - Method in interface org.eclipse.core.commands.ICategoryListener
Notifies that one or more properties of an instance of Category have changed.
categoryChanged(CategoryEvent) - Method in interface org.eclipse.ui.activities.ICategoryListener
Notifies that one or more properties of an instance of ICategory have changed.
categoryChanged(CategoryEvent) - Method in interface org.eclipse.ui.commands.ICategoryListener
Deprecated. Notifies that one or more attributes of an instance of ICategory have changed.
CategoryEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of Category.
CategoryEvent(Category, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CategoryEvent
Creates a new instance of this class.
CategoryEvent - Class in org.eclipse.ui.activities
An instance of this class describes changes to an instance of ICategory.
CategoryEvent(ICategory, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.ui.activities.CategoryEvent
Creates a new instance of this class.
CategoryEvent - Class in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CategoryEvent(ICategory, boolean, boolean) - Constructor for class org.eclipse.ui.commands.CategoryEvent
Deprecated. Creates a new instance of this class.
CategoryModel - Class in org.eclipse.update.core.model
Feature category definition model object.
CategoryModel() - Constructor for class org.eclipse.update.core.model.CategoryModel
Creates an uninitialized model object.
CBanner - Class in org.eclipse.swt.custom
Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
CBanner(Composite, int) - Constructor for class org.eclipse.swt.custom.CBanner
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CC_CDECL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_FASTCALL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_FPFASTCALL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_MACPASCAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_MAX - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_MPWCDECL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_MPWPASCAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_MSCPASCAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_PASCAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_STDCALL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CC_SYSCALL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
CCombo - Class in org.eclipse.swt.custom
The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.
CCombo(Composite, int) - Constructor for class org.eclipse.swt.custom.CCombo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CELL_EDITOR_IMG_DOTS_BUTTON - Static variable in class org.eclipse.jface.viewers.DialogCellEditor
Image registry key for three dot image (value "cell_editor_dots_button_image").
CellEditor - Class in org.eclipse.jface.viewers
Abstract base class for cell editors.
CellEditor() - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor with no control The cell editor has no cell validator.
CellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor.LayoutData - Class in org.eclipse.jface.viewers
Struct-like layout data for cell editors, with reasonable defaults for all fields.
CellEditor.LayoutData() - Constructor for class org.eclipse.jface.viewers.CellEditor.LayoutData
 
CellEditorActionHandler - Class in org.eclipse.ui.part
Handles the redirection of the global actions Cut, Copy, Paste, Delete, Select All, Find, Undo and Redo to either the current inline cell editor or the part's supplied action handler.
CellEditorActionHandler(IActionBars) - Constructor for class org.eclipse.ui.part.CellEditorActionHandler
Creates a CellEditor action handler for the global Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo of the action bar.
CellLabelProvider - Class in org.eclipse.jface.viewers
The CellLabelProvider is an abstract implementation of a label provider for structured viewers.
CellLabelProvider() - Constructor for class org.eclipse.jface.viewers.CellLabelProvider
Create a new instance of the receiver.
CellNavigationStrategy - Class in org.eclipse.jface.viewers
This class implementation the strategy how the table is navigated using the keyboard.
CellNavigationStrategy() - Constructor for class org.eclipse.jface.viewers.CellNavigationStrategy
 
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
center - Variable in class org.eclipse.swt.layout.RowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
CENTER - Static variable in class org.eclipse.ui.forms.widgets.ColumnLayoutData
Horizontal alignment constant - control will be aligned to the right.
CENTER - Static variable in class org.eclipse.ui.forms.widgets.TableWrapData
The control will be centered horizontally.
CENTER_SPACE - Static variable in interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertyConstants
Space to leave between the center of the property tab and the closest widget to the left or right.
centerPoint(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns the point in the center of the given rectangle.
ChainedPreferenceStore - Class in org.eclipse.ui.texteditor
Preference store that composes multiple preference stores in a chain and serves a preference value from the first preference store in the chain that contains the preference.
ChainedPreferenceStore(IPreferenceStore[]) - Constructor for class org.eclipse.ui.texteditor.ChainedPreferenceStore
Sets the chained preference stores.
CHANGE - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
Two-way change constant indicating two-way change (same as RIGHT)
CHANGE - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Difference constant (value 3) indicating side changed.
change(IFile) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
Record a delta that represents a content change for the given file.
CHANGE - Static variable in class org.eclipse.debug.core.DebugEvent
Change event kind.
Change - Class in org.eclipse.ltk.core.refactoring
An abstract base implementation for object representing a generic change to the workbench.
Change() - Constructor for class org.eclipse.ltk.core.refactoring.Change
Constructs a new change object.
CHANGE - Static variable in interface org.eclipse.team.core.diff.IDiff
Diff kind constant (bit mask) indicating that the resource has been changed.
CHANGE - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 3) indicating that one side was changed.
CHANGE_ACTION_SET_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is hidden in a perspective.
CHANGE_ACTION_SET_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is shown in a perspective.
CHANGE_CURRENT_THEME - Static variable in interface org.eclipse.ui.themes.IThemeManager
Indicates that the current theme has changed to a new theme.
CHANGE_EDITOR_AREA_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is hidden in a perspective.
CHANGE_EDITOR_AREA_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is shown in a perspective.
CHANGE_EDITOR_CLOSE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are closed in a perspective.
CHANGE_EDITOR_OPEN - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are opened in a perspective.
CHANGE_ENCODING - Static variable in interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds
Help context id for the "Change Encoding..." action.
CHANGE_ENCODING - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the change encoding action.
CHANGE_ENCODING - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Value: "org.eclipse.ui.edit.text.changeEncoding").
CHANGE_FAST_VIEW_ADD - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is added in a perspective.
CHANGE_FAST_VIEW_REMOVE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is removed in a perspective.
CHANGE_MASK - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Bit mask for extracting the change type.
CHANGE_RESET - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective is reset to its original state.
CHANGE_RESET_COMPLETE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective has completed a reset to its original state.
CHANGE_TYPE_MASK - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Bit mask (value 3) for extracting the kind of difference.
CHANGE_VIEW_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are hidden in a perspective.
CHANGE_VIEW_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are shown in a perspective.
CHANGE_WORKING_SET - Static variable in class org.eclipse.ui.actions.WorkingSetFilterActionGroup
Indicates if working set was changed
CHANGE_WORKING_SET_ADD - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when a working set is added newValue of the PropertyChangeEvent will be the added working set.
CHANGE_WORKING_SET_CONTENT_CHANGE - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when the working set contents changed newValue of the PropertyChangeEvent will be the changed working set.
CHANGE_WORKING_SET_LABEL_CHANGE - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when the working set label changed.
CHANGE_WORKING_SET_NAME_CHANGE - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when the working set name changed.
CHANGE_WORKING_SET_REMOVE - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when a working set is removed newValue of the PropertyChangeEvent will be null.
CHANGE_WORKING_SET_REPLACE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the page working set was replaced
CHANGE_WORKING_SET_UPDATER_INSTALLED - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when a working set updater got installed.
CHANGE_WORKING_SET_UPDATER_UNINSTALLED - Static variable in interface org.eclipse.ui.IWorkingSetManager
Change event id when a working set updater got uninstalled.
CHANGE_WORKING_SETS_REPLACE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the page working set list was replaced
changeAll(Object[]) - Method in class org.eclipse.jface.viewers.deferred.SetModel
Fires a change notification for all elements in the given array
CHANGED - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that the resource has been changed.
CHANGED - Static variable in class org.eclipse.debug.core.model.MemoryByte
Bit mask used to indicate a byte has changed since the last suspend event.
CHANGED - Static variable in interface org.eclipse.jface.text.source.ILineDiffInfo
Denotes a changed line.
changed(LocationEvent) - Method in class org.eclipse.swt.browser.LocationAdapter
 
changed(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is changed.
changed(ProgressEvent) - Method in class org.eclipse.swt.browser.ProgressAdapter
 
changed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when a progress is made during the loading of the current location.
changed(StatusTextEvent) - Method in interface org.eclipse.swt.browser.StatusTextListener
This method is called when the status text is changed.
changed(TitleEvent) - Method in interface org.eclipse.swt.browser.TitleListener
This method is called when the title of the current document is available or has changed.
changed(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Clears any data that has been cached by a Layout for all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
changed(IResource) - Method in class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
The given resource has changed state.
changed(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
changed(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
changed(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.  
changed(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
The AbstractDocumentProvider implementation of this IDocumentProvider method does nothing.
changed(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Informs this document provider that the given element has been changed.
CHANGED_DEFINED - Static variable in class org.eclipse.core.commands.common.AbstractHandleObjectEvent
The bit used to represent whether the category has changed its defined state.
CHANGED_DESCRIPTION - Static variable in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
The bit used to represent whether the category has changed its description.
CHANGED_NAME - Static variable in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
The bit used to represent whether the category has changed its name.
ChangeDescriptor - Class in org.eclipse.ltk.core.refactoring
Descriptor of a change object.
ChangeDescriptor() - Constructor for class org.eclipse.ltk.core.refactoring.ChangeDescriptor
Creates a new change descriptor.
changedValues - Variable in class org.eclipse.core.commands.common.AbstractBitSetEvent
A collection of bits representing whether certain values have changed.
ChangeEncodingAction - Class in org.eclipse.ui.texteditor
Action for changing the encoding of the editor's input element.
ChangeEncodingAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.ChangeEncodingAction
Creates a new action for the given text editor.
ChangeEvent - Class in org.eclipse.core.databinding.observable
Generic change event denoting that the state of an IObservable object has changed.
ChangeEvent(IObservable) - Constructor for class org.eclipse.core.databinding.observable.ChangeEvent
Creates a new change event object.
changeExecuted() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns true if the change has been executed.
changeExecutionFailed() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns true if the change execution failed.
changePerformed(Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Deprecated. use #changePerformed(Change, boolean) instead
changePerformed(Change, boolean) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
The infrastructure has performed the given change.
changePerformed(IUndoManager, Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManagerListener
This method gets called by the undo manager when a change has been executed in the context of the undo manager.
changePerformed(IUndoManager, Change) - Method in class org.eclipse.ltk.core.refactoring.UndoManagerAdapter
This method gets called by the undo manager when a change has been executed in the context of the undo manager.
changePressed() - Method in class org.eclipse.jface.preference.DirectoryFieldEditor
 
changePressed() - Method in class org.eclipse.jface.preference.FileFieldEditor
 
changePressed() - Method in class org.eclipse.jface.preference.StringButtonFieldEditor
Notifies that this field editor's change button has been pressed.
ChangePreviewViewerInput - Class in org.eclipse.ltk.ui.refactoring
Instances of this class represent the input for an IChangePreviewViewer.
ChangePreviewViewerInput(Change) - Constructor for class org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
Creates a new input object for the given change.
ChangeRulerColumn - Class in org.eclipse.jface.text.source
A vertical ruler column displaying line numbers and serving as a UI for quick diff.
ChangeRulerColumn() - Constructor for class org.eclipse.jface.text.source.ChangeRulerColumn
Deprecated. since 3.2 use ChangeRulerColumn.ChangeRulerColumn(ISharedTextColors) instead
ChangeRulerColumn(ISharedTextColors) - Constructor for class org.eclipse.jface.text.source.ChangeRulerColumn
Creates a new revision ruler column.
ChangeSupport - Class in org.eclipse.core.databinding.observable
 
ChangeSupport(Realm) - Constructor for class org.eclipse.core.databinding.observable.ChangeSupport
 
changeTextPresentation(TextPresentation, boolean) - Method in interface org.eclipse.jface.text.ITextViewer
Applies the color information encoded in the given text presentation.
changeTextPresentation(TextPresentation, boolean) - Method in class org.eclipse.jface.text.TextViewer
 
ChangeTracker - Class in org.eclipse.team.core.mapping
Supports the tracking of related changes for the purpose of grouping then using an IChangeGroupingRequestor.
ChangeTracker() - Constructor for class org.eclipse.team.core.mapping.ChangeTracker
Create a change tracker
ChangeVetoException - Exception in org.eclipse.core.databinding.observable.value
 
ChangeVetoException(String) - Constructor for exception org.eclipse.core.databinding.observable.value.ChangeVetoException
 
changing(LocationEvent) - Method in class org.eclipse.swt.browser.LocationAdapter
 
changing(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is about to be changed.
CHAR_END - Static variable in interface org.eclipse.core.resources.IMarker
Character end marker attribute.
CHAR_START - Static variable in interface org.eclipse.core.resources.IMarker
Character start marker attribute.
character - Variable in class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
Only set for ColumnViewerEditorActivationEvent.KEY_PRESSED
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
CharacterKey - Class in org.eclipse.ui.keys
Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle character text
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle character text
charAt(int) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
 
CHARSET - Static variable in interface org.eclipse.core.runtime.content.IContentDescription
Key for the "charset" property.
CHARSET_MAPPING_FAILED - Static variable in interface org.eclipse.core.filebuffers.IFileBufferStatusCodes
File buffer status code indicating that an operation failed because a character could not be mapped using the given charset.
CHARSET_MAPPING_FAILED - Static variable in class org.eclipse.ui.editors.text.EditorsUI
Editor UI plug-in status code indicating that an operation failed because a character could not be mapped using the given charset.
charsetRule(IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
Returns the scheduling rule that is required for changing the charset setting for a file or the default charset setting for a container.
charsetRule(IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
Default implementation of IResourceRuleFactory#charsetRule.
CHEATSHEET_CLOSED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 1) indicating that the cheat sheet was closed.
CHEATSHEET_COMPLETED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 4) indicating that the cheat sheet has been completed.
CHEATSHEET_OPENED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 0) indicating that the cheat sheet was opened.
CHEATSHEET_RESTARTED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 3) indicating that the cheat sheet was restarted.
CHEATSHEET_RESTORED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 5) indicating that the cheat sheet has been restored.
CHEATSHEET_STARTED - Static variable in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Event type constant (value 2) indicating that the cheat sheet was started.
cheatSheetEvent(ICheatSheetEvent) - Method in class org.eclipse.ui.cheatsheets.CheatSheetListener
Notifies this listener of the given cheat sheet event.
CheatSheetExtensionFactory - Class in org.eclipse.ui.cheatsheets
Factory for the cheat sheet's public extensions.
CheatSheetExtensionFactory() - Constructor for class org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory
The default constructor.
CheatSheetListener - Class in org.eclipse.ui.cheatsheets
For monitoring the execution of a cheat sheet.
CheatSheetListener() - Constructor for class org.eclipse.ui.cheatsheets.CheatSheetListener
Creates a new cheat sheet listener.
CheatSheetViewerFactory - Class in org.eclipse.ui.cheatsheets
A factory for creating a cheat sheet viewer.
check(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
Checks the condition of all registered condition checkers and returns a merge status result.
check(IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.participants.IConditionChecker
Performs the actual condition checking.
check(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ResourceChangeChecker
 
check(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
Performs the actual condition checking.
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
check(IDocument, IRegion[], SpellingContext, ISpellingProblemCollector, IProgressMonitor) - Method in interface org.eclipse.ui.texteditor.spelling.ISpellingEngine
Checks the given regions in the given document.
check(IDocument, SpellingContext, ISpellingProblemCollector, IProgressMonitor) - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
Checks the given document.
check(IDocument, IRegion[], SpellingContext, ISpellingProblemCollector, IProgressMonitor) - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
Checks the given regions in the given document.
CHECK_ANCESTORS - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 512) indicating that ancestor resources of the target resource should be checked.
CHECK_CONTEXT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to the containment context.
CHECK_IF_ANCESTOR - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to an ancestor of the containment context.
CHECK_IF_CHILD - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a direct child of the containment context.
CHECK_IF_DESCENDANT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a descendant of the containment context.
CHECK_INITIAL_CONDITIONS_ON_OPEN - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Flag (value 1) indicating that the initial condition checking of the refactoring is done when the wizard opens.
checkAllConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Checks all conditions.
CheckboxCellEditor - Class in org.eclipse.jface.viewers
A cell editor that manages a checkbox.
CheckboxCellEditor() - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor with no control
CheckboxCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxTableViewer - Class in org.eclipse.jface.viewers
A concrete viewer based on an SWT Table control with checkboxes on each node.
CheckboxTableViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see below for details)
CheckboxTableViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see above for details)
CheckboxTableViewer(Table) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Creates a table viewer on the given table control.
CheckboxTreeViewer - Class in org.eclipse.jface.viewers
A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.
CheckboxTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Tree) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on the given tree control.
checkBusy() - Method in class org.eclipse.jface.viewers.ColumnViewer
Checks if this viewer is currently busy, logging a warning and returning true if it is busy.
checkCanceled(IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Checks with the given progress monitor and throws InterruptedException if it has been canceled.
checkConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Checks the conditions of the refactoring participant.
CheckConditionsContext - Class in org.eclipse.ltk.core.refactoring.participants
A context that is shared between the refactoring processor and all its associated participants during condition checking.
CheckConditionsContext() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
 
CheckConditionsOperation - Class in org.eclipse.ltk.core.refactoring
Operation that, when run, checks the preconditions of the Refactoring passed on creation.
CheckConditionsOperation(Refactoring, int) - Constructor for class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Creates a new CheckConditionsOperation.
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkDevice() - Method in class org.eclipse.swt.printing.Printer
Checks the validity of this device.
checkDevice() - Method in class org.eclipse.swt.widgets.Display
 
CHECKED - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's checked status (value "checked").
CheckedTreeSelectionDialog - Class in org.eclipse.ui.dialogs
A class to select elements out of a tree structure.
CheckedTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider) - Constructor for class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
Constructs an instance of ElementTreeSelectionDialog.
CHECKER_ALREADY_EXISTS_IN_CONTEXT - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10003) indicating that a condition checker already exists in a shared condition checking context.
checkFilesToBeChanged(IFile[], IProgressMonitor) - Static method in class org.eclipse.ltk.core.refactoring.participants.ResourceChangeChecker
A helper method to check a set of changed files.
checkFinalConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
After checkInitialConditions has been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.
checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks the final conditions based on the element to be refactored.
checkFinalConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
After checkInitialConditions has been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.
checkForBufferChange(Shell, ISynchronizationCompareInput, boolean, IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Convenience method for switching the active saveable of this participant to the saveable of the given input.
checkId(String) - Method in class org.eclipse.core.commands.common.HandleObjectManager
Verifies that the identifier is valid.
checkIfModifiable(RefactoringStatus, IResource, int) - Static method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
Utility method to validate a resource to be modified.
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Checks some initial conditions based on the element to be refactored.
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks some initial conditions based on the element to be refactored.
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Checks some initial conditions based on the element to be refactored.
checkInitialization() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.  
checkInitialization() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Calls FastPartitioner.initialize() if the receiver is not yet initialized.
checkIntegrity() - Method in class org.eclipse.text.edits.MultiTextEdit
Checks the edit's integrity.
checkParent(Control, Composite) - Method in class org.eclipse.jface.preference.FieldEditor
Checks if the given parent is the current parent of the supplied control; throws an (unchecked) exception if they are not correctly related.
checkpoint(boolean) - Method in interface org.eclipse.core.resources.IWorkspace
Checkpoints the operation currently in progress.
checkReadOnlyResources(IResource[]) - Method in class org.eclipse.ui.actions.ReadOnlyStateChecker
Check the supplied resources to see if they are read only.
checkRealm() - Method in class org.eclipse.core.databinding.observable.AbstractObservable
Asserts that the realm is the current realm.
checkRealm() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
Asserts that the realm is the current realm.
checkRealm() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
Asserts that the realm is the current realm.
checkRewriteSession() - Method in class org.eclipse.jface.text.AbstractLineTracker
Checks the presence of a rewrite session and flushes it.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.EditorPart
Checks that the given site is valid for this type of part.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.ViewPart
Checks that the given site is valid for this type of part.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.WorkbenchPart
Checks that the given site is valid for this type of part.
checkState() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Recomputes the page's error state by calling isValid for every field editor.
checkState() - Method in class org.eclipse.jface.preference.FileFieldEditor
 
checkState() - Method in class org.eclipse.jface.preference.IntegerFieldEditor
 
checkState() - Method in class org.eclipse.jface.preference.StringFieldEditor
Checks whether the text input field contains a valid value or not.
checkStateChanged(CheckStateChangedEvent) - Method in interface org.eclipse.jface.viewers.ICheckStateListener
Notifies of a change to the checked state of an element.
checkStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.ui.dialogs.ResourceSelectionDialog
 
CheckStateChangedEvent - Class in org.eclipse.jface.viewers
Event object describing a change to the checked state of a viewer element.
CheckStateChangedEvent(ICheckable, Object, boolean) - Constructor for class org.eclipse.jface.viewers.CheckStateChangedEvent
Creates a new event for the given source, element, and checked state.
checkStateOfPartitioner(IDocumentPartitioner, String) - Method in class org.eclipse.jface.text.AbstractDocument
Checks the state for the given partitioner and stops the active rewrite session.
checkSubclass() - Method in class org.eclipse.swt.browser.Browser
 
checkSubclass() - Method in class org.eclipse.swt.custom.CCombo
 
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.dnd.DragSource
 
checkSubclass() - Method in class org.eclipse.swt.dnd.DropTarget
 
checkSubclass() - Method in class org.eclipse.swt.printing.PrintDialog
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Combo
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubclass() - Method in class org.eclipse.swt.widgets.CoolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.CoolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.DateTime
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Decorations
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Display
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.ExpandBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Group
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.MenuItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Spinner
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabFolder
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Table
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TrayItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Tree
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkSynchronizationState(long, IResource) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Checks whether the given resource has been changed on the local file system by comparing the actual time stamp with the cached one.
checkValidity(SignerInfo) - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Checks if the certificates are valid for the specified signer.
checkWidget() - Method in class org.eclipse.swt.browser.Browser
 
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
ChildDocument - Class in org.eclipse.jface.text.projection
Implementation of a child document based on ProjectionDocument.
ChildDocument(IDocument) - Constructor for class org.eclipse.jface.text.projection.ChildDocument
Creates a new child document.
ChildDocumentManager - Class in org.eclipse.jface.text.projection
Implementation of a child document manager based on ProjectionDocumentManager.
ChildDocumentManager() - Constructor for class org.eclipse.jface.text.projection.ChildDocumentManager
 
childDocumentUpdated() - Method in class org.eclipse.core.filebuffers.manipulation.MultiTextEditWithProgress
 
childDocumentUpdated() - Method in class org.eclipse.text.edits.TextEdit
Hook method called when the document updating of a child edit has been completed.
childEntriesChanged(IPropertySheetEntry) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntryListener
A node's children have changed (children added or removed)
childID - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
childID - Variable in class org.eclipse.swt.accessibility.AccessibleEvent
The value of this field is set by an accessibility client before the accessible listener method is called.
childID - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
CHILDID_MULTIPLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_NONE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_SELF - Static variable in class org.eclipse.swt.accessibility.ACC
 
childInfos(int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns an IFileInfo instance for each file and directory contained within this store.
childInfos(int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.childInfos(int, IProgressMonitor).
childNames(int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns the names of the files and directories contained within this store.
childNames(int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
 
childRegionUpdated() - Method in class org.eclipse.core.filebuffers.manipulation.MultiTextEditWithProgress
 
childRegionUpdated() - Method in class org.eclipse.text.edits.TextEdit
Hook method called when the region updating of a child edit has been completed.
children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
children - Variable in class org.eclipse.ui.model.AdaptableList
 
childrenNames() - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Returns names of children nodes
childStores(int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns an IFileStore instance for each file and directory contained within this store.
childStores(int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.childStores(int, IProgressMonitor).
CHOICE_ABORT - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate the action that resulted in this notification should be aborted.
CHOICE_ERROR - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate there was an error in processing the request.
CHOICE_INSTALL_TRUST_ALWAYS - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, and the information supplied with the verification result should be trusted for this request, and subsequent requests.
CHOICE_INSTALL_TRUST_ONCE - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, but the information supplied with the verification result should be trusted only for this request.
chooseMarker(List) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Chooses the marker with the highest layer.
CLabel - Class in org.eclipse.swt.custom
A Label which supports aligned text and/or an image and different border styles.
CLabel(Composite, int) - Constructor for class org.eclipse.swt.custom.CLabel
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CLASS - Static variable in class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "class") of a tag that appears in Ant extensions.
classComparison(Object) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
Returns an integer value representing the relative sort priority of the given element based on its class.
classComparison(Object) - Method in class org.eclipse.ui.views.navigator.ResourceSorter
Deprecated. Returns an integer value representing the relative sort priority of the given element based on its class.
clean(IProgressMonitor) - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.
CLEAN_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 15) indicating a clean build request.
cleanup(boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes all annotations from the model whose associated positions have been deleted.
clear() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
clear() - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
clear() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
clear() - Method in class org.eclipse.core.databinding.observable.list.WritableList
 
clear() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
clear() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
clear() - Method in class org.eclipse.core.databinding.observable.map.WritableMap
Clears the map.
clear() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
clear() - Method in class org.eclipse.core.databinding.observable.set.DecoratingObservableSet
 
clear() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
clear() - Method in class org.eclipse.core.databinding.observable.set.WritableSet
 
clear() - Method in class org.eclipse.core.runtime.ListenerList
Removes all listeners from this list.
clear() - Static method in class org.eclipse.core.runtime.PerformanceStats
Discards all known performance event statistics.
clear() - Method in interface org.eclipse.equinox.security.auth.credentials.IPrivateCredential
Clears private key from memory.
clear() - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Removes all values from this node.
clear() - Method in class org.eclipse.help.search.LuceneSearchParticipant
Signals to the participant that the indexing operation has finished and that cached resources can be disposed to free up memory.
clear() - Method in class org.eclipse.jface.bindings.keys.KeySequenceText
Clears the text field and resets all the internal values.
clear() - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
 
clear() - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcher
Clears this pair matcher.
clear() - Method in class org.eclipse.jface.text.TextPresentation
Clears this presentation by resetting all applied changes.
clear(int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Clear the table item at the specified index
clear() - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Removes all elements from the collection
clear() - Method in class org.eclipse.jface.viewers.deferred.SetModel
Empties the set
clear() - Method in class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollector
Clear all of the results.
clear(IJSchLocation) - Method in interface org.eclipse.jsch.core.IPasswordStore
The cached password should be flushed.
clear() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Removes all changes from this composite change.
clear() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
This method is called whenever all elements have been removed from the shown AbstractSearchResult.
clear() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Stop the animation if it is not already stopped and reset the presentation to a blank appearance.
clear(int) - Method in class org.eclipse.swt.widgets.Table
Clears the item at the given zero-relative index in the receiver.
clear(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
clear(int[]) - Method in class org.eclipse.swt.widgets.Table
Clears the items at the given zero-relative indices in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears the item at the given zero-relative index in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Clears the item at the given zero-relative index in the receiver.
clear() - Method in class org.eclipse.team.core.diff.provider.DiffTree
Clear the contents of the set
clear() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Reset the sync set so it is empty.
clear() - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
 
CLEAR_MARK - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action to set the mark.
CLEAR_MARK - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the edit clear mark action.
CLEAR_MARK - Static variable in class org.eclipse.ui.texteditor.MarkAction
Clears the mark.
CLEAR_MARK_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
clearActive() - Method in interface org.eclipse.ui.contexts.IContextActivation
Deprecated. Use IEvaluationResultCache.clearResult() instead.
clearActive() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Deprecated. Use IEvaluationResultCache.clearResult() instead.
clearAll() - Method in class org.eclipse.swt.widgets.Table
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Clears all the items in the receiver.
clearBlocked() - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
Clears the blocked state of the running operation.
clearBlocked() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
clearBlocked() - Method in class org.eclipse.core.runtime.SubMonitor
 
clearBlocked() - Method in interface org.eclipse.jface.dialogs.IDialogBlockedHandler
The blockage has been cleared.
clearBlocked() - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
 
clearBusy(IProgressMonitor) - Method in interface org.eclipse.team.core.diff.IDiffTree
Clear all busy properties in this tree.
clearBusy(IProgressMonitor) - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
clearButtonControl - Variable in class org.eclipse.ui.dialogs.FilteredTree
The control representing the clear button for the filter text entry.
clearCache() - Method in class org.eclipse.ui.actions.BaseSelectionListenerAction
Clears any cached state associated with the selection.
clearCache() - Method in class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
 
clearCache() - Method in class org.eclipse.ui.actions.SelectionListenerAction
The SelectionListenerAction implementation of this BaseSelectionListenerAction method clears the cached resources and non-resources.
clearCachedElement(Object) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
Clears any cached source element associated with the given duplicate is source element.
clearCaches() - Method in class org.eclipse.jface.resource.ColorRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.FontRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.ResourceRegistry
Disposes all currently allocated resources.
clearColor(String) - Static method in class org.eclipse.jface.resource.JFaceColors
Deprecated. JFaceColors no longer maintains a cache of colors. This job is now handled by the ColorRegistry.
clearConsole() - Method in class org.eclipse.ui.console.IOConsole
 
clearConsole() - Method in class org.eclipse.ui.console.TextConsole
Clears the console.
clearContents() - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the system clipboard, clear the contents.
clearContents(int) - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the specified clipboard, clear the contents.
clearCursors() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Clear the cursors in the dialog.
clearDetails() - Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
Clear the details area.
clearErrorMessage() - Method in class org.eclipse.jface.dialogs.DialogMessageArea
Clear the error message.
clearErrorMessage() - Method in class org.eclipse.jface.preference.FieldEditor
Clears the error message from the message line.
clearGlobalActionHandlers() - Method in interface org.eclipse.ui.IActionBars
Clears the global action handler list.
clearGlobalActionHandlers() - Method in class org.eclipse.ui.SubActionBars
Clear the global action handlers.
clearHistory(IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Removes the local history of this resource and its descendents.
clearListeners() - Method in class org.eclipse.core.commands.common.EventManager
Clears all of the listeners from the listener list.
clearMark() - Method in class org.eclipse.jface.text.projection.Segment
Clears the shifting and the stretching flag.
clearMessage() - Method in class org.eclipse.jface.preference.FieldEditor
Clears the normal message from the message line.
ClearOutputAction - Class in org.eclipse.ui.console.actions
Clears the output in a text console.
ClearOutputAction(TextConsole) - Constructor for class org.eclipse.ui.console.actions.ClearOutputAction
Constructs a clear output action for an I/O console.
ClearOutputAction(ITextViewer) - Constructor for class org.eclipse.ui.console.actions.ClearOutputAction
Constructs an action to clear the document associated with a text viewer.
clearPositionCache() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Clears the position cache.
clearRememberedSelection() - Method in class org.eclipse.jface.text.source.SourceViewer
 
clearSelection() - Method in class org.eclipse.swt.custom.CCombo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Text
Clears the selection.
clearSessions() - Static method in class org.eclipse.swt.browser.Browser
Clears all session cookies from all current Browser instances.
clearSourceElements(Object) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
clearSourceElements(Object) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Clears any source lookup results associated with the given debug artifact, such that a subsequent lookup will force a new search to be performed.
clearText() - Method in class org.eclipse.ui.dialogs.FilteredTree
Clears the text in the filter text widget.
clearTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
Removes all text edits from this group.
clearToolBar(Composite) - Static method in class org.eclipse.compare.CompareViewerPane
Clears tool items in the CompareViewerPane's control bar.
clearUserEncodings() - Static method in class org.eclipse.ui.ide.IDEEncoding
Clear the IDE encodings preference.
CLIENT_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Starting button id reserved for use by clients of JFace (value 1024).
CLIENT_INDENT - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
If this style is used, the client origin will be vertically aligned with the title text.
CLIENT_REQUEST - Static variable in class org.eclipse.debug.core.DebugEvent
Client request detail.
clientVerticalSpacing - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
Vertical spacing between the title area and the composite client control (default is 3).
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
Clipboard - Class in org.eclipse.swt.dnd
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
The transfer mechanism for data that is being cut and then pasted or copied and then pasted (value is 1).
clone() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
clone() - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path.
clone() - Method in class org.eclipse.core.runtime.Path
 
clone() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
clone() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
clone() - Method in class org.eclipse.jface.viewers.ViewerRow
 
clone() - Method in class org.eclipse.swt.custom.StyleRange
Returns a new StyleRange with the same values as this StyleRange.
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
clone() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
cloneCurrentConfiguration() - Method in interface org.eclipse.update.configuration.ILocalSite
Creates a new configuration containing the same state as the specified configuration.
clonePerspective(String, String, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Clones an existing perspective.
close(IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Closes this project.
close(IProject) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
Record the set of deltas representing the closed of a project.
close() - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
close() - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Close the tracker.
close() - Method in class org.eclipse.debug.ui.DebugPopup
 
close() - Method in class org.eclipse.debug.ui.InspectPopupDialog
 
close() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
 
close() - Method in interface org.eclipse.help.browser.IBrowser
Closes the browser.
close() - Method in class org.eclipse.jface.dialogs.Dialog
 
close() - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
close() - Method in class org.eclipse.jface.dialogs.PopupDialog
Closes this window, disposes its shell, and removes this window from its window manager (if it has one).
close() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The ProgressMonitorDialog implementation of this method only closes the dialog if there are no currently running runnables.
close() - Method in class org.eclipse.jface.dialogs.TrayDialog
 
close() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
close() - Method in class org.eclipse.jface.window.ApplicationWindow
 
close() - Method in class org.eclipse.jface.window.Window
Closes this window, disposes its shell, and removes this window from its window manager (if it has one).
close() - Method in class org.eclipse.jface.window.WindowManager
Attempts to close all windows managed by this window manager, as well as windows managed by any descendent window managers.
close() - Method in class org.eclipse.jface.wizard.WizardDialog
 
close(WindowEvent) - Method in interface org.eclipse.swt.browser.CloseWindowListener
This method is called when the window hosting a Browser should be closed.
close(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the close button of an item in the CTabFolder.
close(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the close button of an item in the CTabFolder.
close() - Method in class org.eclipse.swt.graphics.Path
Closes the current sub path by adding to the receiver a line from the current point of the path back to the starting point of the sub path.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
close() - Method in class org.eclipse.swt.widgets.Display
Requests that the connection between SWT and the underlying operating system be closed.
close() - Method in class org.eclipse.swt.widgets.Shell
Requests that the window manager close the receiver in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in class org.eclipse.swt.widgets.Tracker
Stops displaying the tracker rectangles.
close() - Method in class org.eclipse.team.ui.SaveablePartDialog
Deprecated.  
close() - Method in interface org.eclipse.ui.about.IInstallationPageContainer
Closes the window that is hosting this container.
CLOSE - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "close"): Close the active editor.
close() - Method in class org.eclipse.ui.browser.AbstractWebBrowser
 
close() - Method in interface org.eclipse.ui.browser.IWebBrowser
Closes this browser instance.
close() - Method in class org.eclipse.ui.console.IOConsoleInputStream
 
close() - Method in class org.eclipse.ui.console.IOConsoleOutputStream
 
close() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
Close the window.
close() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
 
close() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
 
close() - Method in class org.eclipse.ui.dialogs.SaveAsDialog
The SaveAsDialog implementation of this Window method disposes of the banner image when the dialog is closed.
close(boolean) - Method in class org.eclipse.ui.forms.editor.FormEditor
Closes the editor programmatically.
close() - Method in class org.eclipse.ui.forms.FormDialog
 
close() - Method in class org.eclipse.ui.ide.dialogs.PathVariableSelectionDialog
 
close() - Method in interface org.eclipse.ui.IWorkbench
Closes this workbench and all its open windows.
CLOSE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.CLOSE.getId() instead.
close() - Method in interface org.eclipse.ui.IWorkbenchPage
Closes this workbench page.
close() - Method in interface org.eclipse.ui.IWorkbenchWindow
Closes this workbench window.
close(IPresentablePart[]) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Closes the given set of parts.
close(boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
close(boolean) - Method in interface org.eclipse.ui.texteditor.ITextEditor
Closes this text editor after optionally saving changes.
close() - Method in interface org.eclipse.update.core.IContentConsumer
Indicates successful completion of the store operations for this consumer
close() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer.
CLOSE_ALL - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "closeAll"): Close all open editors.
CLOSE_ALL - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.CLOSE_ALL.getId() instead.
CLOSE_ALL_PERSPECTIVES - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "closeAllPerspectives"): Closes all perspectives.
CLOSE_ALL_SAVED - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "closeAllSaved"): Close all open editors except those with unsaved changes.
CLOSE_EDITORS_ON_EXIT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A preference value indicating whether editors should be closed before saving the workbench state when exiting.
CLOSE_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
File menu: name of group for extra Close-like actions (value "close.ext").
CLOSE_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Close-like actions (value "close.ext").
CLOSE_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for a "Close" button (value 12).
CLOSE_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
The label for close buttons.
CLOSE_OTHERS - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "closeOthers"): Close all editors except the one that is active.
CLOSE_PERSPECTIVE - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "closePerspective"): Closes the current perspective.
CLOSE_PROJECT - Static variable in class org.eclipse.ui.ide.IDEActionFactory
IDE-specific workbench action: Close project.
CLOSE_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.CLOSE_PROJECT.getId() instead.
CLOSE_UNRELATED_PROJECTS - Static variable in class org.eclipse.ui.ide.IDEActionFactory
IDE-specific workbench action: Close unrelated projects.
closeAllEditors(boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes all of the editors belonging to this workbench page.
closeAllModels(IDocument) - Static method in class org.eclipse.jface.text.link.LinkedModeModel
Cancels any linked mode model on the specified document.
closeAllPerspectives(boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes all perspectives in this page.
closeArchive() - Method in class org.eclipse.update.core.JarContentReference
Closes the jar archive corresponding to this reference.
CloseConsoleAction - Class in org.eclipse.ui.console.actions
Removes a console from the console manager.
CloseConsoleAction(IConsole) - Constructor for class org.eclipse.ui.console.actions.CloseConsoleAction
 
closeEditor() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Closes this editor.
closeEditor(boolean) - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
Close the editor if it is not dirty.
closeEditor(IEditorPart, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes the given editor.
closeEditors(IEditorReference[], boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes the given Array of editor references.
closeInputStream() - Method in interface org.eclipse.debug.core.model.IStreamsProxy2
Closes the output stream connected to the standard input stream of this proxy's process.
closeIntro(IIntroPart) - Method in interface org.eclipse.ui.intro.IIntroManager
Closes the given intro part.
closeOperation(boolean, boolean, int) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
closeOperation(boolean, boolean, int) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Close the current operation.
closePerspective(IPerspectiveDescriptor, boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes the specified perspective in this page.
closeProposalPopup() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Close the proposal popup without accepting a proposal.
CloseResourceAction - Class in org.eclipse.ui.actions
Standard action for closing the currently selected project(s).
CloseResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
Deprecated. See CloseResourceAction.CloseResourceAction(IShellProvider)
CloseResourceAction(Shell, String) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
Deprecated. See CloseResourceAction.CloseResourceAction(IShellProvider, String)
CloseResourceAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
Create the new action.
CloseResourceAction(IShellProvider, String) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
Provide text to the action.
closeTray() - Method in class org.eclipse.jface.dialogs.TrayDialog
Closes this dialog's tray, disposing its widgets.
CloseUnrelatedProjectsAction - Class in org.eclipse.ui.actions
This action closes all projects that are unrelated to the selected projects.
CloseUnrelatedProjectsAction(Shell) - Constructor for class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
Deprecated. CloseUnrelatedProjectsAction.CloseUnrelatedProjectsAction(IShellProvider)
CloseUnrelatedProjectsAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
Creates this action.
CloseWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a Browser is about to be closed and when its host window should be closed by the application.
CmdLineArgs - Class in org.eclipse.update.standalone
This class parses the command line arguments for update standalone commands Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CmdLineArgs(String[]) - Constructor for class org.eclipse.update.standalone.CmdLineArgs
 
CODE - Static variable in interface org.eclipse.core.runtime.ILibrary
Deprecated. As of Eclipse 3.0 library types are obsolete. There is no replacement.
CODE - Static variable in class org.eclipse.core.runtime.model.LibraryModel
Deprecated. Constant string (value "code") indicating the code library type.
code - Variable in error org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
collapse(Annotation) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
Changes the state of the given annotation to collapsed.
COLLAPSE - Static variable in class org.eclipse.jface.text.source.projection.ProjectionViewer
Operation constant for the collapse operation.
collapse(ColumnViewer, ViewerCell, Event) - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
 
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
COLLAPSE_ALL - Static variable in class org.eclipse.jface.text.source.projection.ProjectionViewer
Operation constant for the collapse all operation.
collapseAll(int, int) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
Collapses all annotations that overlap with the given range and are collapsed.
collapseAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses all nodes of the viewer's tree, starting with the root.
CollapseAllAction - Class in org.eclipse.ui.views.navigator
Collapse all project nodes.
CollapseAllAction(IResourceNavigator, String) - Constructor for class org.eclipse.ui.views.navigator.CollapseAllAction
Creates the action.
collapseAllAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
CollapseAllHandler - Class in org.eclipse.ui.handlers
Collapse a tree viewer.
CollapseAllHandler(AbstractTreeViewer) - Constructor for class org.eclipse.ui.handlers.CollapseAllHandler
Create the handler for this tree viewer.
collapseToLevel(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses the subtree rooted at the given element or tree path to the given level.
collate - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the printer should collate the printed paper Note that this field may be controlled by the printer driver.
collator - Variable in class org.eclipse.jface.viewers.ViewerSorter
Deprecated. as of 3.3 Use ViewerComparator.getComparator()
collectBreakpointProperties(IMemento) - Method in class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Collects all of the properties for a breakpoint from the memento describing it.
collectChanges(IResource, IResourceVariant, int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.AbstractResourceVariantTree
Collect the changes in the remote tree to the specified depth.
collectChanges(IResource, IResourceVariant, int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.ResourceVariantTree
 
collectChanges(IResource, IResourceVariant, int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.ThreeWayRemoteTree
 
collectContextMenuPreferencePages() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the preference page ids of the preference pages to be shown when executing the preferences action from the editor context menu.
collectedMembers(IResource, IResource[]) - Method in class org.eclipse.team.core.variants.AbstractResourceVariantTree
Method that is invoked during collection to let subclasses know which members were collected for the given resource.
collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.Expression
Collects information about this expression tree.
collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.ui.ActiveShellExpression
Expression information for this expression.
collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.ui.LegacyHandlerSubmissionExpression
Collect expression info for a legacy handler submission.
collectFiles(IResource[]) - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
collectFiles(IResource[]) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Collects the files out of the given resources.
collectOutOfSync(IResource[], int, SyncInfoSet, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.Subscriber
Adds all out-of-sync resources (getKind() !
collectOverviewRulerMenuPreferencePages() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the preference page ids of the preference pages to be shown when executing the preferences action from the editor overview ruler context menu.
collectRulerMenuPreferencePages() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the preference page ids of the preference pages to be shown when executing the preferences action from the editor ruler context menu.
Color - Class in org.eclipse.swt.graphics
Instances of this class manage the operating system resources that implement SWT's RGB color model.
Color(Device, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yellow (value is 8).
COLOR_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for color preferences (black, RGB(0,0,0)).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_INFO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip background areas (value is 29).
COLOR_INFO_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip text (value is 28).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
COLOR_PREFERENCE_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for the presentation color.
COLOR_PREFERENCE_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The presentation color.
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
ColorCellEditor - Class in org.eclipse.jface.viewers
A cell editor that manages a color field.
ColorCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorDescriptor - Class in org.eclipse.jface.resource
Lightweight descriptor for an SWT color.
ColorDescriptor() - Constructor for class org.eclipse.jface.resource.ColorDescriptor
 
ColorDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to select a color from a predefined set of available colors.
ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given only its parent.
ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ColorFieldEditor - Class in org.eclipse.jface.preference
A field editor for a color type preference.
ColorFieldEditor() - Constructor for class org.eclipse.jface.preference.ColorFieldEditor
Creates a new color field editor
ColorFieldEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference.ColorFieldEditor
Creates a color field editor.
ColorPropertyDescriptor - Class in org.eclipse.ui.views.properties
Descriptor for a property that has a color value which should be edited with a color cell editor.
ColorPropertyDescriptor(Object, String) - Constructor for class org.eclipse.ui.views.properties.ColorPropertyDescriptor
Creates an property descriptor with the given id and display name.
ColorRegistry - Class in org.eclipse.jface.resource
A color registry maintains a mapping between symbolic color names and SWT Colors.
ColorRegistry() - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver that is hooked to the current display.
ColorRegistry(Display) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
ColorRegistry(Display, boolean) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
colorRegistry - Variable in class org.eclipse.ui.forms.FormColors
 
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
COLORS_AND_FONTS_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.ExtensionFactory
Factory ID for the Colors and Fonts preference page.
COLORS_ON_SELECTION - Static variable in class org.eclipse.jface.viewers.StyledCellLabelProvider
Style constant for indicating that the styled colors are to be applied even it the viewer's item is selected.
ColorSelector - Class in org.eclipse.jface.preference
The ColorSelector is a wrapper for a button that displays a selected Color and allows the user to change the selection.
ColorSelector(Composite) - Constructor for class org.eclipse.jface.preference.ColorSelector
Create a new instance of the reciever and the button that it wrappers in the supplied parent Composite.
ColorUtil - Class in org.eclipse.ui.themes
Useful color utilities.
colspan - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
Number of columns to span (default is 1).
COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
COLUMN_NEXT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto next column action.
COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
COLUMN_PREVIOUS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto previous column action.
columnCreated() - Method in class org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
 
columnCreated() - Method in interface org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
Hook method called after a column has been instantiated, but before it is added to a CompositeRuler and before createControl is called.
ColumnLabelProvider - Class in org.eclipse.jface.viewers
The ColumnLabelProvider is the label provider for viewers that have column support such as TreeViewer and TableViewer This classes is intended to be subclassed
ColumnLabelProvider() - Constructor for class org.eclipse.jface.viewers.ColumnLabelProvider
 
ColumnLayout - Class in org.eclipse.ui.forms.widgets
This layout manager arranges children of the composite parent in vertical columns.
ColumnLayout() - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayout
Creates a new instance of the column layout.
ColumnLayoutData - Class in org.eclipse.jface.viewers
An abstract column layout data describing the information needed (by TableLayout) to properly lay out a table.
ColumnLayoutData(boolean) - Constructor for class org.eclipse.jface.viewers.ColumnLayoutData
Creates a new column layout data object.
ColumnLayoutData - Class in org.eclipse.ui.forms.widgets
This class is used to store layout data for the ColumnLayout class.
ColumnLayoutData(int, int) - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
Convinience constructor for the class.
ColumnLayoutData(int) - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
Convinience constructor for the class.
ColumnLayoutData() - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
The default constructor.
ColumnPixelData - Class in org.eclipse.jface.viewers
Describes the width of a table column in pixels, and whether the column is resizable.
ColumnPixelData(int) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a resizable column width of the given number of pixels.
ColumnPixelData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
ColumnPixelData(int, boolean, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
columnRemoved() - Method in class org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
 
columnRemoved() - Method in interface org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
Hook method called after a column has been removed from the CompositeRuler.
ColumnViewer - Class in org.eclipse.jface.viewers
The ColumnViewer is the abstract superclass of viewers that have columns (e.g., AbstractTreeViewer and AbstractTableViewer).
ColumnViewer() - Constructor for class org.eclipse.jface.viewers.ColumnViewer
Create a new instance of the receiver.
ColumnViewerEditor - Class in org.eclipse.jface.viewers
This is the base for all editor implementations of Viewers.
ColumnViewerEditor(ColumnViewer, ColumnViewerEditorActivationStrategy, int) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditor
 
ColumnViewerEditorActivationEvent - Class in org.eclipse.jface.viewers
This event is passed on when a cell-editor is going to be activated
ColumnViewerEditorActivationEvent(ViewerCell) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
This constructor can be used when no event exists.
ColumnViewerEditorActivationEvent(ViewerCell, MouseEvent) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
This constructor is used for all types of mouse events.
ColumnViewerEditorActivationEvent(ViewerCell, KeyEvent) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
 
ColumnViewerEditorActivationEvent(ViewerCell, TraverseEvent) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
This constructor is used to mark the activation triggered by a traversal
ColumnViewerEditorActivationListener - Class in org.eclipse.jface.viewers
Parties interested in activation and deactivation of editors extend this class and implement any or all of the methods
ColumnViewerEditorActivationListener() - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationListener
 
ColumnViewerEditorActivationStrategy - Class in org.eclipse.jface.viewers
This class is responsible to determine if a cell selection event is triggers an editor activation.
ColumnViewerEditorActivationStrategy(ColumnViewer) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
 
ColumnViewerEditorDeactivationEvent - Class in org.eclipse.jface.viewers
This event is fired when an editor deactivated
ColumnViewerEditorDeactivationEvent(Object) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorDeactivationEvent
 
ColumnViewerToolTipSupport - Class in org.eclipse.jface.viewers
The ColumnViewerTooltipSupport is the class that provides tool tips for ColumnViewers.
ColumnViewerToolTipSupport(ColumnViewer, int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnViewerToolTipSupport
Enable ToolTip support for the viewer by creating an instance from this class.
ColumnWeightData - Class in org.eclipse.jface.viewers
Describes the width of a table column in terms of a weight, a minimum width, and whether the column is resizable.
ColumnWeightData(int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and a default minimum width.
ColumnWeightData(int, int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and minimum width.
ColumnWeightData(int, int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and minimum width.
ColumnWeightData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and a default minimum width.
combine(ISchedulingRule[]) - Static method in class org.eclipse.core.runtime.jobs.MultiRule
Returns a scheduling rule that encompasses all provided rules.
combine(ISchedulingRule, ISchedulingRule) - Static method in class org.eclipse.core.runtime.jobs.MultiRule
Returns a scheduling rule that encompasses both provided rules.
Combo - Class in org.eclipse.swt.widgets
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
COMBO_HISTORY_LENGTH - Static variable in class org.eclipse.ui.dialogs.WizardDataTransferPage
 
ComboBoxCellEditor - Class in org.eclipse.jface.viewers
A cell editor that presents a list of items in a combo box.
ComboBoxCellEditor() - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with no control and no st of choices.
ComboBoxCellEditor(Composite, String[]) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboBoxCellEditor(Composite, String[], int) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboBoxLabelProvider - Class in org.eclipse.ui.views.properties
An ILabelProvider that assists in rendering labels for ComboBoxPropertyDescriptors.
ComboBoxLabelProvider(String[]) - Constructor for class org.eclipse.ui.views.properties.ComboBoxLabelProvider
 
ComboBoxPropertyDescriptor - Class in org.eclipse.ui.views.properties
Descriptor for a property that has a value which should be edited with a combo box cell editor.
ComboBoxPropertyDescriptor(Object, String, String[]) - Constructor for class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
Creates an property descriptor with the given id, display name, and list of value labels to display in the combo box cell editor.
ComboBoxViewerCellEditor - Class in org.eclipse.jface.viewers
A cell editor that presents a list of items in a combo box.
ComboBoxViewerCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.ComboBoxViewerCellEditor
Creates a new cell editor with a combo viewer and a default style
ComboBoxViewerCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.ComboBoxViewerCellEditor
Creates a new cell editor with a combo viewer and the given style
ComboContentAdapter - Class in org.eclipse.jface.fieldassist
An IControlContentAdapter for SWT Combo controls.
ComboContentAdapter() - Constructor for class org.eclipse.jface.fieldassist.ComboContentAdapter
 
ComboContentAssistSubjectAdapter - Class in org.eclipse.jface.contentassist
Deprecated. As of 3.2, replaced by Platform UI's field assist support
ComboContentAssistSubjectAdapter(Combo) - Constructor for class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated. Creates a content assist subject control adapter for the given combo.
ComboFieldEditor - Class in org.eclipse.jface.preference
A field editor for a combo box that allows the drop-down selection of one of a list of items.
ComboFieldEditor(String, String, String[][], Composite) - Constructor for class org.eclipse.jface.preference.ComboFieldEditor
Create the combo box field editor.
ComboViewer - Class in org.eclipse.jface.viewers
A concrete viewer based either on an SWT Combo control or CCombo control.
ComboViewer(Composite) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Combo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on the given combo control.
ComboViewer(CCombo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on the given CCombo control.
Command - Class in org.eclipse.core.commands
A command is an abstract representation for some semantic behaviour.
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
COMMAND - Static variable in class org.eclipse.ui.keys.ModifierKey
Deprecated. The single static instance of ModifierKey which represents the 'Command' key.
COMMAND_ID - Static variable in class org.eclipse.ui.handlers.CollapseAllHandler
The command id for collapse all.
COMMAND_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
The formal name of the 'Command' key.
commandChanged(CommandEvent) - Method in class org.eclipse.core.commands.CommandManager
 
commandChanged(CommandEvent) - Method in interface org.eclipse.core.commands.ICommandListener
Notifies that one or more properties of an instance of Command have changed.
commandChanged(CommandEvent) - Method in interface org.eclipse.ui.commands.ICommandListener
Deprecated. Notifies that one or more properties of an instance of ICommand have changed.
CommandContributionItem - Class in org.eclipse.ui.menus
A contribution item which delegates to a command.
CommandContributionItem(CommandContributionItemParameter) - Constructor for class org.eclipse.ui.menus.CommandContributionItem
Create a CommandContributionItem to place in a ContributionManager.
CommandContributionItem(IServiceLocator, String, String, Map, ImageDescriptor, ImageDescriptor, ImageDescriptor, String, String, String, int) - Constructor for class org.eclipse.ui.menus.CommandContributionItem
Deprecated. create the CommandContributionItemParameter
CommandContributionItemParameter - Class in org.eclipse.ui.menus
A help class for the various parameters that can be used with command contributions.
CommandContributionItemParameter(IServiceLocator, String, String, int) - Constructor for class org.eclipse.ui.menus.CommandContributionItemParameter
Create the parameter object.
CommandContributionItemParameter(IServiceLocator, String, String, Map, ImageDescriptor, ImageDescriptor, ImageDescriptor, String, String, String, int, String, boolean) - Constructor for class org.eclipse.ui.menus.CommandContributionItemParameter
Build the parameter object.
CommandEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of Command.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent - Class in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CommandEvent(ICommand, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map) - Constructor for class org.eclipse.ui.commands.CommandEvent
Deprecated. Creates a new instance of this class.
CommandException - Exception in org.eclipse.core.commands.common
Signals that an exception occured within the command architecture.
CommandException(String) - Constructor for exception org.eclipse.core.commands.common.CommandException
Creates a new instance of this class with the specified detail message.
CommandException(String, Throwable) - Constructor for exception org.eclipse.core.commands.common.CommandException
Creates a new instance of this class with the specified detail message and cause.
CommandException - Exception in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CommandException(String) - Constructor for exception org.eclipse.ui.commands.CommandException
Deprecated. Creates a new instance of this class with the specified detail message.
CommandException(String, Throwable) - Constructor for exception org.eclipse.ui.commands.CommandException
Deprecated. Creates a new instance of this class with the specified detail message and cause.
commandId - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
A command id for a defined command.
CommandManager - Class in org.eclipse.core.commands
A central repository for commands -- both in the defined and undefined states.
CommandManager() - Constructor for class org.eclipse.core.commands.CommandManager
 
commandManagerChanged(CommandManagerEvent) - Method in interface org.eclipse.core.commands.ICommandManagerListener
Notifies that one or more properties of an instance of ICommandManager have changed.
commandManagerChanged(CommandManagerEvent) - Method in interface org.eclipse.ui.commands.ICommandManagerListener
Deprecated. Notifies that one or more properties of an instance of ICommandManager have changed.
CommandManagerEvent - Class in org.eclipse.core.commands
An event indicating that the set of defined command identifiers has changed.
CommandManagerEvent(CommandManager, String, boolean, boolean, String, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandManagerEvent
Creates a new CommandManagerEvent instance to describe changes to commands and/or categories.
CommandManagerEvent(CommandManager, String, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandManagerEvent
Creates a new CommandManagerEvent instance to describe changes to command parameter types.
CommandManagerEvent - Class in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CommandManagerEvent(ICommandManager, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Set, Set, Set) - Constructor for class org.eclipse.ui.commands.CommandManagerEvent
Deprecated. Creates a new instance of this class.
CommandNotMappedException - Exception in org.eclipse.ui.actions
Indicates that an action has no command mapping.
CommandNotMappedException(String) - Constructor for exception org.eclipse.ui.actions.CommandNotMappedException
 
CommandNotMappedException(String, Throwable) - Constructor for exception org.eclipse.ui.actions.CommandNotMappedException
 
commit(IProgressMonitor, boolean) - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Commits this file buffer by changing the contents of the underlying file to the contents of this file buffer.
commit(IDocument) - Method in interface org.eclipse.core.filebuffers.IPersistableAnnotationModel
Transforms the current transient state of the annotation model into a persistent state.
commit(IFileBuffer[], IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner
 
commit(IFileBuffer[], IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
 
commit() - Method in class org.eclipse.equinox.security.auth.module.ExtensionLoginModule
 
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Commits the document acquired via a call to aquireDocument.
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Commits the document acquired via a call to aquireDocument.
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Commits the document acquired via a call to aquireDocument.
commit() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
commit() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Closes the currently open text edit and open a new one.
commit(boolean) - Method in class org.eclipse.ui.forms.AbstractFormPart
Commits the part.
commit(boolean) - Method in class org.eclipse.ui.forms.DetailsPart
Commits the part by committing the current page.
commit(boolean) - Method in interface org.eclipse.ui.forms.IFormPart
If part is displaying information loaded from a model, this method instructs it to commit the new (modified) data back into the model.
commit(boolean) - Method in interface org.eclipse.ui.forms.IManagedForm
Commits the dirty form.
commit(boolean) - Method in class org.eclipse.ui.forms.ManagedForm
 
commit(IDocument) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
 
commitFileBuffer(IProgressMonitor, TextFileDocumentProvider.FileInfo, boolean) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Commits the given file info's file buffer by changing the contents of the underlying file to the contents of this file buffer.
commitPages(boolean) - Method in class org.eclipse.ui.forms.editor.FormEditor
Commits all dirty pages in the editor.
commitPages(boolean) - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
 
COMMON_EDITOR_CONTEXT_MENU_ID - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Menu id used to contribute to the editor context menu of all textual editors.
COMMON_RULER_CONTEXT_MENU_ID - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Menu id used to contribute to the ruler context menu of all textual editors.
CommonActionProvider - Class in org.eclipse.ui.navigator
Provides actions from extensions for menu and IActionBars contributions.
CommonActionProvider() - Constructor for class org.eclipse.ui.navigator.CommonActionProvider
 
CommonDragAdapter - Class in org.eclipse.ui.navigator
Provides an implementation of DragSourceAdapter which uses the extensions provided by the associated INavigatorContentService.
CommonDragAdapter(INavigatorContentService, ISelectionProvider) - Constructor for class org.eclipse.ui.navigator.CommonDragAdapter
Create a DragAdapter that drives the configuration of the drag data.
CommonDragAdapterAssistant - Class in org.eclipse.ui.navigator
Assist the CommonDragAdapter by providing new TransferTypes and the logic to handle setting up the transfer data.
CommonDragAdapterAssistant() - Constructor for class org.eclipse.ui.navigator.CommonDragAdapterAssistant
 
CommonDropAdapter - Class in org.eclipse.ui.navigator
Provides an implementation of PluginDropAdapter which uses the extensions provided by the associated INavigatorContentService.
CommonDropAdapter(INavigatorContentService, StructuredViewer) - Constructor for class org.eclipse.ui.navigator.CommonDropAdapter
Create a DropAdapter that handles a drop based on the given content service and selection provider.
CommonDropAdapterAssistant - Class in org.eclipse.ui.navigator
Used by the org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonDropAdapter extension point to carry out pluggable drop operations.
CommonDropAdapterAssistant() - Constructor for class org.eclipse.ui.navigator.CommonDropAdapterAssistant
 
CommonNavigator - Class in org.eclipse.ui.navigator
This class provides the IViewPart for the Common Navigator framework in the Eclipse workbench.
CommonNavigator() - Constructor for class org.eclipse.ui.navigator.CommonNavigator
 
CommonSourceNotFoundEditor - Class in org.eclipse.debug.ui.sourcelookup
Default editor displayed when source is not found.
CommonSourceNotFoundEditor() - Constructor for class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
 
CommonSourceNotFoundEditorInput - Class in org.eclipse.debug.ui.sourcelookup
Editor input for the CommonSourceNotFoundEditor.
CommonSourceNotFoundEditorInput(Object) - Constructor for class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
Constructs an editor input for the given artifact associated with source.
CommonTab - Class in org.eclipse.debug.ui
Launch configuration tab used to specify the location a launch configuration is stored in, whether it should appear in the favorites list, and perspective switching behavior for an associated launch.
CommonTab() - Constructor for class org.eclipse.debug.ui.CommonTab
 
CommonViewer - Class in org.eclipse.ui.navigator
Provides the Tree Viewer for the Common Navigator.
CommonViewer(String, Composite, int) - Constructor for class org.eclipse.ui.navigator.CommonViewer
Constructs the Tree Viewer for the Common Navigator and the corresponding NavigatorContentService.
CommonViewerSiteFactory - Class in org.eclipse.ui.navigator
Allows clients to create ICommonViewerSite for a variety of contexts.
CommonViewerSiteFactory() - Constructor for class org.eclipse.ui.navigator.CommonViewerSiteFactory
 
CommonViewerSorter - Class in org.eclipse.ui.navigator
Provides an implementation of TreeViewerSorter that uses the given parent to determine the correct sort order based on the defined org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonSorter elements available in the set of visible content extensions.
CommonViewerSorter() - Constructor for class org.eclipse.ui.navigator.CommonViewerSorter
 
COMPACT - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
If this style is used, computed size of the composite will take the client width into consideration only in the expanded state.
compare(Object, Object) - Method in class org.eclipse.core.commands.common.NamedHandleObjectComparator
Compares to instances of NamedHandleObject based on their names.
compare(boolean, boolean) - Static method in class org.eclipse.jface.util.Util
Compares two boolean values.
compare(int, int) - Static method in class org.eclipse.jface.util.Util
Compares two integer values.
compare(Comparable, Comparable) - Static method in class org.eclipse.jface.util.Util
Compares to comparable objects -- defending against null.
compare(Comparable[], Comparable[]) - Static method in class org.eclipse.jface.util.Util
Compares two arrays of comparable objects -- accounting for null.
compare(List, List) - Static method in class org.eclipse.jface.util.Util
Compares two lists -- account for null.
compare(Viewer, TreePath, Object, Object) - Method in class org.eclipse.jface.viewers.TreePathViewerSorter
Compare the given elements that will have the given parent path when they are added to the viewer.
compare(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ViewerComparator
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
compare(RefactoringStatusEntry, RefactoringStatusEntry) - Method in interface org.eclipse.ltk.core.refactoring.IRefactoringStatusEntryComparator
Compares two refactoring status entries for order.
compare(IResource, IResourceVariant) - Method in interface org.eclipse.team.core.variants.IResourceVariantComparator
Returns true if the local resource matches the remote resource based on this criteria and false otherwise.
compare(IResourceVariant, IResourceVariant) - Method in interface org.eclipse.team.core.variants.IResourceVariantComparator
Returns true if the base resource matches the remote resource based on this criteria and false otherwise.
compare(IResource, IResourceVariant) - Method in class org.eclipse.team.core.variants.ThreeWayResourceComparator
 
compare(IResourceVariant, IResourceVariant) - Method in class org.eclipse.team.core.variants.ThreeWayResourceComparator
 
compare(Object, Object) - Method in class org.eclipse.ui.model.ContributionComparator
This implementation of Comparator.compare(Object, Object) does a blind cast on each element to IComparableContribution.
compare(IComparableContribution, IComparableContribution) - Method in class org.eclipse.ui.model.ContributionComparator
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
compare(Viewer, Object, Object) - Method in class org.eclipse.ui.model.ContributionComparator
 
compare(Viewer, TreePath, Object, Object) - Method in class org.eclipse.ui.navigator.CommonViewerSorter
 
compare(MarkerItem, MarkerItem) - Method in class org.eclipse.ui.views.markers.MarkerField
Compare item1 and item2 for sorting purposes.
compare(Viewer, Object, Object) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
 
compare(Viewer, Object, Object) - Method in class org.eclipse.ui.views.navigator.ResourceSorter
Deprecated.  
compare(IPropertySheetEntry, IPropertySheetEntry) - Method in class org.eclipse.ui.views.properties.PropertySheetSorter
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
COMPARE_VIEW_ID - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizeView
Deprecated. not used, please use ISynchronizeView.VIEW_ID instead.
COMPARE_VIEWER_TITLE - Static variable in class org.eclipse.compare.CompareUI
Name of the title property of a compare viewer.
compareCategories(String, String) - Method in class org.eclipse.ui.views.properties.PropertySheetSorter
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
compareClass(Object, Object) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
Returns a number reflecting the collation order of the given elements based on their class.
compareClass(Object, Object) - Method in class org.eclipse.ui.views.navigator.ResourceSorter
Deprecated. Returns a number reflecting the collation order of the given elements based on their class.
CompareConfiguration - Class in org.eclipse.compare
A CompareConfiguration object controls various UI aspects of compare/merge viewers like title labels and images, or whether a side of a merge viewer is editable.
CompareConfiguration(IPreferenceStore) - Constructor for class org.eclipse.compare.CompareConfiguration
Creates a new configuration with editable left and right sides, suitable default labels, and no images.
CompareConfiguration() - Constructor for class org.eclipse.compare.CompareConfiguration
Creates a new configuration with editable left and right sides, suitable default labels, and no images.
compareContents(IFile, IResourceVariant, IProgressMonitor) - Method in class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
Compare the contents of the local file and its variant.
CompareEditorInput - Class in org.eclipse.compare
A compare operation which can present its results in a special editor.
CompareEditorInput(CompareConfiguration) - Constructor for class org.eclipse.compare.CompareEditorInput
Creates a CompareEditorInput which is initialized with the given compare configuration.
compareInputChanged(ICompareInput) - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInputChangeListener
Called whenever the value (not the content) of one or more of the three sides of a ICompareInput has changed.
compareInputChanged(ICompareInput) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Recreates the comparable structures for the input sides.
compareNames(IResource, IResource) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
Returns a number reflecting the collation order of the given resources based on their resource names.
compareNames(IResource, IResource) - Method in class org.eclipse.ui.views.navigator.ResourceSorter
Deprecated. Returns a number reflecting the collation order of the given resources based on their resource names.
CompareNavigator - Class in org.eclipse.compare
Supports cross-pane navigation through the differences of a compare container.
CompareNavigator() - Constructor for class org.eclipse.compare.CompareNavigator
 
compareTo(Object) - Method in class org.eclipse.core.commands.Command
Compares this command with another command by comparing each of its non-transient attributes.
compareTo(Object) - Method in class org.eclipse.core.commands.contexts.Context
 
compareTo(Object) - Method in class org.eclipse.core.commands.ParameterizedCommand
 
compareTo(Object) - Method in class org.eclipse.core.commands.ParameterType
Compares this parameter type with another object by comparing each of the non-transient attributes.
compareTo(Object) - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
compareTo(Object) - Method in class org.eclipse.jface.bindings.keys.KeySequence
 
compareTo(Object) - Method in class org.eclipse.jface.bindings.keys.KeyStroke
 
compareTo(Object) - Method in class org.eclipse.jface.bindings.Scheme
 
compareTo(Object) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
compareTo(Object) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
compareTo(Object) - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.commands.Priority
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.keys.Key
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.keys.KeySequence
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.keys.KeyStroke
Deprecated.  
compareTypes(IResource, IResource) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
Returns a number reflecting the collation order of the given resources based on their respective file extensions.
compareTypes(IResource, IResource) - Method in class org.eclipse.ui.views.navigator.ResourceSorter
Deprecated. Returns a number reflecting the collation order of the given resources based on their respective file extensions.
CompareUI - Class in org.eclipse.compare
The class CompareUI defines the entry point to initiate a configurable compare operation on arbitrary resources.
CompareViewerPane - Class in org.eclipse.compare
A CompareViewerPane is a convenience class which installs a CLabel and a Toolbar in a ViewForm.
CompareViewerPane(Composite, int) - Constructor for class org.eclipse.compare.CompareViewerPane
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CompareViewerSwitchingPane - Class in org.eclipse.compare
A custom CompareViewerPane that supports dynamic viewer switching.
CompareViewerSwitchingPane(Composite, int) - Constructor for class org.eclipse.compare.CompareViewerSwitchingPane
Creates a CompareViewerSwitchingPane as a child of the given parent and with the specified SWT style bits.
CompareViewerSwitchingPane(Composite, int, boolean) - Constructor for class org.eclipse.compare.CompareViewerSwitchingPane
Creates a CompareViewerSwitchingPane as a child of the given parent and with the specified SWT style bits.
completeConfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been configured.
completeConfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been configured.
completed(ProgressEvent) - Method in class org.eclipse.swt.browser.ProgressAdapter
 
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
completeInitialization() - Method in class org.eclipse.jface.text.AbstractDocument
Initializes document listeners, positions, and position updaters.
completeInstall(IFeatureContentConsumer) - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completeInstall(IFeatureContentConsumer) - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completePrefix() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
completePrefix() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension
Inserts the common prefix of the available completions.
completeUnconfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been unconfigured.
completeUnconfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been unconfigured.
completeUninstall() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been uninstalled.
completeUninstall() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been uninstalled.
CompletionProposal - Class in org.eclipse.jface.text.contentassist
The standard implementation of the ICompletionProposal interface.
CompletionProposal(String, int, int, int) - Constructor for class org.eclipse.jface.text.contentassist.CompletionProposal
Creates a new completion proposal based on the provided information.
CompletionProposal(String, int, int, int, Image, String, IContextInformation, String) - Constructor for class org.eclipse.jface.text.contentassist.CompletionProposal
Creates a new completion proposal.
complileErrorProjectPromptStatus - Static variable in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Status code for which a prompter is registered to ask the user if the want to continue launch despite existing compile errors in specific projects.
complileErrorPromptStatus - Static variable in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Status code for which a prompter is registered to ask the user if the want to continue launch despite existing compile errors
Composite - Class in org.eclipse.swt.widgets
Instances of this class are controls which are capable of containing other controls.
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CompositeChange - Class in org.eclipse.ltk.core.refactoring
Represents a composite change.
CompositeChange(String) - Constructor for class org.eclipse.ltk.core.refactoring.CompositeChange
Creates a new composite change with the given name.
CompositeChange(String, Change[]) - Constructor for class org.eclipse.ltk.core.refactoring.CompositeChange
Creates a new composite change with the given name and array of children.
CompositeImageDescriptor - Class in org.eclipse.jface.resource
Abstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.
CompositeImageDescriptor() - Constructor for class org.eclipse.jface.resource.CompositeImageDescriptor
Constructs an uninitialized composite image.
CompositeMap - Class in org.eclipse.core.databinding.observable.map
A read-only observable map formed by the composition of two observable maps.
CompositeMap(IObservableMap, IObservableFactory) - Constructor for class org.eclipse.core.databinding.observable.map.CompositeMap
Creates a new composite map.
CompositeResourceMapping - Class in org.eclipse.core.resources.mapping
A resource mapping that obtains the traversals for its model object from a set of child mappings.
CompositeResourceMapping(String, Object, ResourceMapping[]) - Constructor for class org.eclipse.core.resources.mapping.CompositeResourceMapping
Create a composite mapping that obtains its traversals from a set of sub-mappings.
CompositeRuler - Class in org.eclipse.jface.text.source
Standard implementation of IVerticalRuler.
CompositeRuler() - Constructor for class org.eclipse.jface.text.source.CompositeRuler
Constructs a new composite vertical ruler.
CompositeRuler(int) - Constructor for class org.eclipse.jface.text.source.CompositeRuler
Constructs a new composite ruler with the given gap between its columns.
CompositeSourceContainer - Class in org.eclipse.debug.core.sourcelookup.containers
A source container of source containers.
CompositeSourceContainer() - Constructor for class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
 
COMPOSITION_CHANGED - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates a change in the IME composition.
COMPOSITION_OFFSET - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that the IME needs the offset for a given location.
COMPOSITION_SELECTION - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that IME needs the selected text and its start and end offsets (value is 3).
COMPOUND - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event is a compound undo or redo event.
CompoundContributionItem - Class in org.eclipse.ui.actions
A compound contribution is a contribution item consisting of a dynamic list of contribution items.
CompoundContributionItem() - Constructor for class org.eclipse.ui.actions.CompoundContributionItem
Creates a compound contribution item with a null id.
CompoundContributionItem(String) - Constructor for class org.eclipse.ui.actions.CompoundContributionItem
Creates a compound contribution item with the given (optional) id.
computeAdapterTypes(Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the types that can be obtained by converting adaptableClass via this manager.
computeAdjustedSize(int, int) - Method in class org.eclipse.ui.forms.widgets.SizeCache
Compute the control's size, and ensure that non-default hints are returned verbatim (this tries to compensate for SWT's hints, which aren't really the outer width of the control).
computeArea(IRegion, ITextViewer) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Determines the graphical area covered by the given text region in the given viewer.
computeAvailableArea(Rectangle, Rectangle, AbstractInformationControlManager.Anchor) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the area available for an information control given an anchor and the subject area within bounds.
computeBackground(int) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the background color drawn for a certain line by AbstractRulerColumn.paintLine(GC, int, int, int, int).
computeBuildOrder(IProject[]) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns a list of projects in their suggested build order from the given unordered list of projects.
computeCaptionOffset(IDocument) - Method in interface org.eclipse.jface.text.source.projection.IProjectionPosition
Returns the offset of the caption (the anchor region) of this projection position.
computeClassOrder(Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the class search order for a given class.
computeCollapsedRegion(Position) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Computes the region that must be collapsed when the given position is the position of an expanded projection annotation.
computeCollapsedRegionAnchor(Position) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Computes the collapsed region anchor for the given position.
computeCommitRule() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Computes the scheduling rule that is required for committing a changed buffer.
computeCommitRule(IFileBuffer[]) - Method in class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
 
computeCompletionProposals(IContentAssistSubjectControl, int) - Method in interface org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor
Deprecated. Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
computeCompletionProposals(ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
computeCompletionProposals(ITextViewer, int) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
computeCompletionProposals(ITextViewer, int) - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
computeContainedMatches(AbstractTextSearchResult, IEditorPart) - Method in interface org.eclipse.search.ui.text.IEditorMatchAdapter
Returns all matches that are contained in the element shown in the given editor.
computeContainedMatches(AbstractTextSearchResult, IFile) - Method in interface org.eclipse.search.ui.text.IFileMatchAdapter
Returns an array with all matches contained in the given file in the given search result.
computeContextInformation(IContentAssistSubjectControl, int) - Method in interface org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor
Deprecated. Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject control.
computeContextInformation(ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the text viewer.
computeContextInformation(ITextViewer, int) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
computeContextInformation(ITextViewer, int) - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
computeContexts(HelpEvent) - Method in class org.eclipse.ui.help.DialogPageContextComputer
Deprecated.  
computeContexts(HelpEvent) - Method in interface org.eclipse.ui.help.IContextComputer
Deprecated. Computes contexts for the help system.
computeContexts(HelpEvent) - Method in class org.eclipse.ui.help.ViewContextComputer
Deprecated.  
computeDefaultExtraClasspathEntries(List) - Method in class org.eclipse.ant.core.AntCorePreferences
 
computeDefaultTasks(List) - Method in class org.eclipse.ant.core.AntCorePreferences
 
computeDefaultTypes(List) - Method in class org.eclipse.ant.core.AntCorePreferences
 
computeDetail(IValue, IValueDetailListener) - Method in interface org.eclipse.debug.ui.IDebugModelPresentation
Computes a detailed description of the given value, reporting the result to the specified listener.
ComputedList - Class in org.eclipse.core.databinding.observable.list
A Lazily calculated list that automatically computes and registers listeners on its dependencies as long as all of its dependencies are IObservable objects This class is thread safe.
ComputedList() - Constructor for class org.eclipse.core.databinding.observable.list.ComputedList
Creates a computed list in the default realm and with an unknown (null) element type.
ComputedList(Object) - Constructor for class org.eclipse.core.databinding.observable.list.ComputedList
Creates a computed list in the default realm and with the given element type.
ComputedList(Realm) - Constructor for class org.eclipse.core.databinding.observable.list.ComputedList
Creates a computed list in given realm and with an unknown (null) element type.
ComputedList(Realm, Object) - Constructor for class org.eclipse.core.databinding.observable.list.ComputedList
Creates a computed list in the given realm and with the given element type.
ComputedObservableMap - Class in org.eclipse.core.databinding.observable.map
Maps objects to one of their attributes.
ComputedObservableMap(IObservableSet) - Constructor for class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
ComputedObservableMap(IObservableSet, Object) - Constructor for class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
ComputedSet - Class in org.eclipse.core.databinding.observable.set
A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies are IObservable objects This class is thread safe.
ComputedSet() - Constructor for class org.eclipse.core.databinding.observable.set.ComputedSet
Creates a computed set in the default realm and with an unknown (null) element type.
ComputedSet(Object) - Constructor for class org.eclipse.core.databinding.observable.set.ComputedSet
Creates a computed set in the default realm and with the given element type.
ComputedSet(Realm) - Constructor for class org.eclipse.core.databinding.observable.set.ComputedSet
Creates a computed set in given realm and with an unknown (null) element type.
ComputedSet(Realm, Object) - Constructor for class org.eclipse.core.databinding.observable.set.ComputedSet
Creates a computed set in the given realm and with the given element type.
ComputedValue - Class in org.eclipse.core.databinding.observable.value
A Lazily calculated value that automatically computes and registers listeners on its dependencies as long as all of its dependencies are IObservable objects This class is thread safe.
ComputedValue() - Constructor for class org.eclipse.core.databinding.observable.value.ComputedValue
 
ComputedValue(Object) - Constructor for class org.eclipse.core.databinding.observable.value.ComputedValue
 
ComputedValue(Realm) - Constructor for class org.eclipse.core.databinding.observable.value.ComputedValue
 
ComputedValue(Realm, Object) - Constructor for class org.eclipse.core.databinding.observable.value.ComputedValue
 
computeEnablement(IActivityManager, IIdentifier) - Method in interface org.eclipse.ui.activities.ITriggerPointAdvisor
Calculate the identifier's enabled state for a combination of activities with and without enabled when core expressions.
computeEnablement(IActivityManager, IIdentifier) - Method in class org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor
This implementation of ITriggerPointAdvisor.computeEnablement(IActivityManager, IIdentifier) calls WorkbenchTriggerPointAdvisor.doComputeEnablement(IActivityManager, IIdentifier, boolean) with a boolean argument of false.
computeErrorFieldBackgroundRGB(Control) - Static method in class org.eclipse.jface.fieldassist.FieldAssistColors
Deprecated. Compute the RGB of the color that should be used for the background of a control to indicate that the control has an error.
computeExecutionStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation2
Return a status indicating the projected outcome of executing the receiver.
computeExecutionStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a status indicating the projected outcome of executing the receiver.
computeExecutionStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.DeleteResourcesOperation
 
computeExpressionInfo() - Method in class org.eclipse.core.expressions.Expression
Computes the expression information for the given expression tree.
computeForeground(int) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the foreground color drawn for a certain line by AbstractRulerColumn.paintLine(GC, int, int, int, int).
computeGroupByKey(IMarker) - Method in interface org.eclipse.search.ui.IGroupByKeyComputer
Deprecated. Computes and returns key by which the given marker is grouped.
computeHashCode() - Method in class org.eclipse.core.expressions.Expression
Method to compute the hash code for this object.
computeHashCode() - Method in class org.eclipse.ui.ActiveShellExpression
 
computeHashCode() - Method in class org.eclipse.ui.LegacyHandlerSubmissionExpression
 
computeImageSize(Control) - Method in class org.eclipse.jface.preference.ColorFieldEditor
Computes the size of the color image displayed on the button.
computeIndentations() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Computes the indentations for the given font and stores them in fIndentation.
computeIndexInCategory(String, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
computeIndexInCategory(String, int) - Method in interface org.eclipse.jface.text.IDocument
Computes the index at which a Position with the specified offset would be inserted into the given category.
computeIndexInPositionList(List, int) - Method in class org.eclipse.jface.text.AbstractDocument
Deprecated. As of 3.4, replaced by AbstractDocument.computeIndexInPositionList(List, int, boolean)
computeIndexInPositionList(List, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
Computes the index in the list of positions at which a position with the given position would be inserted.
computeInformation() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the information to be displayed and the area in which the computed information is valid.
computeInformation() - Method in class org.eclipse.jface.text.information.InformationPresenter
 
computeInformation() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
 
computeInformationControlLocation(Rectangle, Point) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the location of the information control depending on the subject area and the size of the information control.
computeLineHeight(StyledText, int, int, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Computes the line height for the given line range.
computeLineRange(ISourceViewer, int, int, int) - Method in class org.eclipse.jface.text.source.LineChangeHover
Computes the block of lines which form a contiguous block of changes covering line.
computeListDiff(List, List) - Static method in class org.eclipse.core.databinding.observable.Diffs
 
computeLocation(Rectangle, Point, AbstractInformationControlManager.Anchor) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the display location of the information control.
computeLocation(Rectangle, Point, AbstractInformationControlManager.Anchor) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
 
computeLongestHyperlinkLength(List) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
Computes the length of the longest detected hyperlink.
computeMapDiff(Map, Map) - Static method in class org.eclipse.core.databinding.observable.Diffs
Computes the difference between two maps.
computeMaximumWidth(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.ColumnLayout
 
computeMaximumWidth(Composite, boolean) - Method in interface org.eclipse.ui.forms.widgets.ILayoutExtension
Computes the maximum width of the parent.
computeMaximumWidth() - Method in class org.eclipse.ui.forms.widgets.SizeCache
 
computeMaximumWidth(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
Implements ILayoutExtension.
computeMinimumSize() - Method in class org.eclipse.ui.forms.widgets.SizeCache
 
computeMinimumSize() - Method in class org.eclipse.ui.presentations.StackPresentation
Deprecated. replaced by computePreferredSize
computeMinimumWidth(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.ColumnLayout
 
computeMinimumWidth(Composite, boolean) - Method in interface org.eclipse.ui.forms.widgets.ILayoutExtension
Computes the minimum width of the parent.
computeMinimumWidth() - Method in class org.eclipse.ui.forms.widgets.SizeCache
 
computeMinimumWidth(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
Implements ILayoutExtension.
computeModificationStamp(IResource) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Computes the initial modification stamp for the given resource.
computeMoveOrCopyStatus() - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
 
computeMoveOrCopyStatus() - Method in class org.eclipse.ui.ide.undo.MoveProjectOperation
 
computeNumberOfDigits() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
computeNumberOfDigits() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Does the real computation of the number of digits.
computeNumberOfLines(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
computeNumberOfLines(String) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
computeNumberOfLines(String) - Method in interface org.eclipse.jface.text.IDocument
Computes the number of lines in the given text.
computeNumberOfLines(String) - Method in interface org.eclipse.jface.text.ILineTracker
Computes the number of lines in the given text.
computePartitioning(int, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
computePartitioning(String, int, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
 
computePartitioning(int, int) - Method in interface org.eclipse.jface.text.IDocument
Computes the partitioning of the given document range using the document's partitioner.
computePartitioning(String, int, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Computes the partitioning of the given document range based on the given partitioning type.
computePartitioning(int, int) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Returns the partitioning of the given range of the connected document.
computePartitioning(int, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension2
Returns the partitioning of the given range of the connected document.
computePartitioning(int, int) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.  
computePartitioning(int, int, boolean) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.  
computePartitioning(int, int) - Method in class org.eclipse.jface.text.rules.FastPartitioner
 
computePartitioning(int, int, boolean) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the partitioning of the given range of the connected document.
computePartitioning(int, int) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.  
computePartitioning(int, int, boolean) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.  
computePartitioning(IDocument, String, int, int, boolean) - Static method in class org.eclipse.jface.text.TextUtilities
Computes and returns the partitioning for the given region of the given document for the given partitioning name.
computePartitionManagingCategories(IDocument) - Static method in class org.eclipse.jface.text.TextUtilities
Computes and returns the partition managing position categories for the given document or null if this was impossible.
computePreferredSize(boolean, int, int, int) - Method in interface org.eclipse.ui.ISizeProvider
Returns the best size for this part, given the available width and height and the workbench's preferred size for the part.
computePreferredSize(boolean, int, int, int) - Method in class org.eclipse.ui.presentations.StackPresentation
 
computePrerequisiteOrder(IProject[]) - Method in interface org.eclipse.core.resources.IWorkspace
Deprecated. Replaced by IWorkspace.computeProjectOrder, which produces a more usable result when there are cycles in project reference graph.
computeProjectedMasterRegions(int, int) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the sequence of all master document regions with are contained in the given master document range and which are part of this projection document.
computeProjectionRegions(IDocument) - Method in interface org.eclipse.jface.text.source.projection.IProjectionPosition
Returns an array of regions that should be collapsed when the annotation belonging to this position is collapsed.
computeProjectOrder(IProject[]) - Method in interface org.eclipse.core.resources.IWorkspace
Computes a total ordering of the given projects based on both static and dynamic project references.
computeQuickAssistProposals(IQuickAssistInvocationContext) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistProcessor
Returns a list of quick assist and quick fix proposals for the given invocation context.
computeQuickAssistProposals(IQuickAssistInvocationContext) - Method in class org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor
 
computeRedoableStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
Return a status indicating the projected outcome of redoing the receiver.
computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a status indicating the projected outcome of redoing the receiver.
computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.DeleteResourcesOperation
 
computeReferencedBuildOrder(IProject[]) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns an array of projects in their suggested build order containing all of the projects specified by baseProjects and all of their referenced projects.
computeResult() - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
 
computeResult() - Method in class org.eclipse.ui.dialogs.ElementListSelectionDialog
 
computeResult() - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
 
computeResult() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
 
computeResult() - Method in class org.eclipse.ui.dialogs.NewFolderDialog
Creates the folder using the name and link target entered by the user.
computeResult() - Method in class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog
The ProjectLocationSelectionDialog implementation of this SelectionStatusDialog method builds a two element list - the first element is the project name and the second one is the location.
computeResult() - Method in class org.eclipse.ui.dialogs.SelectionStatusDialog
Compute the result and return it.
computeResult() - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
 
computeSchedulingRule(IResource) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Computes the scheduling rule needed to create or modify a resource.
computeScore(String, Object) - Method in interface org.eclipse.search.ui.ISearchPageScoreComputer
Computes and returns a score indicating how good the page with the given id can handle the given input element.
computeSelectedResources() - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Computes the selected resources.
computeSelectedResources(IStructuredSelection) - Static method in class org.eclipse.ui.ide.IDE
Extracts and returns the IResources in the given selection or the resource objects they adapts to.
computeSetDiff(Set, Set) - Static method in class org.eclipse.core.databinding.observable.Diffs
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.layout.AbstractColumnLayout
 
computeSize() - Method in interface org.eclipse.jface.preference.IPreferencePage
Computes a size for this page's UI component.
computeSize() - Method in class org.eclipse.jface.preference.PreferencePage
Computes the size for this page's UI control.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.text.source.SourceViewer.RulerLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.  
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CLabel
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Button
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Combo
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.CoolBar
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.DateTime
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ExpandBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Group
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Link
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.List
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ProgressBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Sash
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Scale
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Slider
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Spinner
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Text
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ColumnLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Computes the size of the expandable composite.
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.Form
Fully delegates the size computation to the internal layout manager.
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.FormText
Overrides the method by fully trusting the layout manager (computed width or height may be larger than the provider width or height hints).
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.Hyperlink
Overrides the parent by incorporating the margin.
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ImageHyperlink
Computes the control size by reserving space for images in addition to text.
computeSize(int, int, int) - Method in class org.eclipse.ui.forms.widgets.LayoutCache
Computes the preferred size of the nth control
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Removes the default size of the composite, allowing the control to shrink to the trim.
computeSize(int, int) - Method in class org.eclipse.ui.forms.widgets.SizeCache
Computes the preferred size of the control.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
Computes the size of the control.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.ui.part.PageBook.PageBookLayout
 
computeSizeConstraints(int, int) - Method in class org.eclipse.jface.text.AbstractInformationControl
Computes the size constraints based on the dialog font.
computeSizeConstraints(Control, IInformationControl) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width.
computeSizeConstraints(Control, Rectangle, IInformationControl) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Computes the size constraints of the information control in points.
computeSizeConstraints(int, int) - Method in interface org.eclipse.jface.text.IInformationControlExtension5
Computes the width- and height constraints of the information control in pixels, based on the given width and height in characters.
computeSizeConstraints(Control, Rectangle, IInformationControl) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
 
computeSizeHint() - Method in class org.eclipse.jface.text.AbstractInformationControl
 
computeSizeHint() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
computeSizeHint() - Method in interface org.eclipse.jface.text.IInformationControl
Computes and returns a proposal for the size of this information control depending on the information to present.
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in interface org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
Returns a default collection source containers to be considered for the given launch configuration.
computeStateMask(String) - Static method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Computes the state mask out of the given modifiers string.
computeSuccessorPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
Triggers the refactoring's condition checking and returns either the error wizard page or a preview page, depending on the outcome of the precondition checking.
computeText(int) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the text to be drawn for a certain line by AbstractRulerColumn.paintLine(GC, int, int, int, int), null for no text.
computeTextEdit(ITextFileBuffer, IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.ConvertLineDelimitersOperation
 
computeTextEdit(ITextFileBuffer, IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.RemoveTrailingWhitespaceOperation
 
computeTextEdit(ITextFileBuffer, IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation
Computes and returns a text edit.
computeTextSize(int, int) - Method in class org.eclipse.ui.forms.widgets.Hyperlink
 
computeTimestamp(IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
Computes the timestamp for the given file in the local file system.
computeTrim() - Method in class org.eclipse.jface.text.AbstractInformationControl
Computes the trim (status text and tool bar are considered as trim).
computeTrim() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
computeTrim() - Method in interface org.eclipse.jface.text.IInformationControlExtension3
Computes the trim for this control.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.ViewForm
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.printing.Printer
Given a client area (as described by the arguments), returns a rectangle, relative to the client area's coordinates, that is the client area expanded by the printer's trim (or minimum margins).
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Decorations
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Group
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Spinner
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Text
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.ToolBar
 
computeUndoableStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
Return a status indicating the projected outcome of undoing the receiver.
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a status indicating the projected outcome of undoing the receiver.
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
 
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CopyResourcesOperation
 
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.DeleteResourcesOperation
 
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.MoveProjectOperation
 
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.MoveResourcesOperation
 
computeUnprojectedMasterRegions(int, int) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the sequence of all master document regions which are contained in the given master document range and which are not yet part of this projection document.
computeValidateStateRule() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Computes the scheduling rule that is required for validating the state of the buffer.
computeWidth(Control) - Method in class org.eclipse.jface.action.ControlContribution
Computes the width of the given control which is being added to a tool bar.
configElement - Variable in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
ConfigurableLineTracker - Class in org.eclipse.jface.text
Standard implementation of a generic ILineTracker.
ConfigurableLineTracker(String[]) - Constructor for class org.eclipse.jface.text.ConfigurableLineTracker
Creates a standard line tracker for the given line delimiters.
CONFIGURATION - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: paint manager or painter configuration changed.
CONFIGURATION_FILTER - Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the filter string for acquiring the service which specifies the configuration location.
CONFIGURATION_INVALID - Static variable in exception org.eclipse.debug.core.DebugException
Indicates an improperly configured breakpoint.
ConfigurationElementModel - Class in org.eclipse.core.runtime.model
Deprecated. In Eclipse 3.0 the runtime was refactored and all non-essential elements removed. This class provides facilities primarily intended for tooling. As such it has been removed and no directly substitutable API provided.
ConfigurationElementModel() - Constructor for class org.eclipse.core.runtime.model.ConfigurationElementModel
Deprecated. Creates a new configuration element model in which all fields are null.
ConfigurationElementSorter - Class in org.eclipse.ui.texteditor
Allows to sort an array based on their elements' configuration elements according to the prerequisite relation of their defining plug-ins.
ConfigurationElementSorter() - Constructor for class org.eclipse.ui.texteditor.ConfigurationElementSorter
 
ConfigurationPropertyModel - Class in org.eclipse.core.runtime.model
Deprecated. In Eclipse 3.0 the runtime was refactored and all non-essential elements removed. This class provides facilities primarily intended for tooling. As such it has been removed and no directly substitutable API provided.
ConfigurationPropertyModel() - Constructor for class org.eclipse.core.runtime.model.ConfigurationPropertyModel
Deprecated. Creates a new configuration property model in which all fields are null.
ConfigurationScope - Class in org.eclipse.core.runtime.preferences
Object representing the configuration scope in the Eclipse preferences hierarchy.
ConfigurationScope() - Constructor for class org.eclipse.core.runtime.preferences.ConfigurationScope
Create and return a new configuration scope instance.
ConfiguratorUtils - Class in org.eclipse.update.configurator
Helper class to get platform configuration data without having to use BootLoader methods from the compatibility layer.
ConfiguratorUtils() - Constructor for class org.eclipse.update.configurator.ConfiguratorUtils
 
configure() - Method in interface org.eclipse.core.resources.IProjectNature
Configures this nature for its project.
configure(SourceViewerConfiguration) - Method in interface org.eclipse.jface.text.source.ISourceViewer
Configures the source viewer using the given configuration.
configure(SourceViewerConfiguration) - Method in class org.eclipse.jface.text.source.SourceViewer
 
configure() - Method in class org.eclipse.team.core.RepositoryProvider
Configures the nature for the given project.
configure(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Configure the specified feature on this site.
configureAction(String, String, String) - Method in class org.eclipse.ui.console.actions.TextViewerAction
Configures this action with a label, tool tip, and description.
configureArgument() - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog
Configures the argument for the selected variable.
configureCompleted(boolean) - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the configure action.
configureCompleted(boolean) - Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the configure action.
configureEditorAreaDropListener(DropTargetListener) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Configures the drop target listener for the editor area of this workbench window.
configureFeatureEntry(IPlatformConfiguration.IFeatureEntry) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Configures the feature entry.
configureInitiated() - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the configure action.
configureInitiated() - Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the configure action
configureInsertMode(ITextEditorExtension3.InsertMode, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Configures the given insert mode as legal or illegal.
configureMergeAction(String, Action) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
Configure the merge action to have appropriate label, image, etc.
configurePage(int, IFormPage) - Method in class org.eclipse.ui.forms.editor.FormEditor
Configures the form page.
configureProject() - Method in class org.eclipse.team.core.RepositoryProvider
Configures the provider for the given project.
configureShell(Shell) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.InputDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.MessageDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.PopupDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.dialogs.StatusDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
configureShell(Shell) - Method in class org.eclipse.jface.window.ApplicationWindow
Extends the super implementation by creating the trim widgets using createTrimWidgets.
configureShell(Shell) - Method in class org.eclipse.jface.window.Window
Configures the given shell in preparation for opening this window in it.
configureShell(Shell) - Method in class org.eclipse.jface.wizard.WizardDialog
 
configureShell(Shell) - Method in class org.eclipse.team.ui.SaveablePartDialog
Deprecated.  
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.ContainerSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.FileSelectionDialog
Deprecated.  
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.NewFolderDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.ProjectLocationMoveDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.ResourceSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.ui.dialogs.SaveAsDialog