Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- C - Class in org.eclipse.swt.internal
- C() - Constructor for class org.eclipse.swt.internal.C
- cache - Variable in class org.eclipse.ui.internal.PluginActionBuilder
- 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.
- CachedEntityResolver - Class in org.eclipse.help.internal
- CachedEntityResolver() - Constructor for class org.eclipse.help.internal.CachedEntityResolver
- CachedImageDataProvider() - Constructor for class org.eclipse.jface.resource.CompositeImageDescriptor.CachedImageDataProvider
- 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>, 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.
- CALC_TRUE_WIDTH - Static variable in class org.eclipse.jface.action.StatusLineContributionItem
-
A constant indicating that the contribution should compute its actual size depending on the text.
- calcIndex(MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer
- calcText(int, String, String, boolean) - Static method in class org.eclipse.ui.internal.ReopenEditorMenu
-
Return a string suitable for a file MRU list.
- calculate() - Method in class org.eclipse.core.databinding.AggregateValidationStatus
- 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 ofSyncInfo
. - calculateRequestInfoDTO(String) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
- calcVisibleIndex(MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer
-
Calculates the index of the element in terms of the other rendered elements.
- CALENDAR - Static variable in class org.eclipse.swt.SWT
-
Style constant for calendar display (value is 1<<10).
- CALENDAR_WEEKNUMBERS - Static variable in class org.eclipse.swt.SWT
-
Style constant for displaying week numbers in the calendar.
- call() - Method in interface org.eclipse.swt.SwtCallable
-
Computes a value, or throws an exception.
- call(Object, String, IEclipseContext, Object) - Method in interface org.eclipse.e4.core.services.contributions.IContributionFactorySpi
- call(Consumer<S>) - Method in class org.eclipse.core.runtime.ServiceCaller
-
Calls an OSGi service by dynamically looking it up and passing it to the given consumer.
- Callback - Class in org.eclipse.swt.internal
-
Instances of this class represent entry points into Java which can be invoked from operating system level callback routines.
- Callback(Object, String, int) - Constructor for class org.eclipse.swt.internal.Callback
-
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke and an argument count.
- Callback(Object, String, int, boolean) - Constructor for class org.eclipse.swt.internal.Callback
-
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count and a flag indicating whether or not the arguments will be passed in an array.
- Callback(Object, String, int, boolean, long) - Constructor for class org.eclipse.swt.internal.Callback
-
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count, a flag indicating whether or not the arguments will be passed in an array and a value to return when an exception happens.
- Callback(Object, String, Type, Type[]) - Constructor for class org.eclipse.swt.internal.Callback
-
Register the java method to be a C callback.
- callingConvention - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
- callOnce(Class<?>, Class<S>, String, Consumer<S>) - Static method in class org.eclipse.core.runtime.ServiceCaller
-
As
ServiceCaller.callOnce(Class, Class, Consumer)
with an additional OSGi filter. - callOnce(Class<?>, Class<S>, Consumer<S>) - Static method in class org.eclipse.core.runtime.ServiceCaller
-
Calls an OSGi service by dynamically looking it up and passing it to the given consumer.
- CAN_EXECUTE - Static variable in class org.eclipse.e4.core.commands.internal.HandlerServiceImpl
- canActivatePlugIn() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
- canAdapt() - Method in interface org.eclipse.ui.internal.IObjectContributor
-
Return whether or not the receiver can adapt to IResource.
- canAdapt() - Method in class org.eclipse.ui.internal.ObjectActionContributor
- 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
-
Deprecated.Returns an indication whether this feature has been defined to act as a primary feature.
- canBlock() - Method in class org.eclipse.core.runtime.jobs.LockListener
-
Returns if it is safe for the calling thread to block while waiting to obtain a lock.
- canBlock() - Method in class org.eclipse.ui.internal.UILockListener
- canCacheFilteredRegions() - Method in interface org.eclipse.compare.ICompareFilter
-
Because the comparison routine may compare each line multiple times to other lines, the ignored regions may need to be calculated multiple times for the same line during a comparison.
- canCancel(boolean) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Sets whether the dialog can be canceled.
- 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() - Method in class org.eclipse.core.runtime.jobs.Job
-
Stops the job.
- cancel() - Method in class org.eclipse.core.runtime.jobs.JobGroup
-
Cancels all jobs belonging to this job group.
- 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(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Cancels all jobs in the given job family.
- 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(String) - Static method in class org.eclipse.core.databinding.validation.ValidationStatus
-
Creates a new validation cancel status with the given message.
- cancel(Shell) - Method in class org.eclipse.ui.internal.FilteredTableBaseHandler
-
Close the dialog and set selection to null.
- CANCEL - Enum constant in enum class org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save
- CANCEL - Static variable in interface org.eclipse.core.runtime.IStatus
-
Status type severity (bit mask, value 8) indicating this status represents a cancelation
- 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.osgi.framework.log.FrameworkLogEntry
-
Status type severity (bit mask, value 8) indicating this log entry represents a cancellation.
- 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_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_LABEL_KEY - Static variable in interface org.eclipse.jface.dialogs.IDialogLabelKeys
-
The key used to retrieve the label for cancel buttons.
- CANCEL_STATUS - Static variable in class org.eclipse.core.runtime.Status
-
A standard CANCEL status with no message.
- cancelAndWait(boolean) - Method in class org.eclipse.jface.notifications.internal.AnimationUtil.FadeJob
- cancelDisposeExec(Runnable) - Method in class org.eclipse.jface.resource.ResourceManager
-
Cancels a runnable that was previously scheduled with
ResourceManager.disposeExec(Runnable)
. - cancelEditing() - Method in class org.eclipse.jface.viewers.ColumnViewer
-
Cancels a currently active cell editor if one is active.
- 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. - canceling() - Method in class org.eclipse.jface.notifications.internal.AnimationUtil.FadeJob
- CANCELING - Static variable in class org.eclipse.core.runtime.jobs.JobGroup
-
JobGroup state code (value 2) indicating that cancellation of the whole group is requested.
- 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.
- canClearDataOnHide() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
-
Tells whether internal data can be cleared on hide.
- canConfigure(IProject, Set<IPath>, IProgressMonitor) - Method in interface org.eclipse.ui.wizards.datatransfer.ProjectConfigurator
-
Checks whether this configurator can contribute to the configuration of the given project.
- canCopy() - Method in class org.eclipse.ui.forms.widgets.FormText
-
Tests if the text is selected and can be copied into the clipboard.
- canCreateReader() - Method in class org.eclipse.compare.patch.ReaderCreator
-
Returns whether the reader can be created.
- 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() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
- canExecute(ParameterizedCommand) - Method in interface org.eclipse.e4.core.commands.EHandlerService
-
Tests if the active handler associated with the passed
command
can be executed. - canExecute(ParameterizedCommand) - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceImpl
- canExecute(ParameterizedCommand, IEclipseContext) - Method in interface org.eclipse.e4.core.commands.EHandlerService
-
Check if a command can be executed.
- canExecute(ParameterizedCommand, IEclipseContext) - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceImpl
- canExecute(IEnabledStateRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
- 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 - Annotation Interface in org.eclipse.e4.core.di.annotations
-
Use this annotation to tag methods that determine if this object's
Execute
method can be called. - canExecuteItem(Event) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem
- canExecuteItem(Event) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.DirectContributionItem
- canExecuteItem(Event) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem
- 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
- canFinish() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
- 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 thisIWizardPage
method returnstrue
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 thisIWizardPage
method returnstrue
if there is a selected node. - canFlipToNextPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
- 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.
- 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.
- 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
iffISpellingPreferenceBlock.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() - 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
- 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.
- 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 thisIStructureCreator
cannot rewrite the diff tree in order to fold certain combinations of additions and deletions. - canRunAsJob() - Method in class org.eclipse.compare.CompareEditorInput
-
Returns 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.
- canRunInParallel() - Method in class org.eclipse.search.core.text.TextSearchRequestor
-
Reports whether this TextSearchRequestor supports executing the text search algorithm in parallel.
- 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.
- canSave() - Method in class org.eclipse.debug.ui.PrototypeTab
- canSave() - Method in class org.eclipse.ui.internal.EditorHistoryItem
-
Returns whether this history item can 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.
- canToggleBreakpointsWithEvent(IWorkbenchPart, ISelection, Event) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension2
-
Returns whether breakpoints can be toggled on the given selection with the given
Event
. - 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() - 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
- 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
- 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()
. - canWrite(File, String) - Static method in class org.eclipse.osgi.storage.StorageUtil
- 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).
- CAPABILITY_ACTIVATION_POLICY - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
The capability attribute contains the
activation policy
for the providing module revision. - CAPABILITY_ACTIVATION_POLICY_LAZY - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
An
activation policy
attribute value indicating the lazy activation policy is used. - CAPABILITY_ACTIVATOR - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
The capability attribute contains the
activator
for the providing module revision. - CAPABILITY_BUDDY_POLICY - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
The capability attribute contains the list buddy loading policies for the providing module revision as specified in the Eclipse-BuddyPolicy header.
- CAPABILITY_BUDDY_REGISTERED - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
The capability attribute contains the list of symbolic names the providing module revision is a registered buddy of as specified by the Eclipse-BuddyPolicy header.
- CAPABILITY_CLASSPATH - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
The capability attribute contains the
class path
for the providing module revision. - CAPABILITY_LAZY_EXCLUDE_ATTRIBUTE - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
When the
lazy
policy is used this attribute contains the package names that must not trigger the activation when a class is loaded of these packages. - CAPABILITY_LAZY_INCLUDE_ATTRIBUTE - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
When the
lazy
policy is used this attribute contains the package names that must trigger the activation when a class is loaded of these packages. - CAPABILITY_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- capitalize(String) - Static method in class org.eclipse.e4.ui.css.core.utils.StringUtils
-
Capitalizes all the whitespace separated words in a String.
- capitalize(String, char[]) - Static method in class org.eclipse.e4.ui.css.core.utils.StringUtils
-
Capitalizes all the delimiter separated words in a String.
- CAPPING_DISABLED - Static variable in class org.eclipse.compare.internal.ComparePreferencePage
- 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.
- CaretMoved - Static variable in class org.eclipse.swt.custom.ST
-
The CaretMoved event type (value is 3011).
- 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.
- caseAddon(MAddon) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Addon'.
- caseApplication(MApplication) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Application'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseApplicationElement(MApplicationElement) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseArea(MArea) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Area'.
- caseBindingContext(MBindingContext) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Binding Context'.
- caseBindings(MBindings) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Bindings'.
- caseBindings(MBindings) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Bindings'.
- caseBindings(MBindings) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Bindings'.
- caseBindings(MBindings) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Bindings'.
- caseBindings(MBindings) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Bindings'.
- caseBindingTable(MBindingTable) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Binding Table'.
- caseBindingTableContainer(MBindingTableContainer) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Binding Table Container'.
- caseBindingTableContainer(MBindingTableContainer) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Binding Table Container'.
- caseCategory(MCategory) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Category'.
- caseCommand(MCommand) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Command'.
- caseCommandParameter(MCommandParameter) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Command Parameter'.
- caseCompositePart(MCompositePart) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Composite Part'.
- caseContext(MContext) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Context'.
- caseContext(MContext) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Context'.
- caseContext(MContext) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Context'.
- caseContext(MContext) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Context'.
- caseContext(MContext) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Context'.
- caseContribution(MContribution) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseContribution(MContribution) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseContribution(MContribution) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseContribution(MContribution) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseContribution(MContribution) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseCoreExpression(MCoreExpression) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Core Expression'.
- caseDirectMenuItem(MDirectMenuItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Direct Menu Item'.
- caseDirectToolItem(MDirectToolItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Direct Tool Item'.
- caseDirtyable(MDirtyable) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Dirtyable'.
- caseDirtyable(MDirtyable) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Dirtyable'.
- caseDynamicMenuContribution(MDynamicMenuContribution) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Dynamic Menu Contribution'.
- caseElementContainer(MElementContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Element Container'.
- caseElementContainer(MElementContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Element Container'.
- caseElementContainer(MElementContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Element Container'.
- caseElementContainer(MElementContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Element Container'.
- caseElementContainer(MElementContainer<T>) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Element Container'.
- caseExpression(MExpression) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Expression'.
- caseGenericStack(MGenericStack<T>) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Stack'.
- caseGenericStack(MGenericStack<T>) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Stack'.
- caseGenericStack(MGenericStack<T>) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Stack'.
- caseGenericTile(MGenericTile<T>) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Tile'.
- caseGenericTile(MGenericTile<T>) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Tile'.
- caseGenericTile(MGenericTile<T>) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Tile'.
- caseGenericTrimContainer(MGenericTrimContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Trim Container'.
- caseGenericTrimContainer(MGenericTrimContainer<T>) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Generic Trim Container'.
- caseHandledItem(MHandledItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Handled Item'.
- caseHandledMenuItem(MHandledMenuItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Handled Menu Item'.
- caseHandledToolItem(MHandledToolItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Handled Tool Item'.
- caseHandler(MHandler) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Handler'.
- caseHandlerContainer(MHandlerContainer) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Handler Container'.
- caseHandlerContainer(MHandlerContainer) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Handler Container'.
- caseHandlerContainer(MHandlerContainer) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Handler Container'.
- caseHandlerContainer(MHandlerContainer) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Handler Container'.
- caseHandlerContainer(MHandlerContainer) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Handler Container'.
- caseImperativeExpression(MImperativeExpression) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Imperative Expression'.
- CaseInsensitiveDictionaryMap<K,
V> - Class in org.eclipse.osgi.framework.util -
CaseInsensitiveDictionaryMap classes.
- CaseInsensitiveDictionaryMap() - Constructor for class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
-
Create an empty CaseInsensitiveDictionaryMap.
- CaseInsensitiveDictionaryMap(int) - Constructor for class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
-
Create an empty CaseInsensitiveDictionaryMap.
- CaseInsensitiveDictionaryMap(Dictionary<? extends K, ? extends V>) - Constructor for class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
-
Create a CaseInsensitiveDictionaryMap dictionary from a Dictionary.
- CaseInsensitiveDictionaryMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
-
Create a CaseInsensitiveDictionaryMap dictionary from a Map.
- caseItem(MItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Item'.
- caseKeyBinding(MKeyBinding) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Key Binding'.
- caseKeySequence(MKeySequence) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Key Sequence'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseLocalizable(MLocalizable) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Localizable'.
- caseMenu(MMenu) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Menu'.
- caseMenuContribution(MMenuContribution) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Contribution'.
- caseMenuContributions(MMenuContributions) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Contributions'.
- caseMenuContributions(MMenuContributions) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Contributions'.
- caseMenuElement(MMenuElement) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Element'.
- caseMenuItem(MMenuItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Item'.
- caseMenuSeparator(MMenuSeparator) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Separator'.
- caseModelFragment(MModelFragment) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentSwitch
-
Returns the result of interpreting the object as an instance of 'Model Fragment'.
- caseModelFragments(MModelFragments) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentSwitch
-
Returns the result of interpreting the object as an instance of 'Model Fragments'.
- caseParameter(MParameter) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Returns the result of interpreting the object as an instance of 'Parameter'.
- casePart(MPart) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part'.
- casePartDescriptor(MPartDescriptor) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part Descriptor'.
- casePartDescriptorContainer(MPartDescriptorContainer) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part Descriptor Container'.
- casePartDescriptorContainer(MPartDescriptorContainer) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Part Descriptor Container'.
- casePartSashContainer(MPartSashContainer) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Part Sash Container'.
- casePartSashContainer(MPartSashContainer) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part Sash Container'.
- casePartSashContainerElement(MPartSashContainerElement) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Part Sash Container Element'.
- casePartSashContainerElement(MPartSashContainerElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part Sash Container Element'.
- casePartStack(MPartStack) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Part Stack'.
- casePerspective(MPerspective) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Perspective'.
- casePerspectiveStack(MPerspectiveStack) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Perspective Stack'.
- casePlaceholder(MPlaceholder) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Placeholder'.
- casePopupMenu(MPopupMenu) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Popup Menu'.
- caseSnippetContainer(MSnippetContainer) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Snippet Container'.
- caseSnippetContainer(MSnippetContainer) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'Snippet Container'.
- caseSnippetContainer(MSnippetContainer) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Snippet Container'.
- caseStackElement(MStackElement) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Stack Element'.
- caseStackElement(MStackElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Stack Element'.
- caseStringModelFragment(MStringModelFragment) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentSwitch
-
Returns the result of interpreting the object as an instance of 'String Model Fragment'.
- caseStringToObjectMap(Map.Entry<String, Object>) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'String To Object Map'.
- caseStringToStringMap(Map.Entry<String, String>) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'String To String Map'.
- caseToolBar(MToolBar) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar'.
- caseToolBarContribution(MToolBarContribution) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar Contribution'.
- caseToolBarContributions(MToolBarContributions) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar Contributions'.
- caseToolBarContributions(MToolBarContributions) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar Contributions'.
- caseToolBarElement(MToolBarElement) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar Element'.
- caseToolBarSeparator(MToolBarSeparator) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Bar Separator'.
- caseToolControl(MToolControl) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Control'.
- caseToolItem(MToolItem) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Tool Item'.
- caseTrimBar(MTrimBar) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Bar'.
- caseTrimContribution(MTrimContribution) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Contribution'.
- caseTrimContributions(MTrimContributions) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Contributions'.
- caseTrimContributions(MTrimContributions) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Contributions'.
- caseTrimElement(MTrimElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Element'.
- caseTrimElement(MTrimElement) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'Trim Element'.
- caseTrimmedWindow(MTrimmedWindow) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Trimmed Window'.
- caseUIElement(MUIElement) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'UI Element'.
- caseUIElement(MUIElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'UI Element'.
- caseUIElement(MUIElement) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'UI Element'.
- caseUIElement(MUIElement) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'UI Element'.
- caseUIElement(MUIElement) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
Returns the result of interpreting the object as an instance of 'UI Element'.
- caseUILabel(MUILabel) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'UI Label'.
- caseUILabel(MUILabel) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'UI Label'.
- caseUILabel(MUILabel) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'UI Label'.
- caseUILabel(MUILabel) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Returns the result of interpreting the object as an instance of 'UI Label'.
- caseUILabel(MUILabel) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
Returns the result of interpreting the object as an instance of 'UI Label'.
- caseWindow(MWindow) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Window'.
- caseWindowElement(MWindowElement) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
Returns the result of interpreting the object as an instance of 'Window Element'.
- caseWindowElement(MWindowElement) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
Returns the result of interpreting the object as an instance of 'Window Element'.
- cast(AbstractWidgetFactory<F, W, P>) - Method in class org.eclipse.jface.widgets.AbstractWidgetFactory
-
Casts to the concrete instance of factory class.
- categories - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
-
The cached value of the '
Categories
' containment reference list. - CATEGORIES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
- 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 the given name, array of edits 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 a name, a single
TextEdit
and a set of group categories. - category - Variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
-
The cached value of the '
Category
' reference. - category - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The cached value of the '
Category
' attribute. - category(Object) - Method in class org.eclipse.jface.viewers.ViewerComparator
-
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(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(IComparableContribution) - Method in class org.eclipse.ui.model.ContributionComparator
-
Returns the category of the given element.
- Category - Class in org.eclipse.core.commands
-
A logical group for a set of commands.
- CATEGORY - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The meta object id for the '
Category
' class. - CATEGORY - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the '
Category
' class. - CATEGORY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
- CATEGORY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
- CATEGORY___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The operation id for the 'Update Localization' operation.
- CATEGORY___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Update Localization' operation.
- CATEGORY__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- CATEGORY__DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Description' attribute.
- CATEGORY__DESCRIPTION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Description' attribute feature.
- CATEGORY__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Element Id' attribute.
- CATEGORY__LOCALIZED_DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Localized Description' attribute.
- CATEGORY__LOCALIZED_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Localized Description' attribute feature.
- CATEGORY__LOCALIZED_NAME - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Localized Name' attribute.
- CATEGORY__LOCALIZED_NAME - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Localized Name' attribute feature.
- CATEGORY__NAME - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Name' attribute.
- CATEGORY__NAME - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Name' attribute feature.
- CATEGORY__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Persisted State' map.
- CATEGORY__TAGS - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Tags' attribute list.
- CATEGORY__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Transient Data' map.
- Category_building - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- CATEGORY_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The default value of the '
Category
' attribute. - CATEGORY_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of structural features of the 'Category' class.
- Category_Label - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- Category_Limit_Label - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- CATEGORY_NAME - Static variable in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
-
The name to use for the activity categories.
- Category_One_Item_Label - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- CATEGORY_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of operations of the 'Category' class.
- 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. - CategoryEvent - Class in org.eclipse.core.commands
-
An instance of this class describes changes to an instance of
Category
. - CategoryEvent - Class in org.eclipse.ui.activities
-
An instance of this class describes changes to an instance of
ICategory
. - CategoryEvent(Category, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CategoryEvent
-
Creates a new instance of this class.
- CategoryEvent(ICategory, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.ui.activities.CategoryEvent
-
Creates a new instance of this class.
- CategoryImpl - Class in org.eclipse.e4.ui.model.application.commands.impl
-
An implementation of the model object 'Category'.
- CategoryImpl() - Constructor for class org.eclipse.e4.ui.model.application.commands.impl.CategoryImpl
- 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.
- ccomboSelection() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
-
Returns a value property for observing the selection state of a
CCombo
. - CComp(ContextManager) - Constructor for class org.eclipse.e4.ui.bindings.internal.ContextSet.CComp
- ceil(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
-
Answers the most negative (i.e. closest to negative infinity) integer value which is greater than or equal to the number obtained by dividing the first argument p by the second argument q.
- CELL_COPY_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_CUT_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_DELETE_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- 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"
). - CELL_FIND_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_PASTE_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_REDO_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_SELECT_ALL_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CELL_UNDO_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- 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.
- 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. - CellEditorProperties - Class in org.eclipse.jface.databinding.viewers
-
A factory for creating properties of JFace
cell editors
. - CellEditorProperties() - Constructor for class org.eclipse.jface.databinding.viewers.CellEditorProperties
- 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 - 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(boolean) - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
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.layout.GridData
-
Value for horizontalAlignment or verticalAlignment.
- 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 centered.
- CENTER - Static variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
The control will be centered horizontally unless it has the SWT.WRAP flag set or it is a
Composite
with a layout that implementsILayoutExtension
, in which case it will haveTableWrapData.FILL
alignment. - 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(IFile) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
-
Record a delta that represents a content change for the given file.
- change(IActionSetDescriptor, int) - Method in class org.eclipse.ui.internal.ActionSetManager
- 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 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 - Static variable in class org.eclipse.core.databinding.property.SimplePropertyEvent
-
Event type constant indicating that the property changed.
- CHANGE - Static variable in class org.eclipse.debug.core.DebugEvent
-
Change event kind.
- CHANGE - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
- 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_ENCODING_ID - Static variable in class org.eclipse.compare.internal.MergeSourceViewer
- 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_HIDE - Static variable in class org.eclipse.ui.internal.ActionSetManager
- CHANGE_MASK - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
-
Bit mask for extracting the change type.
- CHANGE_MASK - Static variable in class org.eclipse.ui.internal.ActionSetManager
- 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_SHOW - Static variable in class org.eclipse.ui.internal.ActionSetManager
- CHANGE_TYPE_MASK - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
-
Bit mask (value 3) for extracting the kind of difference.
- CHANGE_UNMASK - Static variable in class org.eclipse.ui.internal.ActionSetManager
- 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. oldValue will be null.
- 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. newValue of the PropertyChangeEvent will be the changed working set.
- CHANGE_WORKING_SET_NAME_CHANGE - Static variable in interface org.eclipse.ui.IWorkingSetManager
-
Change event id when the working set name changed. newValue of the PropertyChangeEvent will be the changed working set.
- 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. oldValue will be the removed working set.
- 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
- changeApplicationLocale(String) - Method in interface org.eclipse.e4.core.services.nls.ILocaleChangeService
-
Change the
Locale
in the application context. - changeApplicationLocale(String) - Method in class org.eclipse.e4.ui.internal.LocaleChangeServiceImpl
- changeApplicationLocale(Locale) - Method in interface org.eclipse.e4.core.services.nls.ILocaleChangeService
-
Change the
Locale
in the application context. - changeApplicationLocale(Locale) - Method in class org.eclipse.e4.ui.internal.LocaleChangeServiceImpl
- changeAttributes(IMarker, Map<String, Object>) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
-
Changes the given attribute key-value pairs of the map on this marker.
- ChangeCompareFilterPropertyAction - Class in org.eclipse.compare.internal
-
Toggles the activation of a compare filter
- ChangeCompareFilterPropertyAction(CompareFilterDescriptor, CompareConfiguration) - Constructor for class org.eclipse.compare.internal.ChangeCompareFilterPropertyAction
- 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 thisIDocumentProvider
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(IResource) - Method in class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
-
The given resource has changed state.
- changed(IEclipseContext) - Method in class org.eclipse.e4.core.contexts.RunAndTrack
-
This method is initially called by the framework when an instance of this class is associated with the context via
IEclipseContext.runAndTrack(RunAndTrack)
. - 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
-
Deprecated.use
Composite.layout(Control[], int)
instead - changed(SyncInfo) - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
- 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.equinox.p2.engine.IProfileEvent
-
Event constant (value 0) indicating that a profile has been changed in a profile registry.
- CHANGED - Static variable in interface org.eclipse.jface.text.source.ILineDiffInfo
-
Denotes a changed line.
- CHANGED - Static variable in class org.eclipse.swt.SWT
-
A constant indicating that widgets have 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.
- changedAdapter(Consumer<LocationEvent>) - Static method in interface org.eclipse.swt.browser.LocationListener
-
Static helper method to create a
LocationListener
for theLocationListener.changed(LocationEvent e)
) method, given a lambda expression or a method reference. - changedAdapter(Consumer<ProgressEvent>) - Static method in interface org.eclipse.swt.browser.ProgressListener
-
Static helper method to create a
ProgressListener
for theProgressListener.changed(ProgressEvent e)
) method, given a lambda expression or a method reference. - 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.
- ChangeEncodingAction(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
- 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.
- ChangePropertyAction - Class in org.eclipse.compare.internal
-
Toggles a boolean property of an
CompareConfiguration
. - ChangePropertyAction(ResourceBundle, CompareConfiguration, String, String) - Constructor for class org.eclipse.compare.internal.ChangePropertyAction
- 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(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
- ChangeToPerspectiveMenu - Class in org.eclipse.ui.internal
-
Change the perspective of the active page in the window to the selected one.
- ChangeToPerspectiveMenu(IWorkbenchWindow, String) - Constructor for class org.eclipse.ui.internal.ChangeToPerspectiveMenu
-
Constructor for ChangeToPerspectiveMenu.
- ChangeToPerspectiveMenu_errorTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- 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.
- changingAdapter(Consumer<LocationEvent>) - Static method in interface org.eclipse.swt.browser.LocationListener
-
Static helper method to create a
LocationListener
for theLocationListener.changing(LocationEvent e)
) method, given a lambda expression or a method reference. - 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
- 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, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
- charAt(int) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
- charAt(int) - Method in class org.eclipse.jface.viewers.StyledString
- 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.
- CHARSET_NOT_FIRST - Static variable in exception org.eclipse.e4.ui.css.core.exceptions.DOMExceptionImpl
- CHARSET_NOT_UNIQUE - Static variable in exception org.eclipse.e4.ui.css.core.exceptions.DOMExceptionImpl
- 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
- 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, IRegion[], SpellingContext, ISpellingProblemCollector, IProgressMonitor) - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
-
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 - Enum constant in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
The 'Check' literal object.
- CHECK - Static variable in class org.eclipse.swt.SWT
-
Style constant for check box behavior (value is 1<<5).
- 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_AUTHORITIES - Static variable in class org.eclipse.equinox.p2.engine.ProvisioningContext
-
Instructs the
collect phase
to check the originating sources of all installable units and artifacts. - 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.
- CHECK_VALUE - Static variable in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
The 'Check' literal value.
- checkAllConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
-
Checks all conditions.
- checkAssignable(Object, Object, String) - Method in class org.eclipse.core.databinding.UpdateListStrategy
- checkAuthorization(Module) - Method in class org.eclipse.osgi.storage.url.BundleResourceHandler
- 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.
- checkboxText(String) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Sets the label of the optional check box.
- 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.
- checkboxValue(boolean) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Sets the selection state of the optional check box.
- 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() - Method in class org.eclipse.core.runtime.SubMonitor
-
Checks whether cancellation of current operation has been requested and throws an
OperationCanceledException
if it was the case. - 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"
). - checkedElements(Class<T>) - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
A version of
ViewerProperties.checkedElements(Object)
which casts the property to the argument element type. - checkedElements(Object) - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
Returns a set property for observing the checked elements of a
CheckboxTableViewer
,CheckboxTreeViewer
orICheckable
. - 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
. - CheckedTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider, boolean) - Constructor for class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
-
Constructs an instance of
ElementTreeSelectionDialog
. - CheckedTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider, int) - Constructor for class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
-
Constructs an instance of
ElementTreeSelectionDialog
. - CheckedTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider, int, boolean) - Constructor for class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
-
Constructs an instance of
ElementTreeSelectionDialog
. - CheckedTreeSelectionDialog_deselect_all - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CheckedTreeSelectionDialog_nothing_available - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CheckedTreeSelectionDialog_select_all - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- 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
- 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. - checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
-
Checks the final conditions based on the element to be refactored.
- 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.
- checkForError() - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl.LegacyFilterFactory
- 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
- 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. - checkInSync(IResource) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
-
Checks if the given resource is in sync with the underlying file system.
- checkInSync(IResource[]) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
-
Checks if the given resources are in sync with the underlying file system.
- 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.
- checkReference() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
- 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
- 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.TaskItem
- 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_CHILD_AT_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
-
An AT is requesting the accessible child object at the specified index.
- CHILDID_CHILD_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
-
An AT is requesting the index of this accessible in its parent.
- 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
- ChildNode(PreviewNode) - Constructor for class org.eclipse.ltk.ui.refactoring.TextEditChangeNode.ChildNode
- 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.e4.ui.model.application.commands.impl.BindingContextImpl
-
The cached value of the '
Children
' containment reference list. - children - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.CompositePartImpl
-
The cached value of the '
Children
' containment reference list. - children - Variable in class org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl
-
The cached value of the '
Children
' containment reference list. - children - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl
-
The cached value of the '
Children
' containment reference list. - children - Variable in class org.eclipse.help.internal.UAElement
- children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
- children - Variable in class org.eclipse.ui.model.AdaptableList
- CHILDREN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
- CHILDREN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ElementContainer
- childRendered(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer
- childRendered(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer
- childRendered(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
- childRendered(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer
- childRendered(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- childrenNames() - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
-
Returns names of children nodes
- childrenNames(String) - Method in class org.eclipse.core.runtime.preferences.AbstractPreferenceStorage
-
Return a string array containing the names of the children for the node with the given path.
- 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)
. - ChildVisibilityAwareElement - Interface in org.eclipse.e4.ui.css.core.dom
-
Elements that implement this interface contract that only a subset of their children should be styled.
- Choose_the_editor_for_file - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- chooseMarker(List<? extends IMarker>) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
-
Chooses the marker with the highest layer.
- CHROMIUM - Static variable in class org.eclipse.swt.SWT
-
Deprecated, for removal: This API element is subject to removal in a future version.Support for Chromium was limited to ancient and full of CVEs version of Chromium. See bug report for details
- 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. - CLASS_ARABIC - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_HEBREW - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_LATINNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_LOCALNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
- 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.
- CLASSIN - Static variable in class org.eclipse.swt.internal.BidiUtil
- classLocalName - Variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
The class attribute local name.
- classNamespaceURI - Variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
The class attribute namespace URI.
- ClassUtils - Class in org.eclipse.e4.ui.css.core.utils
-
Class utils.
- ClassUtils() - Constructor for class org.eclipse.e4.ui.css.core.utils.ClassUtils
- clean(Map<String, String>, IProgressMonitor) - Method in interface org.eclipse.core.resources.IIncrementalProjectBuilder2
-
Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.
- 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.
- cleanup(ModuleRevision) - Method in class org.eclipse.osgi.container.Module
-
The container is done with the revision and it has been completely removed.
- cleanUp(MTrimBar) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer
- cleanUp(MMenu) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- cleanUp(MToolBar) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- cleanUpCopy(ContributionRecord, MMenuElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- cleanUpCopy(ToolBarContributionRecord, MToolBarElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- cleanUpEditorArea() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
-
Close any empty editor stacks that may have been left open when the Workbench Window shut down.
- clear() - Method in class org.eclipse.compare.internal.WorkQueue
- 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 class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
-
Marks that all entries in the offsets array are unused.
- clear() - Static method in class org.eclipse.equinox.bidi.internal.StructuredTextStringRecord
-
Clears the pool.
- 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.SearchParticipant
-
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() - 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() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
-
Removes all changes from this composite change.
- clear() - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Remove all entries from the map.
- clear() - Method in class org.eclipse.osgi.framework.util.ArrayMap
- clear() - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
- clear() - Method in class org.eclipse.osgi.framework.util.Headers
-
Deprecated.
- 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() - 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(int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
-
Clear the table item at the specified index
- clear(int) - Method in class org.eclipse.swt.widgets.Table
-
Clears the item at the given zero-relative index in the receiver.
- 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(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(IJSchLocation) - Method in interface org.eclipse.jsch.core.IPasswordStore
-
The cached password should be flushed.
- 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.
- CLEAR_PERSISTED_STATE - Static variable in interface org.eclipse.e4.ui.workbench.IWorkbench
-
The argument for whether the persisted state should be cleared on startup
Value is:clearPersistedState
- CLEAR_WORKING_SET_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- clearActionSets() - Method in class org.eclipse.ui.internal.ActionPresentation
-
Remove all action sets.
- 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.IProgressMonitor
-
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
-
Note: As of 4.13 not used anymore
- clearCache() - Static method in class org.eclipse.help.webapp.TocSystem
-
Use this method to invalidate the currently cached Toc.
- clearCache() - Method in class org.eclipse.osgi.storage.ManifestLocalization
- 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 thisBaseSelectionListenerAction
method clears the cached resources and non-resources. - clearCache() - Method in class org.eclipse.ui.views.markers.internal.ConcreteMarker
-
Clears any cached information.
- clearCachedDynamicReferences() - Method in interface org.eclipse.core.resources.IProject
-
Clears the cache of dynamic project references for this project.
- 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.
- clearContributions(PartSite, MPart) - Method in interface org.eclipse.ui.internal.IMenuServiceWorkaround
-
Disposes contributions created by service for given part.
- 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.internal.WWinActionBars
-
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.
- clearManifestCache() - Method in class org.eclipse.osgi.storage.BundleInfo.Generation
- clearMap() - Method in interface org.eclipse.ui.navigator.ICommonViewerMapper
-
Clears the map.
- clearMark() - Method in class org.eclipse.jface.text.projection.Segment
-
Clears the shifting and the stretching flag.
- ClearMarkAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- clearMessage() - Method in class org.eclipse.jface.preference.FieldEditor
-
Clears the normal message from the message line.
- clearModelToContribution(MMenuElement, IContributionItem) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- clearModelToContribution(MToolBarElement, IContributionItem) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- clearModelToManager(MMenu, MenuManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- clearModelToManager(MToolBar, ToolBarManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- ClearOutputAction - Class in org.eclipse.ui.console.actions
-
Clears the output in a text console.
- ClearOutputAction(ITextViewer) - Constructor for class org.eclipse.ui.console.actions.ClearOutputAction
-
Constructs an action to clear the document associated with a text viewer.
- ClearOutputAction(TextConsole) - Constructor for class org.eclipse.ui.console.actions.ClearOutputAction
-
Constructs a clear output action for an I/O console.
- clearPositionCache() - Method in class org.eclipse.jface.text.rules.FastPartitioner
-
Clears the position cache.
- clearProductHelpData() - Static method in class org.eclipse.help.internal.HelpData
- clearRememberedSelection() - Method in class org.eclipse.jface.text.source.SourceViewer
- clearRememberedState() - Method in class org.eclipse.e4.ui.bindings.internal.KeyAssistDialog
-
Clears out the remembered state of the key assist dialog.
- clearRepositoriesNotFound() - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
-
Clear the list of repositories that have already been reported as not found.
- clearRepositoryNotFound(URI) - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
-
Remove the specified repository from the list of repositories that have already been reported as not found.
- 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.
- clearState() - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
-
Resets the state to initial.
- clearState() - Method in class org.eclipse.equinox.bidi.internal.StructuredTextImpl
- clearState() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
-
Clears internal state of this drop adapter.
- clearText() - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
-
Clears the text in the filter text widget.
- 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. - clearTriggers() - Method in class org.eclipse.ui.internal.FilteredTableBaseHandler
-
Clears the forward and backward trigger sequences.
- clearUserEncodings() - Static method in class org.eclipse.ui.ide.IDEEncoding
-
Clear the IDE encodings preference.
- ClearWorkingSetAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ClearWorkingSetAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- 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.
- clientArea - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout
- 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.databinding.AggregateValidationStatus
- 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.internal.AbstractWorkingSet
- clone() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
- CLONED_FROM_KEY - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
When invoking the 'cloneElement' method the newly cloned element's 'transientData' map will contain a reference to the original element using this as a key.
- cloneElement(MUIElement, MSnippetContainer) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Clones the element, creating a deep copy of its structure.
- cloneNode(boolean) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
- clonePerspective(String, String, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveRegistry
-
Clones an existing perspective.
- cloneSnippet(MSnippetContainer, String, MWindow) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
If a snippet with the given id exists a clone is created and returned.
- close() - Method in class org.eclipse.compare.internal.CompareDialog
- close() - Method in class org.eclipse.compare.internal.ResizableDialog
- 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 class org.eclipse.e4.ui.bindings.internal.KeyAssistDialog
-
Closes this shell, but first remembers some state of the dialog.
- close() - Method in interface org.eclipse.e4.ui.workbench.IWorkbench
-
Close the workbench instance
- close() - Method in class org.eclipse.equinox.http.registry.internal.ExtensionPointTracker
- close() - Method in class org.eclipse.equinox.http.registry.internal.HttpServiceTracker
- close() - Method in interface org.eclipse.help.browser.IBrowser
-
Closes the browser.
- close() - Method in class org.eclipse.help.ui.internal.ContextHelpDialog
- 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.notifications.AbstractNotificationPopup
- 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() - Method in class org.eclipse.osgi.framework.console.ConsoleSession
-
Called by the console implementation to free resources associated with this console session.
- close() - Method in class org.eclipse.osgi.framework.eventmgr.EventManager
-
This method can be called to release any resources associated with this EventManager.
- close() - Method in interface org.eclipse.osgi.framework.log.FrameworkLog
-
Closes the FrameworkLog.
- close() - Method in class org.eclipse.osgi.storage.bundlefile.BundleFile
-
Closes the BundleFile.
- close() - Method in class org.eclipse.osgi.storage.bundlefile.BundleFileWrapper
- close() - Method in class org.eclipse.osgi.storage.bundlefile.CloseableBundleFile
- close() - Method in class org.eclipse.osgi.storage.bundlefile.DirBundleFile
- close() - Method in class org.eclipse.osgi.storage.bundlefile.NestedDirBundleFile
- close() - Method in class org.eclipse.osgi.storage.BundleInfo.Generation
- close() - Method in class org.eclipse.osgi.storage.Storage
- close() - Method in class org.eclipse.osgi.storage.SystemBundleFile
- close() - Method in class org.eclipse.osgi.storagemanager.ManagedOutputStream
-
Instructs this output stream to be closed and storage manager to be updated as appropriate.
- close() - Method in class org.eclipse.osgi.storagemanager.StorageManager
-
This method declares the storage manager as closed.
- close() - Method in class org.eclipse.swt.browser.Browser
-
Attempts to dispose the receiver, but allows the dispose to be vetoed by the user in response to an
onbeforeunload
listener in the Browser's current page. - 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() - Method in class org.eclipse.swt.internal.ExceptionStash
- 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 class org.eclipse.text.readers.SubstitutionReader
- 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.FilteredResourcesSelectionDialog
- close() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
- close() - Method in class org.eclipse.ui.dialogs.SaveAsDialog
-
The
SaveAsDialog
implementation of thisWindow
method disposes of the banner image when the dialog is closed. - close() - Method in class org.eclipse.ui.forms.FormDialog
- close() - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
- close() - Method in class org.eclipse.ui.ide.dialogs.PathVariableSelectionDialog
- close() - Method in class org.eclipse.ui.internal.Workbench
- close() - Method in class org.eclipse.ui.internal.WorkbenchPage
-
Closes this page.
- close() - Method in class org.eclipse.ui.internal.WorkbenchWindow
- close() - Method in interface org.eclipse.ui.IWorkbench
-
Closes this workbench and all its open windows.
- 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(boolean) - Method in class org.eclipse.e4.ui.bindings.internal.KeyAssistDialog
-
Closes this shell, but first remembers some state of the dialog.
- close(boolean) - Method in class org.eclipse.ui.forms.editor.FormEditor
-
Closes the editor programmatically.
- close(boolean) - Method in class org.eclipse.ui.internal.WorkbenchWindow
- 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(InputStream) - Static method in class org.eclipse.compare.internal.Utilities
- close(IProject) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
-
Record the set of deltas representing the closed of a project.
- close(IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
-
Closes this project.
- close(MWindow) - Method in interface org.eclipse.e4.ui.workbench.modeling.IWindowCloseHandler
- 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 - 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 - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "close", commandId: "org.eclipse.ui.file.close"): Close the active editor.
- CLOSE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.in 3.0. Use
ActionFactory.CLOSE.getId()
instead. - CLOSE_ALL - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "closeAll", commandId: "org.eclipse.ui.file.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_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CLOSE_ALL_PAGES_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CLOSE_ALL_PERSPECTIVES - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "closeAllPerspectives", commandId: "org.eclipse.ui.window.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_ALL_SAVED_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- 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_LABEL_KEY - Static variable in interface org.eclipse.jface.dialogs.IDialogLabelKeys
-
The key used to retrieve the label for close buttons.
- CLOSE_OTHERS - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "closeOthers", commandId: "org.eclipse.ui.file.closeOthers"): Close all editors except the one that is active.
- CLOSE_OTHERS_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CLOSE_PAGE_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CLOSE_PART_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CLOSE_PERSPECTIVE - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "closePerspective", commandId: "org.eclipse.ui.window.closePerspective"): Closes the current perspective.
- CLOSE_PROJECT - Static variable in class org.eclipse.ui.ide.IDEActionFactory
-
IDE-specific workbench action (id: "closeProject", commandId: "org.eclipse.ui.project.closeProject"): 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 (id: "closeUnrelatedProjects", commandId: "org.eclipse.ui.project.closeUnrelatedProjects"): Close unrelated projects.
- closeable - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The cached value of the '
Closeable
' attribute. - closeable - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PlaceholderImpl
-
The cached value of the '
Closeable
' attribute. - closeable - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The cached value of the '
Closeable
' attribute. - CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
- CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
- CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Placeholder
- CLOSEABLE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The default value of the '
Closeable
' attribute. - CLOSEABLE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PlaceholderImpl
-
The default value of the '
Closeable
' attribute. - CLOSEABLE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The default value of the '
Closeable
' attribute. - CloseableBundleFile<E> - Class in org.eclipse.osgi.storage.bundlefile
-
A BundleFile that manages the number of open bundle files by using the MRUBundleFileList
- CloseableBundleFile(File, BundleInfo.Generation, MRUBundleFileList, Debug) - Constructor for class org.eclipse.osgi.storage.bundlefile.CloseableBundleFile
- closeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
-
Static helper method to create a
CTabFolder2Listener
for theCTabFolder2Listener.close(CTabFolderEvent e)
) method, given a lambda expression or a method reference. - CloseAllAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseAllAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- closeAllEditors(boolean) - Method in class org.eclipse.ui.internal.WorkbenchPage
-
See IWorkbenchPage
- closeAllEditors(boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
-
Closes all of the editors belonging to this workbench page.
- CloseAllHandler - Class in org.eclipse.ui.internal
-
Closes all active editors
- CloseAllHandler() - Constructor for class org.eclipse.ui.internal.CloseAllHandler
- 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 class org.eclipse.ui.internal.WorkbenchPage
- closeAllPerspectives(boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
-
Closes all perspectives in this page.
- CloseAllPerspectivesAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseAllPerspectivesAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseAllSavedAction - Class in org.eclipse.ui.internal
-
Closes all editors except ones with unsaved changes.
- CloseAllSavedAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.internal.CloseAllSavedAction
-
Create an instance of this class.
- CloseAllSavedAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseAllSavedAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- closeAllSavedEditors() - Method in class org.eclipse.ui.internal.WorkbenchPage
- 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 class org.eclipse.ui.internal.WorkbenchPage
-
See IWorkbenchPage#closeEditor
- closeEditor(IEditorPart, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
-
Closes the given editor.
- closeEditor(IEditorReference) - Method in class org.eclipse.ui.internal.WorkbenchPage
- closeEditor(IEditorReference, boolean) - Method in class org.eclipse.ui.internal.WorkbenchPage
- CloseEditorAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseEditorAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseEditorHandler - Class in org.eclipse.ui.internal
-
Closes the active editor.
- CloseEditorHandler() - Constructor for class org.eclipse.ui.internal.CloseEditorHandler
- closeEditors(IEditorReference[], boolean) - Method in class org.eclipse.ui.internal.WorkbenchPage
-
See IWorkbenchPage
- closeEditors(IEditorReference[], boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
-
Closes the given
Array
of editor references. - closeFade() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
- CloseHelpTrayHandler - Class in org.eclipse.help.ui.internal
-
The command handler that gets invoked when the "Close User Assistance Tray" command is invoked.
- CloseHelpTrayHandler() - Constructor for class org.eclipse.help.ui.internal.CloseHelpTrayHandler
- 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 class org.eclipse.ui.internal.WorkbenchIntroManager
- closeIntro(IIntroPart) - Method in interface org.eclipse.ui.intro.IIntroManager
-
Closes the given intro part.
- closeModalContainers() - Method in interface org.eclipse.ui.about.IInstallationPageContainer
-
Closes any modal containers that were used to launch this installation page.
- 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.
- CloseOthersAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseOthersAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CloseOthersHandler - Class in org.eclipse.ui.internal
-
Closes all editors except the one that is active.
- CloseOthersHandler() - Constructor for class org.eclipse.ui.internal.CloseOthersHandler
- closePerspective(IPerspectiveDescriptor, boolean, boolean) - Method in class org.eclipse.ui.internal.WorkbenchPage
- closePerspective(IPerspectiveDescriptor, boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
-
Closes the specified perspective in this page.
- closePerspective(IPerspectiveDescriptor, String, boolean, boolean) - Method in class org.eclipse.ui.internal.WorkbenchPage
- ClosePerspectiveAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ClosePerspectiveAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- closeProposalPopup() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
-
Close the proposal popup without accepting a proposal.
- CloseQuote1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- CloseQuote2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- Closer() - Constructor for class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.Creates a new information control closer.
- CloseResourceAction - Class in org.eclipse.ui.actions
-
Standard action for closing the currently selected project(s).
- 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.
- CloseResourceAction(IShellProvider, String, String, String, String) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
-
Provide text to the action.
- CloseResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
-
Deprecated.
- CloseResourceAction(Shell, String) - Constructor for class org.eclipse.ui.actions.CloseResourceAction
-
Deprecated.
- 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(IShellProvider) - Constructor for class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
-
Creates this action.
- CloseUnrelatedProjectsAction(Shell) - Constructor for class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
-
Deprecated.
- CloseWindowListener - Interface in org.eclipse.swt.browser
-
This listener interface may be implemented in order to receive a
WindowEvent
notification when aBrowser
is about to be closed and when its host window should be closed by the application. - coalesceElements(Collection<T>) - Method in class org.eclipse.core.databinding.observable.value.DuplexingObservableValue
-
Called when the current value of this class is requested.
- 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_*.
- CODE_RETRY - Static variable in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
-
The return code to use when a client could/should retry a failed getArtifact() operation.
- CodeMiningReconciler - Class in org.eclipse.jface.text.codemining
-
A reconciler which update code minings.
- CodeMiningReconciler() - Constructor for class org.eclipse.jface.text.codemining.CodeMiningReconciler
- collapse(Annotation) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
-
Changes the state of the given annotation to collapsed.
- 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 - Static variable in class org.eclipse.jface.text.source.projection.ProjectionViewer
-
Operation constant for the collapse operation.
- COLLAPSE_ALL - Static variable in class org.eclipse.jface.text.source.projection.ProjectionViewer
-
Operation constant for the collapse all operation.
- collapseAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
Collapses all nodes of the viewer's tree, starting with the root.
- collapseAll() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
-
Causes the tree viewer to collapse all of its items
- 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.
- 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()
- collect(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Create an expression that collects the result of evaluating each element in a new collection.
- 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.CompositeExpression
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.CountExpression
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.EqualsExpression
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.Expression
-
Collects information about this expression tree.
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.ReferenceExpression
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.TestExpression
- collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.WithExpression
- 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
-
Collect the files to process.
- collectFiles(IResource[]) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
-
Collects the files out of the given resources.
- collectInfo(ExpressionInfo) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord
- collectInfo(ExpressionInfo) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord
- collectInfo(ExpressionInfo, MMenu, MenuManagerRenderer, IEclipseContext, boolean) - Static method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter
- CollectionResult<T> - Class in org.eclipse.equinox.p2.query
-
This class allows to adapt java collections to a p2 a query result and as such something queryable
- CollectionResult(Collection<T>) - Constructor for class org.eclipse.equinox.p2.query.CollectionResult
- Collector<T> - Class in org.eclipse.equinox.p2.query
-
A collector is a generic visitor that collects objects passed to it, and can then express the result of the visit in various forms.
- Collector() - Constructor for class org.eclipse.equinox.p2.query.Collector
- 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 store color information.
- Color(int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given 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(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given the desired red, green, blue & alpha values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
- 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, int, 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, blue & alpha 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(Device, RGBA) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given a device and an
RGBA
describing the desired red, green, blue & alpha values. - Color(Device, RGB, int) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given a device, an
RGB
describing the desired red, green and blue values, alpha specifying the level of transparency. - Color(RGB) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given an
RGB
describing the desired red, green and blue values. - Color(RGBA) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given an
RGBA
describing the desired red, green, blue & alpha values. - Color(RGB, int) - Constructor for class org.eclipse.swt.graphics.Color
-
Constructs a new instance of this class given an
RGB
describing the desired red, green and blue values, alpha specifying the level of transparency. - 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_DEFINITION_MARKER - Static variable in class org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelper
- 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_HEXA_FORMAT - Static variable in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverterColorConfig
- COLOR_HEXA_FORMAT_CONFIG - Static variable in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueConverterConfigColorImpl
- COLOR_HIGHLIGHT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
- COLOR_ICONS - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
- 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_LINK_FOREGROUND - Static variable in class org.eclipse.swt.SWT
-
System color used to paint link text (value is 36).
- 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_NAME_FORMAT - Static variable in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverterColorConfig
- COLOR_NAME_FORMAT_CONFIG - Static variable in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueConverterConfigColorImpl
- 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_RGB_FORMAT - Static variable in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverterColorConfig
- COLOR_RGB_FORMAT_CONFIG - Static variable in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueConverterConfigColorImpl
- COLOR_TEXT_DISABLED_BACKGROUND - Static variable in class org.eclipse.swt.SWT
-
System color used to paint disabled text background areas (value is 38).
- 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_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
-
System color used to paint with alpha 0 (value is 37).
- 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_DISABLED_FOREGROUND - Static variable in class org.eclipse.swt.SWT
-
System color used to paint disabled foreground areas (value is 39).
- 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).
- ColorAndFontCollector() - Constructor for class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollector
-
Create a new instance of the receiver with no color and font provider.
- ColorAndFontCollectorWithProviders(IBaseLabelProvider) - Constructor for class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
-
Create a new instance of the receiver using the supplied label provider.
- 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.
- ColorDefinitionElement - Class in org.eclipse.e4.ui.css.swt.dom.definition
- ColorDefinitionElement(IColorDefinitionOverridable, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.definition.ColorDefinitionElement
- 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 - Variable in class org.eclipse.ui.forms.FormColors
- ColorRegistry - Class in org.eclipse.jface.resource
-
A color registry maintains a mapping between symbolic color names and SWT
Color
s. - 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.
- 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 swatch of the selected color and allows the user to change the selection using the operating system's native color chooser dialog. - ColorSelector(Composite) - Constructor for class org.eclipse.jface.preference.ColorSelector
-
Create a new instance of the receiver 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 - Variable in class org.apache.lucene.demo.html.SimpleCharStream
- column - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
- COLUMN_ID_VARIABLE_NAME - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Default ID for the "Name" column in the Variables views.
- COLUMN_ID_VARIABLE_TYPE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Default ID for the "Declared Type" column in the Variables views.
- COLUMN_ID_VARIABLE_VALUE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Default ID for the "Value" column in the Variables views.
- COLUMN_ID_VARIABLE_VALUE_TYPE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Default ID for the "Actual Type" column in the Variables views.
- 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_PRESENTATION_ID_VARIABLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
ID for the default column layout for the variables, expressions and registers views.
- 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
andTableViewer
- 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 - Class in org.eclipse.ui.forms.widgets
-
This class is used to store layout data for the
ColumnLayout
class. - ColumnLayoutData() - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
-
The default constructor.
- ColumnLayoutData(boolean) - Constructor for class org.eclipse.jface.viewers.ColumnLayoutData
-
Creates a new column layout data object.
- ColumnLayoutData(int) - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
-
Convinience constructor for the class.
- ColumnLayoutData(int, int) - Constructor for class org.eclipse.ui.forms.widgets.ColumnLayoutData
-
Convinience constructor for the class.
- 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
. - ColumnSupport(AbstractTextEditor, RulerColumnRegistry) - Constructor for class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
-
Creates a new column support for the given editor.
- 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, KeyEvent) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
- ColumnViewerEditorActivationEvent(ViewerCell, MouseEvent) - Constructor for class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
-
This constructor is used for all types of mouse events.
- 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, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
-
Creates a 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.
- 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 forComboBoxPropertyDescriptors
. - 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.
- comboSelection() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
-
Returns a value property for observing the selection state of a
Combo
. - ComboViewer - Class in org.eclipse.jface.viewers
-
A concrete viewer based either on an SWT
Combo
control orCCombo
control. - ComboViewer(CCombo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
-
Creates a combo viewer on the given CCombo control.
- ComboViewer(Combo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
-
Creates a combo viewer on the given combo 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.
- COMMA_DELIMITED - Static variable in class org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory
-
Structured text handler identifier for comma-delimited lists, such as:
- command - Variable in class org.eclipse.e4.ui.model.application.commands.impl.HandlerImpl
-
The cached value of the '
Command
' reference. - command - Variable in class org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl
-
The cached value of the '
Command
' reference. - command - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl
-
The cached value of the '
Command
' reference. - command - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl
-
The cached value of the '
Command
' reference. - command - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledToolItemImpl
-
The cached value of the '
Command
' reference. - Command - Class in org.eclipse.core.commands
-
A command is an abstract representation for some semantic behaviour.
- COMMAND - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The meta object id for the '
Command
' class. - COMMAND - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the '
Command
' class. - COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
- COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Handler
- COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeyBinding
- 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___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The operation id for the 'Update Localization' operation.
- COMMAND___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Update Localization' operation.
- COMMAND__CATEGORY - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Category' reference.
- COMMAND__CATEGORY - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Category' reference feature.
- COMMAND__COMMAND_ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Command Icon URI' attribute.
- COMMAND__COMMAND_ICON_URI - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Command Icon URI' attribute feature.
- COMMAND__COMMAND_NAME - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Command Name' attribute.
- COMMAND__COMMAND_NAME - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Command Name' attribute feature.
- COMMAND__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- COMMAND__DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Description' attribute.
- COMMAND__DESCRIPTION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Description' attribute feature.
- COMMAND__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Element Id' attribute.
- COMMAND__LOCALIZED_COMMAND_NAME - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Localized Command Name' attribute.
- COMMAND__LOCALIZED_COMMAND_NAME - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Localized Command Name' attribute feature.
- COMMAND__LOCALIZED_DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Localized Description' attribute.
- COMMAND__LOCALIZED_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Localized Description' attribute feature.
- COMMAND__PARAMETERS - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Parameters' containment reference list.
- COMMAND__PARAMETERS - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Parameters' containment reference list feature.
- COMMAND__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Persisted State' map.
- COMMAND__TAGS - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Tags' attribute list.
- COMMAND__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Transient Data' map.
- COMMAND_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of structural features of the 'Command' class.
- COMMAND_ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
-
The default value of the '
Command Icon URI
' attribute. - COMMAND_ID - Static variable in class org.eclipse.ui.handlers.CollapseAllHandler
-
The command id for collapse all.
- COMMAND_ID - Static variable in class org.eclipse.ui.handlers.ExpandAllHandler
-
The command id for collapse all.
- COMMAND_ID_CLEAR_CONSOLE - Static variable in interface org.eclipse.ui.console.IConsoleConstants
-
Command ID of the 'clear' command.
- COMMAND_IGNORE_WHITESPACE - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
- COMMAND_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Command' key.
- COMMAND_NAME_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
-
The default value of the '
Command Name
' attribute. - COMMAND_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of operations of the 'Command' class.
- COMMAND_PARAMETER - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The meta object id for the '
Command Parameter
' class. - COMMAND_PARAMETER - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the '
Command Parameter
' class. - COMMAND_PARAMETER__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- COMMAND_PARAMETER__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Element Id' attribute.
- COMMAND_PARAMETER__NAME - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Name' attribute.
- COMMAND_PARAMETER__NAME - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Name' attribute feature.
- COMMAND_PARAMETER__OPTIONAL - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Optional' attribute.
- COMMAND_PARAMETER__OPTIONAL - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Optional' attribute feature.
- COMMAND_PARAMETER__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Persisted State' map.
- COMMAND_PARAMETER__TAGS - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Tags' attribute list.
- COMMAND_PARAMETER__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Transient Data' map.
- COMMAND_PARAMETER__TYPE_ID - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The feature id for the 'Type Id' attribute.
- COMMAND_PARAMETER__TYPE_ID - Static variable in interface org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals
-
The meta object literal for the 'Type Id' attribute feature.
- COMMAND_PARAMETER_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of structural features of the 'Command Parameter' class.
- COMMAND_PARAMETER_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
The number of operations of the 'Command Parameter' class.
- COMMAND_PROPERTY - Static variable in interface org.eclipse.ui.progress.IProgressConstants2
-
This property is used to associate a
ParameterizedCommand
with a Job. - commandBackward - Variable in class org.eclipse.ui.internal.FilteredTableBaseHandler
- CommandCallback(BindingManager, CommandManager) - Constructor for class org.eclipse.jface.action.ExternalActionManager.CommandCallback
-
Constructs a new instance of
CommandCallback
with the workbench it should be using. - CommandCallback(BindingManager, CommandManager, ExternalActionManager.IActiveChecker) - Constructor for class org.eclipse.jface.action.ExternalActionManager.CommandCallback
-
Constructs a new instance of
CommandCallback
with the workbench it should be using. - CommandCallback(BindingManager, CommandManager, ExternalActionManager.IActiveChecker, ExternalActionManager.IExecuteApplicable) - Constructor for class org.eclipse.jface.action.ExternalActionManager.CommandCallback
-
Constructs a new instance of
CommandCallback
with the workbench it should be using. - 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. - 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.
- 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.
- commandForward - Variable in class org.eclipse.ui.internal.FilteredTableBaseHandler
- commandIconURI - Variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
-
The cached value of the '
Command Icon URI
' attribute. - commandId - Variable in class org.eclipse.e4.core.commands.internal.HandlerServiceHandler
- commandId - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
-
A command id for a defined command.
- CommandImpl - Class in org.eclipse.e4.ui.model.application.commands.impl
-
An implementation of the model object 'Command'.
- CommandImpl() - Constructor for class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
- CommandInterpreter - Interface in org.eclipse.osgi.framework.console
-
A command interpreter is a shell that can interpret command lines.
- CommandLink - Class in org.eclipse.help.internal
- CommandLink(ICommandLink) - Constructor for class org.eclipse.help.internal.CommandLink
- CommandLink(Element) - Constructor for class org.eclipse.help.internal.CommandLink
- 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. - CommandManagerEvent - Class in org.eclipse.core.commands
-
An event indicating that the set of defined command identifiers has changed.
- 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(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. - commandName - Variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
-
The cached value of the '
Command Name
' attribute. - COMMANDNAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
- 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
-
Creates a new instance of this class with the specified detail message and cause.
- CommandParameterImpl - Class in org.eclipse.e4.ui.model.application.commands.impl
-
An implementation of the model object 'Command Parameter'.
- CommandParameterImpl() - Constructor for class org.eclipse.e4.ui.model.application.commands.impl.CommandParameterImpl
- CommandProvider - Interface in org.eclipse.osgi.framework.console
-
When an object wants to provide a number of commands to the console, it should register an object with this interface.
- commands - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
-
The cached value of the '
Commands
' containment reference list. - COMMANDS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
- CommandsAdapterFactory - Class in org.eclipse.e4.ui.model.application.commands.util
-
The Adapter Factory for the model.
- CommandsAdapterFactory() - Constructor for class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates an instance of the adapter factory.
- CommandService_AutogeneratedCategoryDescription - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CommandService_AutogeneratedCategoryName - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CommandServiceAddon - Class in org.eclipse.e4.core.commands
-
Provide the command and handler service as an add-on.
- CommandServiceAddon() - Constructor for class org.eclipse.e4.core.commands.CommandServiceAddon
- CommandServiceCreationFunction - Class in org.eclipse.e4.core.commands.internal
- CommandServiceCreationFunction() - Constructor for class org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction
- CommandServiceImpl - Class in org.eclipse.e4.core.commands.internal
- CommandServiceImpl() - Constructor for class org.eclipse.e4.core.commands.internal.CommandServiceImpl
- CommandsFactoryImpl - Class in org.eclipse.e4.ui.model.application.commands.impl
-
An implementation of the model Factory.
- CommandsFactoryImpl() - Constructor for class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
-
Creates an instance of the factory.
- CommandsPackageImpl - Class in org.eclipse.e4.ui.model.application.commands.impl
-
The Package for the model.
- CommandsPackageImpl.Literals - Interface in org.eclipse.e4.ui.model.application.commands.impl
-
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
- CommandsSwitch<T> - Class in org.eclipse.e4.ui.model.application.commands.util
-
The Switch for the model's inheritance hierarchy.
- CommandsSwitch() - Constructor for class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
Creates an instance of the switch.
- CommandToModelProcessor - Class in org.eclipse.ui.internal
- CommandToModelProcessor() - Constructor for class org.eclipse.ui.internal.CommandToModelProcessor
- comment(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDocumentHandlerImpl
- Comment1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- Comment2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- CommentEnd1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- CommentEnd2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- CommentTag() - Method in class org.apache.lucene.demo.html.HTMLParser
- CommentText1 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- CommentText2 - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
- commit() - Method in class org.eclipse.equinox.security.auth.module.ExtensionLoginModule
- 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(IFileBuffer[], IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner
- commit(IFileBuffer[], IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
- commit(IProgressMonitor) - Method in class org.eclipse.compare.internal.BufferedResourceNode
- 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(IProfile) - Method in class org.eclipse.equinox.p2.engine.spi.Touchpoint
-
This method is called at the end of an engine operation after all phases have been executed and after the touchpoint has had prepare called.
- commit(IDocument) - Method in interface org.eclipse.core.filebuffers.IPersistableAnnotationModel
-
Transforms the current transient state of the annotation model into a persistent state.
- commit(IDocument) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
- commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
- 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(State) - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
-
Commit the differences between the current state and the given state.
- 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 associatedINavigatorContentService
. - 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 associatedINavigatorContentService
. - 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
- CommonImages - Class in org.eclipse.jface.notifications.internal
- CommonImages() - Constructor for class org.eclipse.jface.notifications.internal.CommonImages
- 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
- CommonNavigatorManager - Class in org.eclipse.ui.navigator
-
Manages the non-viewer responsibilities of the Common Navigator View Part, including the display and population of the context menu and the registration of extensions for opening content.
- CommonNavigatorManager(CommonNavigator) - Constructor for class org.eclipse.ui.navigator.CommonNavigatorManager
-
Adds listeners to aNavigator to listen for selection changes and respond to mouse events.
- CommonNavigatorManager(CommonNavigator, IMemento) - Constructor for class org.eclipse.ui.navigator.CommonNavigatorManager
-
Adds listeners to aNavigator to listen for selection changes and respond to mouse events.
- 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.
- CommonSteps - Class in org.eclipse.core.databinding.bind.steps
-
Contains
Step
interfaces for the fluent databinding API that are common for bothIObservableValue
,IObservableList
andIObservableSet
bindings. - CommonSteps.BindConfigStep<F,
T, THIS extends CommonSteps.BindConfigStep<F, T, THIS>> - Interface in org.eclipse.core.databinding.bind.steps -
The last step in the binding pipeline, where the
CommonSteps.BindConfigStep.bind(org.eclipse.core.databinding.DataBindingContext)
method is accessible. - CommonSteps.ConvertFromStep<F,
T> - Interface in org.eclipse.core.databinding.bind.steps -
Step for setting the to-from converter.
- CommonSteps.ConvertToStep<F> - Interface in org.eclipse.core.databinding.bind.steps
-
Step for converting between from- and to-types.
- CommonSteps.DirectionStep<SELF extends CommonSteps.DirectionStep<SELF>> - Interface in org.eclipse.core.databinding.bind.steps
-
Step for setting the direction of the binding.
- CommonSteps.OneWayConfigAndFromStep<SELF extends CommonSteps.OneWayConfigAndFromStep<SELF>> - Interface in org.eclipse.core.databinding.bind.steps
-
Step for settings the from-end observable of one-way-bindings.
- CommonSteps.ReadConfigStep<F,
T, THIS extends CommonSteps.ReadConfigStep<F, T, THIS>> - Interface in org.eclipse.core.databinding.bind.steps - CommonSteps.TwoWayConfigAndFromStep<SELF extends CommonSteps.TwoWayConfigAndFromStep<SELF>> - Interface in org.eclipse.core.databinding.bind.steps
-
Step for settings the from-end observable of two-way-bindings.
- CommonSteps.WriteConfigStep<F,
T, THIS extends CommonSteps.WriteConfigStep<F, T, THIS>> - Interface in org.eclipse.core.databinding.bind.steps -
Step for updating the configuration for an observable that is being written to.
- 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
-
Constructs a new tab with default context help.
- 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
- CommonWidgetsDPIChangeHandlers - Class in org.eclipse.swt.internal
-
This class is used in the win32 implementation only to support adjusting widgets in the common package to DPI changes
- CommonWidgetsDPIChangeHandlers() - Constructor for class org.eclipse.swt.internal.CommonWidgetsDPIChangeHandlers
- compact() - Method in class org.eclipse.osgi.storage.Storage
- 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(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(Object, Object) - Method in class org.eclipse.core.commands.common.NamedHandleObjectComparator
-
Compares to instances of NamedHandleObject based on their names.
- 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 toIComparableContribution
. - compare(Object, Object) - Method in class org.eclipse.ui.views.markers.internal.FieldCategory
- compare(Object, Object) - Method in interface org.eclipse.ui.views.markers.internal.IField
- compare(Object, Object, int, boolean) - Method in class org.eclipse.ui.views.markers.internal.TableComparator
-
Compare obj1 and obj2 at depth.
- compare(List<T>, List<T>) - Static method in class org.eclipse.jface.util.Util
-
Compares two lists -- account for
null
. - compare(Context, Context) - Method in class org.eclipse.e4.ui.bindings.internal.ContextSet.CComp
- 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 andfalse
otherwise. - compare(IResource, IResourceVariant) - Method in class org.eclipse.team.core.variants.ThreeWayResourceComparator
- compare(ICompletionProposal, ICompletionProposal) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalSorter
-
The orderings imposed by an implementation need not be consistent with equals.
- 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(Viewer, Object, Object) - Method in class org.eclipse.ui.model.ContributionComparator
- compare(Viewer, Object, Object) - Method in class org.eclipse.ui.views.markers.internal.TableComparator
- compare(Viewer, Object, Object) - Method in class org.eclipse.ui.views.navigator.ResourceComparator
- 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, TreePath, Object, Object) - Method in class org.eclipse.ui.navigator.CommonViewerSorter
- compare(RefactoringStatusEntry, RefactoringStatusEntry) - Method in interface org.eclipse.ltk.core.refactoring.IRefactoringStatusEntryComparator
-
Compares two refactoring status entries for order.
- compare(KeyedElement) - Method in interface org.eclipse.osgi.framework.util.KeyedElement
-
Compares this element with a specified element
- compare(State) - Method in interface org.eclipse.osgi.service.resolver.State
-
Returns a delta describing the differences between this state and the given state.
- 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 andfalse
otherwise. - compare(IResourceVariant, IResourceVariant) - Method in class org.eclipse.team.core.variants.ThreeWayResourceComparator
- compare(IWorkingSet, IWorkingSet) - Method in class org.eclipse.ui.internal.WorkingSetComparator
-
Implements Comparator.
- 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(TableComparator, TableComparator) - Method in class org.eclipse.ui.views.markers.internal.TableComparator
- compare(MarkerItem, MarkerItem) - Method in class org.eclipse.ui.views.markers.MarkerField
-
Compare item1 and item2 for sorting purposes.
- 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(T[], T[]) - Static method in class org.eclipse.jface.util.Util
-
Compares two arrays of comparable objects -- accounting for
null
. - compare(T, T) - Static method in class org.eclipse.jface.util.Util
-
Compares to comparable objects -- defending against
null
. - COMPARE_DIALOG - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
- COMPARE_EDITOR - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
- COMPARE_FILTER_ACTIONS - Static variable in class org.eclipse.compare.internal.ChangeCompareFilterPropertyAction
- COMPARE_FILTERS - Static variable in class org.eclipse.compare.internal.ChangeCompareFilterPropertyAction
- COMPARE_FILTERS_INITIALIZING - Static variable in class org.eclipse.compare.internal.ChangeCompareFilterPropertyAction
- COMPARE_IMAGE_WIDTH - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
- COMPARE_PREFERENCE_PAGE - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
- 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.
- COMPARE_WITH_EDITION_DIALOG - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
- CompareAction - Class in org.eclipse.compare.internal
- CompareAction() - Constructor for class org.eclipse.compare.internal.CompareAction
- 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.
- 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() - Constructor for class org.eclipse.compare.CompareConfiguration
-
Creates a new configuration with editable left and right sides, suitable default labels, and no images.
- 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.
- CompareContainer - Class in org.eclipse.compare.internal
- CompareContainer() - Constructor for class org.eclipse.compare.internal.CompareContainer
- CompareContainer_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
- compareContents(IFile, IResourceVariant, IProgressMonitor) - Method in class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
-
Compare the contents of the local file and its variant.
- CompareContentViewerSwitchingPane - Class in org.eclipse.compare.internal
- CompareContentViewerSwitchingPane(Splitter, int, CompareEditorInput) - Constructor for class org.eclipse.compare.internal.CompareContentViewerSwitchingPane
- CompareContentViewerSwitchingPane_defaultViewer - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareContentViewerSwitchingPane_discoveredLabel - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareContentViewerSwitchingPane_optimizedLinkLabel - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareContentViewerSwitchingPane_optimizedTooltip - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareContentViewerSwitchingPane_switchButtonTooltip - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareDialog - Class in org.eclipse.compare.internal
-
This is a dialog that can host a
CompareEditorInput
. - CompareDialog(Shell, CompareEditorInput) - Constructor for class org.eclipse.compare.internal.CompareDialog
-
Create a dialog to host the given input.
- CompareDialog_commit_button - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareDialog_error_message - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareDialog_error_title - Static variable in class org.eclipse.compare.internal.CompareMessages
- compareDocumentPosition(Node) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
- CompareEditor - Class in org.eclipse.compare.internal
-
A CompareEditor takes a ICompareEditorInput as input.
- CompareEditor() - Constructor for class org.eclipse.compare.internal.CompareEditor
-
No-argument constructor required for extension points.
- CompareEditor_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareEditor_1 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareEditor_2 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareEditorContributor - Class in org.eclipse.compare.internal
- CompareEditorContributor() - Constructor for class org.eclipse.compare.internal.CompareEditorContributor
- 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. - CompareEditorInput_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareEditorInputNavigator - Class in org.eclipse.compare.internal
-
Supports cross-pane navigation through the differences contained in a
CompareEditorInput
or a similar type of compare container. - CompareEditorInputNavigator(Object[]) - Constructor for class org.eclipse.compare.internal.CompareEditorInputNavigator
-
Create a navigator for navigating the given panes
- CompareEditorSelectionProvider - Class in org.eclipse.compare.internal
-
A selection provider for view parts with more that one viewer.
- CompareEditorSelectionProvider() - Constructor for class org.eclipse.compare.internal.CompareEditorSelectionProvider
- CompareFilterDescriptor - Class in org.eclipse.compare.internal
-
Describes compare filter extension.
- CompareFilterDescriptor(IConfigurationElement) - Constructor for class org.eclipse.compare.internal.CompareFilterDescriptor
- CompareHandlerService - Class in org.eclipse.compare.internal
- 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.
- CompareLinkHelper - Class in org.eclipse.compare.internal
-
Links CompareEditorInput to IFiles in the CommonNavigator.
- CompareLinkHelper() - Constructor for class org.eclipse.compare.internal.CompareLinkHelper
- CompareMessages - Class in org.eclipse.compare.internal
- 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.
- 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
- CompareNavigator_atBeginning_message - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareNavigator_atBeginning_title - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareNavigator_atEnd_message - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareNavigator_atEnd_title - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareOutlinePage - Class in org.eclipse.compare.internal
- ComparePlugin_internal_error - Static variable in class org.eclipse.compare.internal.CompareMessages
- ComparePreferenceInitializer - Class in org.eclipse.compare.internal
- ComparePreferenceInitializer() - Constructor for class org.eclipse.compare.internal.ComparePreferenceInitializer
- ComparePreferencePage - Class in org.eclipse.compare.internal
- ComparePreferencePage() - Constructor for class org.eclipse.compare.internal.ComparePreferencePage
- ComparePreferencePage_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
- ComparePreferencePage_1 - Static variable in class org.eclipse.compare.internal.CompareMessages
- ComparePreferencePage_2 - Static variable in class org.eclipse.compare.internal.CompareMessages
- ComparePreferencePage_3 - Static variable in class org.eclipse.compare.internal.CompareMessages
- ComparePreferencePage_4 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareResourceFilter - Class in org.eclipse.compare.internal
- CompareResourceFilter() - Constructor for class org.eclipse.compare.internal.CompareResourceFilter
- compareResultOK(CompareEditorInput, IRunnableContext) - Method in class org.eclipse.compare.internal.CompareUIPlugin
- compareSignatureTimeToKeyValidityTime(PGPSignature, PGPPublicKey) - Static method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
-
If the signature's
creation time
is before the key'screation time
, this returns a negative value equal to the number of milliseconds that the signature was created before the key was created. - CompareStructureViewerSwitchingPane - Class in org.eclipse.compare.internal
- CompareStructureViewerSwitchingPane(Composite, int, boolean, CompareEditorInput) - Constructor for class org.eclipse.compare.internal.CompareStructureViewerSwitchingPane
- CompareStructureViewerSwitchingPane_defaultViewer - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareStructureViewerSwitchingPane_discoveredLabel - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareStructureViewerSwitchingPane_switchButtonTooltip - Static variable in class org.eclipse.compare.internal.CompareMessages
- 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.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.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.
- compareTo(IFileInfo) - Method in class org.eclipse.core.filesystem.provider.FileInfo
- compareTo(IFileStore) - Method in interface org.eclipse.core.filesystem.IFileStore
-
Compares this store to other store of same FileSystem.
- compareTo(SimplePattern) - Method in class org.eclipse.equinox.p2.metadata.expression.SimplePattern
- compareTo(AbstractButton) - Method in class org.eclipse.help.webapp.AbstractButton
- compareTo(AbstractFrame) - Method in class org.eclipse.help.webapp.AbstractFrame
- compareTo(RefactoringDescriptor) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
- compareTo(RefactoringDescriptorProxy) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
- compareTo(Module) - Method in class org.eclipse.osgi.container.Module
- compareTo(BundleDelta) - Method in interface org.eclipse.osgi.service.resolver.BundleDelta
-
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class.
- compareTo(NativeCodeDescription) - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
-
Native code descriptions are sorted with the following preferences: The minimum version of the os version ranges The language
- compareTo(Bundle) - Method in class org.eclipse.osgi.launch.Equinox
- 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.
- CompareUI - Class in org.eclipse.compare
-
The class
CompareUI
defines the entry point to initiate a configurable compare operation on arbitrary resources. - CompareUIPlugin - Class in org.eclipse.compare.internal
-
The Compare UI plug-in defines the entry point to initiate a configurable compare operation on arbitrary resources.
- CompareUIPlugin() - Constructor for class org.eclipse.compare.internal.CompareUIPlugin
-
Creates the
CompareUIPlugin
object and registers all structure creators, content merge viewers, and structure merge viewers contributed to this plug-in's extension points. - CompareUIPlugin_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareUIPlugin_1 - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareViewerPane - Class in org.eclipse.compare
-
A
CompareViewerPane
is a convenience class which installs aCLabel
and aToolbar
in aViewForm
. - 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. - CompareViewerSwitchingPane_Titleformat - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithEditionAction - Class in org.eclipse.compare.internal
- CompareWithEditionAction() - Constructor for class org.eclipse.compare.internal.CompareWithEditionAction
- CompareWithOtherResourceAction - Class in org.eclipse.compare.internal
-
Deprecated.Temporarily replaced by CompareWithOtherResourceHandler. See bug 264498.
- CompareWithOtherResourceAction() - Constructor for class org.eclipse.compare.internal.CompareWithOtherResourceAction
-
Deprecated.
- CompareWithOtherResourceDialog - Class in org.eclipse.compare.internal
-
This is a dialog that can invoke the compare editor on chosen files.
- CompareWithOtherResourceDialog(Shell, ISelection) - Constructor for class org.eclipse.compare.internal.CompareWithOtherResourceDialog
-
Creates the dialog.
- CompareWithOtherResourceDialog_ancestor - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_clear - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_dialogMessage - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_dialogTitle - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_error_empty - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_error_not_comparable - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFile_errorMessage - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFile_errorTitle - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFileMainButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFileRadioButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFolderMainButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_externalFolderRadioButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_info - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_leftPanel - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_rightPanel - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_workspaceMainButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceDialog_workspaceRadioButton - Static variable in class org.eclipse.compare.internal.CompareMessages
- CompareWithOtherResourceHandler - Class in org.eclipse.compare.internal
-
This is a temporary replacement for CompareWithOtherResourceAction which was available from "Compare With > Other Resource...".
- CompareWithOtherResourceHandler() - Constructor for class org.eclipse.compare.internal.CompareWithOtherResourceHandler
- Compatibility - Class in org.eclipse.swt.internal
-
This class is a placeholder for utility methods commonly used on J2SE platforms but not supported on some J2ME profiles.
- Compatibility() - Constructor for class org.eclipse.swt.internal.Compatibility
- compile(String) - Static method in class org.eclipse.equinox.p2.metadata.expression.SimplePattern
- compile(String) - Static method in class org.eclipse.equinox.p2.metadata.Version
-
Compile a version format string into a compiled format..
- 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.
- completedAdapter(Consumer<ProgressEvent>) - Static method in interface org.eclipse.swt.browser.ProgressListener
-
Static helper method to create a
ProgressListener
for theProgressListener.completed(ProgressEvent e)
) method, given a lambda expression or a method reference. - completedCheckbox - Variable in class org.eclipse.ui.views.markers.internal.DialogTaskProperties
- completeInitialization() - Method in class org.eclipse.jface.text.AbstractDocument
-
Initializes document listeners, positions, and position updaters.
- completeOperand(IProfile, Map<String, Object>) - Method in class org.eclipse.equinox.p2.engine.spi.Touchpoint
-
This method is called at the end of processing of a single engine operand (for example a given installable unit being installed or uninstalled).
- completePhase(IProgressMonitor, IProfile, String, Map<String, Object>) - Method in class org.eclipse.equinox.p2.engine.spi.Touchpoint
-
This method is called at the end of execution of an engine phase.
- 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.
- completion_description - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- 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(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
- 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.
- COMPOSITE_PART - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The meta object id for the '
Composite Part
' class. - COMPOSITE_PART - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
-
The meta object literal for the '
Composite Part
' class. - COMPOSITE_PART___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The operation id for the 'Update Localization' operation.
- COMPOSITE_PART__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- COMPOSITE_PART__BINDING_CONTEXTS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Binding Contexts' reference list.
- COMPOSITE_PART__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Children' containment reference list.
- COMPOSITE_PART__CLOSEABLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Closeable' attribute.
- COMPOSITE_PART__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Container Data' attribute.
- COMPOSITE_PART__CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Context' attribute.
- COMPOSITE_PART__CONTRIBUTION_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Contribution URI' attribute.
- COMPOSITE_PART__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- COMPOSITE_PART__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- COMPOSITE_PART__DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Description' attribute.
- COMPOSITE_PART__DIRTY - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Dirty' attribute.
- COMPOSITE_PART__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Element Id' attribute.
- COMPOSITE_PART__HANDLERS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Handlers' containment reference list.
- COMPOSITE_PART__HORIZONTAL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Horizontal' attribute.
- COMPOSITE_PART__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Icon URI' attribute.
- COMPOSITE_PART__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Label' attribute.
- COMPOSITE_PART__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- COMPOSITE_PART__LOCALIZED_DESCRIPTION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Localized Description' attribute.
- COMPOSITE_PART__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Localized Label' attribute.
- COMPOSITE_PART__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Localized Tooltip' attribute.
- COMPOSITE_PART__MENUS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Menus' containment reference list.
- COMPOSITE_PART__OBJECT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Object' attribute.
- COMPOSITE_PART__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'On Top' attribute.
- COMPOSITE_PART__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Parent' container reference.
- COMPOSITE_PART__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Persisted State' map.
- COMPOSITE_PART__PROPERTIES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Properties' map.
- COMPOSITE_PART__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Renderer' attribute.
- COMPOSITE_PART__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Selected Element' reference.
- COMPOSITE_PART__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Tags' attribute list.
- COMPOSITE_PART__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- COMPOSITE_PART__TOOLBAR - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Toolbar' containment reference.
- COMPOSITE_PART__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Tooltip' attribute.
- COMPOSITE_PART__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Transient Data' map.
- COMPOSITE_PART__TRIM_BARS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Trim Bars' containment reference list.
- COMPOSITE_PART__VARIABLES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Variables' attribute list.
- COMPOSITE_PART__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Visible' attribute.
- COMPOSITE_PART__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Visible When' containment reference.
- COMPOSITE_PART__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The feature id for the 'Widget' attribute.
- COMPOSITE_PART_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The number of structural features of the 'Composite Part' class.
- COMPOSITE_PART_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
The number of operations of the 'Composite Part' class.
- 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.
- CompositeElement - Class in org.eclipse.e4.ui.css.swt.dom
-
CSSStylableElement
implementation which wrap SWTComposite
. - CompositeElement(Composite, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.CompositeElement
- CompositeExpression - Class in org.eclipse.core.expressions
- CompositeExpression() - Constructor for class org.eclipse.core.expressions.CompositeExpression
- CompositeFactory - Class in org.eclipse.jface.widgets
-
This class provides a convenient shorthand for creating and initializing
Composite
. - 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.
- CompositeImageDescriptor.CachedImageDataProvider - Class in org.eclipse.jface.resource
-
An
ImageDataProvider
that caches the most recently returnedImageData
object. - CompositeMap<K,
I, V> - Class in org.eclipse.core.databinding.observable.map -
A read-only observable map formed by the composition of two observable maps.
- CompositeMap(IObservableMap<K, I>, IObservableFactory<? super IObservableSet<I>, ? extends IObservableMap<I, V>>) - Constructor for class org.eclipse.core.databinding.observable.map.CompositeMap
-
Creates a new composite map.
- CompositePartImpl - Class in org.eclipse.e4.ui.model.application.ui.basic.impl
-
An implementation of the model object 'Composite Part'.
- CompositePartImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.basic.impl.CompositePartImpl
- 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.
- CompositeSideEffect - Class in org.eclipse.core.databinding.observable.sideeffect
-
Represents an
ISideEffect
that is composed of a bunch of componentISideEffect
s. - CompositeSideEffect() - Constructor for class org.eclipse.core.databinding.observable.sideeffect.CompositeSideEffect
-
Default constructor of an CompositeSideEffect.
- 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.
- CompoundFileInfoMatcher - Class in org.eclipse.core.resources.filtermatchers
-
Resource Filter Type allowing serializing sub filters as the arguments
- CompoundFileInfoMatcher() - Constructor for class org.eclipse.core.resources.filtermatchers.CompoundFileInfoMatcher
- compoundQueryable(Collection<? extends IQueryable<T>>) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a queryable that combines the given collection of input queryables
- compoundQueryable(IQueryable<T>, IQueryable<T>) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a queryable that combines the two provided input queryables
- CompoundQueryable<T> - Class in org.eclipse.equinox.p2.query
-
A queryable that holds a number of other IQueryables and provides a mechanism for querying the entire set.
- CompoundQueryable(Collection<? extends IQueryable<T>>) - Constructor for class org.eclipse.equinox.p2.query.CompoundQueryable
-
Creates a queryable that combines the given collection of input queryables
- CompoundQueryable(IQueryable<T>[]) - Constructor for class org.eclipse.equinox.p2.query.CompoundQueryable
- CompoundSyncInfoFilter(FastSyncInfoFilter[]) - Constructor for class org.eclipse.team.core.synchronize.FastSyncInfoFilter.CompoundSyncInfoFilter
-
Create a compound filter that contains the provided filters.
- compress(IPool<IInstallableUnit>) - Method in interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
-
Cause semantically equivalent IInstallableUnits in the receiver to be replaced with a shared object from the provided
IPool
. - compress(IPool<IInstallableUnit>) - Method in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository
- compression - Variable in class org.eclipse.swt.graphics.ImageLoader
-
This is the compression used when saving jpeg and png files.
- compute(IEclipseContext) - Method in class org.eclipse.e4.core.contexts.ContextFunction
-
Deprecated.
IContextFunction
's compute() was changed to take the context key - compute(IEclipseContext, String) - Method in class org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction
- compute(IEclipseContext, String) - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction
- compute(IEclipseContext, String) - Method in class org.eclipse.e4.core.contexts.ContextFunction
- compute(IEclipseContext, String) - Method in interface org.eclipse.e4.core.contexts.IContextFunction
-
Evaluates the function based on the provided arguments and context to produce a consistent result.
- compute(IEclipseContext, String) - Method in class org.eclipse.e4.ui.bindings.internal.BindingServiceCreationFunction
- compute(IEclipseContext, String) - Method in class org.eclipse.e4.ui.internal.LocaleChangeServiceContextFunction
- compute(IEclipseContext, String) - Method in class org.eclipse.e4.ui.services.events.EventBrokerFactory
- compute(SwtCallable<V, E>) - Static method in class org.eclipse.swt.custom.BusyIndicator
-
If called from a
Display
thread use the givenSwtCallable
to produces aCompletableFuture
providing busy feedback using the busy indicator while computation is running. - compute(SwtCallable<V, E>, Executor) - Static method in class org.eclipse.swt.custom.BusyIndicator
-
If called from a
Display
thread use the givenSwtCallable
to compute aCompletableFuture
providing busy feedback using the busy indicator while computation is running. - 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.
- computeAttributeSWTStyle() - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
-
Compute attribute SWT style.
- computeAttributeType() - Method in class org.eclipse.e4.ui.css.swt.dom.html.SWTHTMLElement
- 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 class org.eclipse.ui.internal.ObjectContributorManager
-
Returns the class search order starting with
extensibleClass
. - computeClassOrder(Class<T>) - 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.
- computeCombinedOrder(Class) - Method in class org.eclipse.ui.internal.ObjectContributorManager
-
Returns the class search order starting with
extensibleClass
. - 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, 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.
- 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.
- 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
- computeCreateSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
-
Compute a scheduling rule for creating resources.
- computeCreateStatus(boolean) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
-
Compute the status for creating resources from the descriptions.
- computeDefaultExtraClasspathEntries(List<IConfigurationElement>) - Method in class org.eclipse.ant.core.AntCorePreferences
- computeDefaultStyle - Variable in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
- computeDefaultTasks(List<IConfigurationElement>) - Method in class org.eclipse.ant.core.AntCorePreferences
-
Returns the complete list of pre-configured
Task
s - computeDefaultTypes(List<IConfigurationElement>) - Method in class org.eclipse.ant.core.AntCorePreferences
-
Returns the complete listing of pre-configured
Type
s - computeDeleteSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
-
Compute a scheduling rule for deleting resources.
- computeDeleteStatus() - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
-
Compute the status for deleting resources.
- 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<E> - 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. - 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<K,
V> - Class in org.eclipse.core.databinding.observable.map -
Maps objects to one of their attributes.
- ComputedObservableMap(IObservableSet<K>) - Constructor for class org.eclipse.core.databinding.observable.map.ComputedObservableMap
- ComputedObservableMap(IObservableSet<K>, Object) - Constructor for class org.eclipse.core.databinding.observable.map.ComputedObservableMap
- ComputedSet<E> - 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. - 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<T> - 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. - 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
- computeElements() - Method in interface org.eclipse.ui.quickaccess.IQuickAccessComputer
-
Returns the elements to add to the Quick Access proposals, for any request or filter.
- computeElements(String, IProgressMonitor) - Method in interface org.eclipse.ui.quickaccess.IQuickAccessComputerExtension
-
Returns elements that are relevant for the given query.
- 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)
callsWorkbenchTriggerPointAdvisor.doComputeEnablement(IActivityManager, IIdentifier, boolean)
with a boolean argument offalse
. - 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.core.commands.operations.TriggeredOperations
- computeExecutionStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
- computeExecutionStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateFolderOperation
- computeExecutionStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
- 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.CreateFileOperation
- 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)
. - computeGroupResult(List<IStatus>) - Method in class org.eclipse.core.runtime.jobs.JobGroup
-
This method is called by the JobManager when all the jobs belonging to the group are completed.
- computeHashCode() - Method in class org.eclipse.core.expressions.CompositeExpression
- computeHashCode() - Method in class org.eclipse.core.expressions.CountExpression
- computeHashCode() - Method in class org.eclipse.core.expressions.EqualsExpression
- computeHashCode() - Method in class org.eclipse.core.expressions.Expression
-
Method to compute the hash code for this object.
- computeHashCode() - Method in class org.eclipse.core.expressions.ReferenceExpression
- computeHashCode() - Method in class org.eclipse.core.expressions.TestExpression
- computeHashCode() - Method in class org.eclipse.core.expressions.WithExpression
- 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<? extends Position>, int) - Method in class org.eclipse.jface.text.AbstractDocument
-
Deprecated.As of 3.4, replaced by
AbstractDocument.computeIndexInPositionList(List, int, boolean)
- computeIndexInPositionList(List<? extends Position>, 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.
- computeInformationControlLocation(Rectangle, Point) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
- computeInPoints(ToIntFunction<ImageData>) - Method in class org.eclipse.jface.resource.CompositeImageDescriptor.CachedImageDataProvider
-
Returns a computed value in SWT logical points.
- computeInterfaceOrder(List) - Method in class org.eclipse.ui.internal.ObjectContributorManager
-
Returns the interface search order for the class hierarchy described by
classList
. - computeLazyListDiff(List<? extends E>, List<? extends E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a lazily computed
ListDiff
describing the change between the specified old and new list states. - computeLazyMapDiff(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a lazily computed
MapDiff
describing the change between the specified old and new map states. - computeLazySetDiff(Set<? extends E>, Set<? extends E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a lazily computed
SetDiff
describing the change between the specified old and new set states. - computeLineHeight(StyledText, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
-
Computes the full line height for the text line corresponding to the given widget line, considering the possible line wrapping.
- 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<? extends E>, List<? extends E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a
ListDiff
describing the change between the specified old and new list states. - computeLocalName() - Method in class org.eclipse.e4.ui.css.swt.dom.html.SWTHTMLElement
- computeLocalName() - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
-
Compute local name.
- 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<? extends IHyperlink>) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
Computes the length of the longest detected hyperlink.
- computeMapDiff(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a
MapDiff
describing the change between the specified old and new map states. - computeMaximumWidth() - Method in class org.eclipse.ui.forms.widgets.SizeCache
- 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(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
Implements ILayoutExtension.
- computeMenuLocation(StyledText) - Method in class org.eclipse.ui.actions.QuickMenuCreator
-
Hook to compute the menu location if the focus widget is a styled text widget.
- computeMenuLocation(Control) - Method in class org.eclipse.ui.actions.QuickMenuCreator
-
Determine the optimal point for this menu to appear.
- computeMenuLocation(Table) - Method in class org.eclipse.ui.actions.QuickMenuCreator
-
Hook to compute the menu location if the focus widget is a table widget.
- computeMenuLocation(Tree) - Method in class org.eclipse.ui.actions.QuickMenuCreator
-
Hook to compute the menu location if the focus widget is a tree widget.
- computeMinimumSize() - Method in class org.eclipse.ui.forms.widgets.SizeCache
- computeMinimumWidth() - Method in class org.eclipse.ui.forms.widgets.SizeCache
- 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(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.CopyResourcesOperation
-
Compute the status for moving or copying the resources.
- computeMoveOrCopyStatus() - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
- computeMoveOrCopyStatus() - Method in class org.eclipse.ui.ide.undo.MoveProjectOperation
- computeNamespaceURI() - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
-
Compute namespaceURI.
- 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(int, int) - Method in interface org.eclipse.jface.text.IDocument
-
Computes the partitioning of the given document range using the document's partitioner.
- 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) - 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) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
-
Deprecated.
- 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, boolean) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
-
Deprecated.
- 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, boolean) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
-
Deprecated.
- computePartitioning(String, int, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
- 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(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 class org.eclipse.ui.internal.WorkbenchPartReference
- 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.
- 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. - computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.InstallOperation
- computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
-
Compute the profile change request for this operation, adding any relevant intermediate status to the supplied status.
- computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
- computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.SynchronizeOperation
- computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.UninstallOperation
- computeProfileChangeRequest(MultiStatus, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.UpdateOperation
- 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
- computeReadOnlyPartitions() - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
-
Returns all partitions which are read-only.
- computeReadOnlyPartitions(int, int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
-
Returns all read-only partitions in given range.
- 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.CopyProjectOperation
- computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateFileOperation
- computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
- 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 thisSelectionStatusDialog
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
IResource
s in the given selection or the resource objects they adapts to. - computeSetDiff(Set<? extends E>, Set<? extends E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Returns a
SetDiff
describing the change between the specified old and new set states. - 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(int, int) - Method in class org.eclipse.e4.ui.widgets.ImageBasedFrame
- computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
-
Returns the preferred size (in points) of the receiver.
- computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
-
Returns the preferred size of the receiver.
- computeSize(int, int) - Method in class org.eclipse.ui.forms.widgets.SizeCache
-
Computes the preferred size of the control.
- computeSize(int, int, boolean) - Method in class org.eclipse.help.ui.internal.HyperlinkLabel
- 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(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
-
Returns the preferred size (in points) of the receiver.
- 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.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, 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, boolean) - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
-
Computes the size of the control.
- computeSize(int, int, boolean) - Method in class org.eclipse.ui.internal.HeapStatus
- computeSize(int, int, int) - Method in class org.eclipse.ui.forms.widgets.LayoutCache
-
Computes the preferred size of the nth control
- computeSize(int, int, GC, int, int) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering
- computeSize(int, int, GC, int, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
-
Returns the preferred size of a part.
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.compare.internal.TabFolderLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SashLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.layout.AbstractColumnLayout
- 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(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.BorderLayout
- 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(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(Composite, int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.ColumnLayout
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.ui.forms.widgets.TableWrapLayout
- 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(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, 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(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.
- computeStaticPseudoInstances() - Method in class org.eclipse.e4.ui.css.swt.dom.CTabFolderElement
-
Compute static pseudo instances.
- computeStaticPseudoInstances() - Method in class org.eclipse.e4.ui.css.swt.dom.CTabItemElement
- computeStaticPseudoInstances() - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
-
Compute static pseudo instances.
- computeSubstitution(int) - Method in class org.eclipse.text.readers.SubstitutionReader
-
Computes the substitution for the given character and if necessary subsequent characters.
- 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.
- computeTitle() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
-
Computes a new title for the part.
- 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.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.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, int, int) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering
- computeTrim(int, int, int, int, int, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
-
Given a desired client area for the part (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
- 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.CreateFileOperation
- computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
- 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.
- computeVisibility(HashSet<ContributionRecord>, MMenuElement, ExpressionContext) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord
- computeVisibility(HashSet<ToolBarContributionRecord>, MToolBarElement, ExpressionContext) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord
- 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.
- computeWritablePartitions() - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
-
Returns all partitions which are writable.
- computeWritablePartitions(int, int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
-
Returns all writable partitions in given range.
- ConcreteMarker - Class in org.eclipse.ui.views.markers.internal
-
This is a concrete class that stores the same type of information as the IMarkers used by the IDE.
- ConcreteMarker(IMarker) - Constructor for class org.eclipse.ui.views.markers.internal.ConcreteMarker
- condition - Variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionalSelectorImpl
-
The condition.
- condition(IExpression, IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Create an expression that first evaluates a
test
and then, depending on the outcome, evaluates eitherifTrue
orifFalse
. - CONDITIONFACTORY_INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
- configEditDialog_name - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- 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.debug.core.ILaunchConfiguration
-
Type constant (bit mask value 1) which identifies a launch configuration.
- 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_AREA_TYPE - Static variable in interface org.eclipse.osgi.service.datalocation.Location
-
Constant which defines the type value used for the configuration area
- 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.
- 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
- ConfigurationInfo - Class in org.eclipse.ui.internal
-
This class contains utility methods that clients may use to obtain information about the system configuration.
- ConfigurationInfo() - Constructor for class org.eclipse.ui.internal.ConfigurationInfo
- 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
-
Deprecated.use
ConfigurationScope.INSTANCE
instead - ConfiguratorUtils - Class in org.eclipse.update.configurator
-
Deprecated, for removal: This API element is subject to removal in a future version.The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
- ConfiguratorUtils() - Constructor for class org.eclipse.update.configurator.ConfiguratorUtils
-
Deprecated.
- configure() - Method in interface org.eclipse.core.resources.IProjectNature
-
Configures this nature for its project.
- configure() - Method in class org.eclipse.team.core.RepositoryProvider
-
Configures the nature for the given project.
- configure(String) - Method in class org.eclipse.e4.ui.css.core.impl.engine.RegistryCSSPropertyHandlerProvider
- configure(IProject, Set<IPath>, IProgressMonitor) - Method in interface org.eclipse.ui.wizards.datatransfer.ProjectConfigurator
-
Configures a project.
- configure(SourceViewerConfiguration) - Method in class org.eclipse.compare.internal.MergeSourceViewer
- 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
- 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.
- ConfigureColumns - Class in org.eclipse.jface.util
-
Utilities for configuring columns of trees and tables in a keyboard-accessible way.
- ConfigureColumns() - Constructor for class org.eclipse.jface.util.ConfigureColumns
- configureEditorAreaDropListener(DropTargetListener) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
-
Configures the drop target listener for the editor area of this workbench window.
- configureEditorAreaDropListener(DropTargetListener) - Method in class org.eclipse.ui.internal.WorkbenchWindowConfigurer
- configureFeatureEntry(IPlatformConfiguration.IFeatureEntry) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Configures the feature entry.
- configureFiltersCommand_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- configureFiltersDialog_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- 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.compare.internal.CompareDialog
- configureShell(Shell) - Method in class org.eclipse.compare.internal.ResizableDialog
- configureShell(Shell) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
- configureShell(Shell) - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
- 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.PlainMessageDialog
- 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.notifications.AbstractNotificationPopup
- 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.FilteredResourcesSelectionDialog
- 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
- configureShell(Shell) - Method in class org.eclipse.ui.dialogs.SelectionDialog
- configureShell(Shell) - Method in class org.eclipse.ui.dialogs.SelectionStatusDialog
- configureShell(Shell) - Method in class org.eclipse.ui.dialogs.TypeFilteringDialog
- configureShell(Shell) - Method in class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
-
Deprecated.
- configureShell(Shell) - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
- configureShell(Shell) - Method in class org.eclipse.ui.ide.dialogs.PathVariableSelectionDialog
- configureShell(Shell) - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
Method declared on Window.
- configureSite(IPlatformConfiguration.ISiteEntry) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Configures the specified site entry.
- configureSite(IPlatformConfiguration.ISiteEntry, boolean) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Configures the specified site entry.
- configureSourceViewerDecorationSupport(SourceViewerDecorationSupport) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Configures the decoration support for this editor's source viewer.
- configureStatusDialog(WorkbenchStatusDialogManager) - Method in class org.eclipse.ui.statushandlers.WorkbenchErrorHandler
-
This methods should be overridden to configure
WorkbenchStatusDialogManager
behavior. - configureTableViewer(TableViewer) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
-
Configures the given viewer.
- configureTextViewer(TextViewer) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Configures the passed text viewer.
- configureToolBar(IToolBarManager) - Method in class org.eclipse.debug.ui.AbstractDebugView
-
Subclasses implement this menu to contribute actions to the toolbar.
- configureToolBar(IToolBarManager) - Method in class org.eclipse.ui.console.TextConsolePage
- configureTreeViewer(TreeViewer) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
-
Configures the given viewer.
- ConfigureViewerSupport - Class in org.eclipse.unittest.ui
-
Configures a Launch configuration Working Copy with an identifier of Test View Support extension
- ConfigureViewerSupport(String) - Constructor for class org.eclipse.unittest.ui.ConfigureViewerSupport
- CONFIRM - Static variable in class org.eclipse.jface.dialogs.MessageDialog
-
Constant for a simple dialog without an icon and OK/Cancel buttons (value 5).
- CONFIRM_SAVE_PROPERTY - Static variable in class org.eclipse.compare.internal.CompareEditor
- confirmOverwrite(IProject[]) - Method in class org.eclipse.team.core.ProjectSetSerializationContext
-
Given an array of projects that currently exist in the workspace determine which of those projects should be overwritten.
- confirmOverwrite(ProjectSetSerializationContext, IProject[]) - Method in class org.eclipse.team.core.ProjectSetCapability
-
Determine if any of the projects already exist and confirm which of those projects are to be overwritten.
- confirmSaveOfDirtyEditor() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
-
Returns whether the user should be prompted to save dirty editors.
- CONFLICT - Static variable in interface org.eclipse.compare.IStreamMerger
-
Deprecated.Indicates that a change conflict prevented the merge from successful completion (value
1
) - CONFLICT - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
-
Three-way change constant indicating a change in both right and left.
- CONFLICT - Static variable in interface org.eclipse.team.core.mapping.IStorageMerger
-
Indicates that a change conflict prevented the merge from successful completion (value
1
) - CONFLICT - Static variable in exception org.eclipse.team.core.TeamException
- CONFLICTING - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
-
Three-way change constant (value 12) indicating a change on left and right sides.
- CONFLICTING - Static variable in interface org.eclipse.team.core.diff.IThreeWayDiff
-
Constant (bit mask) indicating that there is both a local change and a remote change.
- CONFLICTING - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
-
Sync constant (value 12) indicating a change to both the remote and local resources.
- CONFLICTING_MODE - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
- CONFLICTS - Static variable in interface org.eclipse.team.core.mapping.IMergeStatus
-
Indicates that a change conflict prevented some or all of the resource mappings to be merged (value
1
). - connect() - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
-
Connects the refactoring history service to the workbench's operation history if necessary and increments an internal counter.
- connect() - Method in class org.eclipse.osgi.storage.url.BundleURLConnection
- connect() - Method in class org.eclipse.osgi.storage.url.reference.ReferenceURLConnection
- connect(Proxy, String, int, int, IProgressMonitor) - Method in interface org.eclipse.jsch.core.IJSchService
-
Connect to the given host and port using the given proxy.
- connect(Session, int, IProgressMonitor) - Method in interface org.eclipse.jsch.core.IJSchService
-
Connect the session using a responsive socket factory.
- connect(Object) - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
-
Connects the given client to this memory block.
- connect(Object) - Method in class org.eclipse.text.undo.DocumentUndoManager
- connect(Object) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
-
Connects to the undo manager.
- connect(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
- connect(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
- connect(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
-
Deprecated.
- connect(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
- connect(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
-
Connects the given element to this document provider.
- connect(IPath, LocationKind, IProgressMonitor) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
-
Connects the file at the given location to this manager.
- connect(IPath, IProgressMonitor) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
-
Deprecated.As of 3.3, replaced by
IFileBufferManager.connect(IPath, LocationKind, IProgressMonitor)
- connect(IProcess, IConsole) - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
- connect(IProcess, IConsole) - Method in interface org.eclipse.debug.ui.console.IConsoleColorProvider
-
Connects this color provider to the given process and console.
- connect(IStreamMonitor, String) - Method in interface org.eclipse.debug.ui.console.IConsole
-
Connects this console to the given stream monitor, uniquely identified by the given identifier.
- connect(IStreamsProxy) - Method in interface org.eclipse.debug.ui.console.IConsole
-
Connects this console to the given streams proxy.
- connect(IDocument) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
-
Connects the partitioner to a document.
- connect(IDocument) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
-
Deprecated.
- connect(IDocument) - Method in class org.eclipse.jface.text.rules.FastPartitioner
- connect(IDocument) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
-
Deprecated.
- connect(IDocument) - Method in class org.eclipse.jface.text.source.AnnotationModel
- connect(IDocument) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
-
Connects the annotation model to a document.
- connect(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
-
Connects the file at the given location to this manager.
- connect(IDocument, boolean) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension3
-
Connects this partitioner to a document.
- connect(IDocument, boolean) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
-
Deprecated.
- connect(IDocument, boolean) - Method in class org.eclipse.jface.text.rules.FastPartitioner
-
Connects this partitioner to a document.
- connect(ITextViewer) - Method in class org.eclipse.jface.text.DefaultUndoManager
-
Deprecated.
- connect(ITextViewer) - Method in interface org.eclipse.jface.text.IUndoManager
-
Connects this undo manager to the given text viewer.
- connect(ITextViewer) - Method in class org.eclipse.jface.text.TextViewerUndoManager
- connect(ISyncInfoSetChangeListener, IProgressMonitor) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
-
Connect the listener to the sync set in such a fashion that the listener will be connected the the sync set using
addChangeListener
and issued a reset event. - connect(TextConsole) - Method in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
-
Notification that pattern matching will begin in the specified console.
- connect(IWorkingSetManager) - Method in class org.eclipse.ui.internal.AbstractWorkingSet
-
Connect this working set to a manger.
- connect(IWorkingSetManager) - Method in class org.eclipse.ui.internal.AggregateWorkingSet
- connect(IDocumentProvider, IEditorInput) - Method in interface org.eclipse.compare.ISharedDocumentAdapter
-
Connect the given element to its document provider.
- connect(IDocumentProvider, IEditorInput) - Method in class org.eclipse.compare.SharedDocumentAdapter
- connect(IDocumentProvider, IEditorInput) - Method in class org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper
- CONNECT - Enum constant in enum class org.eclipse.osgi.storage.ContentProvider.Type
- connected() - Method in class org.eclipse.jface.text.source.AnnotationModel
-
Hook method.
- connected() - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
This hook method is called when this provider starts managing documents for elements.
- connected() - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Connects to the source of markers as marker change listener.
- connectFileStore(IFileStore, IProgressMonitor) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
-
Connects the given file store to this manager.
- connectTo(FrameList) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
-
Connects this source as a listener on the frame list, so that when the current frame changes, the viewer is updated.
- considerEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditProcessor
-
Tells whether this processor considers the given edit.
- CONSOLE_FONT - Static variable in interface org.eclipse.ui.console.IConsoleConstants
-
Deprecated.When a console is created, its font is set to the default text font as specified by
JFaceResources.TEXT_FONT
. Clients must provide their own infrastructure to manage console specific fonts. - consoleClosed() - Method in interface org.eclipse.debug.ui.console.IConsoleLineTrackerExtension
-
Notification that all output streams connected to the console have been closed.
- ConsoleColorProvider - Class in org.eclipse.debug.ui.console
-
Default console color provider for a process.
- ConsoleColorProvider() - Constructor for class org.eclipse.debug.ui.console.ConsoleColorProvider
- ConsolePlugin - Class in org.eclipse.ui.console
-
The console plug-in class.
- ConsolePlugin() - Constructor for class org.eclipse.ui.console.ConsolePlugin
- consolesAdded(IConsole[]) - Method in interface org.eclipse.ui.console.IConsoleListener
-
Notification the given consoles have been added to the console manager.
- ConsoleSession - Class in org.eclipse.osgi.framework.console
-
A console session service provides the input and output to a single console session.
- ConsoleSession() - Constructor for class org.eclipse.osgi.framework.console.ConsoleSession
- consolesRemoved(IConsole[]) - Method in interface org.eclipse.ui.console.IConsoleListener
-
Notification the given consoles have been removed from the console manager.
- constant(Object) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Creates an expression that evaluates to the constant
value
. - constantObservableValue(Realm, T) - Static method in class org.eclipse.core.databinding.observable.Observables
-
Returns an observable value with the given constant value.
- constantObservableValue(Realm, T, Object) - Static method in class org.eclipse.core.databinding.observable.Observables
-
Returns an observable value with the given constant value.
- constantObservableValue(T) - Static method in class org.eclipse.core.databinding.observable.Observables
-
Returns an observable value with the given constant value.
- constantObservableValue(T, Object) - Static method in class org.eclipse.core.databinding.observable.Observables
-
Returns an observable value with the given constant value.
- Constants - Interface in org.eclipse.equinox.p2.core.spi
- Constants - Interface in org.eclipse.osgi.service.environment
-
Constants used with the
EnvironmentInfo
service. - constrainShellSize() - Method in class org.eclipse.jface.preference.PreferenceDialog
- constrainShellSize() - Method in class org.eclipse.jface.window.Window
-
Constrain the shell size to be no larger than the display bounds.
- consumeOnceAsync(Supplier<T>, Consumer<T>) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Runs the given supplier until it returns a non-null result.
- consumeOnceAsync(Supplier<T>, Consumer<T>) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Runs the given supplier until it returns a non-null result.
- container - Variable in class org.eclipse.osgi.storage.url.BundleResourceHandler
- CONTAINER_DATA_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
-
The default value of the '
Container Data
' attribute. - CONTAINER_MEMENTO_ATTR - Static variable in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
- CONTAINER_NODE - Static variable in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
- CONTAINER_TYPE_ATTR - Static variable in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
- ContainerCheckedTreeViewer - Class in org.eclipse.ui.dialogs
-
CheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children.
- ContainerCheckedTreeViewer(Composite) - Constructor for class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
-
Constructor for ContainerCheckedTreeViewer.
- ContainerCheckedTreeViewer(Composite, int) - Constructor for class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
-
Constructor for ContainerCheckedTreeViewer.
- ContainerCheckedTreeViewer(Tree) - Constructor for class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
-
Constructor for ContainerCheckedTreeViewer.
- ContainerCreator - Class in org.eclipse.core.filebuffers.manipulation
-
Helper class to create a container and all missing parent containers.
- ContainerCreator(IWorkspace, IPath) - Constructor for class org.eclipse.core.filebuffers.manipulation.ContainerCreator
-
Constructs a container creator for the given path in the given workspace.
- containerData - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
-
The cached value of the '
Container Data
' attribute. - CONTAINERDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
- ContainerGenerator - Class in org.eclipse.ui.dialogs
-
For creating folder resources that currently do not exist, along a given workspace path.
- ContainerGenerator(IPath) - Constructor for class org.eclipse.ui.dialogs.ContainerGenerator
-
Creates a generator for the container resource (folder or project) at the given workspace path.
- CONTAINERS_NODE - Static variable in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
- ContainerSelectionDialog - Class in org.eclipse.ui.dialogs
-
A standard selection dialog which solicits a container resource from the user.
- ContainerSelectionDialog(Shell, IContainer, boolean, String) - Constructor for class org.eclipse.ui.dialogs.ContainerSelectionDialog
-
Creates a resource container selection dialog rooted at the given resource.
- ContainerSourceContainer - Class in org.eclipse.debug.core.sourcelookup.containers
-
A source container for a container in the workspace.
- ContainerSourceContainer(IContainer, boolean) - Constructor for class org.eclipse.debug.core.sourcelookup.containers.ContainerSourceContainer
-
Constructs a source container on the given workspace container.
- CONTAINING_PARENT - Static variable in class org.eclipse.e4.ui.model.internal.ModelUtils
- contains(float, float, GC, boolean) - Method in class org.eclipse.swt.graphics.Path
-
Returns
true
if the specified point is contained by the receiver and false otherwise. - contains(int, int) - Method in class org.eclipse.swt.graphics.Rectangle
-
Returns
true
if the point specified by the arguments is inside the area specified by the receiver, andfalse
otherwise. - contains(int, int) - Method in class org.eclipse.swt.graphics.Region
-
Returns
true
if the point specified by the arguments is inside the area specified by the receiver, andfalse
otherwise. - contains(Object) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
- contains(Object) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
- contains(Object) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
- contains(Object) - Method in class org.eclipse.core.databinding.observable.list.MultiList
- contains(Object) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
- contains(Object) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
- contains(Object) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
- contains(Object) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
- contains(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
-
Returns true if the element is present in the viewer.
- contains(Object) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
-
Returns true iff this collection contains the given item
- contains(Object) - Method in class org.eclipse.jface.viewers.internal.ExpandableNode
-
Returns true if the given element is present in the all elements.
- contains(Object) - Method in class org.eclipse.osgi.framework.util.ArrayMap
- contains(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
-
Returns
true
if history contains object. - contains(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
Returns true if the element is present in the viewer.
- contains(Object, Object, int) - Method in interface org.eclipse.ui.IContainmentAdapter
-
Returns whether the given element is considered contained in the specified containment context or if it is the context itself.
- contains(String) - Method in class org.eclipse.compare.internal.OverlayPreferenceStore
- contains(String) - Method in class org.eclipse.core.runtime.Preferences
-
Deprecated.Returns whether the given property is known to this preference object, either by having an explicit setting or by having a default setting.
- contains(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
-
Returns whether the named preference is known to this preference store.
- contains(String) - Method in class org.eclipse.jface.preference.PreferenceStore
- contains(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
- contains(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
- contains(URI) - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
-
Returns whether a repository at the given location is in the list of repositories tracked by this repository manager.
- contains(URI, ProvisioningSession) - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
-
Return a boolean indicating whether this tracker already contains the specified repository location.
- contains(IResource) - Method in class org.eclipse.core.resources.mapping.ResourceTraversal
-
Return whether the given resource is contained in or covered by this traversal, regardless of whether the resource currently exists.
- contains(IResource) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
-
Return whether the given resource is contained in this scope.
- contains(IResource) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
-
Return whether the given resource is within this scope.
- contains(IResourceProxy) - Method in class org.eclipse.search.core.text.TextSearchScope
-
Returns if a given resource is part of the scope.
- contains(IResourceProxy) - Method in class org.eclipse.search.ui.text.FileTextSearchScope
- contains(ResourceMapping) - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
- contains(ResourceMapping) - Method in class org.eclipse.core.resources.mapping.ResourceMapping
-
Return whether this resource mapping contains all the resources of the given mapping.
- contains(ISchedulingRule) - Method in interface org.eclipse.core.runtime.jobs.ISchedulingRule
-
Returns whether this scheduling rule completely contains another scheduling rule.
- contains(ISchedulingRule) - Method in class org.eclipse.core.runtime.jobs.MultiRule
- contains(IArtifactKey) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
-
Returns true if this repository contains the given artifact key.
- contains(IArtifactKey) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
- contains(IArtifactDescriptor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
-
Returns true if this repository contains the given descriptor.
- contains(IArtifactDescriptor) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
- contains(IRunnableWithProgress) - Method in class org.eclipse.compare.internal.WorkQueue
- contains(GroupCategory) - Method in class org.eclipse.ltk.core.refactoring.GroupCategorySet
-
Returns whether the given category is contained in this set of group categories
- contains(Point) - Method in class org.eclipse.swt.graphics.Rectangle
-
Returns
true
if the given point is inside the area specified by the receiver, andfalse
otherwise. - contains(Point) - Method in class org.eclipse.swt.graphics.Region
-
Returns
true
if the given point is inside the area specified by the receiver, andfalse
otherwise. - contains(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetUpdater
-
Returns
true
if the updater contains the given working set; otherwisefalse
is returned. - contains(Event, String, Object) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
-
Return true if the specified property contains
o
. - contains(T) - Method in class org.eclipse.equinox.p2.query.CompoundQueryable
- contains(T) - Method in interface org.eclipse.equinox.p2.query.IQueryable
-
Returns true if this queryable contains the given element, else false.
- contains(T) - Method in interface org.eclipse.equinox.p2.repository.IRepository
-
Returns true if this repository contains the given element.
- CONTAINS_KEY - Static variable in class org.eclipse.ui.views.markers.MarkerSupportConstants
-
The constant used to specify the contains value on a
FiltersContributionParameters
- containsAll(Collection<?>) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
- containsAll(Collection<?>) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
- containsAll(Collection<?>) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
- containsAll(Collection<?>) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
- containsAll(Collection<?>) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
- containsAll(Collection<?>) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
- containsAll(Collection<?>) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
- containsAll(Collection<?>) - Method in class org.eclipse.osgi.framework.util.ArrayMap
- containsControl(Control) - Method in class org.eclipse.jface.text.AbstractInformationControl
- containsControl(Control) - Method in interface org.eclipse.jface.text.IInformationControlExtension5
-
Tests whether the given control is this information control or a child of this information control.
- containsDir(String) - Method in class org.eclipse.osgi.storage.bundlefile.BundleFile
-
Determines if any BundleEntries exist in the given directory path.
- containsDir(String) - Method in class org.eclipse.osgi.storage.bundlefile.BundleFileWrapper
- containsDir(String) - Method in class org.eclipse.osgi.storage.bundlefile.CloseableBundleFile
- containsDir(String) - Method in class org.eclipse.osgi.storage.bundlefile.DirBundleFile
- containsDir(String) - Method in class org.eclipse.osgi.storage.bundlefile.NestedDirBundleFile
- containsDir(String) - Method in class org.eclipse.osgi.storage.SystemBundleFile
- containsKey(Class<?>) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Returns whether this context or a parent has a value stored for the given class.
- containsKey(Object) - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
- containsKey(Object) - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
- containsKey(Object) - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
- containsKey(Object) - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
- containsKey(Object) - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Check if the map contains the specified key.
- containsKey(Object) - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
- containsKey(Object) - Method in class org.eclipse.osgi.framework.util.Headers
-
Deprecated.
- containsKey(String) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Returns whether this context or a parent has a value stored for the given name.
- containsOneCategory(List<GroupCategory>) - Method in class org.eclipse.ltk.core.refactoring.GroupCategorySet
-
Returns whether one of the given categories is contained in this set of group categories
- containsOnlyNonProjects(IResource[]) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
- containsOnlyProjects(IResource[]) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
- containsPosition(String, int, int) - Method in class org.eclipse.jface.text.AbstractDocument
- containsPosition(String, int, int) - Method in interface org.eclipse.jface.text.IDocument
-
Determines whether a position described by the parameters is managed by this document.
- containsPositionCategory(String) - Method in class org.eclipse.jface.text.AbstractDocument
- containsPositionCategory(String) - Method in interface org.eclipse.jface.text.IDocument
-
Checks the presence of the specified position category.
- containsProfile(String) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
-
Returns whether this profile registry contains a profile with the given id.
- containsReadOnly(int, int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
-
Returns whether this partitioner's document is read-only at any point in the specified range.
- containsSavedState(IMemento) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Returns whether the given memento contains saved state
- containsSubmenu(int) - Method in class org.eclipse.ui.internal.WorkbenchWindow
-
Checks to see if this window contains the given type of submenu.
- containsValue(Object) - Method in class org.eclipse.core.databinding.observable.map.BidiObservableMap
- containsValue(Object) - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
- containsValue(Object) - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
- containsValue(Object) - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
- containsValue(Object) - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Check if the map contains the specified value.
- containsValue(Object) - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
- containsValue(Object) - Method in class org.eclipse.osgi.framework.util.Headers
-
Deprecated.
- content(Function<Composite, Control>) - Method in class org.eclipse.jface.notifications.NotificationPopup.Builder
-
Sets the function to create the main content of the notification popup in the given composite.
- CONTENT - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Change constant (bit mask) indicating that the content of the resource has changed.
- CONTENT - Static variable in class org.eclipse.debug.core.DebugEvent
-
Content change detail.
- CONTENT - Static variable in interface org.eclipse.team.core.diff.ITwoWayDiff
-
Change constant (bit mask) indicating that the content of the object has changed.
- CONTENT_ASSIST - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the content assist action.
- CONTENT_ASSIST_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the content assist action.
- CONTENT_ASSIST_BACKGROUND_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
-
Identifier for the color used for the background of content assist popup dialogs.
- CONTENT_ASSIST_CONTEXT_INFORMATION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the content assist context information action.
- CONTENT_ASSIST_CONTEXT_INFORMATION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition ID of the edit -> content assist context information action Value:
"org.eclipse.ui.edit.text.contentAssist.contextInformation"
). - CONTENT_ASSIST_CONTEXT_INFORMATION_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the content assist context information action.
- CONTENT_ASSIST_FOREGROUND_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
-
Identifier for the color used for the foreground of content assist popup dialogs.
- CONTENT_ASSIST_PROPOSALS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition ID of the edit -> content assist proposal action Value:
"org.eclipse.ui.edit.text.contentAssist.proposals"
). - CONTENT_CHANGE - Static variable in class org.eclipse.jface.text.projection.ProjectionDocumentEvent
-
The change type indicating a content change
- CONTENT_CHANGE_FAILED - Static variable in interface org.eclipse.core.filebuffers.IFileBufferStatusCodes
-
Changing the content of a file buffer failed.
- CONTENT_OUTLINE_VIEW_HELP_CONTEXT_ID - Static variable in class org.eclipse.ui.views.contentoutline.ContentOutline
-
Help context id used for the content outline view (value
"org.eclipse.ui.content_outline_context"
). - CONTENT_PROPOSAL_COMMAND - Static variable in class org.eclipse.ui.fieldassist.ContentAssistCommandAdapter
-
Deprecated.As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_CONTENT_ASSIST
- CONTENT_TOOLBAR - Static variable in class org.eclipse.help.webapp.AbstractButton
-
Toolbar name for the content pane, which shows help pages
- CONTENT_TYPE - Static variable in class org.eclipse.compare.CompareConfiguration
-
(Optional) id of the common content type for compare input detected by the compare editor
- CONTENT_TYPE_ID - Static variable in interface org.eclipse.ui.IResourceActionFilter
-
An attribute indicating that this is a file, and we are looking to verify that the file matches the content type matching the given identifier.
- CONTENT_TYPES_CATEGORY - Static variable in class org.eclipse.jface.text.rules.DefaultPartitioner
-
Deprecated.As of 3.0, use
getManagingPositionCategories()
instead. - CONTENT_TYPES_CATEGORY - Static variable in class org.eclipse.jface.text.rules.RuleBasedPartitioner
-
Deprecated.As of 3.0, use
getManagingPositionCategories()
. - CONTENT_TYPES_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.ExtensionFactory
-
Factory ID for the ContentTypes preference page.
- CONTENT_TYPES_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CONTENTASSIST_CONTEXT_INFORMATION - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
-
Text operation code for requesting content assist to show the content information for the current insert position.
- ContentAssist_Cue_Description_Key - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CONTENTASSIST_PROPOSALS - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
-
Text operation code for requesting content assist to show completion proposals for the current insert position.
- ContentAssistAction - Class in org.eclipse.ui.texteditor
-
A content assist action which gets its target from its text editor.
- ContentAssistAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.ContentAssistAction
-
Creates and initializes the action for the given text editor.
- ContentAssistant - Class in org.eclipse.jface.text.contentassist
-
The standard implementation of the
IContentAssistant
interface. - ContentAssistant() - Constructor for class org.eclipse.jface.text.contentassist.ContentAssistant
-
Creates a new content assistant.
- ContentAssistant(boolean) - Constructor for class org.eclipse.jface.text.contentassist.ContentAssistant
-
Creates a new content assistant.
- ContentAssistant.AutoAssistListener - Class in org.eclipse.jface.text.contentassist
-
An implementation of
IContentAssistListener
, this class is used to monitor key events in support of automatic activation of the content assistant. - ContentAssistantFacade - Class in org.eclipse.jface.text.source
-
Facade to allow minimal access to the given content assistant.
- ContentAssistantFacade(IContentAssistant) - Constructor for class org.eclipse.jface.text.source.ContentAssistantFacade
-
Creates a new facade.
- ContentAssistCommandAdapter - Class in org.eclipse.ui.fieldassist
-
ContentAssistCommandAdapter extends
ContentProposalAdapter
to invoke content proposals using a specifiedCommand
. - ContentAssistCommandAdapter(Control, IControlContentAdapter, IContentProposalProvider, String, char[]) - Constructor for class org.eclipse.ui.fieldassist.ContentAssistCommandAdapter
-
Construct a content proposal adapter that can assist the user with choosing content for the field.
- ContentAssistCommandAdapter(Control, IControlContentAdapter, IContentProposalProvider, String, char[], boolean) - Constructor for class org.eclipse.ui.fieldassist.ContentAssistCommandAdapter
-
Construct a content proposal adapter that can assist the user with choosing content for the field.
- ContentAssistEvent - Class in org.eclipse.jface.text.contentassist
-
Describes the state that the content assistant is in when completing proposals.
- ContentAssistField - Class in org.eclipse.ui.fieldassist
-
Deprecated.As of 3.3, clients should use
ControlDecoration
andContentAssistCommandAdapter
instead of this class. - ContentAssistField(Composite, int, IControlCreator, IControlContentAdapter, IContentProposalProvider, String, char[]) - Constructor for class org.eclipse.ui.fieldassist.ContentAssistField
-
Deprecated.Construct a content assist field that shows a content assist cue and can assist the user with choosing content for the field.
- ContentAssistHandler - Class in org.eclipse.ui.contentassist
-
Deprecated.As of 3.2, replaced by JFace field assist support
- contentChanged() - Method in class org.eclipse.help.AbstractContentExtensionProvider
-
Notifies the platform that the content managed by this provider may have changed since the last time
getContentExtensions()
was called, and needs to be updated. - contentChanged() - Method in class org.eclipse.help.AbstractIndexProvider
-
Notifies the platform that the content managed by this provider may have changed since the last time
getIndexContributions()
was called, and needs to be updated. - contentChanged() - Method in class org.eclipse.help.AbstractTocProvider
-
Notifies the platform that the content managed by this provider may have changed since the last time
getTocContributions()
was called, and needs to be updated. - contentChanged(IContentChangeNotifier) - Method in interface org.eclipse.compare.IContentChangeListener
-
Called whenever the content of the given source has changed.
- contentChanged(IContentChangeNotifier) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
-
Calls
diff
whenever the byte contents changes. - contentChanged(IContentChangeNotifier) - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
-
Deprecated.
- contentChanged(IContentChangeNotifier) - Method in class org.eclipse.team.ui.PageCompareEditorInput
- contentChanged(IContentChangeNotifier) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
- contentChanged(IContentChangeNotifier) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
-
Deprecated.
- ContentChangeNotifier - Class in org.eclipse.compare.internal
-
A helper class for managing content change notification.
- ContentChangeNotifier(IContentChangeNotifier) - Constructor for class org.eclipse.compare.internal.ContentChangeNotifier
- ContentComparisonSyncInfoFilter() - Constructor for class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
-
Create a filter that does not ignore whitespace.
- ContentComparisonSyncInfoFilter(boolean) - Constructor for class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
-
Create a filter and configure how whitespace is handled.
- contentDiffers(IFile, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
- ContentFormatter - Class in org.eclipse.jface.text.formatter
-
Standard implementation of
IContentFormatter
. - ContentFormatter() - Constructor for class org.eclipse.jface.text.formatter.ContentFormatter
-
Creates a new content formatter.
- ContentGenerator_NoGrouping - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- ContentGeneratorDescriptor - Class in org.eclipse.ui.views.markers.internal
-
ContentGeneratorDescriptor is the direct representation of the markerContentGenerator extension point.
- ContentGeneratorDescriptor(IConfigurationElement) - Constructor for class org.eclipse.ui.views.markers.internal.ContentGeneratorDescriptor
-
Create a new ContentGeneratorDescriptor
- ContentMergeViewer - Class in org.eclipse.compare.contentmergeviewer
-
An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.
- ContentMergeViewer(int, ResourceBundle, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
Creates a new content merge viewer and initializes with a resource bundle and a configuration.
- ContentMergeViewer_resource_changed_description - Static variable in class org.eclipse.compare.internal.CompareMessages
- ContentMergeViewer_resource_changed_title - Static variable in class org.eclipse.compare.internal.CompareMessages
- ContentOutline - Class in org.eclipse.ui.views.contentoutline
-
Main class for the Content Outline View.
- ContentOutline() - Constructor for class org.eclipse.ui.views.contentoutline.ContentOutline
-
Creates a content outline view with no content outline pages.
- ContentOutlinePage - Class in org.eclipse.ui.views.contentoutline
-
An abstract base class for content outline pages.
- ContentOutlinePage() - Constructor for class org.eclipse.ui.views.contentoutline.ContentOutlinePage
-
Create a new content outline page.
- ContentProposal - Class in org.eclipse.jface.fieldassist
-
A default implementation of
IContentProposal
that allows clients to specify a content proposal using simple constructors. - ContentProposal(String) - Constructor for class org.eclipse.jface.fieldassist.ContentProposal
-
Create a content proposal whose label and content are the specified String.
- ContentProposal(String, String) - Constructor for class org.eclipse.jface.fieldassist.ContentProposal
-
Create a content proposal whose content and description are as specified in the parameters.
- ContentProposal(String, String, String) - Constructor for class org.eclipse.jface.fieldassist.ContentProposal
-
Create a content proposal whose content, label, and description are as specified in the parameters.
- ContentProposal(String, String, String, int) - Constructor for class org.eclipse.jface.fieldassist.ContentProposal
-
Create a content proposal whose content, label, description, and cursor position are as specified in the parameters.
- ContentProposalAdapter - Class in org.eclipse.jface.fieldassist
-
ContentProposalAdapter can be used to attach content proposal behavior to a control.
- ContentProposalAdapter(Control, IControlContentAdapter, IContentProposalProvider, KeyStroke) - Constructor for class org.eclipse.jface.fieldassist.ContentProposalAdapter
-
Construct a content proposal adapter that can assist the user with choosing content for the field.
- ContentProposalAdapter(Control, IControlContentAdapter, IContentProposalProvider, KeyStroke, char[]) - Constructor for class org.eclipse.jface.fieldassist.ContentProposalAdapter
-
Construct a content proposal adapter that can assist the user with choosing content for the field.
- contentProvider(IStructuredContentProvider) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Sets the content provider.
- ContentProvider - Interface in org.eclipse.osgi.storage
-
A content provider is a marker interface that is used but the framework internally to handle different kinds of bundles.
- ContentProvider.Type - Enum Class in org.eclipse.osgi.storage
-
The type of the provided content
- contentsCreated() - Method in class org.eclipse.compare.CompareEditorInput
-
Callback that occurs after the control for the input has been created.
- contentsCreated() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
- contentsEqual(Object, char, Object, char) - Method in class org.eclipse.compare.structuremergeviewer.Differencer
-
Performs a content compare on the two given inputs.
- contentsEqual(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.Differencer
-
Performs a content compare on the two given inputs.
- contentsEqual(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
-
Returns whether the contents of this launch configuration are equal to the contents of the given launch configuration.
- contentsEquals(Object, char, Object, char, boolean, ICompareFilter[]) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
-
Returns true if the two nodes are equal for comparison purposes.
- ContentStamp - Class in org.eclipse.ltk.core.refactoring
-
A content stamp object represent the content of an
IFile
. - ContentStamp() - Constructor for class org.eclipse.ltk.core.refactoring.ContentStamp
- contentType - Variable in class org.eclipse.osgi.storage.url.BundleURLConnection
-
content type for this URLConnection
- contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager.IContentTypeChangeListener
-
Notification that a content type has changed in the content type manager.
- ContentTypeChangeEvent(IContentType) - Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
-
Constructor for a new content type change event.
- ContentTypeChangeEvent(IContentType, IScopeContext) - Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
-
Constructor for a new content type change event.
- ContentTypes_addChildContentTypeButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_addDialog_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_addDialog_message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_addDialog_messageHeader - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_addDialog_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_addRootContentTypeButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_characterSetLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_characterSetUpdateLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_contentTypesLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editDialog_label - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editDialog_message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editDialog_messageHeader - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editDialog_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editorAssociationAddLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editorAssociationRemoveLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_editorAssociations - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_errorDialogMessage - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_failedAtEditingContentTypes - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_fileAssociationsAddLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_fileAssociationsEditLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_fileAssociationsLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_fileAssociationsRemoveLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_FileEditorsRelatedLink - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_lockedFormat - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_defaultNameNoParent - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_defaultNameWithParent - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_descritption - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_invalidContentTypeName - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_nameLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_newContentTypeDialog_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_removeContentTypeButton - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentTypes_unsupportedEncoding - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- ContentViewer - Class in org.eclipse.jface.viewers
-
A content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.
- ContentViewer() - Constructor for class org.eclipse.jface.viewers.ContentViewer
-
Creates a content viewer with no input, no content provider, and a default label provider.
- context - Variable in class org.eclipse.core.databinding.Binding
- context - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
-
The cached value of the '
Context
' attribute. - context - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
-
The cached value of the '
Context
' attribute. - context - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The cached value of the '
Context
' attribute. - context - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
-
The cached value of the '
Context
' attribute. - context - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl
-
The cached value of the '
Context
' attribute. - Context - Class in org.eclipse.core.commands.contexts
-
A context is an answer to the question "when".
- CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The meta object id for the '
Context
' class. - CONTEXT - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the '
Context
' class. - CONTEXT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
- CONTEXT__CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Context' attribute.
- CONTEXT__CONTEXT - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the 'Context' attribute feature.
- CONTEXT__PROPERTIES - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Properties' map.
- CONTEXT__PROPERTIES - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the 'Properties' map feature.
- CONTEXT__VARIABLES - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Variables' attribute list.
- CONTEXT__VARIABLES - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the 'Variables' attribute list feature.
- CONTEXT_DOCUMENT - Static variable in class org.eclipse.jface.text.formatter.FormattingContextProperties
-
Property key of the document property.
- CONTEXT_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
-
The default value of the '
Context
' attribute. - CONTEXT_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
-
The default value of the '
Context
' attribute. - CONTEXT_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The default value of the '
Context
' attribute. - CONTEXT_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
-
The default value of the '
Context
' attribute. - CONTEXT_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl
-
The default value of the '
Context
' attribute. - CONTEXT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The number of structural features of the 'Context' class.
- CONTEXT_ID_DIALOG - Static variable in interface org.eclipse.jface.contexts.IContextIds
-
The identifier for the context that is active when a shell registered as a dialog.
- CONTEXT_ID_DIALOG - Static variable in interface org.eclipse.ui.contexts.IContextService
-
The identifier for the context that is active when a shell registered as a dialog.
- CONTEXT_ID_DIALOG - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
-
Deprecated.The identifier for the context that is active when a shell registered as a dialog.
- CONTEXT_ID_DIALOG_AND_WINDOW - Static variable in interface org.eclipse.jface.contexts.IContextIds
-
The identifier for the context that is active when a shell is registered as either a window or a dialog.
- CONTEXT_ID_DIALOG_AND_WINDOW - Static variable in interface org.eclipse.ui.contexts.IContextService
-
The identifier for the context that is active when a shell is registered as either a window or a dialog.
- CONTEXT_ID_DIALOG_AND_WINDOW - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
-
Deprecated.The identifier for the context that is active when a shell is registered as either a window or a dialog.
- CONTEXT_ID_WINDOW - Static variable in interface org.eclipse.jface.contexts.IContextIds
-
The identifier for the context that is active when a shell is registered as a window.
- CONTEXT_ID_WINDOW - Static variable in interface org.eclipse.ui.contexts.IContextService
-
The identifier for the context that is active when a shell is registered as a window.
- CONTEXT_ID_WINDOW - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
-
Deprecated.The identifier for the context that is active when a shell is registered as a window.
- CONTEXT_ID_WORKBENCH_MENU - Static variable in interface org.eclipse.ui.contexts.IContextService
-
The identifier for the context that is active when a workbench is active.
- CONTEXT_INFO_ABOVE - Static variable in interface org.eclipse.jface.text.contentassist.IContentAssistant
-
Context info will be shown above the location it has been requested for without hiding the location.
- CONTEXT_INFO_BELOW - Static variable in interface org.eclipse.jface.text.contentassist.IContentAssistant
-
Context info will be shown below the location it has been requested for without hiding the location.
- CONTEXT_MEDIUM - Static variable in class org.eclipse.jface.text.formatter.FormattingContextProperties
-
Property key of the medium property.
- CONTEXT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The number of operations of the 'Context' class.
- CONTEXT_PARTITION - Static variable in class org.eclipse.jface.text.formatter.FormattingContextProperties
-
Property key of the partition property.
- CONTEXT_PATH - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
name="context.path" type="String"
- CONTEXT_PREFERENCES - Static variable in class org.eclipse.jface.text.formatter.FormattingContextProperties
-
Property key of the preferences property.
- CONTEXT_PREFERENCES - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action for showing the preferences from the editor context menu.
- CONTEXT_PREFIX - Static variable in class org.eclipse.compare.patch.PatchBuilder
-
Line prefix used to mark context lines.
- CONTEXT_REGION - Static variable in class org.eclipse.jface.text.formatter.FormattingContextProperties
-
Property key of the region property.
- CONTEXT_SESSIONINACTIVEINTERVAL - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
name="context.sessioninactiveinterval" type="Integer"
- ContextBasedFormattingStrategy - Class in org.eclipse.jface.text.formatter
-
Formatting strategy for context based content formatting.
- ContextBasedFormattingStrategy() - Constructor for class org.eclipse.jface.text.formatter.ContextBasedFormattingStrategy
- contextChanged(ContextEvent) - Method in class org.eclipse.core.commands.contexts.ContextManager
- contextChanged(ContextEvent) - Method in interface org.eclipse.core.commands.contexts.IContextListener
-
Notifies that one or more properties of an instance of
IContext
have changed. - contextChanged(ContextEvent) - Method in interface org.eclipse.ui.contexts.IContextListener
-
Deprecated.Notifies that one or more properties of an instance of
IContext
have changed. - contextDisposed() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- contextDisposed() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
- contextDisposed(IEventBroker) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer
- ContextEvent - Class in org.eclipse.core.commands.contexts
-
An instance of this class describes changes to an instance of
IContext
. - ContextEvent - Class in org.eclipse.ui.contexts
-
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.
- ContextEvent(Context, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.contexts.ContextEvent
-
Creates a new instance of this class.
- ContextEvent(IContext, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.ui.contexts.ContextEvent
-
Deprecated.Creates a new instance of this class.
- ContextException - Exception in org.eclipse.ui.contexts
-
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.
- ContextException(String) - Constructor for exception org.eclipse.ui.contexts.ContextException
-
Deprecated.Creates a new instance of this class with the specified detail message.
- ContextException(String, Throwable) - Constructor for exception org.eclipse.ui.contexts.ContextException
-
Deprecated.Creates a new instance of this class with the specified detail message and cause.
- contextExpression(IExpression, Object...) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Creates a top level expression that represents a full query.
- ContextFunction - Class in org.eclipse.e4.core.contexts
-
The base class for all computed value implementations.
- ContextFunction() - Constructor for class org.eclipse.e4.core.contexts.ContextFunction
-
Constructs a new instance of the context function
- ContextHelpDialog - Class in org.eclipse.help.ui.internal
-
ContextHelpDialog
- ContextHelpDialog_showInDynamicHelp - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpDialog.Description - Class in org.eclipse.help.ui.internal
- ContextHelpPart_about - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_aboutP - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_more - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_noDescription - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_query_view - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_searchFor - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextHelpPart_seeAlso - Static variable in class org.eclipse.help.ui.internal.Messages
- ContextInformation - Class in org.eclipse.jface.text.contentassist
-
A default implementation of the
IContextInformation
interface. - ContextInformation(String, String) - Constructor for class org.eclipse.jface.text.contentassist.ContextInformation
-
Creates a new context information without an image.
- ContextInformation(Image, String, String) - Constructor for class org.eclipse.jface.text.contentassist.ContextInformation
-
Creates a new context information with an image.
- contextInformationClosed() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
-
Callback to signal this content assistant that the presentation of the context information has been stopped.
- ContextInformationValidator - Class in org.eclipse.jface.text.contentassist
-
A default implementation of the
IContextInfomationValidator
interface. - ContextInformationValidator(IContentAssistProcessor) - Constructor for class org.eclipse.jface.text.contentassist.ContextInformationValidator
-
Creates a new context information validator which is ready to be installed on a particular context information.
- ContextInjectionFactory - Class in org.eclipse.e4.core.contexts
-
An injection factory is used to inject data and services from a context into a domain object.
- ContextManager - Class in org.eclipse.core.commands.contexts
-
A context manager tracks the sets of defined and enabled contexts within the application.
- ContextManager() - Constructor for class org.eclipse.core.commands.contexts.ContextManager
- contextManagerChanged(ContextManagerEvent) - Method in interface org.eclipse.core.commands.contexts.IContextManagerListener
-
Notifies that one or more properties of an instance of
IContextManager
have changed. - contextManagerChanged(ContextManagerEvent) - Method in class org.eclipse.jface.bindings.BindingManager
-
Notifies this manager that the context manager has changed.
- contextManagerChanged(ContextManagerEvent) - Method in interface org.eclipse.ui.contexts.IContextManagerListener
-
Deprecated.Notifies that one or more properties of an instance of
IContextManager
have changed. - ContextManagerEvent - Class in org.eclipse.core.commands.contexts
-
An event indicating that the set of defined context identifiers has changed.
- ContextManagerEvent - Class in org.eclipse.ui.contexts
-
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.
- ContextManagerEvent(ContextManager, String, boolean, boolean, Set) - Constructor for class org.eclipse.core.commands.contexts.ContextManagerEvent
-
Creates a new instance of this class.
- ContextManagerEvent(IContextManager, boolean, boolean, Set, Set) - Constructor for class org.eclipse.ui.contexts.ContextManagerEvent
-
Deprecated.Creates a new instance of this class.
- contextMenuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.console.TextConsolePage
-
Fill the context menu
- ContextPathCustomizer - Class in org.eclipse.equinox.http.servlet.context
-
A customizer that is called by the Http Whiteboard runtime in order to allow customization of context path used for servlets, resources and filters.
- ContextPathCustomizer() - Constructor for class org.eclipse.equinox.http.servlet.context.ContextPathCustomizer
- ContextServiceAddon - Class in org.eclipse.e4.ui.services
- ContextServiceAddon() - Constructor for class org.eclipse.e4.ui.services.ContextServiceAddon
- ContextSet - Class in org.eclipse.e4.ui.bindings.internal
- ContextSet(Collection<Context>) - Constructor for class org.eclipse.e4.ui.bindings.internal.ContextSet
- ContextSet.CComp - Class in org.eclipse.e4.ui.bindings.internal
- ContextToModelProcessor - Class in org.eclipse.ui.internal
- ContextToModelProcessor() - Constructor for class org.eclipse.ui.internal.ContextToModelProcessor
- ContextTypeRegistry - Class in org.eclipse.jface.text.templates
-
Deprecated.
- ContextTypeRegistry - Class in org.eclipse.text.templates
-
A registry for context types.
- ContextTypeRegistry() - Constructor for class org.eclipse.jface.text.templates.ContextTypeRegistry
-
Deprecated.
- ContextTypeRegistry() - Constructor for class org.eclipse.text.templates.ContextTypeRegistry
- contextTypes() - Method in class org.eclipse.jface.text.templates.ContextTypeRegistry
-
Deprecated.
- contextTypes() - Method in class org.eclipse.text.templates.ContextTypeRegistry
-
Returns an iterator over all registered context types.
- ContextualLaunchAction - Class in org.eclipse.debug.ui.actions
-
An action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.
- ContextualLaunchAction(String) - Constructor for class org.eclipse.debug.ui.actions.ContextualLaunchAction
-
Constructs a contextual launch action for the given launch mode.
- continueWorkingWithOperation(ProfileChangeOperation, Shell) - Method in class org.eclipse.equinox.p2.ui.Policy
-
Answer a boolean indicating whether the caller should continue to work with the specified operation.
- contribute(IMenuManager, boolean, IToolBarManager, boolean) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Contributes submenus and/or actions into the provided menu and tool bar managers.
- contribute(IMenuManager, IToolBarManager, boolean) - Method in class org.eclipse.ui.internal.PluginActionBuilder
-
Contributes submenus and/or actions into the provided menu and tool bar managers.
- contributeButtons(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
-
Contributes additional buttons to the given composite.
- ContributedAction - Class in org.eclipse.ui.actions
-
For a declarative editor action, see if we can link it to a command.
- ContributedAction(IServiceLocator, IConfigurationElement) - Constructor for class org.eclipse.ui.actions.ContributedAction
-
Create an action that can call a command.
- ContributedPartRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
-
Default SWT renderer responsible for an MPart.
- ContributedPartRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer
- contributeGroupMarker(IMenuManager, IConfigurationElement) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Creates a named menu group marker from the information in the configuration element.
- contributeMenu(IConfigurationElement, IMenuManager, boolean) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Creates a menu from the information in the menu configuration element and adds it into the provided menu manager.
- contributeMenuAction(ActionDescriptor, IMenuManager, boolean) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Contributes action from action descriptor into the provided menu manager.
- contributeObjectActionIdOverrides(List) - Method in interface org.eclipse.ui.internal.IObjectActionContributor
-
Contribute to the list the action identifiers from other contributions that this contribution wants to override.
- contributeObjectActionIdOverrides(List) - Method in class org.eclipse.ui.internal.ObjectActionContributor
- contributeObjectActions(IWorkbenchPart, IMenuManager, ISelectionProvider, List) - Method in interface org.eclipse.ui.internal.IObjectActionContributor
-
Implement this method to add actions that deal with the currently selected object or objects.
- contributeObjectActions(IWorkbenchPart, IMenuManager, ISelectionProvider, List) - Method in class org.eclipse.ui.internal.ObjectActionContributor
-
Contributes actions applicable for the current selection.
- contributeObjectActions(IWorkbenchPart, IMenuManager, ISelectionProvider, Set<IObjectActionContributor>) - Method in class org.eclipse.ui.internal.ObjectActionContributorManager
-
Contributes submenus and/or actions applicable to the selection in the provided viewer into the provided popup menu.
- contributeObjectMenus(IMenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.internal.IObjectActionContributor
-
Implement this method to add menus that deal with the currently selected object or objects.
- contributeObjectMenus(IMenuManager, ISelectionProvider) - Method in class org.eclipse.ui.internal.ObjectActionContributor
-
Contributes menus applicable for the current selection.
- contributeSeparator(IMenuManager, IConfigurationElement) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Creates a named menu separator from the information in the configuration element.
- contributesToHeader() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
-
Returns whether the annotation type contributes to the header of the overview ruler.
- contributeToCoolBar(ICoolBarManager) - Method in class org.eclipse.ui.part.EditorActionBarContributor
-
Contributes to the given cool bar.
- contributeToMenu(IMenuManager) - Method in class org.eclipse.compare.internal.CompareEditorContributor
- contributeToMenu(IMenuManager) - Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
- contributeToMenu(IMenuManager) - Method in class org.eclipse.ui.part.EditorActionBarContributor
-
Contributes to the given menu.
- contributeToMenu(IMenuManager) - Method in class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
- contributeToolbarAction(ActionDescriptor, IToolBarManager, boolean) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
-
Contributes action from the action descriptor into the provided tool bar manager.
- contributeToStatusLine(IStatusLineManager) - Method in class org.eclipse.ui.part.EditorActionBarContributor
-
Contributes to the given status line.
- contributeToStatusLine(IStatusLineManager) - Method in class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
- contributeToToolBar(IToolBarManager) - Method in class org.eclipse.compare.internal.CompareEditorContributor
- contributeToToolBar(IToolBarManager) - Method in class org.eclipse.ui.part.EditorActionBarContributor
-
Contributes to the given tool bar.
- contributeToToolBar(ToolBarManager) - Method in class org.eclipse.compare.CompareEditorInput
-
Adds standard actions to the given
ToolBarManager
. - CONTRIBUTION - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The meta object id for the '
Contribution
' class. - CONTRIBUTION - Static variable in interface org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.Literals
-
The meta object literal for the '
Contribution
' class. - CONTRIBUTION - Static variable in interface org.eclipse.help.IContentExtension
-
Extension type for a contribution at an anchor.
- CONTRIBUTION__CONTRIBUTION_URI - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Contribution URI' attribute.
- CONTRIBUTION__CONTRIBUTION_URI - Static variable in interface org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.Literals
-
The meta object literal for the 'Contribution URI' attribute feature.
- CONTRIBUTION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- CONTRIBUTION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Element Id' attribute.
- CONTRIBUTION__OBJECT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Object' attribute.
- CONTRIBUTION__OBJECT - Static variable in interface org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.Literals
-
The meta object literal for the 'Object' attribute feature.
- CONTRIBUTION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Persisted State' map.
- CONTRIBUTION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Tags' attribute list.
- CONTRIBUTION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The feature id for the 'Transient Data' map.
- CONTRIBUTION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The number of structural features of the 'Contribution' class.
- CONTRIBUTION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
The number of operations of the 'Contribution' class.
- CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.impl.ContributionImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectMenuItemImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectToolItemImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DynamicMenuContributionImpl
-
The default value of the '
Contribution URI
' attribute. - CONTRIBUTION_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolControlImpl
-
The default value of the '
Contribution URI
' attribute. - ContributionComparator - Class in org.eclipse.ui.model
-
A ContributionComparator is capable of ordering
IComparableContribution
instances, either as aViewerComparator
(forStructuredViewer
s) or as a traditionalComparator
. - ContributionComparator() - Constructor for class org.eclipse.ui.model.ContributionComparator
- ContributionContextTypeRegistry - Class in org.eclipse.ui.editors.text.templates
-
A registry for context types.
- ContributionContextTypeRegistry() - Constructor for class org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry
-
Creates a new context type registry.
- ContributionContextTypeRegistry(String) - Constructor for class org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry
-
Creates a new context type registry and registers all context types contributed for the given registry ID.
- ContributionImpl - Class in org.eclipse.e4.ui.model.application.impl
-
An implementation of the model object 'Contribution'.
- ContributionImpl() - Constructor for class org.eclipse.e4.ui.model.application.impl.ContributionImpl
- ContributionInfo - Class in org.eclipse.ui.testing
-
Instances of this class describe a contribution of an element of a certain type to the UI.
- ContributionInfo(String, String, IConfigurationElement) - Constructor for class org.eclipse.ui.testing.ContributionInfo
-
Creates a new instance.
- ContributionItem - Class in org.eclipse.jface.action
-
An abstract base implementation for contribution items.
- ContributionItem() - Constructor for class org.eclipse.jface.action.ContributionItem
-
Creates a contribution item with a
null
id. - ContributionItem(String) - Constructor for class org.eclipse.jface.action.ContributionItem
-
Creates a contribution item with the given (optional) id.
- CONTRIBUTIONITEM - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenuItem
- ContributionItemFactory - Class in org.eclipse.ui.actions
-
Access to standard contribution items provided by the workbench.
- ContributionItemFactory(String) - Constructor for class org.eclipse.ui.actions.ContributionItemFactory
-
Creates a new workbench contribution item factory with the given id.
- ContributionManager - Class in org.eclipse.jface.action
-
Abstract base class for all contribution managers, and standard implementation of
IContributionManager
. - ContributionManager() - Constructor for class org.eclipse.jface.action.ContributionManager
-
Creates a new contribution manager.
- CONTRIBUTIONMANAGER - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenu
- CONTRIBUTIONMANAGER - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedToolBar
- ContributionRecord - Class in org.eclipse.e4.ui.workbench.renderers.swt
- ContributionRecord(MMenu, MMenuContribution, MenuManagerRenderer) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord
- ContributionTemplateStore - Class in org.eclipse.ui.editors.text.templates
-
Manages templates.
- ContributionTemplateStore(IPreferenceStore, String) - Constructor for class org.eclipse.ui.editors.text.templates.ContributionTemplateStore
-
Creates a new template store.
- ContributionTemplateStore(ContextTypeRegistry, IPreferenceStore, String) - Constructor for class org.eclipse.ui.editors.text.templates.ContributionTemplateStore
-
Creates a new template store with a context type registry.
- contributionURI - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.impl.ContributionImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectMenuItemImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectToolItemImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.DynamicMenuContributionImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolControlImpl
-
The cached value of the '
Contribution URI
' attribute. - contributionURI() - Element in annotation interface org.eclipse.e4.core.services.nls.Message
- CONTRIBUTIONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Contribution
- CONTRIBUTIONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
- CONTRIBUTOR_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl
-
The default value of the '
Contributor URI
' attribute. - ContributorFactoryOSGi - Class in org.eclipse.core.runtime
-
The contributor factory creates new registry contributors for use in OSGi-based registries.
- ContributorFactoryOSGi() - Constructor for class org.eclipse.core.runtime.ContributorFactoryOSGi
- ContributorFactorySimple - Class in org.eclipse.core.runtime
-
The contributor factory creates new registry contributors for use in a simple registry based on the String representation of the determining object.
- ContributorFactorySimple() - Constructor for class org.eclipse.core.runtime.ContributorFactorySimple
- contributorRecordSet - Variable in class org.eclipse.ui.internal.ObjectContributorManager
- contributors - Variable in class org.eclipse.ui.internal.ObjectContributorManager
-
Table of contributors.
- contributorURI - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl
-
The cached value of the '
Contributor URI
' attribute. - contributorURI() - Element in annotation interface org.eclipse.e4.core.services.nls.Message
-
Deprecated, for removal: This API element is subject to removal in a future version.Use contributionURI instead
- CONTRIBUTORURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
- control - Variable in class org.eclipse.jface.dialogs.ControlAnimator
-
the control that will be displayed or hidden
- control - Variable in class org.eclipse.swt.layout.FormAttachment
-
control specifies the control to which the control side is attached.
- control() - Static method in class org.eclipse.jface.databinding.viewers.CellEditorProperties
-
Returns a value property for observing the control of a
CellEditor
. - Control - Class in org.eclipse.swt.widgets
-
Control is the abstract superclass of all windowed user interface classes.
- Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
-
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CONTROL - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
- CONTROL_CSS2BORDER_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
-
Constant used to store
CSSBorderProperties
instance into SWT control data. - ControlAdapter - Class in org.eclipse.swt.events
-
This adapter class provides default implementations for the methods described by the
ControlListener
interface. - ControlAdapter() - Constructor for class org.eclipse.swt.events.ControlAdapter
- ControlAnimator - Class in org.eclipse.jface.dialogs
-
ControlAnimator provides a simple implementation to display or hide a control at the bottom of the parent composite.
- ControlAnimator(Control) - Constructor for class org.eclipse.jface.dialogs.ControlAnimator
-
Constructs a new ControlAnimator instance and passes along the control that will be displayed or hidden.
- ControlContribution - Class in org.eclipse.jface.action
-
An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.
- ControlContribution(String) - Constructor for class org.eclipse.jface.action.ControlContribution
-
Creates a control contribution item with the given id.
- ControlDecoration - Class in org.eclipse.jface.fieldassist
-
ControlDecoration renders an image decoration near a control.
- ControlDecoration(Control, int) - Constructor for class org.eclipse.jface.fieldassist.ControlDecoration
-
Construct a ControlDecoration for decorating the specified control at the specified position relative to the control.
- ControlDecoration(Control, int, Composite) - Constructor for class org.eclipse.jface.fieldassist.ControlDecoration
-
Construct a ControlDecoration for decorating the specified control at the specified position relative to the control.
- ControlDecorationSupport - Class in org.eclipse.jface.databinding.fieldassist
-
Decorates the underlying controls of the target observables of a
ValidationStatusProvider
withControlDecoration
s mirroring the current validation status. - ControlDecorationUpdater - Class in org.eclipse.jface.databinding.fieldassist
-
Controls the appearance of a ControlDecoration managed by a ControlDecorationSupport.
- ControlDecorationUpdater() - Constructor for class org.eclipse.jface.databinding.fieldassist.ControlDecorationUpdater
- ControlEditor - Class in org.eclipse.swt.custom
-
A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
- ControlEditor(Composite) - Constructor for class org.eclipse.swt.custom.ControlEditor
-
Creates a ControlEditor for the specified Composite.
- ControlElement - Class in org.eclipse.e4.ui.css.swt.dom
-
CSSStylableElement
implementation which wrap SWTControl
. - ControlElement(Control, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.ControlElement
- ControlEnableState - Class in org.eclipse.jface.dialogs
-
Helper class to save the enable/disable state of a control including all its descendent controls.
- ControlEnableState(Control) - Constructor for class org.eclipse.jface.dialogs.ControlEnableState
-
Creates a new object and saves in it the current enable/disable state of the given control and its descendents; the controls that are saved are also disabled.
- ControlEnableState(Control, List<Control>) - Constructor for class org.eclipse.jface.dialogs.ControlEnableState
-
Creates a new object and saves in it the current enable/disable state of the given control and its descendents except for the given list of exception cases; the controls that are saved are also disabled.
- ControlEvent - Class in org.eclipse.swt.events
-
Instances of this class are sent as a result of controls being moved or resized.
- ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
-
Constructs a new instance of this class based on the information in the given untyped event.
- ControlListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
- controlMoved(ControlEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- controlMoved(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
-
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for
Shell
s). - controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
-
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for
Shell
s). - controlMovedAdapter(Consumer<ControlEvent>) - Static method in interface org.eclipse.swt.events.ControlListener
-
Static helper method to create a
ControlListener
for theControlListener.controlMoved(ControlEvent e)
) method, given a lambda expression or a method reference. - controlResized(ControlEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- controlResized(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
-
Sent when the size (width, height) of a control changes.
- controlResized(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
-
Sent when the size (width, height) of a control changes.
- controlResizedAdapter(Consumer<ControlEvent>) - Static method in interface org.eclipse.swt.events.ControlListener
-
Static helper method to create a
ControlListener
for theControlListener.controlResized(ControlEvent e)
) method, given a lambda expression or a method reference. - controlsHaveBeenCreated() - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
-
Determine if the controls have been created.
- controlSpacing - Variable in class org.eclipse.swt.layout.BorderLayout
-
controlSpacing specifies the number of points between the edge of one control and its neighboring control inside a region.
- convert(F) - Method in interface org.eclipse.core.databinding.conversion.IConverter
-
Returns the result of the conversion of the given object.
- convert(Object, Object, Object) - Method in interface org.eclipse.e4.ui.css.core.engine.CSSEngine
-
Convert Object type of
toType
into CSSValue String. - convert(Object, Object, Object) - Method in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
- convert(Object, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.core.dom.properties.converters.AbstractCSSValueConverter
- convert(Object, CSSEngine, Object) - Method in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverter
-
Returns String
CSSValue
of the result of the conversion of the given Objectvalue
. - convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueBooleanConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverter
-
Returns String
CSSValue
of the result of the conversion of the given Objectvalue
. - convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTColorConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTCursorConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTGradientConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTImageConverterImpl
- convert(Object, CSSEngine, Object, ICSSValueConverterConfig) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTRGBConverterImpl
- convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
- convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
- convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
- convert(CSSValue, Object, Object) - Method in interface org.eclipse.e4.ui.css.core.engine.CSSEngine
-
Convert CSSValue into Object type of
toType
. - convert(CSSValue, Object, Object) - Method in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueBooleanConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in interface org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverter
-
Returns the result of the conversion of the given CSSValue
value
. - convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTColorConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTCursorConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTGradientConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTImageConverterImpl
- convert(CSSValue, CSSEngine, Object) - Method in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTRGBConverterImpl
- convert(S) - Method in class org.eclipse.core.databinding.UpdateListStrategy
-
Converts the value from the source type to the destination type.
- CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Deprecated.since 3.1 No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Deprecated.since 3.1. No longer supported as editor actions.
- CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Deprecated.since 3.1. No longer supported as editor actions.
- convertAccelerator(int) - Static method in class org.eclipse.jface.action.Action
-
Converts an accelerator key code to a string representation.
- convertAccelerator(int) - Static method in class org.eclipse.jface.action.LegacyActionTools
-
Converts an accelerator key code to a string representation.
- convertAccelerator(String) - Static method in class org.eclipse.jface.action.Action
-
Parses the given accelerator text, and converts it to an accelerator key code.
- convertAccelerator(String) - Static method in class org.eclipse.jface.action.LegacyActionTools
-
Parses the given accelerator text, and converts it to an accelerator key code.
- convertAcceleratorToKeyStroke(int) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Given an SWT accelerator value, provide the corresponding key stroke.
- convertAcceleratorToKeyStroke(int) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Given an SWT accelerator value, provide the corresponding key stroke.
- convertedValue(Object, Function<? super S, ? extends T>) - Static method in class org.eclipse.core.databinding.property.Properties
-
Returns an
IValueProperty
whose value results from applying the given conversion function on the source object of the value property. - convertedValue(Function<? super S, ? extends T>) - Static method in class org.eclipse.core.databinding.property.Properties
-
Returns an untyped
IValueProperty
. - convertedValue(IConverter<S, T>) - Static method in class org.eclipse.core.databinding.BindingProperties
-
Returns an
IValueProperty
whose value results from applying the givenIConverter
on the source object of the value property. - converter - Variable in class org.eclipse.core.databinding.UpdateListStrategy
- Converter<F,
T> - Class in org.eclipse.core.databinding.conversion -
Abstract base class for converters.
- Converter(Object, Object) - Constructor for class org.eclipse.core.databinding.conversion.Converter
- convertEventToModifiedAccelerator(Event) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.
- convertEventToModifiedAccelerator(Event) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.
- convertEventToUnmodifiedAccelerator(KeyEvent) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.
- convertEventToUnmodifiedAccelerator(KeyEvent) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.
- convertEventToUnmodifiedAccelerator(Event) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.
- convertEventToUnmodifiedAccelerator(Event) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.
- convertEventToUnshiftedModifiedAccelerator(Event) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier.
- convertEventToUnshiftedModifiedAccelerator(Event) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier.
- convertFrom(IConverter<? super T, ? extends F>) - Method in interface org.eclipse.core.databinding.bind.steps.CommonSteps.ConvertFromStep
-
Sets the from-to direction converter on the resulting binding.
- convertFrom(IConverter<? super T, ? extends F>) - Method in interface org.eclipse.core.databinding.bind.steps.ListTwoWaySteps.ListTwoWayConvertFromStep
- convertFrom(IConverter<? super T, ? extends F>) - Method in interface org.eclipse.core.databinding.bind.steps.SetTwoWaySteps.SetTwoWayConvertFromStep
- convertFrom(IConverter<? super T, ? extends F>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayConvertFromStep
- convertFromUserEditableFormat(String, boolean) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Converts the user editable format to the internal format.
- convertHeightInCharsToPixels(int) - Method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the height of the given number of characters.
- convertHeightInCharsToPixels(int) - Method in class org.eclipse.jface.dialogs.DialogPage
-
Returns the number of pixels corresponding to the height of the given number of characters.
- convertHeightInCharsToPixels(int) - Method in class org.eclipse.jface.layout.PixelConverter
-
Returns the number of pixels corresponding to the height of the given number of characters.
- convertHeightInCharsToPixels(FontMetrics, int) - Static method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the height of the given number of characters.
- convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the given number of horizontal dialog units.
- convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.jface.dialogs.DialogPage
-
Returns the number of pixels corresponding to the given number of horizontal dialog units.
- convertHorizontalDLUsToPixels(int) - Method in class org.eclipse.jface.layout.PixelConverter
-
Returns the number of pixels corresponding to the given number of horizontal dialog units.
- convertHorizontalDLUsToPixels(FontMetrics, int) - Static method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the given number of horizontal dialog units.
- convertHorizontalDLUsToPixels(Control, int) - Method in class org.eclipse.jface.preference.FieldEditor
-
Returns the number of pixels corresponding to the given number of horizontal dialog units.
- convertItemTypeToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- convertKeyStrokeToAccelerator(KeyStroke) - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
-
Given a key stroke, this method provides the equivalent SWT accelerator value.
- convertKeyStrokeToAccelerator(KeyStroke) - Static method in class org.eclipse.ui.keys.SWTKeySupport
-
Deprecated.Given a key stroke, this method provides the equivalent SWT accelerator value.
- ConvertLineDelimitersAction - Class in org.eclipse.ui.texteditor
-
Deprecated.since 3.1. Line delimiter conversion has been modified to work on groups of files rather than being editor specific
- ConvertLineDelimitersAction(ResourceBundle, String, ITextEditor, String) - Constructor for class org.eclipse.ui.texteditor.ConvertLineDelimitersAction
-
Deprecated.Creates a line delimiter conversion action.
- ConvertLineDelimitersAction(ITextEditor, String) - Constructor for class org.eclipse.ui.texteditor.ConvertLineDelimitersAction
-
Deprecated.Creates a line delimiter conversion action.
- ConvertLineDelimitersOperation - Class in org.eclipse.core.filebuffers.manipulation
-
A text file buffer operation that changes the line delimiters to a specified line delimiter.
- ConvertLineDelimitersOperation(String) - Constructor for class org.eclipse.core.filebuffers.manipulation.ConvertLineDelimitersOperation
-
Creates a new line delimiter conversion operation for the given target delimiter.
- convertManifest(File, boolean, String, boolean, Dictionary<String, String>) - Method in interface org.eclipse.osgi.service.pluginconversion.PluginConverter
-
Converts a plug-in/fragment manifest at the given source base location (a directory or jar file) and generates a corresponding bundle manifest returned as a dictionary.
- convertManifest(File, File, boolean, String, boolean, Dictionary<String, String>) - Method in interface org.eclipse.osgi.service.pluginconversion.PluginConverter
-
Converts a plug-in/fragment manifest at the given source base location (a directory or jar file) and generates a corresponding bundle manifest at the given default target location (a file).
- convertOnly() - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueWriteConfigStep
-
Sets the
convert-only
update policy for the active observable. - convertSideValueToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- convertTo(IConverter<? super F, ? extends T>) - Method in interface org.eclipse.core.databinding.bind.steps.CommonSteps.ConvertToStep
-
Sets the from-to direction converter on the resulting binding.
- convertTo(IConverter<? super F, ? extends T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListTwoWaySteps.ListTwoWayConvertToStep
- convertTo(IConverter<? super F, ? extends T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetTwoWaySteps.SetTwoWayConvertToStep
- convertTo(IConverter<? super F, ? extends T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayConvertToStep
- convertTo(IConverter<? super F, ? extends T2>) - Method in interface org.eclipse.core.databinding.bind.steps.ListOneWaySteps.ListOneWayConvertStep
- convertTo(IConverter<? super F, ? extends T2>) - Method in interface org.eclipse.core.databinding.bind.steps.SetOneWaySteps.SetOneWayConvertStep
- convertTo(IConverter<? super F, ? extends T2>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueOneWaySteps.ValueOneWayConvertStep
- convertToHTMLContent(String) - Static method in class org.eclipse.text.html.HTMLBuilder
-
Escapes reserved HTML characters in the given string.
- convertToHTMLContentWithWhitespace(String) - Static method in class org.eclipse.text.html.HTMLBuilder
-
Escapes reserved HTML characters in the given string and returns them in a way that preserves whitespace in a browser.
- convertToInputModel(IReconcileResult[]) - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
-
Adapts the given an array with reconcile results to this step's input model and returns it.
- convertToObject(String) - Method in class org.eclipse.core.commands.AbstractParameterValueConverter
-
Converts a string encoded command parameter value into the parameter value object.
- convertTopLevelFont(String, boolean, boolean, int, String) - Static method in class org.eclipse.text.html.HTMLBuilder
-
Replaces the following style attributes of the font definition of the
html
element: font-size font-weight font-style font-family The font's name is used as font family, asans-serif
default font family is appended for the case that the given font name is not available. - convertToRelative(URI, boolean, String) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Converts an absolute path to path relative to some defined variable.
- convertToResources(IStructuredSelection) - Method in interface org.eclipse.ui.internal.ISelectionConversionService
-
Attempt to convert the elements in the passed selection into resources by asking each for its IResource property (iff it isn't already a resource).
- convertToResources(IStructuredSelection) - Method in class org.eclipse.ui.internal.SelectionConversionService
-
Attempt to convert the elements in the passed selection into resources by asking each for its IResource property (iff it isn't already a resource).
- convertToString(Object) - Method in class org.eclipse.core.commands.AbstractParameterValueConverter
-
Converts a command parameter value object into a string that encodes a reference to the object or serialization of the object.
- convertToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- convertToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- convertToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- convertToString(EDataType, Object) - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- convertToUserEditableFormat(String, boolean) - Method in interface org.eclipse.core.resources.IPathVariableManager
-
Converts the internal format of the linked resource location if the PARENT variables is used.
- convertVerticalDLUsToPixels(int) - Method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the given number of vertical dialog units.
- convertVerticalDLUsToPixels(int) - Method in class org.eclipse.jface.dialogs.DialogPage
-
Returns the number of pixels corresponding to the given number of vertical dialog units.
- convertVerticalDLUsToPixels(int) - Method in class org.eclipse.jface.layout.PixelConverter
-
Returns the number of pixels corresponding to the given number of vertical dialog units.
- convertVerticalDLUsToPixels(FontMetrics, int) - Static method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the given number of vertical dialog units.
- convertVerticalDLUsToPixels(Control, int) - Method in class org.eclipse.jface.preference.FieldEditor
-
Returns the number of pixels corresponding to the given number of vertical dialog units.
- convertWidthInCharsToPixels(int) - Method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the width of the given number of characters.
- convertWidthInCharsToPixels(int) - Method in class org.eclipse.jface.dialogs.DialogPage
-
Returns the number of pixels corresponding to the width of the given number of characters.
- convertWidthInCharsToPixels(int) - Method in class org.eclipse.jface.layout.PixelConverter
-
Returns the number of pixels corresponding to the width of the given number of characters.
- convertWidthInCharsToPixels(FontMetrics, int) - Static method in class org.eclipse.jface.dialogs.Dialog
-
Returns the number of pixels corresponding to the width of the given number of characters.
- CoolBar - Class in org.eclipse.swt.widgets
-
Instances of this class provide an area for dynamically positioning the items they contain.
- CoolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.CoolBar
-
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- COOLBAR_VISIBLE - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
-
Preference to show/hide the CoolBar.
- coolBarChildrenExist() - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns whether or not children exist for this application window's cool bar control.
- CoolBarManager - Class in org.eclipse.jface.action
-
A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
- CoolBarManager() - Constructor for class org.eclipse.jface.action.CoolBarManager
-
Creates a new cool bar manager with the default style.
- CoolBarManager(int) - Constructor for class org.eclipse.jface.action.CoolBarManager
-
Creates a cool bar manager with the given SWT style.
- CoolBarManager(CoolBar) - Constructor for class org.eclipse.jface.action.CoolBarManager
-
Creates a cool bar manager for an existing cool bar control.
- CoolBarToTrimManager - Class in org.eclipse.ui.internal
- CoolBarToTrimManager(MApplication, MTrimmedWindow, List<MTrimElement>, IRendererFactory) - Constructor for class org.eclipse.ui.internal.CoolBarToTrimManager
- CoolItem - Class in org.eclipse.swt.widgets
-
Instances of this class are selectable user interface objects that represent the dynamically positionable areas of a
CoolBar
. - CoolItem(CoolBar, int) - Constructor for class org.eclipse.swt.widgets.CoolItem
-
Constructs a new instance of this class given its parent (which must be a
CoolBar
) and a style value describing its behavior and appearance. - CoolItem(CoolBar, int, int) - Constructor for class org.eclipse.swt.widgets.CoolItem
-
Constructs a new instance of this class given its parent (which must be a
CoolBar
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. - CoolItemGroupMarker - Class in org.eclipse.ui.part
-
A group marker used by EditorActionBars to delineate CoolItem groups.
- CoolItemGroupMarker(String) - Constructor for class org.eclipse.ui.part.CoolItemGroupMarker
-
Create a new group marker with the given name.
- COPIED_FROM - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Change constant (bit mask) indicating that the resource was copied from another location.
- copy() - Method in class org.eclipse.jface.layout.FillLayoutFactory
-
Creates a copy of the receiver.
- copy() - Method in class org.eclipse.jface.layout.GridDataFactory
-
Creates a copy of the receiver.
- copy() - Method in class org.eclipse.jface.layout.GridLayoutFactory
-
Creates a copy of the receiver.
- copy() - Method in class org.eclipse.jface.layout.RowDataFactory
-
Creates a copy of the receiver.
- copy() - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
Creates a copy of the receiver.
- copy() - Method in class org.eclipse.swt.custom.CCombo
-
Copies the selected text.
- copy() - Method in class org.eclipse.swt.custom.StyledText
-
Copies the selected text to the
DND.CLIPBOARD
clipboard. - copy() - Method in class org.eclipse.swt.widgets.Combo
-
Copies the selected text.
- copy() - Method in class org.eclipse.swt.widgets.Spinner
-
Copies the selected text.
- copy() - Method in class org.eclipse.swt.widgets.Text
-
Copies the selected text.
- copy() - Method in interface org.eclipse.text.edits.ISourceModifier
-
Creates a copy of this source modifier object.
- copy() - Method in class org.eclipse.text.edits.TextEdit
-
Creates a deep copy of the edit tree rooted at this edit.
- copy() - Method in class org.eclipse.ui.forms.widgets.FormText
-
Copies the selected text into the clipboard.
- copy(boolean) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
Copies the content of one side to the other side.
- copy(boolean) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
- copy(boolean) - Method in class org.eclipse.compare.internal.ImageMergeViewer
- copy(boolean) - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
- copy(boolean) - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
-
Copy one side (source) to the other side (destination) depending on the value of
leftToRight
. - copy(int) - Method in class org.eclipse.swt.custom.StyledText
-
Copies the selected text to the specified clipboard.
- copy(int[]) - Static method in class org.eclipse.jface.text.TextUtilities
-
Returns a copy of the given integer array.
- copy(File, File) - Static method in class org.eclipse.osgi.storage.StorageUtil
-
Copies the content of the given path (file or directory) to the specified target.
- copy(String) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
-
Returns a copy of this launch configuration, as a working copy, with the specified name.
- copy(String[]) - Static method in class org.eclipse.jface.text.TextUtilities
-
Returns a copy of the given string array.
- copy(IFileStore, int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
-
Copies the file represented by this store to the provided destination store.
- copy(IFileStore, int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
-
The default implementation of
IFileStore.copy(IFileStore, int, IProgressMonitor)
. - copy(IProjectDescription, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Makes a copy of this project using the given project description.
- copy(IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Makes a copy of this project using the given project description.
- copy(IResource[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
-
Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.
- copy(IResource[], IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
-
Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.
- copy(IResource[], IPath, IProgressMonitor) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Deprecated.As of 3.3, the work is performed in the undoable operation created in
CopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)
- copy(IResource[], IPath, IProgressMonitor) - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
-
Deprecated.As of 3.3, the work is performed in the undoable operation created in
MoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)
- copy(IResource, IPath) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
-
Record the set of deltas representing a copy of the given resource to the given workspace path.
- copy(IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Makes a copy of this resource at the given path.
- copy(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Makes a copy of this resource at the given path.
- copy(IProgressMonitor, IAdaptable) - Method in class org.eclipse.ui.ide.undo.CopyResourcesOperation
-
Move or copy any known resources according to the destination parameters known by this operation.
- copy(FontData) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Returns a copy of the original FontData
- copy(FontData[]) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Returns an array of FontData containing copies of the FontData from the original.
- copy(Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a copy of the given point
- copy(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a copy of the given rectangle
- COPY - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
-
Text operation code for copying the selected text to the clipboard.
- COPY - Static variable in class org.eclipse.jface.viewers.CellEditor
-
Property name for the copy action
- COPY - Static variable in class org.eclipse.swt.custom.ST
- COPY - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "copy", commandId: "org.eclipse.ui.edit.copy"): Copy.
- COPY - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.in 3.0. Use
ActionFactory.COPY.getId()
instead. - COPY - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of standard Copy global action in the Edit menu.
- COPY - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
-
Deprecated.As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_COPY
- COPY_ACTION - Static variable in interface org.eclipse.debug.ui.IDebugView
-
Action id for a view's copy action.
- COPY_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- COPY_FROM - Static variable in interface org.eclipse.team.core.diff.ITwoWayDiff
-
Change constant (bit mask) indicating that the object was copied from another location.
- COPY_HANDLER - Static variable in interface org.eclipse.ui.swt.IFocusService
-
Use the value to provide default copy behaviour in a handler element class attribute.
- COPY_ID - Static variable in class org.eclipse.compare.internal.MergeSourceViewer
- COPY_LINE_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to copy lines downwards Value:
"CopyLineDown"
- COPY_LINE_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to copy lines upwards Value:
"CopyLineUp"
- COPY_LINES_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- COPY_LINES_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the copy lines downwards action.
- COPY_LINES_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the copy lines upwards action.
- copyAction_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- copyArea(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
-
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
- copyArea(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
-
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
- copyArea(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
-
Copies a rectangular area of the receiver at the specified position into the image, which must be of type
SWT.BITMAP
. - CopyArguments - Class in org.eclipse.ltk.core.refactoring.participants
-
Copy arguments describe the data that a processor provides to its copy participants.
- CopyArguments(Object, ReorgExecutionLog) - Constructor for class org.eclipse.ltk.core.refactoring.participants.CopyArguments
-
Creates new copy arguments.
- copyAttributes(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
-
Copies all attributes from the given prototype to this working.
- copyChild(IMemento) - Method in class org.eclipse.ui.XMLMemento
-
Create a copy of the child node and append it to this node.
- copyCount - Variable in class org.eclipse.swt.printing.PrinterData
-
the number of copies to print.
- copyData(GridData) - Static method in class org.eclipse.jface.layout.GridDataFactory
-
Returns a copy of the given GridData
- copyData(RowData) - Static method in class org.eclipse.jface.layout.RowDataFactory
-
Returns a copy of the given RowData
- copyDefaultStyleDeclarations(CSSStylableElement) - Method in interface org.eclipse.e4.ui.css.core.dom.CSSStylableElement
-
Copy all default style declarations defined into
stylableElement
. - copyDefaultStyleDeclarations(CSSStylableElement) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
- copyDirectory(IFileInfo, IFileStore, int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
-
Recursively copies a directory as specified by
IFileStore.copy(IFileStore, int, IProgressMonitor)
. - copyFile(IFileInfo, IFileStore, int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
-
Copies a file as specified by
IFileStore.copy(IFileStore, int, IProgressMonitor)
. - copyFiles(String[], IContainer) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given files and folders to the destination.
- copyFiles(URI[], IContainer) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given URIS and folders to the destination.
- CopyFilesAndFoldersOperation - Class in org.eclipse.ui.actions
-
Perform the copy of file and folder resources from the clipboard when paste action is invoked.
- CopyFilesAndFoldersOperation(Shell) - Constructor for class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Creates a new operation initialized with a shell.
- copyFilesInCurrentThread(String[], IContainer, IProgressMonitor) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.
- copyFilesInCurrentThread(URI[], IContainer, IProgressMonitor) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.
- copyFor(IActivityManager) - Method in class org.eclipse.ui.activities.ActivityManagerEvent
-
Creates a copy of this
ActivityManagerEvent
containing the givennewActivityManager
. - CopyingRangeMarker - Class in org.eclipse.text.edits
-
A
CopyingRangeMarker
can be used to track positions when executing text edits. - CopyingRangeMarker(int, int) - Constructor for class org.eclipse.text.edits.CopyingRangeMarker
-
Creates a new
CopyRangeMarker
for the given offset and length. - copyLayout(FillLayout) - Static method in class org.eclipse.jface.layout.FillLayoutFactory
-
Copies the given
FillLayout
instance - copyLayout(GridLayout) - Static method in class org.eclipse.jface.layout.GridLayoutFactory
-
Copies the given GridLayout instance
- copyLayout(RowLayout) - Static method in class org.eclipse.jface.layout.RowLayoutFactory
-
Copies the given RowLayout instance
- copyMarkedRegion(boolean) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
- copyMarkedRegion(boolean) - Method in class org.eclipse.jface.text.TextViewer
-
Copies/cuts the marked region.
- copyOne(ICompareInput, boolean) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
-
Called to copy one side of the given node to the other.
- CopyOnWriteIdentityMap<K,
V> - Class in org.eclipse.osgi.framework.eventmgr -
A copy-on-write identity map.
- CopyOnWriteIdentityMap() - Constructor for class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Creates an empty map.
- CopyOnWriteIdentityMap(CopyOnWriteIdentityMap<? extends K, ? extends V>) - Constructor for class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
-
Copy constructor.
- CopyOnWriteTextStore - Class in org.eclipse.jface.text
-
Copy-on-write
ITextStore
wrapper. - CopyOnWriteTextStore(ITextStore) - Constructor for class org.eclipse.jface.text.CopyOnWriteTextStore
-
Creates an empty text store.
- copyOrLinkFiles(String[], IContainer, int) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Depending on the 'Linked Resources' preferences it copies the given files and folders to the destination or creates links or shows a dialog that lets the user choose.
- CopyParticipant - Class in org.eclipse.ltk.core.refactoring.participants
-
A participant to participate in refactorings that copy elements to a shared clipboard.
- CopyParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CopyParticipant
- CopyProcessor - Class in org.eclipse.ltk.core.refactoring.participants
-
A special processor that performs copy operations.
- CopyProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CopyProcessor
- copyProject(IProject) - Method in class org.eclipse.ui.actions.CopyProjectOperation
-
Paste a copy of the project on the clipboard to the workspace.
- CopyProjectAction - Class in org.eclipse.ui.actions
-
The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.
- CopyProjectAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CopyProjectAction
-
Creates a new project copy action with the default text.
- CopyProjectAction(Shell) - Constructor for class org.eclipse.ui.actions.CopyProjectAction
-
Deprecated.
- CopyProjectOperation - Class in org.eclipse.ui.actions
-
Implementation class to perform the actual copying of project resources from the clipboard when paste action is invoked.
- CopyProjectOperation - Class in org.eclipse.ui.ide.undo
-
A CopyProjectOperation represents an undoable operation for copying a project, also specifying the location of its contents.
- CopyProjectOperation(IProject, String, URI, String) - Constructor for class org.eclipse.ui.ide.undo.CopyProjectOperation
-
Create a CopyProjectOperation that copies the specified project and sets its location to the specified location.
- CopyProjectOperation(Shell) - Constructor for class org.eclipse.ui.actions.CopyProjectOperation
-
Create a new operation initialized with a shell.
- CopyRefactoring - Class in org.eclipse.ltk.core.refactoring.participants
-
A generic copy refactoring.
- CopyRefactoring(CopyProcessor) - Constructor for class org.eclipse.ltk.core.refactoring.participants.CopyRefactoring
-
Creates a new copy refactoring with the given copy processor.
- CopyResourceAction - Class in org.eclipse.ui.actions
-
Standard action for copying the currently selected resources elsewhere in the workspace.
- CopyResourceAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CopyResourceAction
-
Creates a new action
- CopyResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.CopyResourceAction
-
Deprecated.
- copyResources(IResource[], IContainer) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given resources to the destination.
- copyResourcesInCurrentThread(IResource[], IContainer, IProgressMonitor) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Copies the given resources to the destination in the current Thread without forking a new Thread or blocking using a WorkspaceModifyOperation.
- CopyResourcesOperation - Class in org.eclipse.ui.ide.undo
-
A CopyResourcesOperation represents an undoable operation for copying one or more resources in the workspace.
- CopyResourcesOperation(IResource[], IPath[], String) - Constructor for class org.eclipse.ui.ide.undo.CopyResourcesOperation
-
Create a CopyResourcesOperation that copies each of the specified resources to its corresponding destination path in the destination path array.
- CopyResourcesOperation(IResource[], IPath, String) - Constructor for class org.eclipse.ui.ide.undo.CopyResourcesOperation
-
Create a CopyResourcesOperation that copies all of the specified resources to a single target location.
- CopyResourcesOperation(IResource, IPath, String) - Constructor for class org.eclipse.ui.ide.undo.CopyResourcesOperation
-
Create a CopyResourcesOperation that copies a single resource to a new location.
- copyRule(IResource, IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for copying a resource.
- copyRule(IResource, IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of
IResourceRuleFactory#copyRule
. - copySelected(boolean) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
-
Copies one side of all
DiffNode
s in the current selection to the other side. - copySelected(boolean) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
-
Overridden to call the
save
method on the structure creator after nodes have been copied from one side to the other side of an input object. - CopySourceEdit - Class in org.eclipse.text.edits
-
A copy source edit denotes the source of a copy operation.
- CopySourceEdit(int, int) - Constructor for class org.eclipse.text.edits.CopySourceEdit
-
Constructs a new copy source edit.
- CopySourceEdit(int, int, CopyTargetEdit) - Constructor for class org.eclipse.text.edits.CopySourceEdit
-
Constructs a new copy source edit.
- CopyTargetEdit - Class in org.eclipse.text.edits
-
A copy target edit denotes the target of a copy operation.
- CopyTargetEdit(int) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
-
Constructs a new copy target edit
- CopyTargetEdit(int, CopySourceEdit) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
-
Constructs an new copy target edit
- copyText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
-
Copies the substring beginning at the specified
start
offset and extending to the character at offsetend - 1
to the clipboard. - copyText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
-
Copies the substring beginning at the specified
start
offset and extending to the character at offsetend - 1
to the clipboard. - copyToClipboard(Control) - Method in interface org.eclipse.equinox.p2.ui.ICopyable
-
Copy text related to the active control to the clipboard.
- copyToClipboard(Control) - Method in class org.eclipse.equinox.p2.ui.InstalledSoftwarePage
- copyToClipboard(Control) - Method in class org.eclipse.equinox.p2.ui.RepositoryManipulationPage
- copyToClipboard(Control) - Method in class org.eclipse.equinox.p2.ui.RevertProfilePage
- CopyToClipboardProblemDialog_message - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- CopyToClipboardProblemDialog_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- copyToTempLibrary(BundleInfo.Generation, String) - Method in class org.eclipse.osgi.storage.Storage
- CORE_EXPRESSION - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The meta object id for the '
Core Expression
' class. - CORE_EXPRESSION - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the '
Core Expression
' class. - CORE_EXPRESSION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- CORE_EXPRESSION__CORE_EXPRESSION - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Core Expression' attribute.
- CORE_EXPRESSION__CORE_EXPRESSION - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the 'Core Expression' attribute feature.
- CORE_EXPRESSION__CORE_EXPRESSION_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Core Expression Id' attribute.
- CORE_EXPRESSION__CORE_EXPRESSION_ID - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
-
The meta object literal for the 'Core Expression Id' attribute feature.
- CORE_EXPRESSION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Element Id' attribute.
- CORE_EXPRESSION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Persisted State' map.
- CORE_EXPRESSION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Tags' attribute list.
- CORE_EXPRESSION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The feature id for the 'Transient Data' map.
- CORE_EXPRESSION_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
-
The default value of the '
Core Expression
' attribute. - CORE_EXPRESSION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The number of structural features of the 'Core Expression' class.
- CORE_EXPRESSION_ID_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
-
The default value of the '
Core Expression Id
' attribute. - CORE_EXPRESSION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
The number of operations of the 'Core Expression' class.
- CoreException - Exception in org.eclipse.core.runtime
-
A checked exception representing a failure.
- CoreException(IStatus) - Constructor for exception org.eclipse.core.runtime.CoreException
-
Creates a new exception with the given status object.
- coreExpression - Variable in class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
-
The cached value of the '
Core Expression
' attribute. - COREEXPRESSION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
- coreExpressionId - Variable in class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
-
The cached value of the '
Core Expression Id
' attribute. - COREEXPRESSIONID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
- CoreExpressionImpl - Class in org.eclipse.e4.ui.model.application.ui.impl
-
An implementation of the model object 'Core Expression'.
- CoreExpressionImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
- count - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
- count - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
- count - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
- count - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
- count - Variable in class org.eclipse.swt.events.MouseEvent
-
the number times the mouse has been clicked, as defined by the operating system; 1 for the first click, 2 for the second click and so on.
- count - Variable in class org.eclipse.swt.events.PaintEvent
-
the number of following paint events which are pending which may always be zero on some platforms
- count - Variable in class org.eclipse.swt.widgets.Event
-
depending on the event type, the number of following paint events that are pending which may always be zero on some platforms, or the number of lines or pages to scroll using the mouse wheel, or the number of times the mouse has been clicked
- count() - Method in interface org.eclipse.core.expressions.ICountable
-
Returns the number of elements.
- COUNT - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
-
The tag name of the count expression (value:
count
) - COUNTER_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
-
Identifier for the color used to counter informations For example in 'Foo.txt (2 matches)', the counter information is '(2 matches)'.
- COUNTER_ERROR - Static variable in exception org.eclipse.e4.ui.css.core.exceptions.DOMExceptionImpl
- COUNTER_STYLER - Static variable in class org.eclipse.jface.viewers.StyledString
-
A built-in styler using the
JFacePreferences.COUNTER_COLOR
managed in the JFace color registry (SeeJFaceResources.getColorRegistry()
). - CounterImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CounterImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CounterImpl
- CountExpression - Class in org.eclipse.core.expressions
- CountExpression(String) - Constructor for class org.eclipse.core.expressions.CountExpression
- CountExpression(IConfigurationElement) - Constructor for class org.eclipse.core.expressions.CountExpression
- CountExpression(Element) - Constructor for class org.eclipse.core.expressions.CountExpression
- countFor(int, int) - Method in interface org.eclipse.team.core.diff.IDiffTree
-
Return the number of out-of-sync elements in the given set whose synchronization state matches the given mask.
- countFor(int, int) - Method in class org.eclipse.team.core.diff.provider.DiffTree
- countFor(int, int) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
-
Return the number of out-of-sync resources in the given set whose sync kind matches the given kind and mask (e.g.
- countRenderableChildren(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Return the count of the children whose 'toBeRendered' flag is true
- covers(TextEdit) - Method in class org.eclipse.text.edits.MultiTextEdit
- covers(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
-
Returns
true
if the edit covers the given editother
. - CR - Static variable in class org.eclipse.swt.SWT
-
ASCII character convenience constant for the carriage return character (value is the
char
'\r'). - CR - Static variable in class org.eclipse.ui.keys.CharacterKey
-
Deprecated.The single static instance of
CharacterKey
which represents the carriage return (U+000D) key - CR_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the carriage return (U+000D)
- Creatable - Annotation Interface in org.eclipse.e4.core.di.annotations
-
Specifies that the target class can be created by an injector as needed.
- create() - Method in interface org.eclipse.core.runtime.IExecutableExtensionFactory
-
Creates and returns a new instance.
- create() - Static method in class org.eclipse.e4.core.contexts.EclipseContextFactory
-
Creates and returns a new empty context.
- create() - Method in class org.eclipse.equinox.jsp.jasper.registry.JSPFactory
- create() - Method in class org.eclipse.jface.dialogs.Dialog
- create() - Method in class org.eclipse.jface.dialogs.StatusDialog
- create() - Method in class org.eclipse.jface.layout.FillLayoutFactory
-
Creates a new
FillLayout
, and initializes it with values from the factory. - create() - Method in class org.eclipse.jface.layout.GridDataFactory
-
Creates a new GridData instance.
- create() - Method in class org.eclipse.jface.layout.GridLayoutFactory
-
Creates a new GridLayout, and initializes it with values from the factory.
- create() - Method in class org.eclipse.jface.layout.RowDataFactory
-
Creates a new GridData instance.
- create() - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
Creates a new RowLayout, and initializes it with values from the factory.
- create() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
- create() - Method in class org.eclipse.jface.text.AbstractInformationControl
-
Creates the content of this information control.
- create() - Method in class org.eclipse.jface.window.Window
-
Creates this window's widgetry in a new top-level shell.
- create() - Method in class org.eclipse.jsch.core.AbstractIdentityRepositoryFactory
-
This method will return an instance of
com.jcraft.com.jsch.IdentityRepository
. - create() - Static method in class org.eclipse.search.core.text.TextSearchEngine
-
Creates an instance of the search engine.
- create() - Method in class org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory
- create() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.NewFolderDialog
- create() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.ResourceSelectionDialog
- create() - Method in class org.eclipse.ui.dialogs.SelectionStatusDialog
- create() - Method in class org.eclipse.ui.ExtensionFactory
-
Creates the object referenced by the factory id obtained from the extension data.
- create() - Method in class org.eclipse.ui.intro.universal.ExtensionFactory
- create() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
- create(boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
-
Creates a new folder resource as a member of this handle's parent resource.
- create(byte[], boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates the file with the given content as byte array.
- create(byte[], int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates the file with the given content as byte array.
- create(int) - Static method in class org.eclipse.jface.layout.GridDataFactory
-
Creates a new GridDataFactory initialized with given style.
- create(int, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
-
Creates a new folder resource as a member of this handle's parent resource.
- create(InputStream, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates a new file resource as a member of this handle's parent resource.
- create(InputStream, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates a new file resource as a member of this handle's parent resource.
- create(Class, IServiceLocator, IServiceLocator) - Method in class org.eclipse.ui.internal.WorkbenchSupportFactory
- create(Class, IServiceLocator, IServiceLocator) - Method in class org.eclipse.ui.services.AbstractServiceFactory
-
When a service locator cannot find a service it will request one from the registry, which will call this factory create method.
- create(Object, Object, Function<F, T>) - Static method in interface org.eclipse.core.databinding.conversion.IConverter
-
Creates a converter which calls the argument conversion function.
- create(Runnable) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Runs the given runnable once synchronously.
- create(Runnable) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Runs the given runnable once synchronously.
- create(String) - Static method in class org.eclipse.e4.core.contexts.EclipseContextFactory
-
Creates and returns a new empty context.
- create(String) - Static method in class org.eclipse.equinox.p2.metadata.Version
-
Parses a version identifier from the specified string.
- create(String) - Static method in class org.eclipse.equinox.p2.metadata.VersionRange
-
Parses a version range from the specified string.
- create(String...) - Static method in class org.eclipse.jface.text.MultiStringMatcher
-
Creates a
MultiStringMatcher
for the givensearchStrings
. - create(String, ICoreRunnable) - Static method in class org.eclipse.core.runtime.jobs.Job
-
Creates a new Job that will execute the provided runnable when it runs.
- create(String, ICoreRunnable) - Static method in class org.eclipse.ui.progress.UIJob
-
Creates a new UIJob that will execute the provided runnable in the UI thread when it runs.
- create(String, IJobFunction) - Static method in class org.eclipse.core.runtime.jobs.Job
-
Creates a new Job that will execute the provided function when it runs.
- create(String, IJobFunction) - Static method in class org.eclipse.ui.progress.UIJob
-
Creates a new UIJob that will execute the provided function in the UI thread when it runs.
- create(String, IEclipseContext) - Method in interface org.eclipse.e4.core.services.contributions.IContributionFactory
- create(String, IEclipseContext, IEclipseContext) - Method in interface org.eclipse.e4.core.services.contributions.IContributionFactory
- create(URI, String, String, Map<String, String>) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
-
Creates and returns a new empty artifact repository of the given type at the given location.
- create(URI, String, String, Map<String, String>) - Method in class org.eclipse.equinox.p2.repository.metadata.spi.MetadataRepositoryFactory
-
Creates and returns a new empty metadata repository of the given type at the given location.
- create(Function<F, T>) - Static method in interface org.eclipse.core.databinding.conversion.IConverter
-
Creates an untyped converter which calls the argument conversion function.
- create(Supplier<List<E>>) - Static method in class org.eclipse.core.databinding.observable.list.ComputedList
-
Factory method to create
ComputedList
objects in an easy manner. - create(Supplier<Set<E>>) - Static method in class org.eclipse.core.databinding.observable.set.ComputedSet
-
Factory method to create
ComputedSet
objects in an easy manner. - create(Supplier<T>) - Static method in class org.eclipse.core.databinding.observable.value.ComputedValue
-
Factory method to create
ComputedValue
objects in an easy manner. - create(Supplier<T>, Consumer<T>) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Runs the supplier and passes its result to the consumer.
- create(Supplier<T>, Consumer<T>) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Runs the supplier and passes its result to the consumer.
- create(IConverter<S, D>) - Static method in class org.eclipse.core.databinding.UpdateListStrategy
-
Convenience method that creates an
UpdateValueStrategy
with the given converter. - create(IConverter<S, D>) - Static method in class org.eclipse.core.databinding.UpdateSetStrategy
-
Convenience method that creates an
UpdateValueStrategy
with the given converter. - create(IConverter<S, D>) - Static method in class org.eclipse.core.databinding.UpdateValueStrategy
-
Convenience method that creates an
UpdateValueStrategy
with the given converter. - create(IObservableValue<IStatus>, int, IObservable...) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the given validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(IObservableValue<IStatus>, int, IObservableList<IObservable>) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the given validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(IObservableValue<IStatus>, int, Composite, IObservable...) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(IObservableValue<IStatus>, int, Composite, IObservableList<IObservable>) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(IObservableValue<IStatus>, int, Composite, ControlDecorationUpdater, IObservable...) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(IObservableValue<IStatus>, int, Composite, ControlDecorationUpdater, IObservableList<IObservable>) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status and displays a
ControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(ValidationStatusProvider, int) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status of the specified
ValidationStatusProvider
, and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(ValidationStatusProvider, int, Composite) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status of the specified
ValidationStatusProvider
, and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(ValidationStatusProvider, int, Composite, ControlDecorationUpdater) - Static method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationSupport
-
Creates a ControlDecorationSupport which observes the validation status of the specified
ValidationStatusProvider
, and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. - create(ExpressionConverter, IConfigurationElement) - Method in class org.eclipse.core.expressions.ElementHandler
-
Creates the corresponding expression for the given configuration element.
- create(ExpressionConverter, Element) - Method in class org.eclipse.core.expressions.ElementHandler
-
Creates the corresponding expression for the given DOM element.
- create(IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
-
Creates a new project resource in the workspace using the given project description.
- create(IProjectDescription, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
-
Creates a new project resource in the workspace using the given project description.
- create(IResource) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
-
Record a delta that represents a resource being created.
- create(IAdaptable) - Method in interface org.eclipse.ltk.core.refactoring.IValidationCheckResultQueryFactory
-
Creates a new query.
- create(IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
-
Creates a new project resource in the workspace with files in the default location in the local file system.
- create(IStatus) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
from the givenIStatus
. - create(IEclipsePreferences, String) - Method in interface org.eclipse.core.runtime.preferences.IScope
-
Create and return a new preference node with the given parent and name.
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- create(EClass) - Method in class org.eclipse.e4.ui.model.fragment.impl.FragmentFactoryImpl
- create(DialogPage, DataBindingContext) - Static method in class org.eclipse.jface.databinding.dialog.DialogPageSupport
-
Connect the validation result from the given data binding context to the given dialog page.
- create(TitleAreaDialog, DataBindingContext) - Static method in class org.eclipse.jface.databinding.dialog.TitleAreaDialogSupport
-
Connect the validation result from the given data binding context to the given TitleAreaDialog.
- create(PreferencePage, DataBindingContext) - Static method in class org.eclipse.jface.databinding.preference.PreferencePageSupport
-
Connect the validation result from the given data binding context to the given preference page.
- create(DeviceResourceDescriptor<R>) - Method in class org.eclipse.jface.resource.DeviceResourceManager
- create(DeviceResourceDescriptor<R>) - Method in class org.eclipse.jface.resource.LazyResourceManager
- create(DeviceResourceDescriptor<R>) - Method in class org.eclipse.jface.resource.ResourceManager
-
Returns the resource described by the given descriptor.
- create(ColumnViewer, DataBindingContext, CellEditor, IValueProperty<? super CellEditor, T>, IValueProperty<E, M>) - Static method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
-
Returns an ObservableValueEditingSupport instance which binds the given cell editor property to the given element property.
- create(TableViewer, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.jface.viewers.TableViewerEditor
-
Create a customized editor whose activation process is customized
- create(TableViewer, SWTFocusCellManager, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.jface.viewers.TableViewerEditor
-
Create a customized editor with focusable cells
- create(TreeViewer, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.jface.viewers.TreeViewerEditor
-
Create a customized editor whose activation process is customized
- create(TreeViewer, SWTFocusCellManager, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.jface.viewers.TreeViewerEditor
-
Create a customized editor with focusable cells
- create(WizardPage, DataBindingContext) - Static method in class org.eclipse.jface.databinding.wizard.WizardPageSupport
-
Connect the validation result from the given data binding context to the given wizard page.
- create(DeviceData) - Method in class org.eclipse.swt.graphics.Device
-
Creates the device in the operating system.
- create(DeviceData) - Method in class org.eclipse.swt.printing.Printer
-
Creates the printer handle.
- create(DeviceData) - Method in class org.eclipse.swt.widgets.Display
-
Creates the device in the operating system.
- create(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
-
Creates the control for this cell editor under the given parent control.
- create(Display) - Method in class org.eclipse.jface.widgets.ShellFactory
-
Creates the shell in the given display.
- create(Shell) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Creates and assembles the dialog.
- create(IWorkbenchWindow) - Method in class org.eclipse.ui.actions.ActionFactory
-
Creates a new standard action for the given workbench window.
- create(IWorkbenchWindow) - Method in class org.eclipse.ui.actions.ContributionItemFactory
-
Creates a new standard contribution item for the given workbench window.
- create(Bundle, String, IEclipseContext) - Method in interface org.eclipse.e4.core.services.contributions.IContributionFactorySpi
- create(P) - Method in class org.eclipse.jface.widgets.AbstractWidgetFactory
- create(P) - Method in interface org.eclipse.jface.widgets.WidgetSupplier
- CREATE - Enum constant in enum class org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
-
Part state that indicates the part should be created but not necessarily made visible.
- CREATE - Static variable in class org.eclipse.debug.core.DebugEvent
-
Create event kind.
- CREATE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.EventTypes
-
Creation event
- CREATE_NEW_PASSWORD - Static variable in class org.eclipse.equinox.security.storage.provider.PasswordProvider
-
Bit mask for the password type field of the
PasswordProvider.getPassword(IPreferencesContainer, int)
method. - CREATE_UNDO - Static variable in class org.eclipse.text.edits.TextEdit
-
Flags indicating that applying an edit tree to a document is supposed to create a corresponding undo edit.
- createAccumulatingProgressMonitor(IProgressMonitor, Display) - Static method in class org.eclipse.jface.operation.ProgressMonitorUtil
-
Deprecated.
- createAction(String) - Method in class org.eclipse.compare.internal.MergeSourceViewer
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.debug.ui.actions.RulerRunToLineActionDelegate
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
-
The factory method creating the underlying action.
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.ui.texteditor.BookmarkRulerAction
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.ui.texteditor.SelectRulerAction
- createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.ui.texteditor.TaskRulerAction
- createActionBarAdvisor(IActionBarConfigurer) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
-
Creates a new action bar advisor to configure the action bars of the window via the given action bar configurer.
- createActionControls(Composite) - Method in class org.eclipse.ui.texteditor.InfoForm
-
Deprecated.Hook method for creating an appropriate action control.
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.EditorActionBuilder
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.ObjectActionContributor
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.PluginActionBuilder
-
This factory method returns a new ActionDescriptor for the configuration element.
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.PluginActionSetBuilder
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.ViewActionBuilder
- createActionDescriptor(IConfigurationElement) - Method in class org.eclipse.ui.internal.ViewerActionBuilder
- createActions() - Method in class org.eclipse.debug.ui.AbstractDebugView
-
Creates this view's actions.
- createActions() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
-
Create actions for this rendering
- createActions() - Method in class org.eclipse.ui.console.TextConsolePage
-
Creates actions.
- createActions() - Method in class org.eclipse.ui.editors.text.TextEditor
- createActions() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createActions() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates this editor's standard actions and connects them with the global workbench actions.
- createActivityPromptPref(Composite) - Method in class org.eclipse.ui.activities.ActivitiesPreferencePage
-
Create the prompt for activity enablement.
- createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates an adapter for the
target
. - createAdapter(Notifier) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
Creates an adapter for the
target
. - createAddExclusionsPowershellCommand(String) - Static method in class org.eclipse.ui.internal.WindowsDefenderConfigurator
- createAddon() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- createAddon() - Method in interface org.eclipse.e4.ui.model.application.MApplicationFactory
-
Returns a new object of class 'Addon'.
- createAddonAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Addon
'. - createAdvancedControls(Composite) - Method in class org.eclipse.ui.dialogs.NewFolderDialog
-
Creates the widget for advanced options.
- createAdvancedControls(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Creates the widget for advanced options.
- createAdvancedControls(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Creates the widget for advanced options.
- createAgent(URI) - Method in interface org.eclipse.equinox.p2.core.IProvisioningAgentProvider
-
Creates a provisioning agent who metadata is stored at the given location.
- createAggregateWorkingSet(String, String, IWorkingSet[]) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createAggregateWorkingSet(String, String, IWorkingSet[]) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Create a working set that is the union of a collection of other working sets.
- createAndCondition(Condition, Condition) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createAndCondition(Condition,Condition)
. - createAndRunWorkbench(Display, WorkbenchAdvisor) - Static method in class org.eclipse.ui.internal.Workbench
-
Creates the workbench and associates it with the the given display and workbench advisor, and runs the workbench UI.
- createAndRunWorkbench(Display, WorkbenchAdvisor) - Static method in class org.eclipse.ui.PlatformUI
-
Creates the workbench and associates it with the given display and workbench advisor, and runs the workbench UI.
- createAnimator(Control) - Method in class org.eclipse.jface.dialogs.AnimatorFactory
-
Deprecated.Creates a new ControlAnimator for use by JFace in animating the display of an SWT Control.
- createAnnotationAccess() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates the annotation access for this editor.
- createAnnotationModel(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
- createAnnotationModel(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- createAnnotationModel(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
Creates an annotation model for the given element.
- createAnnotationModel(IFile) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
Creates and returns the annotation model for the given file.
- createAnnotationModel(IPath) - Method in interface org.eclipse.core.filebuffers.IAnnotationModelFactory
-
Creates and returns a new annotation model.
- createAnnotationModel(IPath) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
-
Deprecated.As of 3.3, replaced by
ITextFileBufferManager.createAnnotationModel(IPath, LocationKind)
- createAnnotationModel(IPath) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory
- createAnnotationModel(IPath, LocationKind) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
-
Creates a new annotation for the given location.
- createAnnotationModelEvent() - Method in class org.eclipse.jface.text.source.AnnotationModel
-
Creates and returns a new annotation model event.
- createAnnotationPainter() - Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
-
Creates and configures the annotation painter and configures.
- createAnnotationRulerColumn(CompositeRuler) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates the annotation ruler column.
- createAnyNodeSelector() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createAnyNodeSelector()
. - createAppendReplace(Composite) - Method in class org.eclipse.debug.ui.EnvironmentTab
-
Creates and configures the widgets which allow the user to choose whether the specified environment should be appended to the native environment or if it should completely replace it.
- createApplication() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- createApplication() - Method in interface org.eclipse.e4.ui.model.application.MApplicationFactory
-
Returns a new object of class 'Application'.
- createApplicationAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Application
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createApplicationElementAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createArea() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
- createArea() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory
-
Returns a new object of class 'Area'.
- createAreaAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Area
'. - CreateArguments - Class in org.eclipse.ltk.core.refactoring.participants
-
Create arguments describe the data that a processor provides to its create participants.
- CreateArguments() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CreateArguments
-
Creates a new create arguments object.
- createArtifactDescriptor(IArtifactKey) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
-
Create an instance of
IArtifactDescriptor
based on the given key - createArtifactDescriptor(IArtifactKey) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
- createArtifactKey(String, String, Version) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
-
Create an instance of
IArtifactKey
- createArtifactKey(String, String, Version) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
- createAttributeCondition(String, String, boolean, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createAttributeCondition(String,String,boolean,String)
. - createAttributesArea(Composite) - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
This method is intended to be overridden by subclasses.
- createAttributesArea(Composite) - Method in class org.eclipse.ui.views.markers.internal.DialogTaskProperties
- createAutoAssistListener() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
-
This method allows subclasses to provide their own
ContentAssistant.AutoAssistListener
. - createBeginHyphenAttributeCondition(String, String, boolean, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createBeginHyphenAttributeCondition(String,String,boolean,String)
. - createBinding(IObservableValue<T>, IObservableValue<M>) - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
-
Creates a new binding for the provided
target
andmodel
. - createBinding(TriggerSequence, ParameterizedCommand, String, Map<String, String>) - Method in interface org.eclipse.e4.ui.bindings.EBindingService
- createBinding(TriggerSequence, ParameterizedCommand, String, Map<String, String>) - Method in class org.eclipse.e4.ui.bindings.internal.BindingServiceImpl
- createBindingContext() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createBindingContext() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Binding Context'.
- createBindingContextAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Binding Context
'. - createBindingsAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Bindings
'. - createBindingsAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Bindings
'. - createBindingsAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Bindings
'. - createBindingsAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Bindings
'. - createBindingsAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Bindings
'. - createBindingTable() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createBindingTable() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Binding Table'.
- createBindingTableAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Binding Table
'. - createBindingTableContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Binding Table Container
'. - createBindingTableContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Binding Table Container
'. - createBoldLabel(Composite, String) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Creates a new label with a bold font.
- createBorderPaintListener(CSSEngine, Control) - Static method in class org.eclipse.e4.ui.css.swt.helpers.CSSSWTHelpers
- createBrowser() - Method in interface org.eclipse.help.browser.IBrowserFactory
-
Obtains a new instance of a web browser.
- createBrowser(int, String, String, String) - Method in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
-
Creates the new web browser instance.
- createBrowser(String) - Method in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
-
Creates the new web browser instance.
- createBuilder(Map<String, String>) - Static method in class org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory
-
Creates a builder for the specified bundle manifest
- createBuilder(Map<String, String>, String, String, String) - Static method in class org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory
-
Creates a builder for the specified bundle manifest.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle description from the given parameters.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[]) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[], NativeCodeSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle description from the given parameters.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[], NativeCodeSpecification) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
-
Deprecated.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean, boolean, boolean, String, String, GenericSpecification[], GenericDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean, boolean, boolean, String, String, GenericSpecification[], GenericDescription[]) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
-
Deprecated.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String, String[], GenericSpecification[], GenericDescription[], NativeCodeSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle description from the given parameters.
- createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String, String[], GenericSpecification[], GenericDescription[], NativeCodeSpecification) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleDescription(Dictionary<String, String>, String, long) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
- createBundleDescription(Dictionary<String, String>, String, long) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
-
Deprecated.
- createBundleDescription(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle description that is a copy of the given description.
- createBundleDescription(BundleDescription) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleDescription(State, Dictionary<String, String>, String, long) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Returns a bundle description based on the information in the supplied manifest dictionary.
- createBundleDescription(State, Dictionary<String, String>, String, long) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleFile(File, BundleInfo.Generation, boolean, boolean) - Method in class org.eclipse.osgi.storage.Storage
- createBundleSpecification(String, VersionRange, boolean, boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle specification from the given parameters.
- createBundleSpecification(String, VersionRange, boolean, boolean) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleSpecification(BundleSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a bundle specification that is a copy of the given constraint.
- createBundleSpecification(BundleSpecification) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createBundleSpecifications(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates bundle specifications from the given declaration.
- createBundleSpecifications(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createButton(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
-
Creates the button for this cell editor under the given parent control.
- createButton(Composite, int, String) - Method in class org.eclipse.ui.about.InstallationPage
-
Creates a new button with the given id.
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.jface.dialogs.Dialog
-
Creates a new button with the given id.
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.jface.dialogs.MessageDialog
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
-
Creates a new button with the given id.
- createButton(Composite, String, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a button as a part of the form.
- createButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.Dialog
-
Creates and returns the contents of this dialog's button bar.
- createButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
- createButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.StatusDialog
- createButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.TrayDialog
- createButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.SelectionStatusDialog
- createButtonBar(Composite) - Method in class org.eclipse.ui.forms.FormDialog
- createButtons(Composite) - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
-
Create buttons to be displayed in this editor
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.compare.EditionSelectionDialog
-
Deprecated.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.compare.internal.AddFromHistoryDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.compare.internal.CompareDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.compare.internal.CompareWithOtherResourceDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.Dialog
-
Adds buttons to this dialog's button bar.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.ErrorDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.InputDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.dialogs.StatusDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.jface.wizard.WizardDialog
-
Creates the buttons for this dialog's button bar.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.team.ui.SaveablePartDialog
-
Deprecated.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.ListDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.SaveAsDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.SelectionDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
-
Deprecated.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.ide.dialogs.PathVariableSelectionDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.preferences.ViewSettingsDialog
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
Creates the OK and Cancel buttons.
- createButtonsGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
-
Creates the buttons for selecting specific types or selecting all or none of the elements.
- createCachedImageDataProvider(ImageDescriptor) - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
-
Creates a new
CompositeImageDescriptor.CachedImageDataProvider
that is backed by the given image descriptor. - createCachedImageDataProvider(Image) - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
-
Creates a new
CompositeImageDescriptor.CachedImageDataProvider
that is backed by the given image. - createCancelButton(Composite) - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
-
Creates the cancel button.
- createCategory() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createCategory() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Category'.
- createCategoryAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Category
'. - createCCombo(Composite) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a combo box as a part of the form.
- createCCombo(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a combo box as a part of the form.
- createCDataSectionSelector(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createCDataSectionSelector(String)
. - createCenterControl(Composite) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
Create the control that divides the left and right sides of the merge viewer.
- createCenterControl(Composite) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
- createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
- createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
-
Creates a
Change
object that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed. - createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
-
Creates a
Change
object describing the workspace modifications the processor contributes to the overall refactoring. - createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
-
Creates a
Change
object that performs the actual workspace transformation. - createChangeHover() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates and returns a
LineChangeHover
to be used on this editor's change ruler column. - CreateChangeOperation - Class in org.eclipse.ltk.core.refactoring
-
Operation that, when performed, creates a
Change
object for a given refactoring. - CreateChangeOperation(CheckConditionsOperation, int) - Constructor for class org.eclipse.ltk.core.refactoring.CreateChangeOperation
-
Creates a new operation with the given
CheckConditionsOperation
. - CreateChangeOperation(Refactoring) - Constructor for class org.eclipse.ltk.core.refactoring.CreateChangeOperation
-
Creates a new operation with the given refactoring.
- createChangeRequest(IProfile) - Method in interface org.eclipse.equinox.p2.planner.IPlanner
- createChangeRulerColumn() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Deprecated.as of 3.3. Not called any longer, replaced by
AbstractDecoratedTextEditor.createLineNumberRulerColumn()
- createCheatSheetView() - Static method in class org.eclipse.ui.cheatsheets.CheatSheetViewerFactory
-
Creates a new cheat sheet viewer.
- createCheckButton(Composite, String) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Creates and returns a new check button with the given label.
- createChild() - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Creates a new context using this context as a parent.
- createChild(String) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Creates a new named context using this context as a parent.
- createChild(String) - Method in interface org.eclipse.ui.IMemento
-
Creates a new child of this memento with the given type.
- createChild(String) - Method in class org.eclipse.ui.XMLMemento
-
Creates a new child of this memento with the given type.
- createChild(String, String) - Method in interface org.eclipse.ui.IMemento
-
Creates a new child of this memento with the given type and id.
- createChild(String, String) - Method in class org.eclipse.ui.XMLMemento
-
Creates a new child of this memento with the given type and id.
- createChild(IResource) - Method in class org.eclipse.compare.internal.BufferedResourceNode
- createChild(IResource) - Method in class org.eclipse.compare.ResourceNode
-
This hook method is called from
getChildren
once for every member of a container resource. - createChildEntry() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
-
Factory method to create a new child
PropertySheetEntry
instance. - createChildNodes() - Method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
- createChildPath(Object) - Method in class org.eclipse.jface.viewers.TreePath
-
Returns a copy of this tree path with the given segment added at the end.
- createChildren(Widget) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
Creates all children for the given widget.
- createChildSelector(Selector, SimpleSelector) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createChildSelector(Selector,SimpleSelector)
. - createCLabel(Composite, String) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a label as a part of the form.
- createCLabel(Composite, String, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a label as a part of the form.
- createClassCondition(String, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createClassCondition(String,String)
. - createColor() - Method in interface org.eclipse.ui.themes.IColorFactory
-
Create a new color.
- createColor() - Method in class org.eclipse.ui.themes.RGBBlendColorFactory
- createColor(String, int, int, int) - Method in class org.eclipse.ui.forms.FormColors
-
Creates the color for the specified key using the provided RGB values.
- createColor(String, RGB) - Method in class org.eclipse.ui.forms.FormColors
-
Creates the color for the specified key using the provided RGB object.
- createColor(ColorDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
-
Deprecated.use
ResourceManager.create(DeviceResourceDescriptor)
instead - createColor(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
-
Returns the Color described by this descriptor.
- createColor(RGB) - Method in class org.eclipse.jface.resource.ResourceManager
-
Allocates a color, given its RGB value.
- createColorRegistryStyler(String, String) - Static method in class org.eclipse.jface.viewers.StyledString
-
Creates a styler that takes the given foreground and background colors from the JFace color registry.
- createColumn(ITextEditor) - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
-
Creates a
IContributedRulerColumn
instance as described by the receiver. - createColumnSupport() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createColumnSupport() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates the column support to be used by this editor to manage the contributed ruler columns.
- createCOMInterfaces() - Method in class org.eclipse.swt.ole.win32.OleClientSite
- createCOMInterfaces() - Method in class org.eclipse.swt.ole.win32.OleControlSite
- createCommand() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createCommand() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Command'.
- createCommand(String) - Method in interface org.eclipse.e4.core.commands.ECommandService
-
Allows to create an instance of an existing command based on the id parameter which does not require parameters Delegates to createCommand(String,Map) passing in null as Map parameter
- createCommand(String) - Method in class org.eclipse.e4.core.commands.internal.CommandServiceImpl
- createCommand(String, Map<String, ?>) - Method in interface org.eclipse.e4.core.commands.ECommandService
-
Allows to create an instance of an existing command based on the id parameter
- createCommand(String, Map<String, ?>) - Method in class org.eclipse.e4.core.commands.internal.CommandServiceImpl
- createCommandAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Command
'. - createCommandParameter() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createCommandParameter() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Command Parameter'.
- createCommandParameterAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Command Parameter
'. - createCommentSelector(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createCommentSelector(String)
. - createCommonActionGroup() - Method in class org.eclipse.ui.navigator.CommonNavigator
-
The ActionGroup is used to populate the ActionBars of Common Navigator View Part, and the returned implementation will have an opportunity to fill the ActionBars of the view as soon as it is created
- createCommonActionGroup() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
- createCommonContentProvider() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
-
Create a Content Provider which will use an enhanced delegation model to locate extension content providers using this content service for each element in the tree.
- createCommonDescriptionProvider() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
- createCommonLabelProvider() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
-
Create a Label Provider which will use an enhanced delegation model to locate extension label providers using this content service for each element in the tree.
- createCommonManager() - Method in class org.eclipse.ui.navigator.CommonNavigator
-
The Common Navigator Manager handles the setup of the Common Navigator Menu, manages updates to the ActionBars from
CommonActionProvider
extensions as the user's selection changes, and also updates the status bar based on the current selection. - createCommonViewer(Composite) - Method in class org.eclipse.ui.navigator.CommonNavigator
-
Creates and initializes an instance of
CommonViewer
. - createCommonViewer(Composite) - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
- createCommonViewerObject(Composite) - Method in class org.eclipse.ui.navigator.CommonNavigator
-
Constructs and returns an instance of
CommonViewer
. - createCommonViewerSite(String, ISelectionProvider, Shell) - Static method in class org.eclipse.ui.navigator.CommonViewerSiteFactory
- createCommonViewerSite(String, IPageSite) - Static method in class org.eclipse.ui.navigator.CommonViewerSiteFactory
- createCommonViewerSite(IEditorSite) - Static method in class org.eclipse.ui.navigator.CommonViewerSiteFactory
- createCommonViewerSite(IViewSite) - Static method in class org.eclipse.ui.navigator.CommonViewerSiteFactory
- createCompareFilter() - Method in class org.eclipse.compare.internal.CompareFilterDescriptor
- createComposite(Composite) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates the composite as a part of the form.
- createComposite(Composite) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
- createComposite(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates the composite as part of the form using the provided style.
- createComposite(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
- createCompositePart() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createCompositePart() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Composite Part'.
- createCompositePartAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Composite Part
'. - createCompositeRuler() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates a composite ruler to be used as the vertical ruler by this editor.
- createCompositeSeparator(Composite) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates the composite that can server as a separator between various parts of a form.
- createCompoundQuery(Collection<? extends IQuery<? extends T>>, boolean) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a compound query that combines the given queries.
- createCompoundQuery(IQuery<? extends T>, IQuery<T>, boolean) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a compound query that combines the two queries.
- createConditionalSelector(SimpleSelector, Condition) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createConditionalSelector(SimpleSelector,Condition)
. - createConsumer(Object, String) - Method in class org.eclipse.e4.core.services.nls.BaseMessageRegistry
- createContainer(IPath) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
-
Creates a new container zip entry with the specified name, iff it has not already been created.
- createContainer(IProgressMonitor) - Method in class org.eclipse.core.filebuffers.manipulation.ContainerCreator
-
Creates this container.
- createContainer(Composite) - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
Creates an empty container.
- createContainerHandle(IPath) - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Creates a container resource handle for the container with the given workspace path.
- createContent(String, PrintWriter) - Method in interface org.eclipse.ui.intro.config.IIntroContentProvider
-
Creates HTML content in the provided PrintWriter.
- createContent(String, PrintWriter) - Method in class org.eclipse.ui.intro.contentproviders.AlwaysWelcomeCheckbox
- createContent(String, PrintWriter) - Method in class org.eclipse.ui.intro.contentproviders.EclipseRSSViewer
-
Create the html content for this newsreader
- createContent(String, PrintWriter) - Method in class org.eclipse.ui.intro.quicklinks.QuicklinksViewer
- createContent(String, Composite, FormToolkit) - Method in interface org.eclipse.ui.intro.config.IIntroContentProvider
-
Creates SWT content in the provided Composite.
- createContent(String, Composite, FormToolkit) - Method in class org.eclipse.ui.intro.contentproviders.AlwaysWelcomeCheckbox
- createContent(String, Composite, FormToolkit) - Method in class org.eclipse.ui.intro.contentproviders.EclipseRSSViewer
-
Create widgets to display the newsreader when using the SWT presentation
- createContent(String, Composite, FormToolkit) - Method in class org.eclipse.ui.intro.quicklinks.QuicklinksViewer
- createContent(String, Element) - Method in interface org.eclipse.ui.intro.config.IIntroXHTMLContentProvider
-
Create XHTML content in the provided parent DOM Element.
- createContent(Composite) - Method in class org.eclipse.jface.text.AbstractInformationControl
-
Creates the content of the popup window.
- createContent(Composite) - Method in class org.eclipse.jface.text.DefaultInformationControl
- createContent(Composite) - Method in class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
-
Add this block to the
parent
- createContent(IManagedForm) - Method in class org.eclipse.ui.forms.MasterDetailsBlock
-
Creates the content of the master/details block inside the managed form.
- createContent(IManagedForm, Composite) - Method in class org.eclipse.ui.forms.MasterDetailsBlock
-
Creates the content of the master/details block inside the parent composite.
- createContentArea(Composite) - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
-
Override to populate with notifications.
- createContentArea(Composite) - Method in class org.eclipse.jface.notifications.NotificationPopup
- createContentCondition(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createContentCondition(String)
. - createContents(Composite) - Method in class org.eclipse.compare.CompareEditorInput
-
Creates the SWT controls that are used to display the result of the compare operation.
- createContents(Composite) - Method in class org.eclipse.compare.internal.ComparePreferencePage
- createContents(Composite) - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog
- createContents(Composite) - Method in class org.eclipse.equinox.p2.ui.RepositoryManipulationPage
- createContents(Composite) - Method in class org.eclipse.help.ui.internal.ContextHelpDialog
- createContents(Composite) - Method in class org.eclipse.help.ui.RootScopePage
-
Creates the initial contents of the page and allocates the area for the clients.
- createContents(Composite) - Method in class org.eclipse.jface.dialogs.Dialog
-
The
Dialog
implementation of thisWindow
method creates and lays out the top level composite for the dialog, and determines the appropriate horizontal and vertical dialog units based on the font size. - createContents(Composite) - Method in class org.eclipse.jface.dialogs.DialogMessageArea
-
Create the contents for the receiver.
- createContents(Composite) - Method in class org.eclipse.jface.dialogs.DialogTray
-
Creates the contents (widgets) that will be contained in the tray.
- createContents(Composite) - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
- createContents(Composite) - Method in class org.eclipse.jface.dialogs.PopupDialog
-
The
PopupDialog
implementation of thisWindow
method creates and lays out the top level composite for the dialog. - createContents(Composite) - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
- createContents(Composite) - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
- createContents(Composite) - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
- createContents(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
- createContents(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
-
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
- createContents(Composite) - Method in class org.eclipse.jface.viewers.ColorCellEditor
- createContents(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
-
Creates the controls used to show the value of this cell editor.
- createContents(Composite) - Method in class org.eclipse.jface.window.Window
-
Creates and returns this window's contents.
- createContents(Composite) - Method in class org.eclipse.jface.wizard.WizardDialog
-
The
WizardDialog
implementation of thisWindow
method calls callIWizard.addPages
to allow the current wizard to add extra pages, thensuper.createContents
to create the controls. - createContents(Composite) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
- createContents(Composite) - Method in class org.eclipse.ui.activities.ActivitiesPreferencePage
- createContents(Composite) - Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
- createContents(Composite) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
- createContents(Composite) - Method in class org.eclipse.ui.dialogs.ProjectLocationMoveDialog
- createContents(Composite) - Method in class org.eclipse.ui.dialogs.SaveAsDialog
- createContents(Composite) - Method in interface org.eclipse.ui.forms.IDetailsPage
-
Creates the contents of the page in the provided parent.
- createContents(Composite) - Method in class org.eclipse.ui.preferences.WizardPropertyPage
-
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
- createContents(Composite) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
- createContents(Composite) - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
-
Create the contents of the configuration area in the parent.
- createContentService(String) - Method in class org.eclipse.ui.navigator.NavigatorContentServiceFactory
-
Returns an instance of INavigatorContentService configured for the given id.
- createContentService(String, StructuredViewer) - Method in class org.eclipse.ui.navigator.NavigatorContentServiceFactory
-
Returns an instance of INavigatorContentService configured for the given id.
- createContentViewerSwitchingPane(Splitter, int, CompareEditorInput) - Method in class org.eclipse.compare.CompareEditorInput
- createContext() - Method in interface org.eclipse.equinox.p2.metadata.expression.IMatchExpression
-
Creates a new context to be passed to repeated subsequent evaluations.
- createContext(Class<? extends T>, Iterator<T>) - Method in interface org.eclipse.equinox.p2.metadata.expression.IContextExpression
-
Creates a new context to be passed to a subsequent evaluation.
- createContext(Class<? extends T>, IIndexProvider<T>) - Method in interface org.eclipse.equinox.p2.metadata.expression.IContextExpression
-
Creates a new context to be passed to a subsequent evaluation.
- createContext(Object...) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Create an evaluation context with one single variable
- createContext(String) - Static method in class org.eclipse.equinox.security.auth.LoginContextFactory
-
Creates application-specific security context.
- createContext(String, URL) - Static method in class org.eclipse.equinox.security.auth.LoginContextFactory
-
Creates application-specific security context.
- createContext(String, URL, CallbackHandler) - Static method in class org.eclipse.equinox.security.auth.LoginContextFactory
-
Creates application-specific security context.
- createContext(IExpression[], Object...) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Create an evaluation context with one single variable
- createContext(ITextViewer, IRegion) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
-
Creates a concrete template context for the given region in the document.
- createContext(Subscriber) - Static method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
-
Return a resource mapping context suitable for comparison operations.
- createContextAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Context
'. - createContextAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Context
'. - createContextAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Context
'. - createContextAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Context
'. - createContextAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Context
'. - createContextMenu(Control) - Method in class org.eclipse.debug.ui.AbstractDebugView
-
Creates a pop-up menu on the given control.
- createContextMenu(Control) - Method in class org.eclipse.jface.action.MenuManager
-
Creates and returns an SWT context menu control for this menu, and installs all registered contributions.
- createContextMenuListener() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createContextMenuListener() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates the listener on this editor's context menus.
- createContextSet(Collection<Context>) - Method in class org.eclipse.e4.ui.bindings.internal.BindingTableManager
- createContextSnapshot(boolean) - Method in interface org.eclipse.ui.handlers.IHandlerService
-
This method creates a copy of the application context returned by
IHandlerService.getCurrentState()
. - createContextType(String) - Static method in class org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry
-
Tries to create a context type given an id.
- createContribution() - Method in class org.eclipse.ui.internal.EditorActionBuilder
- createContribution() - Method in class org.eclipse.ui.internal.ObjectActionContributor
- createContribution() - Method in class org.eclipse.ui.internal.PluginActionBuilder
-
Factory method to create the helper contribution class that will hold onto the menus and actions contributed.
- createContribution() - Method in class org.eclipse.ui.internal.PluginActionSetBuilder
- createContribution() - Method in class org.eclipse.ui.internal.ViewerActionBuilder
- createContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createContributionItems(IServiceLocator, IContributionRoot) - Method in class org.eclipse.ui.menus.AbstractContributionFactory
-
This factory should create the IContributionItems that it wants to contribute, and add them to the additions list.
- createContributor(Object) - Static method in class org.eclipse.core.runtime.ContributorFactorySimple
-
Creates registry contributor object based on a determining object.The determining object must not be
null
. - createContributor(Bundle) - Static method in class org.eclipse.core.runtime.ContributorFactoryOSGi
-
Creates registry contributor object based on a Bundle.
- createControl() - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
-
Creates the refactoring history control.
- createControl(CompositeRuler, Composite) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
- createControl(CompositeRuler, Composite) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
- createControl(CompositeRuler, Composite) - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
- createControl(CompositeRuler, Composite) - Method in interface org.eclipse.jface.text.source.IVerticalRulerColumn
-
Creates the column's SWT control.
- createControl(CompositeRuler, Composite) - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
- createControl(CompositeRuler, Composite) - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
- createControl(Composite) - Method in class org.eclipse.compare.internal.CompareOutlinePage
- createControl(Composite) - Method in class org.eclipse.compare.LabelContributionItem
- createControl(Composite) - Method in class org.eclipse.debug.ui.CommonTab
- createControl(Composite) - Method in class org.eclipse.debug.ui.EnvironmentTab
- createControl(Composite) - Method in interface org.eclipse.debug.ui.IDetailPane
-
Creates and returns the main control for this detail pane using the given composite as a parent.
- createControl(Composite) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
-
Creates the top level control for this launch configuration tab under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
- createControl(Composite) - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
-
Creates the top level control for this rendering under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.debug.ui.PrototypeTab
- createControl(Composite) - Method in class org.eclipse.debug.ui.RefreshTab
- createControl(Composite) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
- createControl(Composite) - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
- createControl(Composite) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolControlContribution
- createControl(Composite) - Method in class org.eclipse.equinox.p2.ui.AcceptLicensesWizardPage
- createControl(Composite) - Method in class org.eclipse.equinox.p2.ui.InstalledSoftwarePage
- createControl(Composite) - Method in class org.eclipse.equinox.p2.ui.RevertProfilePage
- createControl(Composite) - Method in class org.eclipse.jface.action.ControlContribution
-
Creates and returns the control for this contribution item under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.jface.action.CoolBarManager
-
Creates and returns this manager's cool bar control.
- createControl(Composite) - Method in class org.eclipse.jface.action.StatusLineManager
-
Creates and returns this manager's status line control.
- createControl(Composite) - Method in class org.eclipse.jface.action.ToolBarManager
-
Creates and returns this manager's tool bar control.
- createControl(Composite) - Method in interface org.eclipse.jface.dialogs.IDialogPage
-
Creates the top level control for this dialog page under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.jface.preference.FieldEditor
-
Creates this field editor's main control containing all of its basic controls.
- createControl(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
-
The
PreferencePage
implementation of thisIDialogPage
method creates a description label and button bar for the page. - createControl(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
-
Creates the control for this cell editor under the given parent control.
- createControl(Composite) - Method in class org.eclipse.jface.viewers.CheckboxCellEditor
-
The
CheckboxCellEditor
implementation of thisCellEditor
framework method does nothing and returnsnull
. - createControl(Composite) - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
- createControl(Composite) - Method in class org.eclipse.jface.viewers.ComboBoxViewerCellEditor
- createControl(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
- createControl(Composite) - Method in class org.eclipse.jface.viewers.TextCellEditor
- createControl(Composite) - Method in interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer
-
Creates the preview viewer's widget hierarchy.
- createControl(Composite) - Method in interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer
-
Creates the status viewer's widget hierarchy.
- createControl(Composite) - Method in class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
-
Creates the top level Composite for this dialog page under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
- createControl(Composite) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
- createControl(Composite) - Method in class org.eclipse.ui.cheatsheets.AbstractItemExtensionElement
-
Called by the cheat sheet framework when creating the visual representation of a step.
- createControl(Composite) - Method in class org.eclipse.ui.console.TextConsolePage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewLinkPage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardNewProjectReferencePage
- createControl(Composite) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
- createControl(Composite) - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
-
Deprecated.
- createControl(Composite) - Method in interface org.eclipse.ui.part.IPage
-
Creates the SWT control for this page under the given parent control.
- createControl(Composite) - Method in class org.eclipse.ui.part.MessagePage
- createControl(Composite) - Method in class org.eclipse.ui.part.Page
- createControl(Composite) - Method in interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock
-
Creates the control that will be displayed on the preference page.
- createControl(Composite) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
- createControl(Composite) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
-
The
ContentOutlinePage
implementation of thisIContentOutlinePage
method creates a tree viewer. - createControl(Composite) - Method in class org.eclipse.ui.views.properties.PropertySheetPage
- createControl(Composite) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
- createControl(Composite) - Method in class org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage
- createControl(Composite, int) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
-
Create the filtered tree's controls.
- createControl(Composite, int) - Method in class org.eclipse.jface.action.StatusLineManager
-
Creates and returns this manager's status line control.
- createControl(Composite, int) - Method in interface org.eclipse.jface.fieldassist.IControlCreator
-
Deprecated.Create a control with the specified parent and style bits.
- createControl(Composite, int) - Method in class org.eclipse.jface.fieldassist.TextControlCreator
-
Deprecated.
- createControl(Composite, int) - Method in class org.eclipse.jface.text.source.SourceViewer
- createControl(Composite, int) - Method in class org.eclipse.jface.text.TextViewer
-
Creates the viewer's SWT control.
- createControl(Composite, int) - Method in class org.eclipse.ui.dialogs.FilteredTree
-
Create the filtered tree's controls.
- createControl(Composite, ITextViewer) - Method in class org.eclipse.jface.text.source.CompositeRuler
- createControl(Composite, ITextViewer) - Method in interface org.eclipse.jface.text.source.IVerticalRuler
-
Creates the ruler's SWT control.
- createControl(Composite, ITextViewer) - Method in class org.eclipse.jface.text.source.OverviewRuler
- createControl(Composite, ITextViewer) - Method in class org.eclipse.jface.text.source.VerticalRuler
- createControl(Composite, ITheme) - Method in interface org.eclipse.ui.themes.IThemePreview
-
Create the preview control.
- createControl2(Composite) - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
- createControls(Composite) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
Creates the SWT controls for the ancestor, left, and right content areas of this compare viewer.
- createControls(Composite) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
- createControls(Composite) - Method in class org.eclipse.compare.internal.ImageMergeViewer
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection
- createControls(Composite, TabbedPropertySheetPage) - Method in interface org.eclipse.ui.views.properties.tabbed.ISection
-
Creates the controls for the section.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
-
Creates page's sections controls.
- createConverter(Object, Object) - Method in class org.eclipse.core.databinding.UpdateListStrategy
-
Tries to create a converter that can convert from values of type fromType.
- createCoolBarControl(Composite) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Creates the control for the cool bar manager.
- createCoolBarManager(int) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new cool bar manager for the window.
- createCoolBarManager2(int) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new cool bar manager for the window.
- createCopyright(URI, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a new
ICopyright
. - createCoreExpression() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- createCoreExpression() - Method in interface org.eclipse.e4.ui.model.application.ui.MUiFactory
-
Returns a new object of class 'Core Expression'.
- createCoreExpressionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Core Expression
'. - createCSS2FontProperties(CSSValue, String) - Static method in class org.eclipse.e4.ui.css.core.css2.CSS2FontPropertiesHelpers
-
Create and return
CSS2FontProperties
instance fromvalue
. - createCustomArea(Composite) - Method in class org.eclipse.compare.internal.NavigationEndDialog
- createCustomArea(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialog
-
Creates and returns the contents of an area of the dialog which appears below the message and above the button bar.
- createCustomArea(Composite) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog
-
Creates and returns the contents of an area of the dialog which appears below the message and above the button bar.
- createCustomizePerspectiveDialog(Perspective, IEclipseContext) - Method in class org.eclipse.ui.internal.WorkbenchWindow
- createDefault() - Static method in class org.eclipse.search.core.text.TextSearchEngine
-
Creates the default, built-in, text search engine that implements a brute-force search, not using any search index.
- createDefaultContents(Shell) - Method in class org.eclipse.ui.internal.WorkbenchWindowConfigurer
-
Creates the default window contents.
- createDefaultHttpContext() - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceImpl
- createDefaultPage(PageBook) - Method in class org.eclipse.debug.ui.AbstractDebugView
-
The default page for a debug view is its viewer.
- createDefaultPage(PageBook) - Method in class org.eclipse.ui.part.PageBookView
-
Creates and returns the default page for this view.
- createDefaultPage(PageBook) - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
- createDefaultPage(PageBook) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
- createDefaultPage(PageBook) - Method in class org.eclipse.ui.views.properties.PropertySheet
- createDefaultPhaseSet() - Static method in class org.eclipse.equinox.p2.engine.PhaseSetFactory
- createDefaultPhaseSetExcluding(String[]) - Static method in class org.eclipse.equinox.p2.engine.PhaseSetFactory
-
Creates a default phase set that covers all the provisioning operations.
- createDefaultRegistryHttpContext() - Method in class org.eclipse.equinox.http.registry.internal.HttpRegistryManager
- createDelegate() - Method in class org.eclipse.ui.internal.PluginAction
-
Creates the delegate and refreshes its enablement.
- createDelegateMerger(IStorage) - Method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
-
Create a merger for the given storage or return
null
if an appropriate merger could not be created. - createDeltaFactory() - Method in class org.eclipse.core.resources.mapping.ResourceChangeValidator
-
Return an empty change description factory that can be used to build a proposed resource delta.
- createDescendantSelector(Selector, SimpleSelector) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createDescendantSelector(Selector,SimpleSelector)
. - createDescription(IProject, String, IPath) - Method in class org.eclipse.ui.actions.CopyProjectAction
-
Create a new IProjectDescription for the copy using the name and path selected from the dialog.
- createDescriptionLabel(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
-
Creates and returns an SWT label under the given composite.
- createDescriptor() - Method in class org.eclipse.ltk.core.refactoring.RefactoringContribution
-
Creates a new customizable refactoring descriptor initialized with its default values.
- createDescriptor(String, String, String, String, Map<String, String>, int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringContribution
-
Creates a new refactoring descriptor initialized with the values provided by the arguments of this method.
- createDestinationGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
-
Creates the export destination specification visual components.
- createDestinationGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
-
Creates the import destination specification controls.
- createDetailPane(String) - Method in interface org.eclipse.debug.ui.IDetailPaneFactory
-
Creates and returns a detail pane corresponding to the given detail pane type identifier that this factory can produce (according to
getDetailPaneTypes(IStructuredSelection selection)
). - createDetailsButton(Composite) - Method in class org.eclipse.jface.dialogs.ErrorDialog
-
Create the details button if it should be included.
- createDeviceURI(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Deprecated.Use
createURI
, which now has explicit device support enabled. The two methods now operate identically. - createDialog() - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
-
Create the dialog for the receiver.
- createDialogAndButtonArea(Composite) - Method in class org.eclipse.jface.dialogs.ErrorDialog
- createDialogAndButtonArea(Composite) - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
-
Create the dialog area and the button bar for the receiver.
- createDialogArea(Composite) - Method in class org.eclipse.compare.EditionSelectionDialog
-
Deprecated.
- createDialogArea(Composite) - Method in class org.eclipse.compare.internal.AddFromHistoryDialog
- createDialogArea(Composite) - Method in class org.eclipse.compare.internal.CompareDialog
- createDialogArea(Composite) - Method in class org.eclipse.compare.internal.CompareWithOtherResourceDialog
- createDialogArea(Composite) - Method in class org.eclipse.debug.ui.DebugPopup
- createDialogArea(Composite) - Method in class org.eclipse.debug.ui.InspectPopupDialog
- createDialogArea(Composite) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
- createDialogArea(Composite) - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.e4.ui.bindings.internal.KeyAssistDialog
-
Creates the content area for the key assistant.
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.Dialog
-
Creates and returns the contents of the upper part of this dialog (above the button bar).
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.ErrorDialog
-
This implementation of the
Dialog
framework method creates and lays out a composite. - createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.InputDialog
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialog
-
This implementation of the
Dialog
framework method creates and lays out a composite and callscreateMessageArea
andcreateCustomArea
to populate it. - createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog
-
This implementation of the
Dialog
framework method creates and lays out a composite and callscreateMessageArea
andcreateCustomArea
to populate it. - createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.PopupDialog
-
Creates and returns the contents of the dialog (the area below the title area and above the info text area.
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
- createDialogArea(Composite) - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
-
Creates and returns the contents of the upper part of this dialog (above the button bar).
- createDialogArea(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
- createDialogArea(Composite) - Method in class org.eclipse.jface.wizard.WizardDialog
- createDialogArea(Composite) - Method in class org.eclipse.team.ui.SaveablePartDialog
-
Deprecated.
- createDialogArea(Composite) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageDialog
-
Deprecated.
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ContainerSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
-
Creates and returns the contents of the upper part of the dialog (above the button bar).
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ElementListSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ListDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.NewFolderDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ProjectLocationMoveDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
-
Creates the contents of this dialog, initializes the listener and the update thread.
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.ResourceSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.SaveAsDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
- createDialogArea(Composite) - Method in class org.eclipse.ui.dialogs.TypeFilteringDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.forms.FormDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.ide.dialogs.PathVariableSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
- createDialogArea(Composite) - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
Method declared on Dialog.
- createDiffRectangle(int, int, int, int) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a rectangle which, when added to another rectangle, will expand each side by the given number of units.
- createDiffViewer(Composite) - Method in class org.eclipse.compare.CompareEditorInput
-
Factory method for creating a differences viewer for the top left pane.
- createDirectAdjacentSelector(short, Selector, SimpleSelector) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createDirectAdjacentSelector(short,Selector,SimpleSelector)
. - createDirectMenuItem() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createDirectMenuItem() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Direct Menu Item'.
- createDirectMenuItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Direct Menu Item
'. - createDirectToolItem() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createDirectToolItem() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Direct Tool Item'.
- createDirectToolItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Direct Tool Item
'. - createDirtyableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Dirtyable
'. - createDirtyableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Dirtyable
'. - createDisplay() - Static method in class org.eclipse.ui.internal.Workbench
-
Creates the
Display
to be used by the workbench. - createDisplay() - Static method in class org.eclipse.ui.PlatformUI
-
Creates the
Display
to be used by the workbench. - createDisplayString(int) - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
- createDisplayString(int) - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
-
Computes the string to be printed for
line
. - createDocument() - Method in interface org.eclipse.core.filebuffers.IDocumentFactory
-
Deprecated.Creates and returns a new, empty document.
- createDocument(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- createDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
Creates the document for the given element.
- createDocumentAdapter() - Method in class org.eclipse.jface.text.TextViewer
-
Factory method to create the document adapter to be used by this viewer.
- createDocumentAdapter() - Method in class org.eclipse.ui.console.TextConsoleViewer
- createDocumentBuilderFactoryWithErrorOnDOCTYPE() - Static method in class org.eclipse.jface.internal.XmlProcessorFactoryJFace
-
Creates DocumentBuilderFactory which throws SAXParseException when detecting external entities.
- createDocumentBuilderWithErrorOnDOCTYPE() - Static method in class org.eclipse.jface.internal.XmlProcessorFactoryJFace
-
Creates DocumentBuilder which throws SAXParseException when detecting external entities.
- createDragAdapter() - Method in class org.eclipse.ui.navigator.CommonViewer
-
Creates the
CommonDragAdapter
, this is used to provide a subclass if desired. - createDropAdapter() - Method in class org.eclipse.ui.navigator.CommonViewer
-
Creates the
CommonDropAdapter
, this is used to provide a subclass if desired. - createDropDownList(Composite) - Method in class org.eclipse.jface.dialogs.ErrorDialog
-
Create this dialog's drop-down list component.
- createDynamicMenuContribution() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createDynamicMenuContribution() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Dynamic Menu Contribution'.
- createDynamicMenuContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Dynamic Menu Contribution
'. - createEditorInputData(String, IEditorInput) - Static method in class org.eclipse.ui.part.EditorInputTransfer
- createEditorReferenceForPart(MPart, IEditorInput, String, IMemento) - Method in class org.eclipse.ui.internal.WorkbenchPage
- createElement(Object, Object, IProgressMonitor) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator2
-
Creates the single node specified by path from the given input object.
- createElement(Object, Object, IProgressMonitor) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
-
Default implementation of
StructureCreator.createElement(Object, Object, IProgressMonitor)
that usesStructureCreator.getPath(Object, Object)
to determine the path for the element,StructureCreator.createStructure(Object, IProgressMonitor)
to create the structure andStructureCreator.findElement(IStructureComparator, String[])
to find the element in the structure. - createElement(FileSystemElement, Object) - Method in class org.eclipse.ui.wizards.datatransfer.PopulateRootOperation
-
Creates and returns a
FileSystemElement
if the specified file system object merits one. - createElement(FileSystemElement, Object) - Method in class org.eclipse.ui.wizards.datatransfer.SelectFilesOperation
-
Creates and returns a
FileSystemElement
if the specified file system object merits one. - createElement(FileSystemElement, Object, int) - Method in class org.eclipse.ui.wizards.datatransfer.PopulateRootOperation
-
Creates and returns a
FileSystemElement
if the specified file system object merits one. - createElement(IMemento) - Method in class org.eclipse.ui.ide.FileStoreEditorInputFactory
- createElement(IMemento) - Method in interface org.eclipse.ui.IElementFactory
-
Re-creates and returns an object from the state captured within the given memento.
- createElement(IMemento) - Method in class org.eclipse.ui.internal.WorkingSetFactory
- createElement(IMemento) - Method in class org.eclipse.ui.part.FileEditorInputFactory
- createElementCollector(Object, PendingUpdateAdapter) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
-
Create the element collector for the receiver.
- createElementContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Element Container
'. - createElementContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Element Container
'. - createElementContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Element Container
'. - createElementContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Element Container
'. - createElementContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Element Container
'. - createElementInfo(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
- createElementInfo(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- createElementInfo(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
Creates a new element info object for the given element.
- createElementSelector(String, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createElementSelector(String,String)
. - createEmptyChangeEvent() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
-
Create an empty change event.
- createEmptyChangeEvent() - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
- createEmptyDocument() - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
-
Factory method for creating empty documents.
- createEmptyDocument(IPath) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
-
Deprecated.As of 3.3, replaced by
ITextFileBufferManager.createEmptyDocument(IPath, LocationKind)
- createEmptyDocument(IPath, LocationKind) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
-
Creates a new empty document.
- createEmptyFileInfo() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
Creates and returns a new and empty file info object.
- createEmptyNavigationLocation() - Method in interface org.eclipse.ui.INavigationLocationProvider
-
Creates an empty navigation location.
- createEmptyNavigationLocation() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- createEmptyWindowContents(Composite) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
-
Deprecated.This method is no longer used. Applications now define workbench window contents in their application model.
- createEncodingGroup(Composite, int) - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
-
Creates a composite with all the encoding controls.
- createEncodingGroup(Composite, int) - Method in class org.eclipse.ui.ide.dialogs.ResourceEncodingFieldEditor
- createEngine() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
-
Creates a spelling engine as described in the extension's xml.
- createEntry(IWorkbenchPage, IEditorPart, INavigationLocation) - Method in class org.eclipse.ui.internal.NavigationHistory
- createEnvironmentTable(Composite) - Method in class org.eclipse.debug.ui.EnvironmentTab
-
Creates and configures the table that displayed the key/value pairs that comprise the environment.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for the default case.
- createEObjectAdapter() - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
Creates a new adapter for the default case.
- createErrorPart(IStatus) - Method in class org.eclipse.ui.internal.EditorReference
- createErrorPart(IStatus) - Method in class org.eclipse.ui.internal.ViewReference
- createErrorPart(IStatus) - Method in class org.eclipse.ui.internal.WorkbenchPartReference
- createErrorStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with oneERROR
entry filled with the given message. - createErrorStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a
RefactoringStatus
with oneERROR
entry fill with the given message and context. - createExecutableExtension(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
-
Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.
- createExecutableExtension(RegistryContributor, String, String) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
-
Creates an executable extension.
- createExecutionEvent(Command, Event) - Method in interface org.eclipse.ui.handlers.IHandlerService
-
Creates an execution event based on an SWT event.
- createExecutionEvent(ParameterizedCommand, Event) - Method in interface org.eclipse.ui.handlers.IHandlerService
-
Creates a parameterized execution event based on an SWT event and a parameterized command.
- createExistentResourceFromHandle(IResource, IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.ResourceDescription
-
Deprecated.Given a resource handle, create an actual resource with the attributes of the receiver resource description.
- createExistentResourceFromHandle(IProgressMonitor) - Method in interface org.eclipse.core.resources.undo.snapshot.IResourceSnapshot
-
Given a resource handle, create an actual resource with the attributes of the receiver resource description.
- createExpandableComposite(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates an expandable composite as a part of the form.
- createExportPackageDescription(String, Version, Map<String, ?>, Map<String, ?>, boolean, BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Used by the Resolver to dynamically create ExportPackageDescription objects during the resolution process.
- createExportPackageDescription(String, Version, Map<String, ?>, Map<String, ?>, boolean, BundleDescription) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createExportPackageDescription(ExportPackageDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates an export package specification that is a copy of the given constraint
- createExportPackageDescription(ExportPackageDescription) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createExportPackageDescriptions(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates export package descriptions from the given declaration.
- createExportPackageDescriptions(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createExpression(IQuery<T>) - Static method in class org.eclipse.equinox.p2.query.ExpressionQuery
- createExpressionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Expression
'. - createExtendedContentArea(Composite) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
-
Creates an extra content area, which will be located above the details.
- createExtendedContentArea(Composite) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
- createExtension(IConfigurationElement, String) - Static method in class org.eclipse.ui.internal.WorkbenchPlugin
-
Creates an extension.
- createExtensionPointFilter(IExtensionPoint) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
-
Return an instance of filter matching all changes for the given extension point.
- createExtensionPointFilter(IExtensionPoint[]) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
-
Return an instance of filter matching all changes for the given extension points.
- createFactory(Consumer<ISideEffect>) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Creates a new
ISideEffectFactory
which will notify the givenConsumer
of everyISideEffect
that is constructed by the factory. - createFactory(Widget) - Static method in class org.eclipse.jface.databinding.swt.WidgetSideEffects
-
Creates an
ISideEffectFactory
which will dispose all createdISideEffect
instances automatically in case the givenWidget
is disposed. - createFatalErrorStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with oneFATAL
entry filled with the given message. - createFatalErrorStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a
RefactoringStatus
with oneFATAL
entry fill with the given message and context. - createFeatureEntry(String, String, String, boolean, String, URL[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Create a feature entry
- createFeatureEntry(String, String, String, String, boolean, String, URL[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Create a feature entry
- createFieldEditors() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
-
Creates the page's field editors.
- createFieldEditors() - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
-
Deprecated.
- createFields() - Method in class org.eclipse.ui.views.markers.internal.MarkerGroup
-
Create the fields for the marker views.
- createFields() - Method in class org.eclipse.ui.views.markers.internal.TypeMarkerGroup
-
Create the fields for the marker views.
- createFile(ZipEntry) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
-
Creates a new file zip entry with the specified name.
- createFile(IFile, InputStream, IProgressMonitor) - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Deprecated.As of 3.3, use or override
WizardNewFileCreationPage.createNewFile()
which uses the undoable operation support. To supply customized file content for a subclass, useWizardNewFileCreationPage.getInitialContents()
. - CreateFileAction - Class in org.eclipse.ui.actions
-
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)
- CreateFileAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CreateFileAction
-
Deprecated.see deprecated tag on class
- CreateFileAction(Shell) - Constructor for class org.eclipse.ui.actions.CreateFileAction
-
Deprecated.
- createFileElement(IFile) - Static method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
-
Returns a typed element that represents a local file.
- createFileFromDocument(IProgressMonitor, IFile, IDocument) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
Creates the given file with the given document content.
- createFileHandle(IPath) - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Creates a file resource handle for the file with the given workspace path.
- createFileInfo() - Static method in class org.eclipse.core.filesystem.EFS
-
Creates an empty file information object.
- createFileInfo(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
Creates and returns the file info object for the given element.
- CreateFileOperation - Class in org.eclipse.ui.ide.undo
-
A CreateFileOperation represents an undoable operation for creating a file in the workspace.
- CreateFileOperation(IFile, URI, InputStream, String) - Constructor for class org.eclipse.ui.ide.undo.CreateFileOperation
-
Create a CreateFileOperation
- createFilePatch(IPath, long, IPath, long, IHunk[]) - Static method in class org.eclipse.compare.patch.PatchBuilder
-
Creates an IFilePatch2 instance and performs recalculation of all hunks' after positions.
- createFileSelectionGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
-
Create the import source selection widget
- createFileURI(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method based on parsing a
File
path string. - createFilter() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
-
Creates an instance of a filter.
- createFilter() - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
- createFilter(int, FileInfoMatcherDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IContainer
-
Adds a new filter to this container.
- createFilterControls(Composite) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
-
Create the filter controls.
- createFilterControls(Composite) - Method in class org.eclipse.ui.dialogs.FilteredTree
-
Create the filter controls.
- createFilteredList(Composite) - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
-
Creates a filtered list.
- createFilterText(Composite) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
-
Creates the filter text and adds listeners.
- createFilterText(Composite) - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
-
Creates the filter text.
- createFilterText(Composite) - Method in class org.eclipse.ui.dialogs.FilteredTree
-
Creates the filter text and adds listeners.
- createFlatFormComposite(Composite) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a flat form composite as a part of the form.
- createFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
-
Creates and adds a new folder with the given id to this page layout.
- createFolder(IFolder, IProgressMonitor) - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Deprecated.As of 3.3, use
WizardNewFolderMainPage.createNewFolder()
which uses the undoable operation support. - CreateFolderAction - Class in org.eclipse.ui.actions
-
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)
- CreateFolderAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.CreateFolderAction
-
Deprecated.see deprecated tag on class
- CreateFolderAction(Shell) - Constructor for class org.eclipse.ui.actions.CreateFolderAction
-
Deprecated.
- createFolderHandle(IPath) - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Creates a folder resource handle for the folder with the given workspace path.
- CreateFolderOperation - Class in org.eclipse.ui.ide.undo
-
A CreateFolderOperation represents an undoable operation for creating a folder in the workspace.
- CreateFolderOperation(IFolder, URI, boolean, UIResourceFilterDescription[], String) - Constructor for class org.eclipse.ui.ide.undo.CreateFolderOperation
-
Create a CreateFolderOperation
- CreateFolderOperation(IFolder, URI, String) - Constructor for class org.eclipse.ui.ide.undo.CreateFolderOperation
-
Create a CreateFolderOperation
- createFont(FontDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
-
Deprecated.use
ResourceManager.create(DeviceResourceDescriptor)
instead - createFont(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
-
Creates the Font described by this descriptor.
- createFor(ICompareContainer, Shell) - Static method in class org.eclipse.compare.internal.CompareHandlerService
- createForm(Composite) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a form widget in the provided parent.
- createFormattingContext() - Method in class org.eclipse.jface.text.source.SourceViewer
-
Creates a new formatting context for a format operation.
- createFormattingContext(int, int) - Method in class org.eclipse.jface.text.source.SourceViewer
-
Creates a new formatting context for a format operation.
- createFormContent(IManagedForm) - Method in class org.eclipse.ui.forms.editor.FormPage
-
Subclasses should override this method to create content in the form hosted in this page.
- createFormContent(IManagedForm) - Method in class org.eclipse.ui.forms.FormDialog
-
Configures the dialog form and creates form content.
- createFormText(Composite, boolean) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a rich text as a part of the form.
- createFrame(Object) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
-
Returns a new tree frame capturing the specified input element.
- createFrameList() - Method in class org.eclipse.ui.navigator.CommonViewer
- createFrom(String, int, int) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Creates a new FontDescriptor given an OS-specific font name, height, and style.
- createFrom(Color) - Static method in class org.eclipse.jface.resource.ColorDescriptor
-
Creates a ColorDescriptor from an existing color.
- createFrom(Color, Device) - Static method in class org.eclipse.jface.resource.ColorDescriptor
-
Deprecated.
- createFrom(Font) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Creates a FontDescriptor that describes an existing font.
- createFrom(FontData) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Creates a new FontDescriptor given the associated FontData
- createFrom(FontData[]) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Creates a new FontDescriptor given the an array of FontData that describes the font.
- createFrom(Font, Device) - Static method in class org.eclipse.jface.resource.FontDescriptor
-
Deprecated.
- createFrom(RGB) - Static method in class org.eclipse.jface.resource.ColorDescriptor
-
Returns a color descriptor for the given RGB values
- createFrom(FillLayout) - Static method in class org.eclipse.jface.layout.FillLayoutFactory
-
Creates a factory that creates copies of the given layout.
- createFrom(GridData) - Static method in class org.eclipse.jface.layout.GridDataFactory
-
Creates a new GridDataFactory that creates copies of the given GridData by default.
- createFrom(GridLayout) - Static method in class org.eclipse.jface.layout.GridLayoutFactory
-
Creates a factory that creates copies of the given layout.
- createFrom(RowData) - Static method in class org.eclipse.jface.layout.RowDataFactory
-
Creates a new RowDataFactory that creates copies of the given RowData by default.
- createFrom(RowLayout) - Static method in class org.eclipse.jface.layout.RowLayoutFactory
-
Creates a factory that creates copies of the given layout.
- createFromFile(Class<?>, String) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new image descriptor from a file.
- createFromImage(Image) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new image descriptor for the given image.
- createFromImage(Image, Device) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Deprecated.
- createFromImageData(ImageData) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Deprecated.
- createFromImageDataProvider(ImageDataProvider) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new image descriptor given an ImageDataProvider describing the image.
- createFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- createFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- createFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createFromURL(URL) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new image descriptor from a URL.
- createFromURLSupplier(boolean, Supplier<URL>) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new image descriptor from a supplier of a URL.
- createGenericDescription(String, String, Version, Map<String, ?>) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
- createGenericDescription(String, String, Version, Map<String, ?>) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
-
Deprecated.
- createGenericDescription(String, Map<String, ?>, Map<String, String>, BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a generic description from the given parameters
- createGenericDescription(String, Map<String, ?>, Map<String, String>, BundleDescription) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createGenericDescriptions(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates generic descriptions from the given declaration.
- createGenericDescriptions(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createGenericSpecification(String, String, String, boolean, boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a generic specification from the given parameters
- createGenericSpecification(String, String, String, boolean, boolean) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createGenericSpecifications(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates generic specifications from the given declaration.
- createGenericSpecifications(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createGenericStackAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Generic Stack
'. - createGenericStackAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Generic Stack
'. - createGenericStackAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Generic Stack
'. - createGenericTileAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Generic Tile
'. - createGenericTileAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Generic Tile
'. - createGenericTileAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Generic Tile
'. - createGenericTrimContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Generic Trim Container
'. - createGenericTrimContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Generic Trim Container
'. - createGenericURI(String, String, String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method for a generic, non-hierarchical URI.
- createGroup(Composite, String) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a group as a part of the form.
- createGui(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
Creates and returns the UI element corresponding to the given model element.
- createGui(MUIElement, Object, IEclipseContext) - Method in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
Creates and returns the UI element for the given model element.
- createHandledItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Handled Item
'. - createHandledMenuItem() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createHandledMenuItem() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Handled Menu Item'.
- createHandledMenuItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Handled Menu Item
'. - createHandledToolItem() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createHandledToolItem() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Handled Tool Item'.
- createHandledToolItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Handled Tool Item
'. - createHandler() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createHandler() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Handler'.
- createHandlerAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Handler
'. - createHandlerContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Handler Container
'. - createHandlerContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Handler Container
'. - createHandlerContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Handler Container
'. - createHandlerContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Handler Container
'. - createHandlerContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Handler Container
'. - createHandlerForCombo(Combo, SubjectControlContentAssistant) - Static method in class org.eclipse.ui.contentassist.ContentAssistHandler
-
Deprecated.Creates a new
ContentAssistHandler
for the givenCombo
. - createHandlerForText(Text, SubjectControlContentAssistant) - Static method in class org.eclipse.ui.contentassist.ContentAssistHandler
-
Deprecated.Creates a new
ContentAssistHandler
for the givenText
. - createHeaderContents(IManagedForm) - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
-
Subclasses should extend this method to configure the form that owns the shared header.
- createHelpControl(Composite) - Method in class org.eclipse.jface.dialogs.TrayDialog
-
Creates a new help control that provides access to context help.
- createHierarchicalURI(String[], String, String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method for a relative hierarchical URI with relative path.
- createHierarchicalURI(String, String, String, String[], String, String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method for a hierarchical URI with absolute path.
- createHierarchicalURI(String, String, String, String, String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method for a hierarchical URI with no path.
- createHostSpecification(String, VersionRange) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a host specification from the given parameters.
- createHostSpecification(String, VersionRange) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createHostSpecification(HostSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a host specification that is a copy of the given constraint.
- createHostSpecification(HostSpecification) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createHostSpecifications(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates host specifications from the given declaration.
- createHostSpecifications(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createHunk(int, String[]) - Static method in class org.eclipse.compare.patch.PatchBuilder
-
Creates an IHunk instance.
- createHyperlink(Composite, String, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a hyperlink as a part of the form.
- createHyperlinkDetector() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
-
Deprecated.As of 3.9, replaced by
HyperlinkDetectorDescriptor.createHyperlinkDetectorImplementation()
- createHyperlinkDetectorImplementation() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
-
Creates a new
IHyperlinkDetector
. - createHyperlinkDetectors(String, IAdaptable) - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorRegistry
- createId() - Method in class org.eclipse.ui.internal.Workbench
- createIdCondition(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createIdCondition(String)
. - createIgnoreWhiteSpaceAction(ResourceBundle, CompareConfiguration) - Static method in class org.eclipse.compare.internal.ChangePropertyAction
- createIgnoreWhitespaceContributor(IDocument) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Creates an
IIgnoreWhitespaceContributor
which allows to hook into the ignore whitespace logic in the compare viewer. - createImage() - Method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new SWT image for this image descriptor.
- createImage(boolean) - Method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new SWT image for this image descriptor.
- createImage(boolean, Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new SWT image for this image descriptor.
- createImage(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
-
Deprecated.use
ResourceManager.create(DeviceResourceDescriptor)
instead - createImage(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates and returns a new SWT image for this image descriptor.
- createImageHyperlink(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates an image hyperlink as a part of the form.
- createImageProvider(Function<Object, Image>) - Static method in class org.eclipse.jface.viewers.ColumnLabelProvider
-
Creates a
ColumnLabelProvider
which implements theColumnLabelProvider.getImage(java.lang.Object)
method by calling the argument function. - createImageProvider(Function<Object, Image>) - Static method in class org.eclipse.jface.viewers.LabelProvider
-
Creates a
LabelProvider
which implements theLabelProvider.getImage(java.lang.Object)
method by calling the argument function. - createImageRegistry() - Method in class org.eclipse.ui.internal.UIPlugin
-
Returns the image registry for this plugin.
- createImageRegistry() - Method in class org.eclipse.ui.internal.WorkbenchPlugin
-
Returns the image registry for this plugin.
- createImageRegistry() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
-
Returns a new image registry for this plugin-in.
- createImageWithDefault(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
-
Creates an image, given an image descriptor.
- createImperativeExpression() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- createImperativeExpression() - Method in interface org.eclipse.e4.ui.model.application.ui.MUiFactory
-
Returns a new object of class 'Imperative Expression'.
- createImperativeExpressionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Imperative Expression
'. - createImportPackageSpecification(String, VersionRange, String, VersionRange, Map<String, ?>, Map<String, ?>, BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates an import package specification from the given parameters.
- createImportPackageSpecification(String, VersionRange, String, VersionRange, Map<String, ?>, Map<String, ?>, BundleDescription) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createImportPackageSpecification(ImportPackageSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates an import package specification that is a copy of the given import package
- createImportPackageSpecification(ImportPackageSpecification) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createImportPackageSpecifications(String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates an import package specifications from the given declaration.
- createImportPackageSpecifications(String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createInformationControl(Shell) - Method in class org.eclipse.jface.text.AbstractReusableInformationControlCreator
- createInformationControl(Shell) - Method in interface org.eclipse.jface.text.IInformationControlCreator
-
Creates a new information control with the given shell as the control's parent.
- createInfoStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with oneINFO
entry filled with the given message. - createInfoStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with oneINFO
entry filled with the given message and context. - createInfoTextArea(Composite) - Method in class org.eclipse.jface.dialogs.PopupDialog
-
Creates the optional info text area.
- createInitialLayout(IPageLayout) - Method in interface org.eclipse.ui.IPerspectiveFactory
-
Creates the initial layout for a page.
- createInnerPartControl(Composite, IEditorPart) - Method in class org.eclipse.ui.part.MultiEditor
-
Create the control of the inner editor.
- createInput(IMemento) - Static method in class org.eclipse.ui.internal.EditorReference
- createInstallableUnit(MetadataFactory.InstallableUnitDescription) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns an
IInstallableUnit
based on the given description. - createInstallableUnitFragment(MetadataFactory.InstallableUnitFragmentDescription) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns an
IInstallableUnitFragment
based on the given description. - createInstallableUnitPatch(MetadataFactory.InstallableUnitPatchDescription) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns an
IInstallableUnitPatch
based on the given description. - createInstallOperation(Collection<? extends IVersionedId>, Collection<URI>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.OperationFactory
-
This factory method creates an
InstallOperation
to install all the elements listed from the specified repositories. - createIntroURL(String) - Static method in class org.eclipse.ui.intro.config.IntroURLFactory
-
Parses the given string, and returns an IntroURL if the string is a valid Intro URL.
- createItem(int, Control) - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
Creates a tab item at the given index and places the given control in the new item.
- createItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Item
'. - createItemTypeFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createIUAnyQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Returns a query that matches all
InstallableUnit
elements - createIUCategoryMemberQuery(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a new query that will return the members of the given
category
. - createIUCategoryQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query matching every
IInstallableUnit
that is a category. - createIUGroupQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query matching every
IInstallableUnit
that is a group. - createIUPatchQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates an
IInstallableUnit
that will match all patches. - createIUProductQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates an
IInstallableUnit
that will match all products. - createIUPropertyQuery(String, String) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that searches for
IInstallableUnit
instances that have a property whose value matches the provided value. - createIUQuery(String) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that will match any
IInstallableUnit
with the given id, regardless of version. - createIUQuery(String, Version) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that will match any
IInstallableUnit
with the given id and version. - createIUQuery(String, VersionRange) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that will match any
IInstallableUnit
with the given id, and whose version falls in the provided range. - createIUQuery(IVersionedId) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that will match any
IInstallableUnit
with the given id and version. - createKey(CSSValue) - Method in class org.eclipse.e4.ui.css.core.resources.ResourceRegistryKeyFactory
- createKey(CSSValue) - Method in class org.eclipse.e4.ui.css.swt.resources.SWTResourceRegistryKeyFactory
- createKeyBinding() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createKeyBinding() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Key Binding'.
- createKeyBindingAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Key Binding
'. - createKeySequenceAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Key Sequence
'. - createLabel(Composite, String) - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
-
Creates a label if name was not
null
. - createLabel(Composite, String) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a label as a part of the form.
- createLabel(Composite, String, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a label as a part of the form.
- createLangCondition(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createLangCondition(String)
. - createLatestIUQuery() - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that returns the latest version for each unique id of an
IVersionedId
. - createLatestQuery(IQuery<T>) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that returns the latest version for each unique id of an
IVersionedId
from the collection produced byquery
. - createLaunchInBackgroundComponent(Composite) - Method in class org.eclipse.debug.ui.CommonTab
-
Creates the controls needed to edit the launch in background attribute of an external tool
- createLayout() - Method in class org.eclipse.jface.text.source.SourceViewer
-
Creates the layout used for this viewer.
- createLicense(URI, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Return a new
ILicense
The body should contain either the full text of the license or an summary for a license fully specified in the given location. - createLightWeightStatusDialog(RefactoringStatus, Shell, String) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
-
Creates a light-weight dialog to present a
RefactoringStatus
to the user. - createLimitQuery(IQuery<T>, int) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a limit query that can be used to limit the number of query results returned.
- createLineNumberRulerColumn() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates a new line number ruler column that is appropriately initialized.
- createLink(URI, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates a new file resource as a member of this handle's parent resource.
- createLink(URI, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
-
Creates a new folder resource as a member of this handle's parent resource.
- createLink(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Creates a new file resource as a member of this handle's parent resource.
- createLink(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
-
Creates a new folder resource as a member of this handle's parent resource.
- createLinkTarget() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Creates the link target path if a link target has been specified.
- createLinkTarget() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Creates the link target path if a link target has been specified.
- createList(String[]) - Method in class org.eclipse.jface.preference.ListEditor
-
Combines the given list of items into a single string.
- createList(String[]) - Method in class org.eclipse.jface.preference.PathEditor
- createList(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates the list as a part of the form.
- createListDiff(List<ListDiffEntry<E>>) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Creates a new ListDiff object given its constituent ListDiffEntry objects.
- createListDiff(ListDiffEntry<E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createListDiff(ListDiffEntry<E>...) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Creates a new ListDiff object given its constituent ListDiffEntry objects.
- createListDiff(ListDiffEntry<E>, ListDiffEntry<E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createListDiffEntry(int, boolean, E) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createListener(IWorkbenchPart, Predicate<SelectionListenerFactory.ISelectionModel>) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Create a listener for a part that also acts as the selection listener.
- createListener(IWorkbenchPart, ISelectionListener, Predicate<SelectionListenerFactory.ISelectionModel>) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Create a listener for a part with a separate selection listener.
- createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalizableAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Localizable
'. - createLocalWorkingSetManager() - Method in class org.eclipse.ui.internal.Workbench
- createLocalWorkingSetManager() - Method in interface org.eclipse.ui.IWorkbench
-
Creates a new local working set manager.
- createLocation(Location, URL, boolean) - Method in interface org.eclipse.osgi.service.datalocation.Location
-
Constructs a new location.
- createLowerList(Composite) - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
-
Creates the list widget and sets layout data.
- createMapDiff(Set<? extends K>, Set<? extends K>, Set<? extends K>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createMapDiffRemoveAll(Map<K, V>) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createMapDiffSingleAdd(K, V) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Creates a MapDiff representing the addition of a single added key
- createMapDiffSingleChange(K, V, V) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createMapDiffSingleRemove(K, V) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createMarker() - Method in interface org.eclipse.core.resources.undo.snapshot.IMarkerSnapshot
-
Create a marker from the marker description.
- createMarker(String) - Method in interface org.eclipse.core.resources.IResource
-
Creates and returns the marker with the specified type on this resource.
- createMarker(String, Map<String, ? extends Object>) - Method in interface org.eclipse.core.resources.IResource
-
Creates and returns the marker with the specified type on this resource.
- createMarker(IResource, Map<String, Object>, String) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
-
Creates a marker on the given resource with the given type and attributes.
- createMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Creates a new annotation for the given marker.
- createMarkerGroup(IConfigurationElement) - Static method in class org.eclipse.ui.views.markers.internal.MarkerGroup
-
Create a new MarkerGroup from element.
- createMarkers(int, IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
-
Create markers from any currently known marker descriptions.
- CreateMarkersOperation - Class in org.eclipse.ui.ide.undo
-
A CreateMarkersOperation represents an undoable operation for creating one or more markers on one or more resources in the workspace.
- CreateMarkersOperation(String[], Map[], IResource[], String) - Constructor for class org.eclipse.ui.ide.undo.CreateMarkersOperation
-
Create an undoable operation that can create multiple markers of various types on multiple resources.
- CreateMarkersOperation(String, Map[], IResource[], String) - Constructor for class org.eclipse.ui.ide.undo.CreateMarkersOperation
-
Create an undoable operation that can create multiple markers of a single type on multiple resources.
- CreateMarkersOperation(String, Map, IResource, String) - Constructor for class org.eclipse.ui.ide.undo.CreateMarkersOperation
-
Create an undoable operation that can create a marker of a specific type on a resource.
- createMasterPart(IManagedForm, Composite) - Method in class org.eclipse.ui.forms.MasterDetailsBlock
-
Implement this method to create a master part in the provided parent.
- createMasterSlaveMapping(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
-
Creates a new document information mapping between the given slave document and its master document.
- createMasterSlaveMapping(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
- createMatchQuery(Class<? extends T>, String, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Parses the
matchExpression
and creates an query that will iterate over all candidates and discriminate all candidates that are not instances ofmatchingClass
or for which the booleanmatchExpression
returns false. - createMatchQuery(Class<? extends T>, IExpression, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates an query that will iterate over all candidates and discriminate all candidates that are not instances of
matchingClass
or for which the booleanmatchExpression
returns false. - createMatchQuery(String, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Parses the
matchExpression
and creates anIInstallableUnit
query that will iterate over all candidates and discriminate by applying the booleanmatchExpression
on each candidate. - createMatchQuery(IExpression, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates an
IInstallableUnit
query that will iterate over all candidates and discriminate by applying the booleanmatchExpression
on each candidate. - createMenu() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createMenu() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Menu'.
- createMenu() - Method in class org.eclipse.ui.actions.QuickMenuCreator
-
Create and open the context menu.
- createMenuAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Menu
'. - createMenuBar(Decorations) - Method in class org.eclipse.jface.action.MenuManager
-
Creates and returns an SWT menu bar control for this menu, for use in the given
Decorations
, and installs all registered contributions. - createMenuBar(Shell) - Method in class org.eclipse.jface.action.MenuManager
-
Deprecated.use
createMenuBar(Decorations)
instead. - createMenuContribution() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createMenuContribution() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Contribution'.
- createMenuContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Contribution
'. - createMenuContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Contributions
'. - createMenuContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Contributions
'. - createMenuElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Element
'. - createMenuItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Item
'. - createMenuManager() - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new menu manager for the window.
- createMenuSeparator() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createMenuSeparator() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Separator'.
- createMenuSeparatorAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Separator
'. - createMergeActionGroup() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
Create the merge action group for this participant.
- createMergeContext() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
-
Create a merge context for use by this operation.
- createMerger(String) - Static method in class org.eclipse.team.core.Team
-
Creates a storage merger for the given file extension.
- createMerger(IContentType) - Static method in class org.eclipse.team.core.Team
-
Creates a storage merger for the given content type.
- createMessageArea(Composite) - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
-
Creates the message area for this dialog.
- createMessageArea(Composite) - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
-
Create the area the message will be shown in.
- createMessageArea(Composite) - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
-
Creates the message text widget and sets layout data.
- createMessageArea(Composite) - Method in class org.eclipse.ui.dialogs.SelectionDialog
-
Creates the message area for this dialog.
- createMessageArea(Composite) - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
- createMirrorRequest(IArtifactKey, IArtifactRepository, Map<String, String>, Map<String, String>) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
-
Return a new request to mirror the given artifact into the destination repository.
- createMirrorRequest(IArtifactKey, IArtifactRepository, Map<String, String>, Map<String, String>, String) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
-
Return a new request to mirror the given artifact into the destination repository.
- createModelElement(Class<T>) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Creates instances of model elements.
- createModelFragmentAdapter() - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
Creates a new adapter for an object of class '
Model Fragment
'. - createModelFragments() - Method in class org.eclipse.e4.ui.model.fragment.impl.FragmentFactoryImpl
- createModelFragments() - Method in interface org.eclipse.e4.ui.model.fragment.MFragmentFactory
-
Returns a new object of class 'Model Fragments'.
- createModelFragmentsAdapter() - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
Creates a new adapter for an object of class '
Model Fragments
'. - createModelToTargetUpdateListStrategy(IObservableList<M>, IObservableList<T>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying value list from the model list to the target list.
- createModelToTargetUpdateSetStrategy(IObservableSet<M>, IObservableSet<T>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying value set from the model set to the target set.
- createModelToTargetUpdateValueStrategy(IObservableValue<M>, IObservableValue<T>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying values from the from value to the to value.
- createModule(String, long, EnumSet<Module.Settings>, int) - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
-
Creates a new module.
- createModuleLoader(ModuleWiring) - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
-
Creates a new
ModuleLoader
for the specified wiring. - createMonitor(Job) - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
-
Provides a new progress monitor instance to be used by the given job.
- createMonitor(Job, IProgressMonitor, int) - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
-
Returns a progress monitor that can be used by a running job to report progress in the context of a progress group.
- createNamespaceFilter(String) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
-
Return an instance of filter matching all changes from a given plugin.
- createNativeCodeDescription(String[], String[], String[], VersionRange[], String[], String) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a native code description from the given parameters
- createNativeCodeDescription(String[], String[], String[], VersionRange[], String[], String) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createNativeCodeSpecification(NativeCodeDescription[], boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a native code specification from the given parameters
- createNativeCodeSpecification(NativeCodeDescription[], boolean) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createNavigationActions() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates action entries for all SWT StyledText actions as defined in
org.eclipse.swt.custom.ST
. - createNavigationButtons() - Method in class org.eclipse.ui.part.DrillDownComposite
-
Creates the navigation buttons for this viewer.
- createNavigationLocation() - Method in interface org.eclipse.ui.INavigationLocationProvider
-
Creates a navigation location describing the current state.
- createNavigationLocation() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- createNegativeCondition(Condition) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createNegativeCondition(Condition)
. - createNegativeSelector(SimpleSelector) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createNegativeSelector(SimpleSelector)
. - createNestedBundleFile(String, BundleFile, BundleInfo.Generation) - Method in class org.eclipse.osgi.storage.Storage
- createNestedBundleFile(String, BundleFile, BundleInfo.Generation, Collection<String>) - Method in class org.eclipse.osgi.storage.Storage
- createNewFile() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Creates a new file resource in the selected container and with the selected name.
- createNewFolder() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
-
Creates a new folder resource in the selected container and with the selected name.
- createNoteComposite(Font, Composite, String, String) - Method in class org.eclipse.jface.preference.PreferencePage
-
Creates a composite with a highlighted Note entry and a message text.
- createObservable(T) - Method in interface org.eclipse.core.databinding.observable.masterdetail.IObservableFactory
-
Creates an observable for the given target object.
- createOneOfAttributeCondition(String, String, boolean, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createOneOfAttributeCondition(String,String,boolean,String)
. - createOnlyChildCondition() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createOnlyChildCondition()
. - createOnlyTypeCondition() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createOnlyTypeCondition()
. - createOpenEditorAction(Shell, ITestElement, String) - Method in interface org.eclipse.unittest.ui.ITestViewSupport
-
Returns an action to open a failure trace element
- createOperation() - Method in class org.eclipse.ui.actions.CopyResourceAction
-
Returns the operation to perform when this action runs.
- createOperation() - Method in class org.eclipse.ui.actions.MoveResourceAction
- createOperation(IStatus[]) - Method in class org.eclipse.ui.actions.RefreshAction
- createOperation(IStatus[]) - Method in class org.eclipse.ui.actions.RenameResourceAction
- createOperation(IStatus[]) - Method in class org.eclipse.ui.actions.WorkspaceAction
-
Returns the operation to perform when this action runs.
- createOperation(Shell) - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
-
Deprecated.
- createOperation(Shell) - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
-
Deprecated.
- createOptionalInclusionRule(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.planner.ProfileInclusionRules
-
Returns an inclusion rule to optionally install the given installable unit.
- createOptionsGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Create the options specification widgets.
- createOptionsGroupButtons(Group) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Creates the import/export options group controls.
- createOrCondition(Condition, Condition) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createOrCondition(Condition,Condition)
. - createOSGi(int, int, int) - Static method in class org.eclipse.equinox.p2.metadata.Version
-
Creates an OSGi version identifier from the specified numerical components.
- createOSGi(int, int, int, String) - Static method in class org.eclipse.equinox.p2.metadata.Version
-
Creates an OSGi version identifier from the specified components.
- createOSGiStrategy(File[], boolean[], Object) - Static method in class org.eclipse.core.runtime.RegistryFactory
-
Creates a registry strategy that can be used in an OSGi container.
- createOutlineContents(Composite, int) - Method in class org.eclipse.compare.CompareEditorInput
- createOverviewRuler(ISharedTextColors) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createOverviewRulerContextMenu() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates the context menu for the overview ruler.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
Creates the meta-model objects for the package.
- createPackageContents() - Method in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
Creates the meta-model objects for the package.
- createPage() - Method in interface org.eclipse.jface.preference.IPreferenceNode
-
Creates the preference page for this node.
- createPage() - Method in class org.eclipse.jface.preference.PreferenceNode
- createPage(Object) - Method in class org.eclipse.team.ui.history.ElementLocalHistoryPageSource
- createPage(Object) - Method in interface org.eclipse.team.ui.history.IHistoryPageSource
-
Called by the history view to create the page for this IFileHistoryProvider.
- createPage(Object) - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
-
Creates a new page for the provided key.
- createPage(CompareViewerPane, IToolBarManager) - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
- createPage(CompareViewerPane, IToolBarManager) - Method in class org.eclipse.team.ui.PageCompareEditorInput
-
Create the page for this part and return the top level control for the page.
- createPage(CompareViewerPane, IToolBarManager) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
- createPage(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Create the page for the node.
- createPage(Composite, ToolBarManager) - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
-
Deprecated.
- createPage(Composite, ToolBarManager) - Method in class org.eclipse.team.ui.PageSaveablePart
-
Deprecated.Create the page for this part and return the top level control for the page.
- createPage(Composite, ToolBarManager) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
-
Deprecated.
- createPage(ISynchronizePageConfiguration) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
-
Creates and returns a new page for this synchronize participant.
- createPage(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
- createPage(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
- createPage(IConsoleView) - Method in interface org.eclipse.ui.console.IConsole
-
Creates and returns a new page for this console.
- createPage(IConsoleView) - Method in class org.eclipse.ui.console.IOConsole
- createPage(IConsoleView) - Method in class org.eclipse.ui.console.MessageConsole
- createPage(IConsoleView) - Method in class org.eclipse.ui.console.TextConsole
- createPageBook(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a scrolled page book widget as a part of the form.
- createPageButtons(Composite) - Method in class org.eclipse.equinox.p2.ui.InstalledSoftwarePage
- createPageButtons(Composite) - Method in class org.eclipse.equinox.p2.ui.RevertProfilePage
- createPageButtons(Composite) - Method in class org.eclipse.ui.about.InstallationPage
-
Create the buttons that belong to this page using the specified parent.
- createPageConfiguration() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
- createPageConfiguration() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
-
Creates the configuration for the participant page.
- createPageContainer(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Creates the inner page container.
- createPageContainer(Composite) - Method in class org.eclipse.ui.forms.editor.FormEditor
- createPageContainer(Composite) - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
-
Overrides
super
to create a form in which to host the tab folder. - createPageContainer(Composite) - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
Creates the parent control for the container returned by
MultiPageEditorPart.getContainer()
. - createPageControl(IPreferencePage, Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Create the page control for the supplied page.
- createPageControls(Composite) - Method in interface org.eclipse.jface.wizard.IWizard
-
Creates this wizard's controls in the given parent control.
- createPageControls(Composite) - Method in class org.eclipse.jface.wizard.Wizard
-
The
Wizard
implementation of thisIWizard
method creates all the pages controls usingIDialogPage.createControl
. - createPages() - Method in class org.eclipse.ui.forms.editor.FormEditor
-
Creates the common toolkit for this editor and adds pages to the editor.
- createPages() - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
- createPages() - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
Creates the pages of this multi-page editor.
- createParameter() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
- createParameter() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
-
Returns a new object of class 'Parameter'.
- createParameterAdapter() - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
Creates a new adapter for an object of class '
Parameter
'. - createPart() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createPart() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Part'.
- createPart() - Method in class org.eclipse.ui.internal.EditorReference
- createPart() - Method in class org.eclipse.ui.internal.ViewReference
- createPart() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
- createPart(String) - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
-
Creates a new part of the given id.
- createPart(MPartDescriptor) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Creates a new part from the given descriptor.
- createPartAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part
'. - createPartControl(Composite) - Method in class org.eclipse.compare.internal.CompareEditor
- createPartControl(Composite) - Method in class org.eclipse.debug.ui.AbstractDebugView
-
Creates this view's underlying viewer and actions.
- createPartControl(Composite) - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
- createPartControl(Composite) - Method in class org.eclipse.team.ui.PageSaveablePart
-
Deprecated.
- createPartControl(Composite) - Method in class org.eclipse.team.ui.synchronize.ParticipantPagePane
- createPartControl(Composite) - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetViewer
-
Creates the SWT controls for this cheat sheet viewer.
- createPartControl(Composite) - Method in class org.eclipse.ui.forms.editor.FormPage
-
Creates the part control by creating the managed form using the parent editor's toolkit.
- createPartControl(Composite) - Method in class org.eclipse.ui.internal.E4PartWrapper
- createPartControl(Composite) - Method in class org.eclipse.ui.internal.ErrorEditorPart
- createPartControl(Composite) - Method in class org.eclipse.ui.internal.ErrorViewPart
- createPartControl(Composite) - Method in class org.eclipse.ui.internal.ViewIntroAdapterPart
- createPartControl(Composite) - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
-
Creates the UI based on how the InroPart has been configured.
- createPartControl(Composite) - Method in interface org.eclipse.ui.intro.IIntroPart
-
Creates the SWT controls for this intro part.
- createPartControl(Composite) - Method in interface org.eclipse.ui.IWorkbenchPart
-
Creates the SWT controls for this workbench part.
- createPartControl(Composite) - Method in class org.eclipse.ui.navigator.CommonNavigator
-
Create the CommonViewer part control and setup the default providers as necessary.
- createPartControl(Composite) - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
- createPartControl(Composite) - Method in class org.eclipse.ui.part.IntroPart
- createPartControl(Composite) - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
The
MultiPageEditor
implementation of thisIWorkbenchPart
method creates the control for the multi-page editor by callingcreateContainer
, thencreatePages
. - createPartControl(Composite) - Method in class org.eclipse.ui.part.PageBookView
-
The
PageBookView
implementation of thisIWorkbenchPart
method creates aPageBook
control with its default page showing. - createPartControl(Composite) - Method in class org.eclipse.ui.part.WorkbenchPart
- createPartControl(Composite) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createPartControl(Composite) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
The
AbstractTextEditor
implementation of thisIWorkbenchPart
method creates the vertical ruler and source viewer. - createPartControl(Composite) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
- createPartControl(Composite) - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
- createPartControl(Composite) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
-
The
PageBookView
implementation of thisIWorkbenchPart
method creates aPageBook
control with its default page showing. - createPartControl(Composite) - Method in class org.eclipse.ui.views.properties.PropertySheet
-
The
PropertySheet
implementation of thisIWorkbenchPart
method creates aPageBook
control with its default page showing. - createPartControl(Composite, FormToolkit) - Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
-
Creates the SWT controls for this standby part.
- createPartDescriptor() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl
- createPartDescriptor() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory
-
Returns a new object of class 'Part Descriptor'.
- createPartDescriptorAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part Descriptor
'. - createPartDescriptorContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part Descriptor Container
'. - createPartDescriptorContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Part Descriptor Container
'. - createParticipant() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
-
Create the synchronize participant to be used by this operation to preview changes.
- createParticipant() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantWizard
- createParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
-
Method called from
ParticipantSynchronizeWizard.performFinish()
to create a participant. - createParticipant() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipantWizard
- createParticipant(ModelProvider, ISynchronizationScope) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeParticipantFactory
-
Create a participant in the scope management process for the given model provider.
- createParticipant(ResourceMapping[]) - Method in class org.eclipse.team.ui.synchronize.ModelParticipantWizard
-
Method called from
ModelParticipantWizard.createParticipant()
to create aModelSynchronizeParticipant
for the given resource mappings. - createParticipant(SynchronizationContext, String) - Static method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
Create a participant for the given context and name
- createParticipant(ISynchronizeScope) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipantWizard
-
Method called from
SubscriberParticipantWizard.createParticipant()
to create aSubscriberParticipant
for the given scope. - CreateParticipant - Class in org.eclipse.ltk.core.refactoring.participants
-
A participant to participate in refactorings that create elements.
- CreateParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
- createPartProperties(IWorkbenchPart3) - Method in class org.eclipse.ui.internal.WorkbenchPartReference
- createPartSashContainer() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createPartSashContainer() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Part Sash Container'.
- createPartSashContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Part Sash Container
'. - createPartSashContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part Sash Container
'. - createPartSashContainerElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Part Sash Container Element
'. - createPartSashContainerElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part Sash Container Element
'. - createPartStack() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createPartStack() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Part Stack'.
- createPartStackAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Part Stack
'. - createPattern(String, boolean, boolean) - Static method in class org.eclipse.search.core.text.TextSearchEngine
-
Creates a pattern for the given search string and the given options.
- createPatternMatchListeners(IConsole) - Method in interface org.eclipse.ui.console.IConsoleManager
-
Creates and returns a collection of new pattern match listeners enabled for the given console.
- createPatternViewer(Composite) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
-
Creates, configures and returns a source viewer to present the template pattern on the templates page.
- createPaused(Runnable) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Creates a new
ISideEffect
on the defaultRealm
but does not run it immediately. - createPaused(Runnable) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Creates a new
ISideEffect
on the defaultRealm
but does not run it immediately. - createPaused(Realm, Runnable) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Creates a new
ISideEffect
on the given Realm but does not activate it immediately. - createPaused(Realm, Runnable) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Creates a new
ISideEffect
on the given Realm but does not activate it immediately. - createPendingUpdateAdapter() - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
-
Factory method for creating the pending update adapter representing the placeholder node.
- createPerspective() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
- createPerspective() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory
-
Returns a new object of class 'Perspective'.
- createPerspectiveAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Perspective
'. - createPerspectiveStack() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
- createPerspectiveStack() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory
-
Returns a new object of class 'Perspective Stack'.
- createPerspectiveStackAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Perspective Stack
'. - createPhaseSetIncluding(String[]) - Static method in class org.eclipse.equinox.p2.engine.PhaseSetFactory
-
Creates a default phase set that covers all the provisioning operations.
- createPipeQuery(Collection<? extends IQuery<? extends T>>) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a piped query based on the provided input queries.
- createPipeQuery(IQuery<? extends T>, IQuery<? extends T>) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a piped query based on the provided input queries.
- createPlaceholder() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
- createPlaceholder() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory
-
Returns a new object of class 'Placeholder'.
- createPlaceholderAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Placeholder
'. - createPlaceholderFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
-
Creates and adds a placeholder for a new folder with the given id to this page layout.
- createPlainComposite(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a plain composite as a part of the form.
- createPlainLabel(Composite, String) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Creates a new label with a bold font.
- createPlan(IProfile, ProvisioningContext) - Method in interface org.eclipse.equinox.p2.engine.IEngine
-
Creates a provisioning plan whose methods can be use to provide pre-validated changes.
- createPlatformPluginURI(String, boolean) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
- createPlatformResourceURI(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Deprecated.Use
URI.createPlatformResourceURI(String, boolean)
instead. - createPlatformResourceURI(String, boolean) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
- createPollingMonitor(IResource) - Method in class org.eclipse.core.resources.refresh.RefreshProvider
-
Creates a new refresh monitor that performs naive polling of the resource in the file system to detect changes.
- createPopupMenu() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createPopupMenu() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Popup Menu'.
- createPopupMenu(Control) - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
-
Helper method for creating a pop up menu in the rendering for a control.
- createPopupMenuAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Popup Menu
'. - createPositionalCondition(int, boolean, boolean) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createPositionalCondition(int,boolean,boolean)
. - createPositionFromMarker(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Creates and returns the character position of the given marker based on its attributes.
- createPreChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
-
Creates a
Change
object that contains the workspace modifications of this participant to be executed before the changes from the refactoring are executed. - createPreferenceDialogOn(Shell, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
-
Creates a workbench preference dialog and selects particular preference page.
- createPreferenceDialogOn(Shell, String, String[], Object, int) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
-
Creates a workbench preference dialog and selects particular preference page.
- createPreferencePage() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
-
Return a preference page that can be displayed to configure the content provider of this extension.
- createPreferences() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
-
Creates a spelling preferences block as described in the extension's xml.
- createPreferenceStore(Class<?>) - Static method in class org.eclipse.ui.PlatformUI
-
Creates a
IPreferenceStore
store for the bundle that loaded that class - createPresentation(IRegion, IDocument) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
-
Constructs a "repair description" for the given damage and returns this description as a text presentation.
- createPresentation(TextPresentation, ITypedRegion) - Method in interface org.eclipse.jface.text.presentation.IPresentationRepairer
-
Fills the given presentation with the style ranges which when applied to the presentation reconciler's text viewer repair the presentation damage described by the given region.
- createPresentation(TextPresentation, ITypedRegion) - Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
- createProcessingInstructionSelector(String, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createProcessingInstructionSelector(String,String)
. - createProgressGroup() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.
- createProgressGroup() - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
-
Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.
- createProgressMonitorPart(Composite, GridLayout) - Method in class org.eclipse.jface.wizard.WizardDialog
-
Hook method for subclasses to create a custom progress monitor part.
- createProjectionDocument(IDocument) - Method in class org.eclipse.jface.text.projection.ChildDocumentManager
- createProjectionDocument(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
-
Factory method for projection documents.
- CreateProjectOperation - Class in org.eclipse.ui.ide.undo
-
A CreateProjectOperation represents an undoable operation for creating a project in the workspace.
- CreateProjectOperation(IProjectDescription, String) - Constructor for class org.eclipse.ui.ide.undo.CreateProjectOperation
-
Create a CreateProjectOperation
- createPropertyDialogOn(Shell, Object, String, String[], Object, int) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
-
Creates a workbench preference dialog to a particular preference page.
- createPropertyDialogOn(Shell, IAdaptable, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
-
Creates a workbench preference dialog to a particular preference page.
- createPropertyDialogOn(Shell, IAdaptable, String, String[], Object, int) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
-
Creates a workbench preference dialog to a particular preference page.
- createPropertyEditor(Composite) - Method in class org.eclipse.ui.views.properties.ColorPropertyDescriptor
-
The
ColorPropertyDescriptor
implementation of thisIPropertyDescriptor
method creates and returns a newColorCellEditor
. - createPropertyEditor(Composite) - Method in class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
-
The
ComboBoxPropertyDescriptor
implementation of thisIPropertyDescriptor
method creates and returns a newComboBoxCellEditor
. - createPropertyEditor(Composite) - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
-
Creates and returns a new cell editor for editing this property.
- createPropertyEditor(Composite) - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
-
The
PropertyDescriptor
implementation of thisIPropertyDescriptor
method returnsnull
. - createPropertyEditor(Composite) - Method in class org.eclipse.ui.views.properties.TextPropertyDescriptor
-
The
TextPropertyDescriptor
implementation of thisIPropertyDescriptor
method creates and returns a newTextCellEditor
. - createPropertySheetPage(PageBook) - Method in class org.eclipse.ui.views.properties.PropertySheet
-
Creates and returns a default properties page for this view.
- createProposal(Template, TemplateContext, IRegion, int) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
-
Creates a new proposal.
- createProposal(Template, TemplateContext, Region, int) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
-
Deprecated.use the version specifying
IRegion
as third parameter - createProvidedCapability(String, String, Version) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a
IProvidedCapability
with the given values. - createProvidedCapability(String, Map<String, Object>) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a
IProvidedCapability
with the given values. - createProvider() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
-
Creates a reference provider as described in the extension's xml.
- createProxy() - Method in interface org.eclipse.core.resources.IResource
-
Creates a resource proxy representing the current state of this resource.
- createPseudoClassCondition(String, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
SAC: Implements
ConditionFactory.createPseudoClassCondition(String,String)
. - createPseudoElementSelector(String, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createPseudoElementSelector(String,String)
. - createPushButton(Composite, String, Image) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Creates and returns a new push button with the given label and/or image.
- createQuery(Class<? extends T>, String, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Parses the
expression
and creates a query that will limit the result to instances of thematchingClass
. - createQuery(Class<? extends T>, IExpression, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates a query that will limit the result to instances of the
matchingClass
. - createQuery(String) - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider
-
Create a query to search for the selected text in the workspace.
- createQuery(String, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Parses the
expression
and creates anIInstallableUnit
query. - createQuery(String, IResource[]) - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider
-
Create a query to search for the selected text in the given resources.
- createQuery(String, IWorkingSet[]) - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider
-
Create a query to search for the selected text in the given working sets.
- createQuery(IExpression, Object...) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
-
Creates an
IInstallableUnit
query based on anexpression
that uses all candidates as input. - createQuery(TextSearchQueryProvider.TextSearchInput) - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider
-
Create a query for the input with the given information.
- createQuickDiffAnnotationModel(ITextEditor, String) - Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiff
-
Creates a new line differ annotation model with its reference provider set to the reference provider obtained by calling
getReferenceProviderOrDefault(editor, id)
. - createRadioButton(Composite, String) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Creates and returns a new radio button with the given label and/or image.
- createRangeDifference() - Method in class org.eclipse.compare.rangedifferencer.AbstractRangeDifferenceFactory
- createReader() - Method in class org.eclipse.compare.patch.ReaderCreator
-
Creates new reader.
- createReadRoot(Reader) - Static method in class org.eclipse.ui.XMLMemento
-
Creates a
Document
from theReader
and returns a memento on the firstElement
for reading the document. - createReadRoot(Reader, String) - Static method in class org.eclipse.ui.XMLMemento
-
Creates a
Document
from theReader
and returns a memento on the firstElement
for reading the document. - createRectangle(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a new rectangle with the given position and dimensions, expressed as points.
- createRefactoring(RefactoringDescriptor, RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringHistoryOperation
-
Deprecated.since 3.4. Override
PerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor, RefactoringStatus, IProgressMonitor)
instead - createRefactoring(RefactoringDescriptor, RefactoringStatus) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
-
Deprecated.since 3.6. Override
RefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor, RefactoringStatus, IProgressMonitor)
instead - createRefactoring(RefactoringDescriptor, RefactoringStatus, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringHistoryOperation
-
Deprecated.
- createRefactoring(RefactoringDescriptor, RefactoringStatus, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
-
Deprecated.since 3.7. Override
RefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor, RefactoringStatus, IProgressMonitor)
instead - createRefactoring(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
-
Creates the a new refactoring instance for this refactoring descriptor.
- createRefactoring(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourcesDescriptor
- createRefactoring(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
- createRefactoring(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
- createRefactoring(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
- createRefactoringContext(RefactoringDescriptor, RefactoringStatus, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringHistoryOperation
-
Method which is called to create a refactoring context from a refactoring descriptor.
- createRefactoringContext(RefactoringDescriptor, RefactoringStatus, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
-
Creates a refactoring context from the specified refactoring descriptor.
- createRefactoringContext(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
-
Creates the a new refactoring context and the associated refactoring instance for this refactoring descriptor.
- createRefactoringHistoryControl(Composite, RefactoringHistoryControlConfiguration) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
-
Creates a control capable of presenting a refactoring history.
- CreateRefactoringScriptAction - Class in org.eclipse.ltk.ui.refactoring.actions
-
Action to open the dialog to create a refactoring script from the refactoring history.
- CreateRefactoringScriptAction() - Constructor for class org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction
- createRefactoringStatusDialog(RefactoringStatus, Shell, String, boolean) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
-
Creates a dialog to present a
RefactoringStatus
to the user. - createRegistry(RegistryStrategy, Object, Object) - Static method in class org.eclipse.core.runtime.RegistryFactory
-
Creates a new extension registry based on the given set of parameters.
- createRemoteTree() - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
-
Create the three-way remote tree which provides access to the remote bytes in the three-way synchronizer.
- createRendering() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingType
-
Creates and returns a new rendering of this type or
null
if none. - createRendering(String) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingTypeDelegate
-
Creates and returns a rendering of the specified type, or
null
if none. - createRepository(URI, String, String, Map<String, String>) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
-
Creates and returns a new empty artifact repository of the given type at the given location.
- createRepository(URI, String, String, Map<String, String>) - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
-
Creates and returns a new empty repository of the given type at the given location.
- createRepository(URI, String, String, Map<String, String>) - Method in interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager
-
Creates and returns a new empty metadata repository of the given type at the given location.
- createRequirement(String, String, IMatchExpression<IInstallableUnit>, int, int, boolean) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
- createRequirement(String, String, IMatchExpression<IInstallableUnit>, int, int, boolean, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
- createRequirement(String, String, VersionRange, String, boolean, boolean, boolean) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new requirement (
IRequirement
) with the specified values. - createRequirement(String, String, VersionRange, IMatchExpression<IInstallableUnit>, boolean, boolean) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a
IRequirement
with the given values. - createRequirement(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new requirement (
IRequirement
) with the specified values. - createRequirement(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new requirement (
IRequirement
) with the specified values. - createRequirement(String, Map<String, String>, Map<String, ?>) - Static method in class org.eclipse.osgi.container.ModuleContainer
-
Creates a synthetic requirement that is not associated with any module revision.
- createRequirement(String, IFilterExpression, IMatchExpression<IInstallableUnit>, int, int, boolean, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
- createRequirement(IMatchExpression<IInstallableUnit>, IMatchExpression<IInstallableUnit>, int, int, boolean) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new requirement (
IRequirement
) with the specified values. - createRequirement(IMatchExpression<IInstallableUnit>, IMatchExpression<IInstallableUnit>, int, int, boolean, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new requirement (
IRequirement
) with the specified values. - createRequirementChange(IRequirement, IRequirement) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a new requirement change.
- createResolvedInstallableUnit(IInstallableUnit, IInstallableUnitFragment[]) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns an
IInstallableUnit
that represents the given unit bound to the given fragments. - createResolver() - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
- createResource(IProgressMonitor) - Method in interface org.eclipse.core.resources.undo.snapshot.IResourceSnapshot
-
Create an existent resource from this resource description.
- createResource(IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.ResourceDescription
-
Deprecated.Create an existent resource from this resource description.
- createResource(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
- createResource(Device) - Method in class org.eclipse.jface.resource.DeviceResourceDescriptor
-
Creates the resource described by this descriptor
- createResource(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
- createResource(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
- createResourceHandle() - Method in interface org.eclipse.core.resources.undo.snapshot.IResourceSnapshot
-
Create a resource handle that can be used to create a resource from this resource description.
- createResourceHandle() - Method in class org.eclipse.ui.ide.undo.ResourceDescription
-
Deprecated.Create a resource handle that can be used to create a resource from this resource description.
- createResourcesGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
-
Creates the checkbox tree and list for selecting resources.
- createResourceURL(BundleEntry, Module, int, String) - Method in class org.eclipse.osgi.storage.bundlefile.BundleFile
-
Creates a URL to access the content of the specified entry
- createResourceURL(BundleEntry, Module, int, String) - Method in class org.eclipse.osgi.storage.bundlefile.BundleFileWrapper
- createResourceWithApp(MApplication) - Method in interface org.eclipse.e4.ui.workbench.IModelResourceHandler
-
Creates a resource with an app Model, used for saving copies of the main app model.
- createResumed(Supplier<T>, Consumer<T>) - Static method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
-
Runs the supplier and passes its result to the consumer.
- createResumed(Supplier<T>, Consumer<T>) - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffectFactory
-
Runs the supplier and passes its result to the consumer.
- createRootNodeSelector() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createRootNodeSelector()
. - createRule(IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for creating a project, folder, or file.
- createRule(IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of
IResourceRuleFactory#createRule
. - createRule(IResource) - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
-
Deprecated.As of 3.3, scheduling rules are provided by the undoable operation that this page creates and executes.
- createSash(Composite, Control) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Create the sash with right control on the right.
- createSaveable() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
-
Create the saveable that provides the save behavior for this compare editor input.
- createSaveOperation(Object, IDocument, boolean) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
- createScope(ResourceMapping[]) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
-
Create the scope that will be populated and returned by the builder.
- createScope(IMemento) - Static method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
-
Restore a scope from the given memento
- createScopeContents(Composite) - Method in class org.eclipse.help.ui.RootScopePage
-
Abstract method that subclasses must implement in order to provide root page content.
- createScopeManager(ResourceMapping[]) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
Create and return a scope manager that can be used to build the scope of this participant when it is restored after a restart.
- createScopeSelectionPage() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantWizard
- createScopeSelectionPage() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
-
Create the page which allows the user to select the scope for the operation.
- createScopeSelectionPage() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipantWizard
- createScrolledComposite(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates a scrolled composite as a part of the form.
- createScrolledForm(Composite) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a scrolled form widget in the provided parent.
- createSearchScope(IPreferenceStore, String, Dictionary<String, Object>) - Method in interface org.eclipse.help.ui.ISearchScopeFactory
-
Returns a new search scope object created from the data in the preference store.
- createSection(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a section as a part of the form.
- createSectionFilter(String) - Static method in class org.eclipse.e4.core.services.about.AboutSections
-
Creates a filter for a given section identifier to be used for a
ISystemInformation
service query: - createSecureAction() - Static method in class org.eclipse.osgi.framework.util.SecureAction
-
Creates a privileged action that can be used to construct a SecureAction object.
- createSelectionButtons(Composite) - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
-
Adds the selection and deselection buttons to the dialog.
- createSelectionListener() - Method in class org.eclipse.jface.preference.ListEditor
-
Creates a selection listener.
- createSeparator(Composite, int) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Create a horizontal separator.
- createSeparator(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a separator label as a part of the form.
- createSeperator(Composite) - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
Creates a seperator.
- createSequence(String) - Method in interface org.eclipse.e4.ui.bindings.EBindingService
- createSequence(String) - Method in class org.eclipse.e4.ui.bindings.internal.BindingServiceImpl
- createService(IProvisioningAgent) - Method in interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory
-
Instantiates a service instance for the given provisioning agent.
- createServiceContext(BundleContext) - Static method in class org.eclipse.e4.core.contexts.EclipseContextFactory
-
Creates and returns a new context that can be used to lookup OSGi services.
- createSession(String, int, String) - Method in interface org.eclipse.jsch.core.IJSchService
-
Create a
Session
that can be used to make SSH2 connections. - createSession(IJSchLocation, UserInfo) - Method in interface org.eclipse.jsch.core.IJSchService
-
Create a
Session
that can be used to make SSH2 connections. - createSetDiff(Set<? extends E>, Set<? extends E>) - Static method in class org.eclipse.core.databinding.observable.Diffs
- createSharedPart(String) - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
-
Creates a new placeholder for a part of the given id.
- createSharedPart(String, boolean) - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
-
Creates a new placeholder for a part of the given id.
- createShell() - Method in class org.eclipse.jface.window.Window
-
Creates and returns this window's shell.
- createShowInTargetList() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Creates and returns the list of target part IDs for the Show In menu
- createShowPseudoConflictsAction(ResourceBundle, CompareConfiguration) - Static method in class org.eclipse.compare.internal.ChangePropertyAction
- createShowStackTraceInConsoleViewActionDelegate(ITestElement) - Method in interface org.eclipse.unittest.ui.ITestViewSupport
-
Returns an action to copy an existing stack trace/error message into a console view
- createSideValueFromString(EDataType, String) - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
- createSite(IEditorPart) - Method in class org.eclipse.ui.part.MultiPageEditorPart
-
Creates the site for the given nested editor.
- createSiteEntry(URL, IPlatformConfiguration.ISitePolicy) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Create a site entry
- createSitePolicy(int, String[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
-
Deprecated.Create a site policy.
- createSizingPhaseSet() - Static method in class org.eclipse.equinox.p2.engine.PhaseSetFactory
- createSlaveDocument(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
-
Creates a new slave document for the given master document.
- createSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
- createSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.TextViewer
-
Creates a slave document for the given document if there is a slave document manager associated with this viewer.
- createSlaveDocumentManager() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
- createSlaveDocumentManager() - Method in class org.eclipse.jface.text.TextViewer
-
Creates a new slave document manager.
- createSnippetContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Snippet Container
'. - createSnippetContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
Snippet Container
'. - createSnippetContainerAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Snippet Container
'. - createSortableRefactoringHistoryControl(Composite, RefactoringHistoryControlConfiguration) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
-
Creates a control capable of presenting a refactoring history.
- createSourceContainer(String) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainerTypeDelegate
-
Creates and returns a new source container of this type corresponding to the given memento.
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
-
Creates the source containers in this composite container.
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.ContainerSourceContainer
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
- createSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
- createSourceContainers() - Method in class org.eclipse.debug.ui.sourcelookup.WorkingSetSourceContainer
- createSourceGroup(Composite) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
-
Creates the import source specification controls.
- createSourceViewer(Composite) - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
-
Hook to create the source viewer used to present the textual context information.
- createSourceViewer(Composite, int) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Creates a new source viewer.
- createSourceViewer(Composite, IVerticalRuler, int) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createSourceViewer(Composite, IVerticalRuler, int) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates the source viewer to be used by this editor.
- createSpacer(Composite) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
-
Creates a horizontal spacer line that fills the width of its container.
- createSpellingProblemCollector() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
-
Creates a new spelling problem collector.
- createStackElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Stack Element
'. - createStackElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Stack Element
'. - createState() - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Deprecated.
- createState() - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
-
Deprecated.
- createState(boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates an empty state with or without a resolver.
- createState(boolean) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createState(State) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
-
Creates a new state that is a copy of the given state.
- createState(State) - Method in class org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy
- createStatus(int, String, RefactoringStatusContext, String, int, Object) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with one entry filled with the given arguments. - createStatusControl(Composite, IStatus) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createStatusControl(Composite, IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
-
Creates the status control for the given status.
- createStatusEncodingChangeControl(Composite, IStatus) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
-
Creates the control which allows to change the encoding.
- createStatusLine(Shell) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Create the status line if required.
- createStatusLineManager() - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new status line manager for the window.
- createStorage(EquinoxContainer) - Static method in class org.eclipse.osgi.storage.Storage
- createStorageMerger(String) - Method in class org.eclipse.team.core.Team
-
Deprecated.Use
Team.createMerger(String)
instead. - createStorageMerger(IContentType) - Method in class org.eclipse.team.core.Team
-
Deprecated.Use
Team.createMerger(IContentType)
instead. - createStream() - Method in class org.eclipse.compare.BufferedContent
-
Creates and returns a stream for reading the contents.
- createStream() - Method in class org.eclipse.compare.ResourceNode
-
Returns an open stream if the corresponding resource implements the
IStorage
interface. - createStreamMerger(String) - Static method in class org.eclipse.compare.CompareUI
-
Deprecated.Clients should obtain an
org.eclipse.team.core.mapping.IStorageMerger
from theorg.eclipse.team.core.Team#createMerger(String)
method. - createStreamMerger(String) - Method in class org.eclipse.compare.internal.CompareUIPlugin
-
Returns a stream merger for the given type.
- createStreamMerger(IContentType) - Static method in class org.eclipse.compare.CompareUI
-
Deprecated.Clients should obtain an
org.eclipse.team.core.mapping.IStorageMerger
from theorg.eclipse.team.core.Team#createMerger(IContentType)
method. - createStreamMerger(IContentType) - Method in class org.eclipse.compare.internal.CompareUIPlugin
-
Returns a stream merger for the given content type.
- createStreamsProxy() - Method in class org.eclipse.debug.core.model.RuntimeProcess
-
Creates and returns the streams proxy associated with this process.
- createStrictInclusionRule(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.planner.ProfileInclusionRules
-
Returns an inclusion rule to strictly install the given installable unit.
- createStringModelFragment() - Method in class org.eclipse.e4.ui.model.fragment.impl.FragmentFactoryImpl
- createStringModelFragment() - Method in interface org.eclipse.e4.ui.model.fragment.MFragmentFactory
-
Returns a new object of class 'String Model Fragment'.
- createStringModelFragmentAdapter() - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
Creates a new adapter for an object of class '
String Model Fragment
'. - createStringToObjectMap() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- createStringToObjectMapAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
String To Object Map
'. - createStringToStringMap() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
- createStringToStringMapAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
String To String Map
'. - createStructure(Object, IProgressMonitor) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator2
-
Creates a tree structure consisting of
IStructureComparator
s from the given object and returns its root object. - createStructure(Object, IProgressMonitor) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
- createStructureComparator(Object, IDocument, ISharedDocumentAdapter, IProgressMonitor) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
-
Creates an
IStructureComparator
for the given element using the contents available in the given document. - createStructureCreator() - Method in class org.eclipse.compare.internal.StructureCreatorDescriptor
- createStructureCreator(ITypedElement) - Static method in class org.eclipse.compare.CompareUI
-
Create and return a structure creator for the given typed element.
- createStructureInputPane(Composite) - Method in class org.eclipse.compare.CompareEditorInput
-
Create the pane that will contain the structure input pane (upper left).
- createStructureInputPane(Composite) - Method in class org.eclipse.team.ui.PageCompareEditorInput
- createSubCoolBarManager(ICoolBarManager) - Method in class org.eclipse.ui.SubActionBars2
-
Returns a new sub coolbar manager.
- createSubMenuManager(IMenuManager) - Method in class org.eclipse.ui.internal.ActionSetActionBars
- createSubMenuManager(IMenuManager) - Method in class org.eclipse.ui.internal.EditorActionBars
- createSubMenuManager(IMenuManager) - Method in class org.eclipse.ui.SubActionBars
-
Returns a new sub menu manager.
- createSubToolBarManager(IToolBarManager) - Method in class org.eclipse.ui.internal.ActionSetActionBars
- createSubToolBarManager(IToolBarManager) - Method in class org.eclipse.ui.internal.EditorActionBars
- createSubToolBarManager(IToolBarManager) - Method in class org.eclipse.ui.SubActionBars
-
Returns a new sub toolbar manager.
- createSummary(IMessage[]) - Method in interface org.eclipse.ui.forms.IMessageManager
-
When message manager is used in context of a form, and there are hyperlink listeners for messages in the header, the hyperlink event will carry an object of type
IMessage[]
as an href. - createSupplier(String) - Method in class org.eclipse.e4.core.services.nls.BaseMessageRegistry
- createSupportArea(Composite, IStatus) - Method in class org.eclipse.jface.dialogs.ErrorSupportProvider
-
Create an area for adding support components as a child of parent.
- createSupportArea(Composite, IStatus) - Method in class org.eclipse.ui.statushandlers.AbstractStatusAreaProvider
- createSupportArea(Composite, StatusAdapter) - Method in class org.eclipse.ui.statushandlers.AbstractStatusAreaProvider
-
Create an area for detailed support area as a child of the given parent.
- createSynchronizeOperation(Collection<? extends IVersionedId>, Collection<URI>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.OperationFactory
-
This factory method creates an
SynchronizeOperation
that will cause the current installation to exclusively contain the elements listed once executed. - createSystem(String, ICoreRunnable) - Static method in class org.eclipse.core.runtime.jobs.Job
-
Creates a new system
Job
with the given name that will execute the provided runnable when it runs. - createSystem(String, IJobFunction) - Static method in class org.eclipse.core.runtime.jobs.Job
-
Creates a new system
Job
with the given name that will execute the provided function when it runs. - createSystemModule() - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
-
Creates the system module.
- createTab() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
- createTab() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
-
Instantiate this tab's sections.
- createTab(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer
-
This method is necessary to allow the parent container to show affordance (i.e. tabs) for child elements -without- creating the actual part
- createTab(MElementContainer<MUIElement>, MUIElement) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
- createTab(ITabDescriptor) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
-
Create the tab contents for the provided tab descriptor.
- createTabFolder(Composite, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates the tab folder as a part of the form.
- createTabItem(CTabFolder, int) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
-
Creates the tab item as a part of the tab folder.
- createTable(Composite, int) - Static method in class org.eclipse.jface.viewers.CheckboxTableViewer
-
Creates a new table control with one column.
- createTable(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a table as a part of the form.
- createTableButtons(Composite) - Method in class org.eclipse.debug.ui.EnvironmentTab
-
Creates the add/edit/remove buttons for the environment table
- createTableViewer(Composite) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
-
Creates the table viewer to be shown on this page.
- createTabs(ILaunchConfigurationDialog, String) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
-
Creates the tabs contained in this tab group for the specified launch mode.
- createTargetToModelUpdateListStrategy(IObservableList<T>, IObservableList<M>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying value list from the target list to the model list.
- createTargetToModelUpdateSetStrategy(IObservableSet<T>, IObservableSet<M>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying value set from the target set to the model set.
- createTargetToModelUpdateValueStrategy(IObservableValue<T>, IObservableValue<M>) - Method in class org.eclipse.core.databinding.DataBindingContext
-
Returns an update value strategy to be used for copying values from the from value to the to value.
- createTempFile(String) - Method in class org.eclipse.osgi.storagemanager.StorageManager
-
Creates a new unique empty temporary-file in the storage manager base directory.
- createTemplateEditDialog(Template, boolean, boolean) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
-
Deprecated.not called any longer as of 3.1 - use
TemplatePreferencePage.editTemplate(Template, boolean, boolean)
- createTempStorage() - Method in class org.eclipse.swt.ole.win32.OleClientSite
- createText(Composite, String) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a text as a part of the form.
- createText(Composite, String, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a text as a part of the form.
- createTextEditGroupNode(TextEditChangeNode.ChildNode, TextEditBasedChangeGroup) - Static method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
-
Creates a new child node for the given parent and change group.
- createTextEditGroupNode(TextEditChangeNode, TextEditBasedChangeGroup) - Static method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
-
Creates a new child node for the given parent and change group.
- createTextFileBufferManager() - Static method in class org.eclipse.core.filebuffers.FileBuffers
-
Creates and returns an unshared text file buffer manager.
- createTextImageProvider(Function<Object, String>, Function<Object, Image>) - Static method in class org.eclipse.jface.viewers.ColumnLabelProvider
-
Creates a
ColumnLabelProvider
which implements both theColumnLabelProvider.getText(java.lang.Object)
andColumnLabelProvider.getImage(java.lang.Object)
methods by calling the argument functions. - createTextImageProvider(Function<Object, String>, Function<Object, Image>) - Static method in class org.eclipse.jface.viewers.LabelProvider
-
Creates a
LabelProvider
which implements both theLabelProvider.getText(java.lang.Object)
andLabelProvider.getImage(java.lang.Object)
methods by calling the argument functions. - createTextMerger() - Static method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
-
Return the storage merger associated with the
IContentTypeManager.CT_TEXT
content type. - createTextNodeSelector(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
SAC: Implements
SelectorFactory.createTextNodeSelector(String)
. - createTextProvider(Function<Object, String>) - Static method in class org.eclipse.jface.viewers.ColumnLabelProvider
-
Creates a
ColumnLabelProvider
which implements theColumnLabelProvider.getText(java.lang.Object)
method by calling the argument function. - createTextProvider(Function<Object, String>) - Static method in class org.eclipse.jface.viewers.LabelProvider
-
Creates a
LabelProvider
which implements theLabelProvider.getText(java.lang.Object)
method by calling the argument function. - createTextWidget(Composite) - Method in class org.eclipse.jface.preference.StringFieldEditor
-
Create the text widget.
- createTextWidget(Composite, int) - Method in class org.eclipse.jface.text.TextViewer
-
Factory method to create the text widget to be used as the viewer's text widget.
- createThread(Runnable, String, ClassLoader) - Method in class org.eclipse.osgi.framework.util.SecureAction
-
Creates a new Thread from a Runnable.
- createTitleArea(Composite) - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
-
Override to customize the title bar
- createTitleArea(Composite) - Method in class org.eclipse.jface.notifications.NotificationPopup
- createTitleArea(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Creates the wizard's title area.
- createTitleControl(Composite) - Method in class org.eclipse.jface.dialogs.PopupDialog
-
Creates the control to be used to represent the dialog's title text.
- createTitleMenuArea(Composite) - Method in class org.eclipse.jface.dialogs.PopupDialog
-
Creates the title and menu area.
- createToggleButton(Composite) - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
-
Creates a toggle button without any text or state.
- createToggleTarget(String) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetFactory
-
Creates and returns a toggle breakpoint target corresponding to the given identifier that this factory can produce (according to
IToggleBreakpointsTargetFactory.getToggleTargets(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection)
). - createTokenComparator(String) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Creates an
ITokenComparator
which is used to show the intra line differences. - createToolBar() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createToolBar() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Tool Bar'.
- createToolBarActions(IManagedForm) - Method in class org.eclipse.ui.forms.MasterDetailsBlock
-
Implement this method to create form tool bar actions and add them to the form tool bar if desired.
- createToolBarAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar
'. - createToolBarContribution() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createToolBarContribution() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Tool Bar Contribution'.
- createToolBarContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar Contribution
'. - createToolBarContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar Contributions
'. - createToolBarContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar Contributions
'. - createToolBarControl(Composite) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Creates the control for the tool bar manager.
- createToolBarElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar Element
'. - createToolBarManager(int) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new tool bar manager for the window.
- createToolBarManager2(int) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns a new tool bar manager for the window.
- createToolBarSeparator() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createToolBarSeparator() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Tool Bar Separator'.
- createToolBarSeparatorAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Bar Separator
'. - createToolControl() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createToolControl() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Tool Control'.
- createToolControlAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Control
'. - createToolItemAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Tool Item
'. - createToolItems(ToolBarManager) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
Contributes items to the given
ToolBarManager
. - createToolItems(ToolBarManager) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
- createToolItems(ToolBarManager) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
-
This factory method is called after the viewer's controls have been created.
- createToolkit(Display) - Method in class org.eclipse.ui.forms.editor.FormEditor
-
Creates the form toolkit.
- createToolTipContentArea(Event, Composite) - Method in class org.eclipse.jface.viewers.ColumnViewerToolTipSupport
-
Instead of overwriting this method subclasses should overwrite
ColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)
- createToolTipContentArea(Event, Composite) - Method in class org.eclipse.jface.window.DefaultToolTip
-
Creates the content are of the the tooltip.
- createToolTipContentArea(Event, Composite) - Method in class org.eclipse.jface.window.ToolTip
-
Creates the content area of the the tooltip.
- createToolTipControl(Composite) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
-
Creates the control used to display tool tips for cells in this table.
- createTopLeft(Composite) - Method in class org.eclipse.compare.CompareViewerPane
- createTopLeft(Composite) - Method in class org.eclipse.compare.internal.CompareContentViewerSwitchingPane
- createTopLeft(Composite) - Method in class org.eclipse.compare.internal.CompareStructureViewerSwitchingPane
- createTouchpointData(Map<String, ? extends Object>) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns an instance of
ITouchpointData
with the given instructions. - createTouchpointInstruction(String, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
- createTouchpointType(String, Version) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Returns a
TouchpointType
with the given id and version. - createTree(Composite, int) - Method in class org.eclipse.ui.forms.widgets.FormToolkit
-
Creates a tree widget as a part of the form.
- createTreeAreaContents(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
- createTreeControl(Composite, int) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
-
Creates and set up the tree and tree viewer.
- createTreeControl(Composite, int) - Method in class org.eclipse.ui.dialogs.FilteredTree
-
Creates and set up the tree and tree viewer.
- createTreeItem(Widget, Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
Creates a single item for the given parent and synchronizes it with the given element.
- createTreeViewer(Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
-
Create a new
TreeViewer
. - createTreeViewer(Composite) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
-
Creates the tree viewer to be shown on this page.
- createTreeViewer(Composite) - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
-
Creates the tree viewer.
- createTreeViewer(Composite) - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
-
Creates and initializes the tree viewer.
- createTrimBar() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createTrimBar() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Trim Bar'.
- createTrimBarAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Trim Bar
'. - createTrimContribution() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
- createTrimContribution() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
-
Returns a new object of class 'Trim Contribution'.
- createTrimContributionAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Trim Contribution
'. - createTrimContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Trim Contributions
'. - createTrimContributionsAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
Trim Contributions
'. - createTrimElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Trim Element
'. - createTrimElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
Trim Element
'. - createTrimmedWindow() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createTrimmedWindow() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Trimmed Window'.
- createTrimmedWindowAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Trimmed Window
'. - createTrimWidgets(Shell) - Method in class org.eclipse.jface.window.ApplicationWindow
-
Creates the trim widgets around the content area.
- createUIAwareChangeOperation(Change) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
-
Deprecated.use
PerformChangeOperation(Change)
. Since 3.1, undo batching is implemented inTextChange
. - createUIElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
UI Element
'. - createUIElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
UI Element
'. - createUIElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
UI Element
'. - createUIElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
UI Element
'. - createUIElementAdapter() - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
Creates a new adapter for an object of class '
UI Element
'. - createUILabelAdapter() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
UI Label
'. - createUILabelAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
UI Label
'. - createUILabelAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
UI Label
'. - createUILabelAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates a new adapter for an object of class '
UI Label
'. - createUILabelAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
Creates a new adapter for an object of class '
UI Label
'. - createUIProgressMonitor(IProgressMonitor, Display) - Static method in class org.eclipse.jface.operation.ProgressMonitorUtil
-
Wraps an
IProgressMonitor
associated with the UI thread, producing a newIProgressMonitor
which can be used from any one thread. - createUndoChange(Change[]) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
-
Hook to create an undo change.
- createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
- createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.TextChange
-
Hook to create an undo change for the given undo edit.
- createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
- createUndoChange(UndoEdit, ContentStamp) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
-
Hook to create an undo change for the given undo edit and content stamp.
- createUndoChange(UndoEdit, ContentStamp) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
-
Hook to create an undo change for the given undo edit.
- createUndoManagerListener() - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
-
Deprecated.
- createUndoManagerListener() - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
-
Deprecated.
- createUndoRedoActions() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates this editor's undo/redo actions.
- createUnifiedId(IPluginContribution) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
-
Utility method to create a
String
containing the plugin and extension ids of a contribution. - createUninstallOperation(Collection<? extends IVersionedId>, Collection<URI>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.OperationFactory
-
Create an
UninstallOperation
that will uninstall the listed elements from the running instance. - createUpdateDescriptor(String, VersionRange, int, String) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Creates a new update descriptor object.
- createUpdateDescriptor(String, VersionRange, int, String, URI) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Create and return a new update descriptor
IUpdateDescriptor
with the specified values. - createUpdateDescriptor(Collection<IMatchExpression<IInstallableUnit>>, int, String, URI) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
- createUpdateJob() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Creates and returns a job used to update the launch configuration dialog for this tab.
- createUpdateOperation(Collection<? extends IVersionedId>, Collection<URI>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.OperationFactory
-
Create an
UpdateOperation
that will update the elements specified. - createURI(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
- createURI(String, boolean) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method that encodes and parses the given URI string.
- createURI(String, boolean, int) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Static factory method that encodes and parses the given URI string.
- createURIWithCache(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
-
Deprecated.Please use
createURI
instead. - createURL(String, long, ModuleContainer, BundleEntry, int, String, URLStreamHandler) - Static method in class org.eclipse.osgi.storage.bundlefile.BundleFile
- createURLHostForBundleID(ModuleContainer, long) - Static method in class org.eclipse.osgi.storage.url.BundleResourceHandler
- createValidator(Object, Object) - Method in class org.eclipse.core.databinding.UpdateValueStrategy
-
Tries to create a validator that can validate values of type fromType.
- createValueDiff(T, T) - Static method in class org.eclipse.core.databinding.observable.Diffs
-
Creates a diff between two values
- createVariable(String, String, int[]) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
-
Deprecated.as of 3.3 use
TemplateTranslator.createVariable(TemplateVariableType, String, int[])
instead - createVariable(TemplateVariableType, String, int[]) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
-
Hook method to create new variables.
- createVerticalRuler() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
- createVerticalRuler() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Creates the vertical ruler to be used by this editor.
- createVerticalSpacer(Composite, int) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
Creates vertical space in the parent
Composite
- createView() - Method in interface org.eclipse.ui.views.IViewDescriptor
-
Creates an instance of the view defined in the descriptor.
- createViewer(Viewer, Composite, CompareConfiguration) - Method in interface org.eclipse.compare.internal.IViewerDescriptor
-
Creates a new viewer from this descriptor under the given STW parent control.
- createViewer(Viewer, Composite, CompareConfiguration) - Method in class org.eclipse.compare.internal.ViewerDescriptor
- createViewer(Composite) - Method in class org.eclipse.debug.ui.AbstractDebugView
-
Creates and returns this view's underlying viewer.
- createViewer(Composite) - Method in class org.eclipse.ui.console.TextConsolePage
-
Returns a viewer used to display the contents of this page's console.
- createViewer(Composite) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
-
Creates, configures and returns a source viewer to present the template pattern on the preference page.
- createViewer(Composite) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
-
Creates the viewer to be used to display the pattern.
- createViewer(Composite, CompareConfiguration) - Method in class org.eclipse.compare.internal.BinaryCompareViewerCreator
- createViewer(Composite, CompareConfiguration) - Method in class org.eclipse.compare.internal.ImageMergeViewerCreator
- createViewer(Composite, CompareConfiguration) - Method in class org.eclipse.compare.internal.TextMergeViewerCreator
- createViewer(Composite, CompareConfiguration) - Method in class org.eclipse.compare.internal.TextViewerCreator
- createViewer(Composite, CompareConfiguration) - Method in interface org.eclipse.compare.IViewerCreator
-
Creates a new viewer under the given SWT parent control.
- createViewerEditor() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
This implementation of
AbstractTreeViewer.createViewerEditor()
returns null to ensure API backwards compatibility. - createViewerEditor() - Method in class org.eclipse.jface.viewers.ColumnViewer
-
Creates the viewer editor used for editing cell contents.
- createViewerEditor() - Method in class org.eclipse.jface.viewers.TableViewer
- createViewerEditor() - Method in class org.eclipse.jface.viewers.TreeViewer
- createViewerToolTipContentArea(Event, ViewerCell, Composite) - Method in class org.eclipse.jface.viewers.ColumnViewerToolTipSupport
-
Creates the content area of the tool tip giving access to the cell the tip is shown for.
- createViewReferenceForPart(MPart, String) - Method in class org.eclipse.ui.internal.WorkbenchPage
- createVirtualFoldersAndLinks(String[], IContainer) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
-
Create virtual folders and links of the given files and folders to the destination.
- createVisibleListener(IWorkbenchPart, ISelectionListener) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Convenience method to create a listener that only gets notified when: the selection has changed; the part is visible.
- createVisibleListener(IWorkbenchPart, ISelectionListener, Predicate<SelectionListenerFactory.ISelectionModel>) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Convenience method to create a listener that only gets notified when: the selection has changed; the part is visible.
- createVisibleSelfMutedListener(IWorkbenchPart, ISelectionListener) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Provides a listener that only gets notified of selection events when: the selection was not already delivered from any part; the part is visible; the selection does not originate from the part.
- createVisibleSelfMutedListener(IWorkbenchPart, ISelectionListener, Predicate<SelectionListenerFactory.ISelectionModel>) - Static method in class org.eclipse.ui.SelectionListenerFactory
-
Provides a listener that only gets notified of selection events when: the selection has changed; the part is visible; the selection does not originate from the part.
- createVisualAnnotationModel(IAnnotationModel) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
- createVisualAnnotationModel(IAnnotationModel) - Method in class org.eclipse.jface.text.source.SourceViewer
-
Creates the visual annotation model on top of the given annotation model.
- createWarningStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a new
RefactoringStatus
with oneWARNING
entry filled with the given message. - createWarningStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Creates a
RefactoringStatus
with oneWARNING
entry fill with the given message and context. - createWatchExpression(Object) - Method in interface org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter2
-
Creates and returns an expression for the specified variable which is used to created an
IWatchExpression
. - createWatchExpression(IVariable) - Method in interface org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter
-
Creates and returns an expression for the specified variable which is used to created an
IWatchExpression
. - createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.AreaRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SeparatorRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolControlRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer
- createWidget(MUIElement, Object) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer
- createWindow() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
- createWindow() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
-
Returns a new object of class 'Window'.
- createWindowActivationHelper(Shell) - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
-
Creates listener that shows and activates the main Eclipse window by clicking on the popup control if it was not in foreground.
- createWindowAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Window
'. - createWindowContents(Shell) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
-
Deprecated.This method is no longer used. Applications now define workbench window contents in their application model.
- createWindowContents(IWorkbenchWindowConfigurer, Shell) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
-
Deprecated.since 3.1, override
WorkbenchWindowAdvisor.createWindowContents(Shell)
instead - createWindowElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
Creates a new adapter for an object of class '
Window Element
'. - createWindowElementAdapter() - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
Creates a new adapter for an object of class '
Window Element
'. - createWithFlags(ImageDescriptor, int) - Static method in class org.eclipse.jface.resource.ImageDescriptor
-
Creates an ImageDescriptor based on the given original descriptor, but with additional SWT flags.
- createWizard() - Method in class org.eclipse.ui.preferences.WizardPropertyPage
-
Return a wizard.
- createWizard() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
-
Create a wizard.
- createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
-
Creates a new workbench window advisor for configuring a new workbench window via the given workbench window configurer.
- createWorkerJob() - Method in class org.eclipse.compare.internal.CompareContainer
- createWorkingCopy() - Method in interface org.eclipse.ui.activities.IWorkbenchActivitySupport
-
Return a copy of the current activity set.
- createWorkingSet(String, IAdaptable[]) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createWorkingSet(String, IAdaptable[]) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Creates a new working set.
- createWorkingSet(IMemento) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createWorkingSet(IMemento) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Re-creates and returns a working set from the state captured within the given memento.
- createWorkingSetEditWizard(IWorkingSet) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createWorkingSetEditWizard(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Creates a working set edit wizard for the specified working set.
- createWorkingSetGroup(Composite, IStructuredSelection, String[]) - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
-
Create a working set group for this page.
- createWorkingSetNewWizard(String[]) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
-
Creates a working set new wizard.
- createWorkingSetNewWizard(String[]) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Creates a working set new wizard.
- createWorkingSetSelectionDialog(Shell) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
-
Deprecated.use createWorkingSetSelectionDialog(parent, true) instead
- createWorkingSetSelectionDialog(Shell) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Deprecated.use createWorkingSetSelectionDialog(parent, true) instead
- createWorkingSetSelectionDialog(Shell, boolean) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createWorkingSetSelectionDialog(Shell, boolean) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Creates a working set selection dialog that lists all working sets and allows the user to add, remove and edit working sets.
- createWorkingSetSelectionDialog(Shell, boolean, String[]) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
- createWorkingSetSelectionDialog(Shell, boolean, String[]) - Method in interface org.eclipse.ui.IWorkingSetManager
-
Creates a working set selection dialog that lists all working sets with the specified ids and allows the user to add, remove and edit working sets with the specified ids.
- createWriteRoot(String) - Static method in class org.eclipse.ui.XMLMemento
-
Returns a root memento for writing a document.
- CREATION_FAILED - Static variable in interface org.eclipse.core.filebuffers.IFileBufferStatusCodes
-
Creation of file buffer failed.
- CredentialsFactory - Class in org.eclipse.equinox.security.auth.credentials
-
This factory can be used by login modules to create Equinox public and private credentials.
- CredentialsFactory() - Constructor for class org.eclipse.equinox.security.auth.credentials.CredentialsFactory
- CSS_CLASS_NAME_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
-
Key value for setting and getting the CSS class name of a widget.
- CSS_ENGINE_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
-
Key value for setting and getting the CSS engine styling a widget.
- CSS_ID_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
-
Key value for setting and getting the CSS ID of a widget.
- CSS_RESOURCE_URI_ARG - Static variable in interface org.eclipse.e4.ui.workbench.IWorkbench
-
The argument for the
URI
of the resources referenced from the application CSS file
Value is:applicationCSSResources
- CSS_URI_ARG - Static variable in interface org.eclipse.e4.ui.workbench.IWorkbench
- CSS2ColorHelper - Class in org.eclipse.e4.ui.css.core.css2
-
CSS2 Color Helper.
- CSS2ColorHelper() - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper
- CSS2FONT_KEY - Static variable in class org.eclipse.e4.ui.css.core.css2.CSS2FontPropertiesHelpers
-
Constant used to store
CSS2FontProperties
instance intoCSSElementContext
context. - CSS2FontHelper - Class in org.eclipse.e4.ui.css.core.css2
-
CSS2 Font Helper.
- CSS2FontHelper() - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2FontHelper
- CSS2FontProperties - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
- CSS2FontPropertiesHelpers - Class in org.eclipse.e4.ui.css.core.css2
- CSS2FontPropertiesHelpers() - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2FontPropertiesHelpers
- CSS2FontPropertiesImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.css2
- CSS2FontPropertiesImpl() - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2FontPropertiesImpl
- CSS2PaddingPropertiesImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.css2
- CSS2PaddingPropertiesImpl() - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2PaddingPropertiesImpl
- CSS2PrimitiveValueImpl - Class in org.eclipse.e4.ui.css.core.css2
-
Simple
CSSPrimitiveValue
implementation. - CSS2PrimitiveValueImpl(float) - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2PrimitiveValueImpl
- CSS2PrimitiveValueImpl(int) - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2PrimitiveValueImpl
- CSS2PrimitiveValueImpl(String) - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2PrimitiveValueImpl
- CSS2PropertiesImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
-
w3c
CSS2Properties
implementation. - CSS2PropertiesImpl(Object, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSS2PropertiesImpl
- CSS2RGBColorImpl - Class in org.eclipse.e4.ui.css.core.css2
-
Simple
RGBColor
implementation. - CSS2RGBColorImpl(int, int, int) - Constructor for class org.eclipse.e4.ui.css.core.css2.CSS2RGBColorImpl
- CSSAndConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
CombinatorCondition
interface. - CSSAndConditionImpl(Condition, Condition) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSAndConditionImpl
-
Creates a new CombinatorCondition object.
- CSSAttributeConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSAttributeConditionImpl(String, String, boolean, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSAttributeConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSBackgroundModePropertyHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSBackgroundModePropertyHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSBackgroundModePropertyHandler
- CSSBeginHyphenAttributeConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSBeginHyphenAttributeConditionImpl(String, String, boolean, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSBeginHyphenAttributeConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSBorderProperties - Interface in org.eclipse.e4.ui.css.core.dom.properties
-
CSS Border properties interface.
- CSSBorderPropertiesHelpers - Class in org.eclipse.e4.ui.css.core.css2
-
CSS2 Border Helper.
- CSSBorderPropertiesHelpers() - Constructor for class org.eclipse.e4.ui.css.core.css2.CSSBorderPropertiesHelpers
- CSSBorderPropertiesImpl - Class in org.eclipse.e4.ui.css.core.impl.dom.properties
-
CSSBorderProperties
implementation. - CSSBorderPropertiesImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.properties.CSSBorderPropertiesImpl
- CSSChildSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
DescendantSelector
interface. - CSSChildSelectorImpl(Selector, SimpleSelector) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSChildSelectorImpl
-
Creates a new CSSChildSelector object.
- CSSClassConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSClassConditionImpl(String, String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSClassConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSComputedStyleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
-
CSS computed style which concatenate list of CSSComputedStyleImpl to manage styles coming from Condition Selector (ex : Label#MyId) and other selectors (ex : Label).
- CSSComputedStyleImpl(List<StyleWrapper>) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSComputedStyleImpl
- CSSConditionalSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
ConditionalSelector
interface. - CSSConditionalSelectorImpl(SimpleSelector, Condition) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionalSelectorImpl
-
Creates a new ConditionalSelector object.
- CSSConditionFactoryImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
ConditionFactory
interface. - CSSConditionFactoryImpl(String, String, String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
-
Creates a new condition factory.
- CSSDescendantSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation for the
DescendantSelector
interface. - CSSDescendantSelectorImpl(Selector, SimpleSelector) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSDescendantSelectorImpl
-
Creates a new CSSDescendantSelector object.
- CSSDirectAdjacentSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation for the
DescendantSelector
interface. - CSSDirectAdjacentSelectorImpl(short, Selector, SimpleSelector) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSDirectAdjacentSelectorImpl
-
Creates a new CSSDirectAdjacentSelector object.
- CSSDocumentHandlerImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation for the
ExtendedDocumentHandler
interface. - CSSDocumentHandlerImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSDocumentHandlerImpl
- CSSElementContext - Interface in org.eclipse.e4.ui.css.core.engine
-
Context of the
Element
which wrap the native widget (SWT widget, Swing Component...). - CSSElementContextImpl - Class in org.eclipse.e4.ui.css.core.impl.engine
- CSSElementContextImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.engine.CSSElementContextImpl
- CSSElementSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class implements the
ElementSelector
interface. - CSSElementSelectorImpl(String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSElementSelectorImpl
-
Creates a new ElementSelector object.
- CSSEngine - Interface in org.eclipse.e4.ui.css.core.engine
-
CSS Engine interface used to parse style sheet and apply styles to something (UI SWT, UI Swing...).
- CSSEngineHelper - Class in org.eclipse.e4.ui.workbench.renderers.swt
-
Helper class for retrieving CSS values for a particular control so it can be used by renderers.
- CSSEngineHelper(IEclipseContext, Control) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.CSSEngineHelper
-
Create a CSSEngineHelper that can retrieve engine values for a particular control.
- CSSEngineImpl - Class in org.eclipse.e4.ui.css.core.impl.engine
- CSSEngineImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
- CSSEngineImpl(ExtendedDocumentCSS) - Constructor for class org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
- CSSErrorHandler - Interface in org.eclipse.e4.ui.css.core.engine
-
Basic interface for CSS Engine error handlers.
- CSSErrorHandlerImpl - Class in org.eclipse.e4.ui.css.core.impl.engine
-
Basic implementation for CSS Engine error handlers which print stack trace of the exception throwed.
- CSSErrorHandlerImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.engine.CSSErrorHandlerImpl
- CSSExtendedProperties - Interface in org.eclipse.e4.ui.css.core.dom
- CSSExtendedPropertiesImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
-
CSSExtendedProperties
implementation. - CSSExtendedPropertiesImpl(Object, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSExtendedPropertiesImpl
- CSSFontFaceRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSFontFaceRuleImpl(CSSStyleSheet, CSSRule) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSFontFaceRuleImpl
- CSSHTMLSerializerConfiguration - Class in org.eclipse.e4.ui.css.core.serializers
-
CSS HTML Serializer configuration used by
CSSSerializer
to filter the attribute type of the HTML widget like input[type='text']. - CSSHTMLSerializerConfiguration() - Constructor for class org.eclipse.e4.ui.css.core.serializers.CSSHTMLSerializerConfiguration
- CSSIdConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSIdConditionImpl(String, String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSIdConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSImportRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSImportRuleImpl(CSSStyleSheet, CSSRule, String, MediaListImpl) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSImportRuleImpl
- CSSLangConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
LangCondition
interface. - CSSLangConditionImpl(String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSLangConditionImpl
-
Creates a new LangCondition object.
- CSSMediaRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSMediaRuleImpl(CSSStyleSheet, CSSRule, MediaListImpl) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSMediaRuleImpl
- CSSOneOfAttributeConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSOneOfAttributeConditionImpl(String, String, boolean, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSOneOfAttributeConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSPageRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSPageRuleImpl(CSSStyleSheet, CSSRule, String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSPageRuleImpl
- CSSParser - Interface in org.eclipse.e4.ui.css.core.dom.parsers
-
CSS Parser interface to parse with SAC
Parser
: CSS Style sheet and returnCSSStyleSheet
. CSS Style declaration and returnCSSStyleDeclaration
. CSS value and returnCSSValue
. CSS rule and returnCSSRule
. - CSSParserFactory - Class in org.eclipse.e4.ui.css.core.dom.parsers
-
CSS Parser factory to manage instance of
ICSSParserFactory
. - CSSParserFactory() - Constructor for class org.eclipse.e4.ui.css.core.dom.parsers.CSSParserFactory
- CSSParserFactoryImpl - Class in org.eclipse.e4.ui.css.core.impl.dom.parsers
-
CSSParserFactory
implementation. - CSSParserFactoryImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.parsers.CSSParserFactoryImpl
- CSSParserImpl - Class in org.eclipse.e4.ui.css.core.impl.dom.parsers
-
CSSParser
implementation. - CSSParserImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.parsers.CSSParserImpl
- CSSProperty - Interface in org.eclipse.e4.ui.css.core.dom
-
CSS property interface.
- CSSPropertyAlignmentSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
-
We support some additional SWT-specific values
- CSSPropertyAlignmentSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyAlignmentSWTHandler
- CSSPropertyBackgroundSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyBackgroundSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyBackgroundSWTHandler
- CSSPropertyBorderSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyBorderSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyBorderSWTHandler
- CSSPropertyBorderVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyBorderVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyBorderVisibleSWTHandler
- CSSPropertyClassificationSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyClassificationSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyClassificationSWTHandler
- CSSPropertyColorDefinitionHandler - Class in org.eclipse.e4.ui.css.swt.properties.definition
- CSSPropertyColorDefinitionHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.definition.CSSPropertyColorDefinitionHandler
- CSSPropertyCornerRadiusSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyCornerRadiusSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyCornerRadiusSWTHandler
- CSSPropertyCustomTabContentBackgroundSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyCustomTabContentBackgroundSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyCustomTabContentBackgroundSWTHandler
- CSSPropertye4SelectedTabFillHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertye4SelectedTabFillHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertye4SelectedTabFillHandler
- CSSPropertye4TabOutline - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertye4TabOutline() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertye4TabOutline
- CSSPropertyFontDefinitionHandler - Class in org.eclipse.e4.ui.css.swt.properties.definition
- CSSPropertyFontDefinitionHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.definition.CSSPropertyFontDefinitionHandler
- CSSPropertyFontSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyFontSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler
- CSSPropertyHandlerLazyProviderImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.providers
-
CSS property handler with lazy strategy.
- CSSPropertyHandlerLazyProviderImpl() - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.providers.CSSPropertyHandlerLazyProviderImpl
- CSSPropertyHandlerSimpleProviderImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.providers
-
CSS property handler with static strategy.
- CSSPropertyHandlerSimpleProviderImpl() - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.providers.CSSPropertyHandlerSimpleProviderImpl
- CSSPropertyHeaderHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
-
A handler which allows the styling of IHeaderCustomizationElements.
- CSSPropertyHeaderHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyHeaderHandler
- CSSPropertyImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSPropertyImpl(String, CSSValue, boolean) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyImpl
-
Creates new Property
- CSSPropertyInnerKeylineSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyInnerKeylineSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyInnerKeylineSWTHandler
- CSSPropertyLinesVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyLinesVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyLinesVisibleSWTHandler
- CSSPropertyLinkSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyLinkSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyLinkSWTHandler
- CSSPropertyList - Interface in org.eclipse.e4.ui.css.core.dom
-
CSS property list interface.
- CSSPropertyListImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
-
w3c
CSSPropertyList
implementation. - CSSPropertyListImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
- CSSPropertyMarginSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyMarginSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyMarginSWTHandler
- CSSPropertyMaximizedSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyMaximizedSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyMaximizedSWTHandler
- CSSPropertyMaximizeVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyMaximizeVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyMaximizeVisibleSWTHandler
- CSSPropertyMinimizedSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyMinimizedSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyMinimizedSWTHandler
- CSSPropertyMinimizeVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyMinimizeVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyMinimizeVisibleSWTHandler
- CSSPropertyOuterKeylineSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyOuterKeylineSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyOuterKeylineSWTHandler
- CSSPropertyPaddingSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyPaddingSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyPaddingSWTHandler
- CSSPropertySelectedImageVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertySelectedImageVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertySelectedImageVisibleSWTHandler
- CSSPropertySelectedTabsSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertySelectedTabsSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertySelectedTabsSWTHandler
- CSSPropertySimpleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertySimpleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertySimpleSWTHandler
- CSSPropertySingleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertySingleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertySingleSWTHandler
- CSSPropertyTabHeightHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyTabHeightHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyTabHeightHandler
- CSSPropertyTabPositionSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyTabPositionSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyTabPositionSWTHandler
- CSSPropertyTabRendererSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyTabRendererSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyTabRendererSWTHandler
- CSSPropertyTabTextMinimumCharactersSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
-
CSS property to influence the minimum number of characters for rendering tab text and size Can be used in CSS Scratch Pad with the property name "swt-tab-text-minimum-characters", for example: CTabFolder { swt-tab-text-minimum-characters: 20 } Default value for the property is 1.
- CSSPropertyTabTextMinimumCharactersSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyTabTextMinimumCharactersSWTHandler
- CSSPropertyTextSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.css2
- CSSPropertyTextSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyTextSWTHandler
- CSSPropertyThemeElementDefinitionHandler - Class in org.eclipse.e4.ui.css.swt.properties.definition
- CSSPropertyThemeElementDefinitionHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.definition.CSSPropertyThemeElementDefinitionHandler
- CSSPropertyThemesExtensionHandler - Class in org.eclipse.e4.ui.css.swt.properties.definition
- CSSPropertyThemesExtensionHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.definition.CSSPropertyThemesExtensionHandler
- CSSPropertyUnselectedCloseVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyUnselectedCloseVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyUnselectedCloseVisibleSWTHandler
- CSSPropertyUnselectedImageVisibleSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyUnselectedImageVisibleSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyUnselectedImageVisibleSWTHandler
- CSSPropertyUnselectedTabsSWTHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyUnselectedTabsSWTHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyUnselectedTabsSWTHandler
- CSSPropertyUnselectHotTabsColorBackgroundHandler - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CSSPropertyUnselectHotTabsColorBackgroundHandler() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyUnselectHotTabsColorBackgroundHandler
- CSSPseudoClassConditionImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class provides an implementation of the
AttributeCondition
interface. - CSSPseudoClassConditionImpl(String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoClassConditionImpl
-
Creates a new CSSAttributeCondition object.
- CSSPseudoElementSelectorImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class implements the
ElementSelector
interface. - CSSPseudoElementSelectorImpl(String, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoElementSelectorImpl
-
Creates a new CSSPseudoElementSelector object.
- CSSResourcesHelpers - Class in org.eclipse.e4.ui.css.core.resources
-
CSS Resources Helper to manage
IResourcesRegistry
. - CSSResourcesHelpers() - Constructor for class org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpers
- CSSRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSRuleImpl(CSSStyleSheet, CSSRule) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
- CSSRuleListImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSRuleListImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSRuleListImpl
- CSSSelectorFactoryImpl - Class in org.eclipse.e4.ui.css.core.impl.sac
-
This class implements the
SelectorFactory
interface. - CSSSelectorFactoryImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
-
This class does not need to be instantiated.
- CSSSerializer - Class in org.eclipse.e4.ui.css.core.serializers
-
CSS Serializer to retrieve default CSSStyleDeclaration of the SWT Widgets.
- CSSSerializer() - Constructor for class org.eclipse.e4.ui.css.core.serializers.CSSSerializer
- CSSSerializerConfiguration - Class in org.eclipse.e4.ui.css.core.serializers
-
CSS Serializer configuration used by
CSSSerializer
to filter the attribute of the widget like Text[style='SWT.MULTI']. - CSSSerializerConfiguration() - Constructor for class org.eclipse.e4.ui.css.core.serializers.CSSSerializerConfiguration
- CSSStylableElement - Interface in org.eclipse.e4.ui.css.core.dom
-
CSS stylable element interface to wrap native widget.
- CSSStyleDeclarationImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSStyleDeclarationImpl(CSSRule) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
- CSSStyleRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSStyleRuleImpl(CSSStyleSheet, CSSRule, SelectorList) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleRuleImpl
- CSSStyleSheetImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSStyleSheetImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleSheetImpl
- CSSSWTApplyStylesListener - Class in org.eclipse.e4.ui.css.swt.engine
-
Add SWT filter to the
Display
to apply styles when SWT widget is resized or showed. - CSSSWTApplyStylesListener(Display, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.engine.CSSSWTApplyStylesListener
- CSSSWTColorHelper - Class in org.eclipse.e4.ui.css.swt.helpers
- CSSSWTColorHelper() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelper
- CSSSWTConstants - Class in org.eclipse.e4.ui.css.swt
- CSSSWTConstants() - Constructor for class org.eclipse.e4.ui.css.swt.CSSSWTConstants
- CSSSWTCursorHelper - Class in org.eclipse.e4.ui.css.swt.helpers
- CSSSWTCursorHelper() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.CSSSWTCursorHelper
- CSSSWTEngineImpl - Class in org.eclipse.e4.ui.css.swt.engine
-
CSS SWT Engine implementation which configure CSSEngineImpl to apply styles to SWT widgets with static handler strategy.
- CSSSWTEngineImpl(Display) - Constructor for class org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl
- CSSSWTEngineImpl(Display, boolean) - Constructor for class org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl
- CSSSWTFontHelper - Class in org.eclipse.e4.ui.css.swt.helpers
-
CSS SWT Font Helper to : get CSS2FontProperties from Font of SWT Control. get Font of SWT Control from CSS2FontProperties.
- CSSSWTFontHelper() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper
- CSSSWTHelpers - Class in org.eclipse.e4.ui.css.swt.helpers
-
SWT Helper to transform CSS w3c object (org.w3c.dom.css.RGBColor....) into SWT object (org.eclipse.swt.graphics.Color...).
- CSSSWTHelpers() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.CSSSWTHelpers
- CSSSWTImageHelper - Class in org.eclipse.e4.ui.css.swt.helpers
- CSSSWTImageHelper() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.CSSSWTImageHelper
- CSSSWTSerializerConfiguration - Class in org.eclipse.e4.ui.css.swt.serializers
-
CSSSerializerConfiguration
configuration used to get style of SWT control. - CSSSWTSerializerConfiguration() - Constructor for class org.eclipse.e4.ui.css.swt.serializers.CSSSWTSerializerConfiguration
- CSSUnknownRuleImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSUnknownRuleImpl(CSSStyleSheet, CSSRule, String) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSUnknownRuleImpl
- CSSValueBooleanConverterImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.converters
- CSSValueBooleanConverterImpl() - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueBooleanConverterImpl
- CSSValueConverterConfigColorImpl - Class in org.eclipse.e4.ui.css.core.dom.properties.converters
-
CSS Value converter color config to format the CSSValue string color.
- CSSValueConverterConfigColorImpl(int) - Constructor for class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueConverterConfigColorImpl
- CSSValueFactory - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSValueFactory() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSValueFactory
- CSSValueImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSValueImpl() - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSValueImpl
- CSSValueListImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- CSSValueListImpl(LexicalUnit) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.CSSValueListImpl
- CSSValueSWTColorConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTColorConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTColorConverterImpl
- CSSValueSWTCursorConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTCursorConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTCursorConverterImpl
- CSSValueSWTFontConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTFontConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl
- CSSValueSWTFontDataConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTFontDataConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl
- CSSValueSWTFontDataConverterImpl(Object) - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl
- CSSValueSWTGradientConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTGradientConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTGradientConverterImpl
- CSSValueSWTImageConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTImageConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTImageConverterImpl
- CSSValueSWTRGBConverterImpl - Class in org.eclipse.e4.ui.css.swt.properties.converters
- CSSValueSWTRGBConverterImpl() - Constructor for class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTRGBConverterImpl
- CT_TEXT - Static variable in interface org.eclipse.core.runtime.content.IContentTypeManager
-
Content type identifier constant for platform's primary text-based content type:
org.eclipse.core.runtime.text
. - CTabETabHelper - Class in org.eclipse.e4.ui.css.swt.properties.custom
- CTabETabHelper() - Constructor for class org.eclipse.e4.ui.css.swt.properties.custom.CTabETabHelper
- CTabFolder - Class in org.eclipse.swt.custom
-
Instances of this class implement the notebook user interface metaphor.
- CTabFolder(Composite, int) - Constructor for class org.eclipse.swt.custom.CTabFolder
-
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CTabFolder2Adapter - Class in org.eclipse.swt.custom
-
This adapter class provides default implementations for the methods described by the
CTabFolder2Listener
interface. - CTabFolder2Adapter() - Constructor for class org.eclipse.swt.custom.CTabFolder2Adapter
- CTabFolder2Listener - Interface in org.eclipse.swt.custom
-
Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
- CTabFolderAdapter - Class in org.eclipse.swt.custom
-
This adapter class provides a default implementation for the method described by the
CTabFolderListener
interface. - CTabFolderAdapter() - Constructor for class org.eclipse.swt.custom.CTabFolderAdapter
- CTabFolderElement - Class in org.eclipse.e4.ui.css.swt.dom
-
CSSStylableElement
implementation which wrap SWTCTabFolder
. - CTabFolderElement(CTabFolder, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.CTabFolderElement
- CTabFolderEvent - Class in org.eclipse.swt.custom
-
This event is sent when an event is generated in the CTabFolder.
- CTabFolderListener - Interface in org.eclipse.swt.custom
-
Classes which implement this interface provide a method that deals with events generated in the CTabFolder.
- CTabFolderRenderer - Class in org.eclipse.swt.custom
-
Instances of this class provide all of the measuring and drawing functionality required by
CTabFolder
. - CTabFolderRenderer(CTabFolder) - Constructor for class org.eclipse.swt.custom.CTabFolderRenderer
-
Constructs a new instance of this class given its parent.
- CTabItem - Class in org.eclipse.swt.custom
-
Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
- CTabItem(CTabFolder, int) - Constructor for class org.eclipse.swt.custom.CTabItem
-
Constructs a new instance of this class given its parent (which must be a
CTabFolder
) and a style value describing its behavior and appearance. - CTabItem(CTabFolder, int, int) - Constructor for class org.eclipse.swt.custom.CTabItem
-
Constructs a new instance of this class given its parent (which must be a
CTabFolder
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. - CTabItemElement - Class in org.eclipse.e4.ui.css.swt.dom
- CTabItemElement(Item, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.CTabItemElement
- CTabRendering - Class in org.eclipse.e4.ui.workbench.renderers.swt
- CTabRendering(CTabFolder) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering
- CTOOL_NEXT - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
- CTOOL_PREV - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
- CTRL - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
- CTRL - Static variable in class org.eclipse.ui.keys.ModifierKey
-
Deprecated.The single static instance of
ModifierKey
which represents the 'Ctrl' key. - CTRL_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Ctrl' key.
- ctrlFromPoint(Composite, Point) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
-
Get a Control at a certain position from the TrimBar.
- cubicTo(float, float, float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
-
Adds to the receiver a cubic bezier curve based on the parameters.
- curChar - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
- current - Variable in class org.eclipse.swt.browser.ProgressEvent
-
current value
- current() - Method in class org.eclipse.core.runtime.ServiceCaller
-
Return the currently available service.
- CURRENT_FRAME - Static variable in interface org.eclipse.ui.views.framelist.IFrameSource
-
Frame constant indicating the current frame.
- CURRENT_THEME_ID - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
-
Workbench preference for the current theme.
- currentContribution - Variable in class org.eclipse.ui.internal.PluginActionBuilder
- currentDataType - Variable in class org.eclipse.swt.dnd.DropTargetEvent
-
The type of data that will be dropped.
- CurrentDevice - Static variable in class org.eclipse.swt.graphics.Device
- currentJob() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Returns the job that is currently running in this thread, or
null
if there is no currently running job. - currentRule() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Returns the scheduling rule currently held by this thread, or
null
if the current thread does not hold any scheduling rule. - currentStateHandler - Variable in class org.eclipse.e4.core.commands.internal.HandlerServiceHandler
- currentStatus - Variable in class org.eclipse.jface.databinding.dialog.DialogPageSupport
- currentStatusStale - Variable in class org.eclipse.jface.databinding.dialog.DialogPageSupport
- currentToken - Variable in exception org.apache.lucene.demo.html.ParseException
-
This is the last token that has been consumed successfully.
- currentWork - Variable in class org.eclipse.ui.internal.UILockListener
- curSharedRef - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
-
The cached value of the '
Cur Shared Ref
' reference. - CURSHAREDREF - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
- Cursor - Class in org.eclipse.swt.graphics
-
Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.
- Cursor() - Constructor for class org.eclipse.jface.text.templates.GlobalTemplateVariables.Cursor
-
Creates a new cursor variable
- Cursor(Device, int) - Constructor for class org.eclipse.swt.graphics.Cursor
-
Constructs a new cursor given a device and a style constant describing the desired cursor appearance.
- Cursor(Device, ImageData, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
-
Constructs a new cursor given a device, image data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").
- Cursor(Device, ImageData, ImageData, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
-
Constructs a new cursor given a device, image and mask data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").
- CURSOR_APPSTARTING - Static variable in class org.eclipse.swt.SWT
-
System app startup cursor (value is 3).
- CURSOR_ARROW - Static variable in class org.eclipse.swt.SWT
-
System arrow cursor (value is 0).
- CURSOR_CROSS - Static variable in class org.eclipse.swt.SWT
-
System cross hair cursor (value is 2).
- CURSOR_HAND - Static variable in class org.eclipse.swt.SWT
-
System hand cursor (value is 21).
- CURSOR_HELP - Static variable in class org.eclipse.swt.SWT
-
System help cursor (value is 4).
- CURSOR_IBEAM - Static variable in class org.eclipse.swt.SWT
-
System i-beam cursor (value is 19).
- CURSOR_NO - Static variable in class org.eclipse.swt.SWT
-
System "not allowed" cursor (value is 20).
- CURSOR_SIZEALL - Static variable in class org.eclipse.swt.SWT
-
System resize all directions cursor (value is 5).
- CURSOR_SIZEE - Static variable in class org.eclipse.swt.SWT
-
System resize east cursor (value is 12).
- CURSOR_SIZEN - Static variable in class org.eclipse.swt.SWT
-
System resize north cursor (value is 10).
- CURSOR_SIZENE - Static variable in class org.eclipse.swt.SWT
-
System resize north-east cursor (value is 14).
- CURSOR_SIZENESW - Static variable in class org.eclipse.swt.SWT
-
System resize north-east-south-west cursor (value is 6).
- CURSOR_SIZENS - Static variable in class org.eclipse.swt.SWT
-
System resize north-south cursor (value is 7).
- CURSOR_SIZENW - Static variable in class org.eclipse.swt.SWT
-
System resize north-west cursor (value is 17).
- CURSOR_SIZENWSE - Static variable in class org.eclipse.swt.SWT
-
System resize north-west-south-east cursor (value is 8).
- CURSOR_SIZES - Static variable in class org.eclipse.swt.SWT
-
System resize south cursor (value is 11).
- CURSOR_SIZESE - Static variable in class org.eclipse.swt.SWT
-
System resize south-east cursor (value is 15).
- CURSOR_SIZESW - Static variable in class org.eclipse.swt.SWT
-
System resize south-west cursor (value is 16).
- CURSOR_SIZEW - Static variable in class org.eclipse.swt.SWT
-
System resize west cursor (value is 13).
- CURSOR_SIZEWE - Static variable in class org.eclipse.swt.SWT
-
System resize west-east cursor (value is 9).
- CURSOR_UPARROW - Static variable in class org.eclipse.swt.SWT
-
System up arrow cursor (value is 18).
- CURSOR_WAIT - Static variable in class org.eclipse.swt.SWT
-
System wait cursor (value is 1).
- CursorLinePainter - Class in org.eclipse.jface.text
-
A painter the draws the background of the caret line in a configured color.
- CursorLinePainter(ITextViewer) - Constructor for class org.eclipse.jface.text.CursorLinePainter
-
Creates a new painter for the given source viewer.
- CUSTOM_RENDERER_KEY - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
This is a persistedState 'key' whose value is expected to be the URI of a subclass of ABstractPartRenderer that is to be used to render the element
- customClasspath - Variable in class org.eclipse.ant.core.AntRunner
- CustomizableIntroPart - Class in org.eclipse.ui.intro.config
-
A re-usable intro part that the Eclipse platform uses for its Out of the Box Experience.
- CustomizableIntroPart() - Constructor for class org.eclipse.ui.intro.config.CustomizableIntroPart
- customizeContext(Object, Dictionary<String, ?>) - Method in class org.eclipse.equinox.http.jetty.JettyCustomizer
-
Called by the framework when the Jetty context has been created and initialized.
- customizeDocumentCommand(DocumentCommand) - Method in class org.eclipse.jface.text.TextViewer
-
Hook called on receipt of a
VerifyEvent
. - customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
- customizeDocumentCommand(IDocument, DocumentCommand) - Method in interface org.eclipse.jface.text.IAutoEditStrategy
-
Allows the strategy to manipulate the document command.
- customizeDocumentCommand(IDocument, DocumentCommand) - Method in class org.eclipse.jface.text.TabsToSpacesConverter
- customizeHttpConnector(Object, Dictionary<String, ?>) - Method in class org.eclipse.equinox.http.jetty.JettyCustomizer
-
Called by the framework when the Jetty Http Connector has been created and initialized.
- customizeHttpsConnector(Object, Dictionary<String, ?>) - Method in class org.eclipse.equinox.http.jetty.JettyCustomizer
-
Called by the framework when the Jetty Https Connector has been created and initialized.
- CustomizePerspectiveDialog_okButtonLabel - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CUSTOMIZER_CLASS - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
name="customizer.class" type="String"
(full qualified name of the class that implementsorg.eclipse.equinox.http.jetty.JettyCustomizer
and has a public no-arg constructor; the class must be supplied via a fragment to this bundle's classpath) - customShouldTakeFocus() - Method in class org.eclipse.jface.dialogs.MessageDialog
-
Return whether or not we should apply the workaround where we take focus for the default button or if that should be determined by the dialog.
- cut() - Method in class org.eclipse.swt.custom.CCombo
-
Cuts the selected text.
- cut() - Method in class org.eclipse.swt.custom.StyledText
-
Moves the selected text to the clipboard.
- cut() - Method in class org.eclipse.swt.widgets.Combo
-
Cuts the selected text.
- cut() - Method in class org.eclipse.swt.widgets.Spinner
-
Cuts the selected text.
- cut() - Method in class org.eclipse.swt.widgets.Text
-
Cuts the selected text.
- CUT - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
-
Text operation code for moving the selected text to the clipboard.
- CUT - Static variable in class org.eclipse.jface.viewers.CellEditor
-
Property name for the cut action
- CUT - Static variable in class org.eclipse.swt.custom.ST
- CUT - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "cut", commandId: "org.eclipse.ui.edit.cut"): Cut.
- CUT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.in 3.0. Use
ActionFactory.CUT.getId()
instead. - CUT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of standard Cut global action in the Edit menu.
- CUT - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
-
Deprecated.As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_CUT
- CUT_ACTION - Static variable in interface org.eclipse.debug.ui.IDebugView
-
Action id for a view's cut action.
- CUT_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- CUT_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Edit menu: name of group for extra Cut-like actions (value
"cut.ext"
). - CUT_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Edit menu: name of group for extra Cut-like actions (value
"cut.ext"
). - CUT_HANDLER - Static variable in interface org.eclipse.ui.swt.IFocusService
-
Use the value to provide default cut behaviour in a handler element class attribute.
- CUT_ID - Static variable in class org.eclipse.compare.internal.MergeSourceViewer
- CUT_LINE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to cut the current line.
- CUT_LINE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the edit cut line action.
- CUT_LINE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- CUT_LINE_TO_BEGINNING - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to cut line to beginning.
- CUT_LINE_TO_BEGINNING - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the edit cut line to beginning action.
- CUT_LINE_TO_BEGINNING_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- CUT_LINE_TO_END - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to cut line to end.
- CUT_LINE_TO_END - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the edit cut line to end action.
- CUT_LINE_TO_END_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- cutText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
-
Moves the substring beginning at the specified
start
offset and extending to the character at offsetend - 1
to the clipboard. - cutText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
-
Moves the substring beginning at the specified
start
offset and extending to the character at offsetend - 1
to the clipboard. - CYCLE_ALWAYS - Static variable in class org.eclipse.jface.text.link.LinkedModeUI
-
Constant indicating that this UI should always cycle from the last position to the first and vice versa.
- CYCLE_EDITOR_BACKWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_EDITOR_FORWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_NEVER - Static variable in class org.eclipse.jface.text.link.LinkedModeUI
-
Constant indicating that this UI should never cycle from the last position to the first and vice versa.
- CYCLE_PART_BACKWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_PART_FORWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_PERSPECTIVE_BACKWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_PERSPECTIVE_FORWARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- CYCLE_WHEN_NO_PARENT - Static variable in class org.eclipse.jface.text.link.LinkedModeUI
-
Constant indicating that this UI should cycle from the last position to the first and vice versa if its model is not nested.
- CycleEditorAction_header - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CycleEditorAction_next_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CycleEditorAction_next_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CycleEditorAction_prev_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CycleEditorAction_prev_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CycleEditorHandler - Class in org.eclipse.ui.internal
-
This is the handler for NextEditor and PrevEditor commands.
- CycleEditorHandler() - Constructor for class org.eclipse.ui.internal.CycleEditorHandler
- CyclePartAction_editor - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePartAction_header - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePartAction_next_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePartAction_next_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePartAction_prev_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePartAction_prev_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveAction_header - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveAction_next_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveAction_next_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveAction_prev_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveAction_prev_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- CyclePerspectiveHandler - Class in org.eclipse.ui.internal
-
This handler is used to switch between perspectives using the keyboard.
- CyclePerspectiveHandler() - Constructor for class org.eclipse.ui.internal.CyclePerspectiveHandler
- CycleViewHandler - Class in org.eclipse.ui.internal
-
This handler is used to switch between parts using the keyboard.
- CycleViewHandler() - Constructor for class org.eclipse.ui.internal.CycleViewHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RepositoryProvider.canHandleLinkedResourceURI()