Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GAP - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
Deprecated.
this variable was left as protected by mistake. It will be turned into static and hidden in the future versions. Do not use it and do not change its value.
GAP_SIZE - Static variable in class org.eclipse.jface.text.source.SourceViewer
The size of the gap between the vertical ruler and the text widget (value 2).
GAP_SIZE_1 - Static variable in class org.eclipse.jface.text.source.SourceViewer
The size of the gap between the vertical ruler and the text widget (value 1).
GapTextStore - Class in org.eclipse.jface.text
Implements a gap managing text store.
GapTextStore() - Constructor for class org.eclipse.jface.text.GapTextStore
GapTextStore(int, int) - Constructor for class org.eclipse.jface.text.GapTextStore
Deprecated.
GapTextStore(int, int, float) - Constructor for class org.eclipse.jface.text.GapTextStore
Creates an empty text store that uses re-allocation thresholds relative to the content length.
gc - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the GC
gc - Variable in class org.eclipse.swt.events.PaintEvent
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
gc - Variable in class org.eclipse.swt.widgets.Event
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
GC - Class in org.eclipse.swt.graphics
Class GC is where all of the drawing capabilities that are supported by SWT are located.
GC(Drawable) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GC(Drawable, int) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GCData - Class in org.eclipse.swt.graphics
Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
GCData() - Constructor for class org.eclipse.swt.graphics.GCData
 
gdipBgBrush - Variable in class org.eclipse.swt.graphics.GCData
 
gdipBgPatternBrushAlpha - Variable in class org.eclipse.swt.graphics.GCData
 
gdipBrush - Variable in class org.eclipse.swt.graphics.GCData
 
gdipFgBrush - Variable in class org.eclipse.swt.graphics.GCData
 
gdipFgPatternBrushAlpha - Variable in class org.eclipse.swt.graphics.GCData
 
gdipFont - Variable in class org.eclipse.swt.graphics.GCData
 
gdipGraphics - Variable in class org.eclipse.swt.graphics.GCData
 
gdipPen - Variable in class org.eclipse.swt.graphics.GCData
 
gdipXOffset - Variable in class org.eclipse.swt.graphics.GCData
 
gdipYOffset - Variable in class org.eclipse.swt.graphics.GCData
 
geHoverDecorationColor() - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
Deprecated.
use getHoverDecorationColor
generate(Control, int, int) - Static method in class org.eclipse.jface.layout.GridDataFactory
Generates layout data to the given control, given the number of cells spanned by the control.
generate(Control, Point) - Static method in class org.eclipse.jface.layout.GridDataFactory
Generates layout data to the given control, given the number of cells spanned by the control.
generateCombinations(Command) - Static method in class org.eclipse.core.commands.ParameterizedCommand
Generates all the possible combinations of command parameterizations for the given command.
generateCommand(Command, Map) - Static method in class org.eclipse.core.commands.ParameterizedCommand
Take a command and a map of parameter IDs to values, and generate the appropriate parameterized command.
generateContainer(IProgressMonitor) - Method in class org.eclipse.ui.dialogs.ContainerGenerator
Ensures that this generator's container resource exists.
generateLaunchConfigurationName(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns a string that can be used as the name of a launch configuration.
generateLayout(Composite) - Method in class org.eclipse.jface.layout.GridLayoutFactory
Applies this layout to the given composite, and attaches default GridData to all immediate children that don't have one.
generateLocations(IFile[], IProgressMonitor) - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
generateLocations(IFile[], IProgressMonitor) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Generates the file buffer locations out of the given files.
generateName(String) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
Returns a unique launch configuration name, using the given name as a seed.
generatePreferenceKey(IAction) - Method in class org.eclipse.debug.ui.AbstractDebugView
Generate a String that can be used as a key into a preference store based on the specified action.
generateUniqueLaunchConfigurationNameFrom(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Deprecated.
since 3.6 clients should use the ILaunchManager.generateLaunchConfigurationName(String) method which will perform validation of the name and correct unsupported name parts.
generateVariableExpression(String, String) - Method in interface org.eclipse.core.variables.IStringVariableManager
Convenience method that returns an expression referencing the given variable and optional argument.
GenericDescription - Interface in org.eclipse.osgi.service.resolver
A description of a generic capability.
GenericFileBufferOperationRunner - Class in org.eclipse.core.filebuffers.manipulation
A GenericFileBufferOperationRunner executes IFileBufferOperation.
GenericFileBufferOperationRunner(IFileBufferManager, Object) - Constructor for class org.eclipse.core.filebuffers.manipulation.GenericFileBufferOperationRunner
Creates a new file buffer operation runner.
GenericSpecification - Interface in org.eclipse.osgi.service.resolver
A specification which depends on a generic capability
Geometry - Class in org.eclipse.jface.util
Contains static methods for performing simple geometric operations on the SWT geometry classes.
gesture(GestureEvent) - Method in interface org.eclipse.swt.events.GestureListener
Sent when a recognized gesture has occurred.
Gesture - Static variable in class org.eclipse.swt.SWT
The gesture event type (value is 48).
GESTURE_BEGIN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture is about to begin.
GESTURE_END - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture has ended.
GESTURE_MAGNIFY - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a magnification gesture has happened.
GESTURE_PAN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a panning (two-finger scroll) gesture has happened.
GESTURE_ROTATE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a rotation gesture has happened.
GESTURE_SWIPE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a swipe gesture has happened.
GestureEvent - Class in org.eclipse.swt.events
Instances of this class are sent in response to touch-based gestures that are triggered by the user.
GestureEvent(Event) - Constructor for class org.eclipse.swt.events.GestureEvent
Constructs a new instance of this class based on the information in the given untyped event.
GestureListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as gestures are triggered by the user interacting with a touch pad or touch screen.
get() - Method in class org.eclipse.jface.text.AbstractDocument
 
get() - Method in interface org.eclipse.jface.text.IDocument
Returns this document's complete text.
get(int) - Method in class org.eclipse.core.databinding.observable.list.ComputedList
 
get(int) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
 
get(int) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
get(int) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
get(int) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
get(int) - Static method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns the 'Item Type' literal with the specified integer value.
get(int) - Static method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns the 'Side Value' literal with the specified integer value.
get(int) - Method in class org.eclipse.jface.text.CopyOnWriteTextStore
 
get(int) - Method in class org.eclipse.jface.text.GapTextStore
 
get(int) - Method in interface org.eclipse.jface.text.ITextStore
Returns the character at the specified offset.
get(int) - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Deprecated.
 
get(int) - Static method in class org.eclipse.ui.navigator.OverridePolicy
Returns the correct instance of the OverridePolicy ENUM for aValue.
get(int) - Static method in class org.eclipse.ui.navigator.Priority
Returns the correct instance of the Priority ENUM for aValue.
get(int, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
get(int, int) - Method in class org.eclipse.jface.text.CopyOnWriteTextStore
 
get(int, int) - Method in class org.eclipse.jface.text.GapTextStore
 
get(int, int) - Method in interface org.eclipse.jface.text.IDocument
Returns this document's text for the specified range.
get(int, int) - Method in interface org.eclipse.jface.text.ITextStore
Returns the text of the specified character range.
get(int, int) - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Deprecated.
 
get(Class<T>) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the context value associated with the given class.
get(Object) - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
get(Object) - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
get(Object) - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
 
get(Object) - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
get(Object) - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
Return the value object for the specified key.
get(String) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the context value associated with the given name.
get(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns the 'Item Type' literal with the specified literal value.
get(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns the 'Side Value' literal with the specified literal value.
get(String) - Method in class org.eclipse.equinox.p2.engine.spi.Memento
 
get(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
get(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Returns the value of the given key in this dialog settings.
get(String) - Method in class org.eclipse.jface.resource.ColorRegistry
Returns the color associated with the given symbolic color name, or null if no such definition exists.
get(String) - Method in class org.eclipse.jface.resource.FontRegistry
Returns the font associated with the given symbolic font name.
get(String) - Method in class org.eclipse.jface.resource.ImageRegistry
Returns the image associated with the given key in this registry, or null if none.
get(String) - Method in interface org.eclipse.team.core.ICache
Retrieve an object that has been cached with the context
get(String) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Returns the registered synchronize participants with the given type id.
get(String) - Static method in class org.eclipse.ui.navigator.OverridePolicy
Returns the correct instance of the OverridePolicy ENUM for aLiteral.
get(String) - Static method in class org.eclipse.ui.navigator.Priority
Returns the correct instance of the Priority ENUM for aLiteral.
get(String, String) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
get(String, String) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Returns the registered synchronize participants with the given type id and instance id.
get(String, String, Preferences[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Lookup the given key in the specified preference nodes in the given order.
get(IObjectDescriptor[], Object[], IRequestor, boolean, boolean, boolean) - Method in class org.eclipse.e4.core.di.suppliers.PrimaryObjectSupplier
This method is called by the dependency injection mechanism to obtain objects corresponding to the object descriptors.
get(IObjectDescriptor, IRequestor, boolean, boolean) - Method in class org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier
This method is called by the dependency injection mechanism to obtain an object corresponding to the object descriptor.
get(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns a previously-allocated resource or allocates a new one if none exists yet.
getAccelerator() - Method in class org.eclipse.jface.action.Action
 
getAccelerator() - Method in interface org.eclipse.jface.action.IAction
Returns the accelerator keycode for this action.
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getAccelerator() - Method in class org.eclipse.ui.actions.RetargetAction
 
getAccelerator() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getAccelerator(String) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
 
getAccelerator(String) - Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
An accessor for the accelerator associated with the item indicated by the identifier.
getAccelerator(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManagerOverrides
This is not intended to be called outside of the workbench.
getAcceleratorText(String) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
 
getAcceleratorText(String) - Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
An accessor for the accelerator text associated with the item indicated by the identifier.
getAcceleratorText(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManagerOverrides
This is not intended to be called outside of the workbench.
getAccessCode(BundleDescription, ExportPackageDescription) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns the access code that the specified BundleDescription has to the specified ExportPackageDescription.
getAccessedPropertyNames() - Method in class org.eclipse.core.expressions.ExpressionInfo
Returns the set of accessed PropertyTester properties.
getAccessedVariableNames() - Method in class org.eclipse.core.expressions.ExpressionInfo
Returns the set of accessed variables.
getAccessibilityPhrase() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Accessibility Phrase' attribute.
getAccessible() - Method in class org.eclipse.swt.widgets.Control
Returns the accessible object for the receiver.
getAccessible() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns the accessible object for the receiver.
getAction() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the action used to render this delegate.
getAction() - Method in class org.eclipse.help.webapp.AbstractButton
a JavaScript function which will be called when the button is pressed
getAction() - Method in class org.eclipse.jface.action.ActionContributionItem
Returns the action associated with this contribution item.
getAction() - Method in class org.eclipse.jface.commands.ActionHandler
Returns the action associated with this handler
getAction() - Method in class org.eclipse.ui.commands.ActionHandler
Deprecated.
getAction() - Method in interface org.eclipse.ui.intro.config.IIntroURL
 
getAction() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.IdMapEntry
Returns the action.
getAction(String) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
getAction(String) - Method in interface org.eclipse.debug.ui.IDebugView
Returns the action installed under the given action id.
getAction(String) - Method in class org.eclipse.ui.application.ActionBarAdvisor
Returns the action with the given id, or null if not found.
getAction(String) - Method in class org.eclipse.ui.navigator.WizardActionGroup
 
getAction(String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getAction(String) - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns the action installed under the given action id.
getAction(ITextEditor, String) - Method in class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
Returns the action registered with the given text editor.
getActionBarConfigurer() - Method in class org.eclipse.ui.application.ActionBarAdvisor
Returns the action bar configurer.
getActionBarConfigurer() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the action bar configurer for this workbench window.
getActionBarContributor() - Method in interface org.eclipse.ui.IEditorSite
Returns the action bar contributor for this editor.
getActionBarContributor() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IEditorSite method returns null, since nested editors do not have their own action bar contributor.
getActionBars() - Method in class org.eclipse.compare.CompareEditorInput
 
getActionBars() - Method in interface org.eclipse.compare.ICompareContainer
Return the action bars for the container or null if the container does not have an action bars.
getActionBars() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Returns the action bars for this synchronize page site.
getActionBars() - Method in interface org.eclipse.ui.IEditorSite
Returns the action bars for this part site.
getActionBars() - Method in interface org.eclipse.ui.intro.IIntroSite
Returns the action bars for this part site.
getActionBars() - Method in interface org.eclipse.ui.IViewSite
Returns the action bars for this part site.
getActionBars() - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
Returns the action bars for this page site.
getActionBars() - Method in class org.eclipse.ui.part.EditorActionBarContributor
Returns this contributor's action bars.
getActionBars() - Method in interface org.eclipse.ui.part.IPageSite
Returns the action bars for this page site.
getActionBars() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IEditorSite method forwards to the multi-page editor to return the action bars.
getActionBars() - Method in class org.eclipse.ui.part.PageSite
The PageSite implementation of this IPageSite method returns the SubActionBars for this site.
getActionCount(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the number of accessible actions available in this object.
getActionCount(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the number of accessible actions available in this object.
getActionDefinitionId() - Method in class org.eclipse.jface.action.Action
 
getActionDefinitionId() - Method in interface org.eclipse.jface.action.IAction
Returns the action definition id of this action.
getActionHandler() - Method in class org.eclipse.ui.actions.RetargetAction
Returns the action handler.
getActionId() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.IdMapEntry
Returns the action id.
getActionLabel() - Method in class org.eclipse.search.ui.text.MatchFilter
Returns the label of the filter as shown by the filter action.
getActionProviderInstance(CommonActionProviderDescriptor) - Method in class org.eclipse.ui.navigator.NavigatorActionService
 
getActionProxy() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns the workbench proxy associated with this action or null if none.
getActionResources() - Method in class org.eclipse.ui.actions.BuildAction
 
getActionResources() - Method in class org.eclipse.ui.actions.RenameResourceAction
Returns the elements that the action is to be performed on.
getActionResources() - Method in class org.eclipse.ui.actions.WorkspaceAction
Returns the elements that the action is to be performed on.
getActions() - Method in class org.eclipse.ui.navigator.WizardActionGroup
 
getActionSite() - Method in class org.eclipse.ui.navigator.CommonActionProvider
 
getActionText() - Method in class org.eclipse.debug.ui.DebugPopup
Returns the text to be shown as the action performed when this dialog's persist command is invoked, or null.
getActionText() - Method in class org.eclipse.debug.ui.InspectPopupDialog
 
getActivationService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The activation service is used to toggle whether certain extensions have the opportunity to contribute content and/or actions.
getActive() - Method in class org.eclipse.ui.SubActionBars
Return whether the manager is currently active or not.
getActive(Class<T>) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the value stored on the active leaf node of the context's tree.
getActive(String) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the named value stored on the active leaf node of the context's tree.
getActiveBackground() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the background to use for the active hyperlink.
getActiveBindingsDisregardingContext() - Method in class org.eclipse.jface.bindings.BindingManager
Computes the bindings for the current state of the application, but disregarding the current contexts.
getActiveBindingsDisregardingContextFlat() - Method in class org.eclipse.jface.bindings.BindingManager
Computes the bindings for the current state of the application, but disregarding the current contexts.
getActiveBindingsDisregardingContextFor(ParameterizedCommand) - Method in class org.eclipse.jface.bindings.BindingManager
Returns the active bindings for a particular command identifier, but discounting the current contexts.
getActiveBindingsFor(String) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
Returns the active bindings for a particular command identifier.
getActiveBindingsFor(String) - Method in interface org.eclipse.jface.action.ExternalActionManager.IBindingManagerCallback
Returns the active bindings for a particular command identifier.
getActiveBindingsFor(String) - Method in class org.eclipse.jface.bindings.BindingManager
Returns the active bindings for a particular command identifier.
getActiveBindingsFor(String) - Method in interface org.eclipse.ui.keys.IBindingService
Gets the active bindings for a given command identifier.
getActiveBindingsFor(ParameterizedCommand) - Method in class org.eclipse.jface.bindings.BindingManager
Returns the active bindings for a particular command identifier.
getActiveBindingsFor(ParameterizedCommand) - Method in interface org.eclipse.ui.keys.IBindingService
Gets the active bindings for a given parameterized command.
getActiveBuildConfig() - Method in interface org.eclipse.core.resources.IProject
Returns the active build configuration for the project.
getActiveChild() - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns active child for this context.
getActiveContext() - Method in interface org.eclipse.debug.ui.contexts.IDebugContextProvider
Returns the currently active context, possibly empty or null.
getActiveContext() - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Returns the active context in this service's window or null.
getActiveContext(String) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Returns the active context in the specified part of this service's window or null if none.
getActiveContext(String, String) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Returns the active context in the specified part of this service's window or null if none.
getActiveContextIds() - Method in class org.eclipse.core.commands.contexts.ContextManager
Returns the set of active context identifiers.
getActiveContextIds() - Method in interface org.eclipse.e4.ui.services.EContextService
Returns the complete listing of Context ids that are active or null if there are no active Contexts
getActiveContextIds() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getActiveContextIds() - Method in interface org.eclipse.ui.contexts.IContextService
Returns the set of active context identifiers.
getActiveContexts(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active contexts.
getActiveContextsChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active contexts.
getActiveEditor() - Method in class org.eclipse.ui.forms.editor.FormEditor
Widens the visibility of the method in the superclass.
getActiveEditor() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the active editor open in this page.
getActiveEditor() - Method in class org.eclipse.ui.part.AbstractMultiEditor
Returns the active inner editor.
getActiveEditor() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the active nested editor if there is one.
getActiveEditor(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active editor.
getActiveEditorChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active editor.
getActiveEditorId(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the part id of the active editor.
getActiveEditorIdChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the part id of the active editor.
getActiveEditorInput() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns the editor input of the active editor.
getActiveEditorInput(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the input of the active editor.
getActiveEditorInputChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the input of the active editor.
getActiveEditorPart() - Method in class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
Returns the active editor part.
getActiveFilters() - Method in class org.eclipse.search.ui.text.FilterUpdateEvent
Returns the the filters currently set, or null if filters have been disabled.
getActiveForeground() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the foreground to use for the active hyperlink.
getActiveHyperlinkText(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getActiveImage() - Method in class org.eclipse.ui.forms.widgets.ImageHyperlink
Returns active image.
getActiveJobs() - Method in class org.eclipse.core.runtime.jobs.JobGroup
Returns all waiting, executing and sleeping jobs belonging to this job group.
getActiveKeyConfigurationId() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getActiveLeaf() - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Follows active child chain to return the active leaf for this context.
getActiveLocale() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getActiveMatchFilters() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns the active match filters for this result.
getActiveMenuEditorInput(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active menu editor input, if available.
getActiveMenuEditorInputChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active menu editor input.
getActiveMenus(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the menu IDs that were applied to the registered context menu.
getActiveMenusChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the menu IDs that were applied to the registered context menu.
getActiveMenuSelection(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active menu selection.
getActiveMenuSelectionChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active menu selection.
getActivePage() - Method in interface org.eclipse.search.ui.ISearchResultViewPart
Returns the ISearchResultPage currently shown in this search view.
getActivePage() - Method in interface org.eclipse.ui.IPageService
Returns the active page.
getActivePage() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns the currently active page for this workbench window.
getActivePage() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the index of the currently active page, or -1 if there is no active page.
getActivePageInstance() - Method in class org.eclipse.ui.forms.editor.FormEditor
Returns active page instance if the currently selected page index is not -1 and active page is a IFormPage, or null otherwise.
getActivePart() - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
Returns the active part.
getActivePart() - Method in class org.eclipse.ui.actions.PartEventAction
Returns the currently active part in the workbench.
getActivePart() - Method in interface org.eclipse.ui.IPartService
Returns the active part.
getActivePart(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active part.
getActivePartChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active part.
getActivePartId() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getActivePartId() - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.
Returns the identifier of the part that must be active for this request to be considered.
getActivePartId(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the part id of the active part.
getActivePartIdChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the part id of the active part.
getActivePartReference() - Method in interface org.eclipse.ui.IPartService
Returns the active part reference.
getActivePerspective(MWindow) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Return the active perspective for the given window.
getActivePlatform() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getActiveRendering() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Returns the active rendering in this container, or null if none.
getActiveRewriteSession() - Method in class org.eclipse.jface.text.AbstractDocument
 
getActiveRewriteSession() - Method in interface org.eclipse.jface.text.IDocumentExtension4
Returns the active rewrite session of this document or null.
getActiveRewriteSession() - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension3
Returns the active rewrite session of this document or null.
getActiveRewriteSession() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getActiveRewriteSession() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the active rewrite session of this document or null.
getActiveSaveable() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return the currently active saveable.
getActiveSaveable() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Return the active saveable for this participant.
getActiveSaveables() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
getActiveSaveables() - Method in interface org.eclipse.ui.ISaveablesSource
Returns the saveables currently active in the workbench part.
getActiveSaveables() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getActiveSaveables() - Method in interface org.eclipse.ui.navigator.INavigatorSaveablesService
Returns the active saveables based on the current selection.
getActiveSaveables() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
getActiveSaveables() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getActiveScheme() - Method in class org.eclipse.jface.bindings.BindingManager
Gets the currently active scheme.
getActiveScheme() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the currently active scheme.
getActiveShell() - Method in class org.eclipse.swt.widgets.Display
Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
getActiveShell() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getActiveShell() - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.
Returns the shell that must be active for this request to be considered.
getActiveShell(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active shell.
getActiveShellChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active shell.
getActiveSite(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active part site.
getActiveSiteChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active part site.
getActiveSpellingEngineDescriptor(IPreferenceStore) - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
Returns the descriptor of the active spelling engine based on the value of the PREFERENCE_SPELLING_ENGINE preference in the given preferences.
getActiveTab() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
Returns the currently active ILaunchConfigurationTab being displayed, or null if there is none.
getActiveTabs() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns the list of currently active tabs.
getActiveWorkbenchPartSite() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getActiveWorkbenchPartSite() - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.
Returns the workbench part site of the part that must be active for this request to be considered.
getActiveWorkbenchWindow() - Method in interface org.eclipse.ui.IWorkbench
Returns the currently active window for this workbench (if any).
getActiveWorkbenchWindow(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active workbench window.
getActiveWorkbenchWindowChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the active workbench window.
getActivity() - Method in class org.eclipse.ui.activities.ActivityEvent
Returns the instance of the interface that changed.
getActivity(String) - Method in interface org.eclipse.ui.activities.IActivityManager
Returns an instance of IActivity given an identifier.
getActivityId() - Method in interface org.eclipse.ui.activities.IActivityPatternBinding
Returns the identifier of the activity represented in this binding.
getActivityId() - Method in interface org.eclipse.ui.activities.IActivityRequirementBinding
Returns the identifier of the activity represented in this binding.
getActivityId() - Method in interface org.eclipse.ui.activities.ICategoryActivityBinding
Returns the identifier of the activity represented in this binding.
getActivityIds() - Method in interface org.eclipse.ui.activities.IIdentifier
Returns the set of activity ids that this instance matches.
getActivityIdsForCategory(ICategory) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the activities directly required by a given category.
getActivityManager() - Method in class org.eclipse.ui.activities.ActivityManagerEvent
Returns the instance of the interface that changed.
getActivityManager() - Method in interface org.eclipse.ui.activities.IWorkbenchActivitySupport
Returns the activity manager for the workbench.
getActivityPatternBindings() - Method in interface org.eclipse.ui.activities.IActivity
Returns the set of activity pattern bindings for this instance.
getActivityRequirementBindings() - Method in interface org.eclipse.ui.activities.IActivity
Returns the set of activity requirement bindings for this instance.
getActivitySupport() - Method in interface org.eclipse.ui.IWorkbench
Returns an interface to manage activities at the workbench level.
getActual() - Method in class org.eclipse.unittest.model.ITestElement.FailureTrace
Returns the actual result or null if the trace is not a comparison failure.
getActualId() - Method in class org.eclipse.core.runtime.spi.RegistryContributor
Provides actual ID associated with the registry contributor (e.g., "12").
getActualName() - Method in class org.eclipse.core.runtime.spi.RegistryContributor
Provides actual name of the registry contributor (e.g., "org.eclipe.core.runtime.fragment").
getAdaptedResource(IAdaptable) - Method in interface org.eclipse.ui.IContributorResourceAdapter
Return the resource that the supplied adaptable adapts to.
getAdaptedResourceMapping(IAdaptable) - Method in interface org.eclipse.ui.ide.IContributorResourceAdapter2
Return the resource mapping that the supplied adaptable adapts to.
getAdapter(Class<T>) - Method in class org.eclipse.compare.CompareEditorInput
 
getAdapter(Class<T>) - Method in class org.eclipse.compare.CompareViewerPane
 
getAdapter(Class<T>) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
getAdapter(Class<T>) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
 
getAdapter(Class<T>) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Implement IAdaptable.getAdapter(Class) in order to provide an ISharedDocumentAdapter that provides the proper look up key based on the input from which this structure node was created.
getAdapter(Class<T>) - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
Override IAdaptable.getAdapter(Class) in order to provide an ISharedDocumentAdapter that provides the proper look up key based on the input from which this structure node was created.
getAdapter(Class<T>) - Method in interface org.eclipse.core.runtime.IAdaptable
Returns an object which is an instance of the given class associated with this object.
getAdapter(Class<T>) - Method in class org.eclipse.core.runtime.PlatformObject
Returns an object which is an instance of the given class associated with this object.
getAdapter(Class<T>) - Method in class org.eclipse.debug.core.Launch
 
getAdapter(Class<T>) - Method in class org.eclipse.debug.core.model.DebugElement
 
getAdapter(Class<T>) - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getAdapter(Class<T>) - Method in class org.eclipse.debug.ui.AbstractDebugView
Debug views implement the debug view adapter which provides access to a view's underlying viewer and debug model presentation for a specific debug model.
getAdapter(Class<T>) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
 
getAdapter(Class<T>) - Method in class org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector
Returns an object which is an instance of the given class and provides additional context for this hyperlink detector.
getAdapter(Class<T>) - Method in class org.eclipse.jface.text.templates.TemplateContext
Default implementation does nothing, clients can override to provide adapters.
getAdapter(Class<T>) - Method in class org.eclipse.ltk.core.refactoring.Change
 
getAdapter(Class<T>) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Adapts the refactoring to the given type.
getAdapter(Class<T>) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
 
getAdapter(Class<T>) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
 
getAdapter(Class<T>) - Method in class org.eclipse.team.core.RepositoryProvider
 
getAdapter(Class<T>) - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
 
getAdapter(Class<T>) - Method in class org.eclipse.team.core.synchronize.SyncInfo
 
getAdapter(Class<T>) - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.
 
getAdapter(Class<T>) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
getAdapter(Class<T>) - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
getAdapter(Class<T>) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
getAdapter(Class<T>) - Method in class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.console.TextConsolePage
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns the adapter
getAdapter(Class<T>) - Method in class org.eclipse.ui.editors.text.TextEditor
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.model.AdaptableList
 
getAdapter(Class<T>) - Method in interface org.eclipse.ui.model.IComparableContribution
Possible adaptations include: IConfigurationElement useful for contributions that eventually work back to registry elements.
getAdapter(Class<T>) - Method in class org.eclipse.ui.navigator.CommonNavigator
Returns an object which is an instance of the given class associated with this object.
getAdapter(Class<T>) - Method in class org.eclipse.ui.operations.OperationHistoryActionHandler
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.FileEditorInput
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.IntroPart
This implementation of the method declared by IAdaptable passes the request along to the platform's adapter manager; roughly Platform.getAdapterManager().getAdapter(this, adapter).
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.MultiEditorInput
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.MultiPageEditorPart
If there is an adapter registered against the subclass of MultiPageEditorPart return that.
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IAdaptable method delegates to the current page, if it implements IAdaptable.
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.PageSite
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.part.WorkbenchPart
Returns an object which is an instance of the given class associated with this object.
getAdapter(Class<T>) - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.Saveable
This implementation of IAdaptable.getAdapter(Class) returns null.
getAdapter(Class<T>) - Method in class org.eclipse.ui.statushandlers.StatusAdapter
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
Explicit comment needed to suppress wrong warning caused by http://bugs.sun.com/bugdatabase/view_bug.do?
getAdapter(Class<T>) - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
getAdapter(Class<T>) - Method in class org.eclipse.ui.views.properties.PropertySheetPage
The PropertySheetPage implementation of this IAdaptable method handles the ISaveablePart adapter by delegating to the source part.
getAdapter(Object) - Static method in class org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper
Helper method that returns the shared document adapter for the given typed element or null if there isn't one.
getAdapter(Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
Returns the implementation of IWorkbenchAdapter for the given object.
getAdapter(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
Returns the implementation of IWorkbenchAdapter for the given object.
getAdapter(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Return the IDeferredWorkbenchAdapter for element or the element if it is an instance of IDeferredWorkbenchAdapter.
getAdapter(Object, Class<?>) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Convenience method to return an adapter of the specified type for the given object or null if none.
getAdapter(Object, Class<?>) - Static method in class org.eclipse.debug.core.DebugPlugin
Returns an adapter of the specified type for the given object or null if none.
getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterFactory
Returns an object which is an instance of the given class associated with the given object.
getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object which is an instance of the given class associated with the given object.
getAdapter(Object, Class<T>) - Method in class org.eclipse.e4.ui.workbench.modeling.EObjModelHandler
 
getAdapter(Object, Class<T>, boolean) - Static method in class org.eclipse.ui.ide.ResourceUtil
Deprecated.
getAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object which is an instance of the given class name associated with the given object.
getAdapter(ISourceViewer, Class<T>) - Method in class org.eclipse.jface.text.source.projection.ProjectionSupport
Implements the contract of IAdaptable.getAdapter(java.lang.Class) by forwarding the adapter requests to the given viewer.
getAdapter2(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
Returns the implementation of IWorkbenchAdapter2 for the given object.
getAdapter3(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
Returns the implementation of IWorkbenchAdapter3 for the given object.
getAdapterList() - Method in interface org.eclipse.core.runtime.IAdapterFactory
Returns the collection of adapter types handled by this factory.
getAdapterList() - Method in class org.eclipse.e4.ui.workbench.modeling.EObjModelHandler
 
getAdapterManager() - Static method in class org.eclipse.core.runtime.Platform
Returns the adapter manager used for extending IAdaptable objects.
getAddButton() - Method in class org.eclipse.jface.preference.ListEditor
Return the Add button.
getAddedAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns the added annotations.
getAddedDynamicImportPackages() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of dynamic import package specifications that have been added dynamically to this bundle description.
getAddedKeys() - Method in class org.eclipse.core.databinding.observable.map.MapDiff
 
getAddedResources() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent
Returns newly added out-of-sync SyncInfo elements.
getAddedResources() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
getAddedRoots() - Method in interface org.eclipse.team.ui.mapping.ITeamStateChangeEvent
Return the set of resources that were previously undecorated but are now decorated.
getAddedRoots() - Method in class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
 
getAddedSubtreeRoots() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoTreeChangeEvent
Returns the highest parent resources of all newly added elements available in this event by calling getAddedResources().
getAdditionalClasspathEntries() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the set of classpath entries that the user has added to the Ant runtime classpath.
getAdditionalProposalInfo() - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
getAdditionalProposalInfo() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Returns optional additional information about the proposal.
getAdditionalProposalInfo() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getAdditionalProposalInfo(IProgressMonitor) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension5
Returns additional information about the proposal.
getAdditions() - Method in class org.eclipse.core.databinding.observable.set.SetDiff
 
getAdditions() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the proposed set of installable units to be added to the profile.
getAdditions() - Method in interface org.eclipse.equinox.p2.planner.IProfileChangeRequest
Provide the set of installable units that have been requested for addition
getAdditions() - Method in interface org.eclipse.team.core.diff.IDiffChangeEvent
Returns the delta nodes that have been added to the delta tree.
getAddons() - Method in interface org.eclipse.e4.ui.model.application.MApplication
Returns the value of the 'Addons' containment reference list.
getAddress() - Method in class org.eclipse.debug.ui.memory.MemoryRenderingElement
Returns the address at which bytes are being rendered.
getAddressableSize() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns this memory block's addressable size in number of bytes.
getAddressableSize() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the addressable size of this rendering's memory block in bytes.
getAddressableUnitPerColumn() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the number of addressable units per column.
getAddressableUnitPerLine() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the number of addressable units per row.
getAddressSize() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the address size of this memory block in number of bytes.
getAdvanced() - Method in class org.eclipse.swt.graphics.GC
Returns true if receiver is using the operating system's advanced graphics subsystem.
getAdvanceWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the advance width of the specified character in the font which is currently selected into the receiver.
getAffectedChildren() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns resource deltas for all children of this resource which were added, removed, or changed.
getAffectedChildren(int) - Method in interface org.eclipse.core.resources.IResourceDelta
Returns resource deltas for all children of this resource whose kind is included in the given mask.
getAffectedChildren(int, int) - Method in interface org.eclipse.core.resources.IResourceDelta
Returns resource deltas for all children of this resource whose kind is included in the given mask.
getAffectedObjects() - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
Return an array of objects that are affected by executing, undoing, or redoing this operation.
getAffectedObjects() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
getAffectedObjects() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the elements affected by this change or null if the affected elements cannot be determined.
getAffectedObjects() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
 
getAffectedObjects() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
 
getAffectedObjects() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
 
getAffectedObjects() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
getAffectedResource(IAdaptable) - Method in interface org.eclipse.ui.views.tasklist.ITaskListResourceAdapter
Returns the resource to query for the markers to display for the given adaptable.
getAffectedResources() - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
Return all resources that contain diffs in this diff tree.
getAffectedResources() - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
 
getAfterDate() - Method in interface org.eclipse.compare.patch.IFilePatch
Returns the milliseconds time value of the after date from the patch, or DATE_UNKNOWN if the date is unknown.
getAfterDate() - Method in interface org.eclipse.compare.patch.IFilePatch2
Returns the milliseconds time value of the after date from the patch, or DATE_UNKNOWN if the date is unknown.
getAfterSection() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractSectionDescriptor
 
getAfterSection() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the section identifier below which this section is displayed.
getAfterState() - Method in interface org.eclipse.team.core.mapping.IResourceDiff
Return a handle to the file state representing the "after" state of the file used to calculate this diff.
getAfterState() - Method in class org.eclipse.team.core.mapping.provider.ResourceDiff
 
getAfterTab() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
getAfterTab() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Get the identifier of the tab after which this tab should be displayed.
getAgent() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
Returns the provisioning agent associated with this factory, or null if this factory is not associated with an agent.
getAgent() - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
Returns the provisioning agent in charge of this repository manager
getAgent() - Method in class org.eclipse.equinox.p2.repository.metadata.spi.MetadataRepositoryFactory
Returns the provisioning agent associated with this factory, or null if this factory is not associated with an agent.
getAggregateWorkingSet() - Method in interface org.eclipse.ui.IWorkbenchPage
Return a working set that contains all of the elements contained in the array of working sets provided by IWorkbenchPage.getWorkingSets().
getAliases() - Method in class org.eclipse.osgi.service.security.TrustEngine
Return the list of friendly name aliases for the TrustAnchors installed in the engine.
getAlignment() - Method in class org.eclipse.swt.custom.CCombo
Returns the horizontal alignment.
getAlignment() - Method in class org.eclipse.swt.custom.CLabel
Returns the horizontal alignment.
getAlignment() - Method in class org.eclipse.swt.custom.StyledText
Returns the alignment of the widget.
getAlignment() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's horizontal text alignment, which will be one of SWT.LEFT, SWT.CENTER or SWT.RIGHT.
getAlignment() - Method in class org.eclipse.swt.widgets.Button
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.Label
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.TableColumn
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns a value which describes the position of the text or image in the receiver.
getAllCheckedListItems() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns a flat list of all of the leaf elements which are checked.
getAllCheckedListItems(IElementFilter, IProgressMonitor) - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns a flat list of all of the leaf elements which are checked.
getAllCommands() - Method in class org.eclipse.core.commands.CommandManager
Returns all of the commands known by this manager -- defined and undefined.
getAllContentTypes() - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
Returns all content types known by the platform.
getAllContributors() - Method in interface org.eclipse.core.runtime.spi.IDynamicExtensionRegistry
Returns all contributors associated with the registry at this time.
getAllDocuments(String) - Method in class org.eclipse.help.search.SearchParticipant
Returns all the documents that this participant knows about.
getAllIgnores() - Static method in class org.eclipse.team.core.Team
Returns the list of global ignores.
getAllListItems() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns a flat list of all of the leaf elements.
getAllMatchFilters() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns all applicable filters for this result or null if match filters are not supported.
getAllowDuplicates() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns whether or not duplicates are allowed.
getAllowMultiple() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns whether this view allows multiple instances.
getAllowPluginActivation() - Method in class org.eclipse.core.expressions.EvaluationContext
 
getAllowPluginActivation() - Method in interface org.eclipse.core.expressions.IEvaluationContext
Returns whether this evaluation context supports plug-in activation.
getAllowUserToToggleDerived() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
Returns whether to include a "Show derived resources" checkbox in the dialog.
getAllProviderTypeIds() - Static method in class org.eclipse.team.core.RepositoryProvider
Returns all known (registered) RepositoryProvider ids.
getAllReferencedBuildConfigs() - Method in interface org.eclipse.core.resources.IBuildContext
Gets a array of build configurations that were built before this build configuration, as part of the current top-level build invocation.
getAllReferencingBuildConfigs() - Method in interface org.eclipse.core.resources.IBuildContext
Gets a array of build configurations that will be built after this build configuration, as part of the current top-level build invocation.
getAllRemedyConfigs() - Static method in class org.eclipse.equinox.p2.operations.RemedyConfig
 
getAllStats() - Static method in class org.eclipse.core.runtime.PerformanceStats
Returns all performance event statistics.
getAllStyleRangeIterator() - Method in class org.eclipse.jface.text.TextPresentation
Returns an iterator which enumerates all style ranges of this presentation except the default style range.
getAllTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Sum of getCheckConditionsTicks, getCreateChangeTicks and getInitializeChangeTicks.
getAllTypes() - Static method in class org.eclipse.team.core.Team
Deprecated.
Use getFileContentManager().getExtensionMappings() instead.
getAllWhiteCheckedItems() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns a list of all of the items that are white checked.
getAllWorkingSets() - Method in interface org.eclipse.ui.IWorkingSetManager
Returns an array of all working sets stored in the receiver including those that are marked as being not visible.
getAlpha() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of alpha in the color, from 0 (transparent) to 255 (opaque).
getAlpha() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's alpha value.
getAlpha() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's alpha value.
getAlpha(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the alpha value at offset x in scanline y in the receiver's alpha data.
getAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth alpha values starting at offset x in scanline y in the receiver's alpha data starting at startIndex.
getAlt() - Method in interface org.eclipse.jface.bindings.keys.IKeyLookup
Returns the integer representation of the ALT key.
getAlt() - Method in class org.eclipse.jface.bindings.keys.SWTKeyLookup
 
getAlternateTerms() - Method in class org.eclipse.help.search.SearchProcessorInfo
After AbstractSearchProcessor.preSearch(String) is called, this method can be used to return an array of alternative search terms a user may wish to consider.
getAlwaysIncompatible() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
Returns true if this property descriptor is to be always considered incompatible with any other property descriptor.
getAlwaysShowIntroPref() - Method in class org.eclipse.ui.intro.contentproviders.AlwaysWelcomeCheckbox
 
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the Always Show Scrollbars flag.
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.StyledText
Returns the Always Show Scrollbars flag.
getAncestor() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
getAncestor() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns the ancestor side of this input.
getAncestorContent(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the contents for the ancestor side of a ContentMergeViewer.
getAncestorImage(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the image for the ancestor side of compare/merge viewers.
getAncestorImage(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns an optional image for the ancestor side of a ContentMergeViewer.
getAncestorImage(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the image for the ancestor side of compare/merge viewers.
getAncestorLabel(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the label for the ancestor side of compare/merge viewers.
getAncestorLabel(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the label for the ancestor side of a ContentMergeViewer.
getAncestorLabel(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the label for the ancestor side of compare/merge viewers.
getAnchor() - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
 
getAnchor() - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcher
Returns the anchor for the region of the matching peer characters.
getAnchor(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the anchor for the link at the specified index.
getAnchor(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the anchor for the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the target of the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the target of the link at the specified index.
getAnimatorFactory() - Static method in class org.eclipse.jface.util.Policy
Deprecated.
this is no longer in use as of 3.3
getAnnotationAccess() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the annotation access.
getAnnotationAccessExtension() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Returns the annotation access extension.
getAnnotationHeight() - Method in interface org.eclipse.jface.text.source.IOverviewRuler
Returns the height of the visual presentation of an annotation in this overview ruler.
getAnnotationHeight() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getAnnotationHover() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
Returns the annotation hover for this hover manager.
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the annotation hover which will provide the information to be shown in a hover popup window when requested for the given source viewer.
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getAnnotationImageProvider() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the annotation image provider.
getAnnotationIterator() - Method in class org.eclipse.jface.text.source.AnnotationModel
 
getAnnotationIterator() - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Returns all annotations managed by this model.
getAnnotationIterator(boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Returns all annotations managed by this model.
getAnnotationIterator(int, int, boolean, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Returns an iterator over all annotations managed by this model that are inside the given region.
getAnnotationIterator(int, int, boolean, boolean) - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension2
Returns an iterator over all annotations managed by this model that are inside the given region.
getAnnotationMap() - Method in class org.eclipse.jface.text.source.AnnotationModel
Returns the annotation map internally used by this annotation model.
getAnnotationModel() - Method in interface org.eclipse.core.filebuffers.ITextFileBuffer
Returns the annotation model of this text file buffer.
getAnnotationModel() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns the model this event refers to.
getAnnotationModel() - Method in interface org.eclipse.jface.text.source.ISourceViewer
Returns this viewer's annotation model.
getAnnotationModel() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getAnnotationModel() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns the AbstractMarkerAnnotationModel of the editor's input.
getAnnotationModel() - Method in class org.eclipse.ui.texteditor.SelectAnnotationRulerAction
Returns the AbstractMarkerAnnotationModel of the editor's input.
getAnnotationModel() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Returns the AbstractMarkerAnnotationModel of the editor's input.
getAnnotationModel() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
Returns the annotation model to be used by this reconcile strategy.
getAnnotationModel(Object) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
getAnnotationModel(Object) - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
Returns the attached IAnnotationModel for key, or null if none is attached for key.
getAnnotationModel(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getAnnotationModel(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getAnnotationModel(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getAnnotationModel(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getAnnotationModel(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns the annotation model for the given element.
getAnnotationModel(Match) - Method in interface org.eclipse.search.ui.text.ISearchEditorAccess
Finds the annotation model for the given match
getAnnotationModelEvent() - Method in class org.eclipse.jface.text.source.AnnotationModel
Returns the current annotation model event.
getAnnotationPreference(String) - Method in class org.eclipse.ui.texteditor.AnnotationPreferenceLookup
Returns the annotation preference defined for the given annotation type.
getAnnotationPreference(Annotation) - Method in class org.eclipse.ui.texteditor.AnnotationPreferenceLookup
Returns the annotation preference of a given annotation.
getAnnotationPreferenceFragment(String) - Method in class org.eclipse.ui.texteditor.AnnotationPreferenceLookup
Returns the annotation preference fragment defined for the given annotation type.
getAnnotationPreferenceFragments() - Method in class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
Returns all extensions provided for the markerAnnotationSpecification extension point including fragments.
getAnnotationPreferenceLookup() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the annotation preference lookup of this plug-in.
getAnnotationPreferenceLookup() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the annotation preference lookup.
getAnnotationPreferenceLookup() - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Returns the annotation preference lookup used by this annotation access.
getAnnotationPreferences() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the annotation preferences.
getAnnotationPreferences() - Method in class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
Returns all extensions provided for the markerAnnotationSpecification extension point.
getAnnotationType() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the annotation type.
getAnnotationType(String, int) - Method in class org.eclipse.ui.texteditor.AnnotationTypeLookup
Computes the annotation type that corresponds to the given marker type and the given marker severity.
getAnnotationType(IMarker) - Method in class org.eclipse.ui.texteditor.AnnotationTypeLookup
Computes the annotation type that corresponds to the state of the given marker.
getAnnotationTypeHierarchy() - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Returns the annotation type hierarchy used by this annotation access.
getAnnotationTypeLookup() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the annotation type lookup of this plug-in.
getAntHome() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the string that defines the Ant home set by the user or the location of the Eclipse Ant plug-in if Ant home has not been specifically set by the user.
getAntHomeClasspathEntries() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location.
getAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getAntPropertyValue(String) - Method in interface org.eclipse.ant.core.IAntPropertyValueProvider
Returns a value that the Ant entry point will use to set the value of the Ant property.
getAntURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Deprecated.
use getAntHomeClasspathEntries and getToolsJarEntry
getAppearsBeforeId() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Returns the extension that this extension must appear before.
getAppendPosition() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Returns the position that has been set with setAppendPosition.
getApplicabilityScope() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnitPatch
The applicability scope of a patch describes the installable units that this patch should be applied to.
getApplication() - Method in interface org.eclipse.core.runtime.IProduct
Returns the application associated with this product.
getApplication() - Method in interface org.eclipse.e4.ui.workbench.IWorkbench
 
getApplication() - Static method in class org.eclipse.ui.PlatformUI
This methods allows code of eclipse.ui to gracefully migrate to E4 as it has the following properties: It does not throw an exception but returns an empty optional if something is not ready (yet or anymore) so code can choose how to handle this (e.g. use Optional.orElseThrow() if required or Optional.orElse(Object) if a fallback exits. If this is is actually a (ui) Workbench running, this is returned and could be used If not the service registry is searched for an org.eclipse.e4.ui.workbench.IWorkbench so code can run inside a pure E4 (e.g.
getApplicationArgs() - Static method in class org.eclipse.core.runtime.Platform
Returns the arguments not consumed by the framework implementation itself.
getApplicationContext() - Method in class org.eclipse.core.commands.ExecutionEvent
Returns the state of the application at the time the execution was triggered.
getApplyButton() - Method in class org.eclipse.jface.preference.PreferencePage
Returns the Apply button.
getAppName() - Static method in class org.eclipse.swt.widgets.Display
Returns the application name.
getAppVersion() - Static method in class org.eclipse.swt.widgets.Display
Returns the application version.
getArchive() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
Returns the archive containing the zip entry.
getArguments() - Method in class org.eclipse.core.resources.FileInfoMatcherDescription
 
getArguments() - Method in interface org.eclipse.core.resources.ICommand
Returns a table of the arguments for this command, or null if there are no arguments.
getArguments() - Method in interface org.eclipse.equinox.app.IApplicationContext
The arguments used for the application.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyParticipant
Returns the copy arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
Returns the create arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
Returns the delete arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
Returns the move arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Returns the rename arguments.
getArgumentType() - Method in interface org.eclipse.core.resources.IFilterMatcherDescriptor
Returns the argument type expected by this filter.
getArray(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getArray(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Returns the value, an array of strings, of the given key in this dialog settings.
getArrayFromList(String) - Static method in class org.eclipse.osgi.util.ManifestElement
Returns the result of converting a list of comma-separated tokens into an array.
getArrayFromList(String, String) - Static method in class org.eclipse.osgi.util.ManifestElement
Returns the result of converting a list of tokens into an array.
getArrayFromString(String) - Method in class org.eclipse.ant.core.AntCorePreferences
 
getArtifact() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Returns the artifact this editor was opened for (i.e. the artifact that source was not found for), or null
getArtifact() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
Returns the artifact that source was not found for.
getArtifact() - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceLookupResult
Returns the artifact for which source lookup was performed, such as a stack frame.
getArtifact(IArtifactDescriptor, OutputStream, IProgressMonitor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
Writes to the given output stream the bytes represented by the artifact descriptor.
getArtifact(IArtifactDescriptor, OutputStream, IProgressMonitor) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
 
getArtifactDescriptors(IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a queryable that can be used to obtain any artifact descriptors that are needed for the provisioning operation.
getArtifactDescriptors(IArtifactKey) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
Return the set of artifact descriptors describing the ways that this repository can supply the artifact associated with the given artifact key
getArtifactDescriptors(IArtifactKey) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
 
getArtifactFile(IArtifactKey) - Method in interface org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
Return the location of the full local file corresponding to the given artifact key to the given key, or null if not available.
getArtifactFile(IArtifactDescriptor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
Return the location of the local file corresponding to the given artifact descriptor, or null if not available.
getArtifactKey() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
Return the key for the artifact described by this descriptor.
getArtifactKey() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
Returns the key for the artifact that is being requested
getArtifactKey() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
getArtifactKeys(IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a queryable that can be used to obtain any artifact keys that are needed for the provisioning operation.
getArtifactRepositories(IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a queryable that can be used to obtain any artifact repositories that are needed for the provisioning operation.
getArtifactRepositoryFlags() - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
Return the repository flags suitable for retrieving known repositories from a repository manager
getArtifacts() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the collection of artifacts associated with this installable unit.
getArtifacts(IArtifactRequest[], IProgressMonitor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
Executes the given artifact requests on this byte server.
getArtifacts(IArtifactRequest[], IProgressMonitor) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
 
getArtifactSources(Collection<? extends IArtifactKey>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a map from simple artifact repository location to a subset of the given artifact keys available in that repository.
getAscent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the ascent of the font described by the receiver.
getAscent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the ascent of the receiver.
getAttribute() - Method in class org.eclipse.ui.texteditor.BasicMarkerUpdater
 
getAttribute() - Method in interface org.eclipse.ui.texteditor.IMarkerUpdater
Returns the attributes for which this updater is responsible.
getAttribute(int) - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns the value of the specified attribute for this file.
getAttribute(int) - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getAttribute(String) - Method in interface org.eclipse.core.resources.IMarker
Returns the attribute with the given name.
getAttribute(String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the object attribute with the given name.
getAttribute(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the named attribute of this configuration element, or null if none.
getAttribute(String) - Method in interface org.eclipse.debug.core.ILaunch
Returns the value of a client defined attribute.
getAttribute(String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the attribute with the given name, as specified by this launch configuration type's extension definition, or null if unspecified.
getAttribute(String) - Method in class org.eclipse.debug.core.Launch
 
getAttribute(String) - Method in interface org.eclipse.debug.core.model.IProcess
Returns the value of a client defined attribute.
getAttribute(String) - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getAttribute(String) - Method in class org.eclipse.osgi.util.ManifestElement
Returns the value for the specified attribute or null if it does not exist.
getAttribute(String) - Method in class org.eclipse.ui.console.TextConsole
Returns the attribute associated with the specified key.
getAttribute(String) - Method in class org.eclipse.ui.intro.config.IntroElement
Returns the value of the attribute with a given name.
getAttribute(String, boolean) - Method in interface org.eclipse.core.resources.IMarker
Returns the boolean-valued attribute with the given name.
getAttribute(String, boolean) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the boolean-valued attribute with the given name.
getAttribute(String, boolean) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the boolean-valued attribute with the given name.
getAttribute(String, int) - Method in interface org.eclipse.core.resources.IMarker
Returns the integer-valued attribute with the given name.
getAttribute(String, int) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the integer-valued attribute with the given name.
getAttribute(String, int) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the integer-valued attribute with the given name.
getAttribute(String, String) - Method in interface org.eclipse.core.resources.IMarker
Returns the string-valued attribute with the given name.
getAttribute(String, String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the string-valued attribute with the given name.
getAttribute(String, String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
When multi-language support is enabled, this method returns the named attribute of this configuration element in the specified locale, or null if none.
getAttribute(String, String) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the string-valued attribute with the given name.
getAttribute(String, List<String>) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the java.util.List-valued attribute with the given name.
getAttribute(String, Map<String, String>) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the java.util.Map-valued attribute with the given name.
getAttribute(String, Set<String>) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the java.util.Set-valued attribute with the given name.
getAttributeAsIs(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
Deprecated.
The method is equivalent to the IConfigurationElement.getAttribute(String). Contrary to its description, this method returns a translated value. Use the IConfigurationElement.getAttribute(String) method instead.
getAttributeKeys() - Method in interface org.eclipse.ui.IMemento
Returns an array of all the attribute keys of the memento.
getAttributeKeys() - Method in class org.eclipse.ui.XMLMemento
 
getAttributeLabel(String) - Method in interface org.eclipse.debug.core.IPrototypeAttributesLabelProvider
Get a human readable label to associate to this attribute.
getAttributeLabel(String) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getAttributeName() - Method in class org.eclipse.ui.cheatsheets.AbstractItemExtensionElement
Returns the name of the XML attribute that this item extension handles.
getAttributeNames() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the names of the attributes of this configuration element.
getAttributes() - Method in interface org.eclipse.core.resources.IMarker
Returns a map with all the attributes for the marker.
getAttributes() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns a Map with all the attributes for the marker.
getAttributes() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns a map containing the attributes in this launch configuration.
getAttributes() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the arbitrary attributes for this bundle description.
getAttributes() - Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Returns the arbitrary attributes for this package.
getAttributes() - Method in interface org.eclipse.osgi.service.resolver.GenericDescription
Returns the arbitrary attributes for this description
getAttributes() - Method in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
Returns the arbitrary attributes which this import package may be resolved to.
getAttributes() - Method in class org.eclipse.ui.intro.config.IntroElement
Returns the names of all the attributes defined in this element.
getAttributes(String) - Method in class org.eclipse.osgi.util.ManifestElement
Returns an array of values for the specified attribute or null if the attribute does not exist.
getAttributes(String[]) - Method in interface org.eclipse.core.resources.IMarker
Returns the attributes with the given names.
getAttributes(String[]) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the attributes with the given names.
getAttributes(AccessibleAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns attributes specific to this Accessible object.
getAttributes(AccessibleAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns attributes specific to this Accessible object.
getAttributesLabelsForPrototype() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Get the attributes labels for prototype tab.
getAttributeValue(String, boolean) - Method in class org.eclipse.ui.views.markers.MarkerItem
Return the boolean associated with attributeName or defaultValue if it is not found.
getAttributeValue(String, int) - Method in class org.eclipse.ui.views.markers.MarkerItem
Get the value of the attribute in the enclosed marker.
getAttributeValue(String, String) - Method in class org.eclipse.ui.views.markers.MarkerItem
Get the String value of the attribute in the enclosed marker.
getAttributeValuesByName() - Method in class org.eclipse.ui.commands.AbstractHandler
Deprecated.
getAttributeValuesByName() - Method in class org.eclipse.ui.commands.ActionHandler
Deprecated.
getAttributeValuesByName() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
getAttributeValuesByName() - Method in interface org.eclipse.ui.commands.IHandler
Deprecated.
getAuthor() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the display string for the author of this revision.
getAuthor() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the author of this revision or null if this information is not available.
getAuthor() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getAutoActivationCharacters() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return the array of characters on which the popup is autoactivated.
getAutoActivationDelay() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Set the delay, in milliseconds, used before any autoactivation is triggered.
getAutoActivationDelay() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Gets the delay after which the content assistant is automatically invoked if the cursor is behind an auto activation character.
getAutoEditStrategies(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the auto edit strategies ready to be used with the given source viewer when manipulating text of the given content type.
getAutoExpandLevel() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the auto-expand level.
getAutoHide() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is automatically hidden by the platform, and false otherwise.
getAutoIndentStrategy(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
getAutomation() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the OleAutomation object represented by this Variant.
getAutoScrollLock() - Method in interface org.eclipse.ui.console.IScrollLockStateProvider
Returns the auto-scroll lock state.
getAvailableTargets() - Method in class org.eclipse.ant.core.AntRunner
Returns the buildfile target information.
getAvailableTypeNames() - Method in class org.eclipse.swt.dnd.Clipboard
Returns a platform specific list of the data types currently available on the system clipboard.
getAvailableTypes() - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the system clipboard.
getAvailableTypes(int) - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the specified clipboard.
getAverageCharacterWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the average character width, measured in points, of the font described by the receiver.
getAverageCharWidth() - Method in class org.eclipse.jface.text.TextViewer
Returns the average character width of this viewer's widget.
getAverageCharWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Deprecated.
Use getAverageCharacterWidth() instead
getAverageCharWidth(Control) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the average character width of the given control's font.
getBackground() - Method in class org.eclipse.jface.dialogs.PopupDialog
Get the background color that should be used for this popup.
getBackground() - Method in class org.eclipse.jface.text.TextAttribute
Returns the attribute's background color.
getBackground() - Method in class org.eclipse.jface.viewers.ViewerCell
Gets the background color of the cell.
getBackground() - Method in class org.eclipse.jface.viewers.ViewerLabel
Get the background Color.
getBackground() - Method in class org.eclipse.swt.custom.StyledText
 
getBackground() - Method in class org.eclipse.swt.custom.TableCursor
Returns the background color that the receiver will use to draw.
getBackground() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the background color that the receiver will use to draw.
getBackground() - Method in class org.eclipse.swt.graphics.GC
Returns the background color.
getBackground() - Method in class org.eclipse.swt.graphics.Image
Returns the color to which to map the transparent pixel, or null if the receiver has no transparent pixel.
getBackground() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
getBackground() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.ui.console.TextConsole
Returns the background color to use for this console or null for the default background color.
getBackground() - Method in class org.eclipse.ui.forms.FormColors
Returns the current background color.
getBackground() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the background to use for the normal hyperlink.
getBackground() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the background color for the entry.
getBackground(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getBackground(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getBackground(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the background at the columnIndex,
getBackground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the background color at the given column index in the receiver.
getBackground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the background color at the given column index in the receiver.
getBackground(Object) - Method in class org.eclipse.debug.ui.DebugElementWorkbenchAdapter
Deprecated.
 
getBackground(Object) - Method in class org.eclipse.jface.viewers.ColumnLabelProvider
 
getBackground(Object) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
 
getBackground(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
getBackground(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Provides a background color for the given element.
getBackground(Object) - Method in interface org.eclipse.jface.viewers.IColorProvider
Provides a background color for the given element.
getBackground(Object) - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
 
getBackground(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter2
Provides a background color for the given element.
getBackground(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter2 method returns null.
getBackground(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
 
getBackground(Object, int) - Method in interface org.eclipse.jface.viewers.ITableColorProvider
Provides a background color for the given element at the specified index
getBackground(Display) - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Returns the System background color for list widgets.
getBackgroundColor(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The background Color used by CLabel in the default implementation
getBackgroundColorExclusions() - Method in class org.eclipse.debug.ui.InspectPopupDialog
 
getBackgroundColorExclusions() - Method in class org.eclipse.jface.dialogs.PopupDialog
Return a list of controls which should never have their background color reset.
getBackgroundImage() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background image.
getBackgroundImage() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the optional background image of the form head.
getBackgroundImage() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the optional background image of this form.
getBackgroundImage(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The background Image used by CLabel in the default implementation
getBackgroundImageAlignment() - Method in class org.eclipse.ui.forms.widgets.Form
Deprecated.
due to the underlying widget limitations, background image is either painted at 0,0 and/or tiled.
getBackgroundMode() - Method in class org.eclipse.swt.widgets.Composite
Returns the receiver's background drawing mode.
getBackgroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the background pattern.
getBannerBackground(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getBannerFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the JFace's banner font.
getBannerForeground(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getBannerImageDescriptor() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the banner image for this launch group, or null if none
getBase() - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns the directory containing the files being managed by this storage manager.
getBase() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the remote resource handle for the base resource, or null if the base resource does not exist.
getBaseBytes(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Return the base bytes that are cached for the given resource or null if no base is cached.
getBaseLabelProvider(String) - Method in interface org.eclipse.ui.IDecoratorManager
Return the IBaseLabelProvider that corresponds to the decoratorId.
getBaseline() - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline, in points.
getBaseline(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline at the given offset, in points.
getBaseLocation() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
The base location An absolute URI which may be used to resolve relative BundleInfo.getLocation() URIs
getBaseTree() - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
Return the base resource variant tree.
getBaseTree() - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
 
getBaseType() - Method in interface org.eclipse.core.runtime.content.IContentType
Returns a reference to this content type's base type.
getBaseUnit() - Method in class org.eclipse.search.ui.text.Match
Returns whether match length and offset are expressed in lines or characters.
getBasicRedoStatus() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
 
getBasicRedoStatus() - Method in class org.eclipse.ui.ide.undo.DeleteMarkersOperation
 
getBasicRedoStatus() - Method in class org.eclipse.ui.ide.undo.UpdateMarkersOperation
 
getBasicUndoStatus() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
 
getBasicUndoStatus() - Method in class org.eclipse.ui.ide.undo.DeleteMarkersOperation
 
getBasicUndoStatus() - Method in class org.eclipse.ui.ide.undo.UpdateMarkersOperation
 
getBasicURL() - Method in class org.eclipse.help.webapp.AbstractView
Deprecated.
Help webapp no longer has basic view.
getBeforeDate() - Method in interface org.eclipse.compare.patch.IFilePatch
Returns the milliseconds time value of the before date from the patch, or DATE_UNKNOWN if the date is unknown.
getBeforeDate() - Method in interface org.eclipse.compare.patch.IFilePatch2
Returns the milliseconds time value of the before date from the patch, or DATE_UNKNOWN if the date is unknown.
getBeforeState() - Method in interface org.eclipse.team.core.mapping.IResourceDiff
Return a handle to the file state representing the "before" state of the file used to calculate this diff.
getBeforeState() - Method in class org.eclipse.team.core.mapping.provider.ResourceDiff
 
getBeingInstalledRelaxedWeight() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getBeingInstalledVersion() - Method in class org.eclipse.equinox.p2.operations.RemedyIUDetail
 
getBestActiveBindingFor(String) - Method in class org.eclipse.jface.bindings.BindingManager
Gets the best active binding for a command.
getBestActiveBindingFor(String) - Method in interface org.eclipse.ui.keys.IBindingService
Gets the best active binding for a command.
getBestActiveBindingFor(ParameterizedCommand) - Method in class org.eclipse.jface.bindings.BindingManager
 
getBestActiveBindingFor(ParameterizedCommand) - Method in interface org.eclipse.ui.keys.IBindingService
Gets the best active binding for a command.
getBestActiveBindingFormattedFor(String) - Method in class org.eclipse.jface.bindings.BindingManager
Gets the formatted string representing the best active binding for a command.
getBestActiveBindingFormattedFor(String) - Method in interface org.eclipse.ui.keys.IBindingService
Gets the formatted string representing the best active binding for a command.
getBidiColoring() - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
use BidiSegmentListener instead.
getBidiSupport() - Static method in class org.eclipse.jface.util.BidiUtils
Returns whether bidi support is enabled.
getBidiTypeAt(int) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextCharTypes
Gets the directionality of the character in the original string at the specified index.
getBigBaseAddress() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the base address of this memory block as a big integer.
getBigLength() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the length of this memory block, or -1 if unbounded.
getBinaryErrorStreamMonitor() - Method in interface org.eclipse.debug.core.model.IBinaryStreamsProxy
Returns a monitor for the error stream of this proxy's process, or null if not supported.
getBinaryOutputStreamMonitor() - Method in interface org.eclipse.debug.core.model.IBinaryStreamsProxy
Returns a monitor for the output stream of this proxy's process, or null if not supported.
getBindingContext() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingTable
Returns the value of the 'Binding Context' reference.
getBindingContexts() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindings
Returns the value of the 'Binding Contexts' reference list.
getBindings() - Method in class org.eclipse.core.databinding.DataBindingContext
Returns an unmodifiable IObservableList of all bindings in order by time of addition.
getBindings() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingTable
Returns the value of the 'Bindings' containment reference list.
getBindings() - Method in class org.eclipse.jface.bindings.BindingManager
Returns the set of all bindings managed by this class.
getBindings() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the current set of bindings.
getBindingTables() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingTableContainer
Returns the value of the 'Binding Tables' containment reference list.
getBlame() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns an object that can be used to figure out who caused the event, or a string describing the cause of the event.
getBlameString() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns a string describing the blame for this event.
getBlockedHandler() - Static method in class org.eclipse.jface.dialogs.Dialog
Get the IDialogBlockedHandler to be used by WizardDialogs and ModalContexts.
getBlockSelection() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget is in block selection mode.
getBlockSelectionBounds() - Method in class org.eclipse.swt.custom.StyledText
Returns the block selection bounds.
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
getBody() - Method in interface org.eclipse.equinox.p2.metadata.ICopyright
Returns the license body.
getBody() - Method in interface org.eclipse.equinox.p2.metadata.ILicense
Returns the license body.
getBody() - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointInstruction
Returns the body of this touchpoint instruction.
getBody() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the container that occupies the body of the form (the form area below the title).
getBody() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the container that occupies the body of the form (the form area below the title).
getBold(String) - Method in class org.eclipse.jface.resource.FontRegistry
Returns the bold font associated with the given symbolic font name.
getBoldFont() - Method in class org.eclipse.jface.text.contentassist.BoldStylerProvider
Creates (if not already done) and returns the bold font used by the styler to apply the bold style.
getBoldFont() - Method in class org.eclipse.jface.viewers.BoldStylerProvider
Creates (if not already done) and returns the bold font used by the styler to apply the bold style.
getBoldFont(Object, FilteredTree, PatternFilter) - Static method in class org.eclipse.ui.dialogs.FilteredTree
Return a bold font if the given element matches the given pattern.
getBoldStyler() - Method in class org.eclipse.jface.text.contentassist.BoldStylerProvider
Returns a StyledString.Styler that applies bold style to the given TextStyle's font.
getBoldStyler() - Method in class org.eclipse.jface.viewers.BoldStylerProvider
Returns a StyledString.Styler that applies bold style to the given TextStyle's font.
getBookmarksUndoContext() - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Return the undo context that should be used for operations involving bookmarks.
getBoolean() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java boolean represented by this Variant.
getBoolean(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the boolean-valued property with the given name.
getBoolean(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getBoolean(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
getBoolean(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the boolean-valued preference with the given name.
getBoolean(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getBoolean(String) - Method in interface org.eclipse.ui.IMemento
Returns the boolean value of the given key.
getBoolean(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getBoolean(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getBoolean(String) - Method in interface org.eclipse.ui.themes.ITheme
Get arbitrary data associated with this theme.
getBoolean(String) - Method in class org.eclipse.ui.XMLMemento
 
getBoolean(String, boolean) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getBoolean(String, String, boolean, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getBooleanConfigProperty(String) - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
 
getBooleanHint(String) - Method in interface org.eclipse.ui.activities.ITriggerPoint
Return the hint with the given key defined on this trigger point as interpreted as a boolean.
getBooleanOption(String, boolean) - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns the identified option as a boolean value.
getBooleanProperty(String) - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
getBooleanValue() - Method in class org.eclipse.jface.preference.BooleanFieldEditor
Returns this field editor's current value.
getBooleanValue(Object) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the value of the given attribute as boolean.
getBootstrapPart() - Method in class org.eclipse.debug.ui.AbstractDebugView
 
getBootstrapPart() - Method in class org.eclipse.ui.part.PageBookView
Returns the active, important workbench part for this view.
getBootstrapPart() - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
 
getBootstrapPart() - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
getBootstrapPart() - Method in class org.eclipse.ui.views.properties.PropertySheet
 
getBootstrapPluginIdentifiers() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Do not use this method. Check the osgi.bundles system property for the urls of the automatically started bundles
getBorderColor() - Method in class org.eclipse.ui.forms.FormColors
Returns the computed border color.
getBorderMargin() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Returns the margin required around the children whose border is being painted by the toolkit using FormToolkit.paintBordersFor(Composite).
getBorderStyle() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Returns the border style used for various widgets created by this toolkit.
getBorderVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver's border is visible.
getBorderWidth() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's border width in points.
getBottom() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the bottom side of the banner.
getBottomIndex() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the visible line with the highest line number.
getBottomIndex() - Method in class org.eclipse.jface.text.TextViewer
 
getBottomIndex(StyledText) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the last fully visible line of the widget.
getBottomIndexEndOffset() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the document offset of the lower right corner of this viewer's view port.
getBottomIndexEndOffset() - Method in class org.eclipse.jface.text.TextViewer
 
getBottomMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's bottom margin.
getBottomMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the bottom margin.
getBounds() - Method in class org.eclipse.jface.text.AbstractInformationControl
 
getBounds() - Method in interface org.eclipse.jface.text.IInformationControlExtension3
Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null).
getBounds() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getBounds() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getBounds() - Method in class org.eclipse.jface.viewers.ViewerCell
Get the bounds of the cell.
getBounds() - Method in class org.eclipse.jface.viewers.ViewerRow
Return the bounds for the whole item.
getBounds() - Method in class org.eclipse.swt.custom.CTabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.graphics.Image
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.graphics.Region
Returns a rectangle which represents the rectangular union of the collection of polygons the receiver maintains to describe its area.
getBounds() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.printing.Printer
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.widgets.Caret
Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null).
getBounds() - Method in class org.eclipse.swt.widgets.Control
Returns a rectangle describing the receiver's size and location in points relative to its parent (or its display if its parent is null), unless the receiver is a shell.
getBounds() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.widgets.Event
Gets the bounds.
getBounds() - Method in class org.eclipse.swt.widgets.Monitor
Returns a rectangle describing the receiver's size and location relative to its device.
getBounds() - Method in class org.eclipse.swt.widgets.TabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location of the receiver's text relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.ToolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the bounding rectangle of the device.
getBounds() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location of the receiver's text relative to its parent.
getBounds(float[]) - Method in class org.eclipse.swt.graphics.Path
Replaces the first four elements in the parameter with values that describe the smallest rectangle that will completely contain the receiver (i.e. the bounding box).
getBounds(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getBounds(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getBounds(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the bounds of the entry at the columnIndex,
getBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
getBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the tree.
getBounds(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds for the specified range of characters.
getBounds(Item) - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns the bounds of the given SWT tree or table item.
getBounds(Item) - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getBoundsInPixels() - Method in class org.eclipse.swt.graphics.Image
Deprecated.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated.
getBranches() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the branches names of file revision.
getBranches() - Method in class org.eclipse.team.core.history.provider.FileRevision
Returns the branches names of file revision.
getBrandingApplication() - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the application associated with this application context.
getBrandingBundle() - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the bundle which is responsible for the definition of the product associated with this application context.
getBrandingDescription() - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the text description of the product associated with this application context.
getBrandingId() - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the unique product id of the product associated with this application context.
getBrandingName() - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the name of the product associated with this application context.
getBrandingProperty(String) - Method in interface org.eclipse.equinox.app.IApplicationContext
Returns the property with the given key of the product associated with this application context.
getBreakpoint() - Method in class org.eclipse.debug.ui.actions.RulerBreakpointAction
Returns the breakpoint at the last line of mouse activity in the ruler or null if none.
getBreakpoint(IMarker) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns the breakpoint associated with the given marker or null if no such breakpoint exists
getBreakpointManager() - Method in class org.eclipse.debug.core.DebugPlugin
Returns the breakpoint manager.
getBreakpoints() - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns a collection of all registered breakpoints.
getBreakpoints() - Method in interface org.eclipse.debug.core.model.IThread
Returns the breakpoints that caused this thread to suspend, or an empty collection if this thread is not suspended or was not suspended by a breakpoint.
getBreakpoints(String) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns a collection of all breakpoints registered for the given debug model.
getBreakpoints(ILaunchConfiguration) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns the breakpoint collection that is relevant for this launch delegate.
getBreakpointsUndoContext() - Static method in class org.eclipse.debug.ui.DebugUITools
Return the undo context that should be used for operations involving breakpoints.
getBrowser() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns the Browser whose pages can invoke this BrowserFunction.
getBrowserSupport() - Method in interface org.eclipse.ui.IWorkbench
Return the browser support for this workbench.
getBrowserType() - Method in class org.eclipse.swt.browser.Browser
Returns the type of native browser being used by this instance.
getBuffer() - Method in class org.eclipse.debug.ui.actions.ExportBreakpointsOperation
Returns a string buffer containing a memento of the exported breakpoints or null if the operation was configured to export to a file.
getBuffer() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the current state of the key binding buffer.
getBuildConfig() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns the build configuration for which this build was invoked.
getBuildConfig(String) - Method in interface org.eclipse.core.resources.IProject
Returns the project IBuildConfiguration with the given name for this project.
getBuildConfigReferences(String) - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the build configurations referenced by the specified configuration for the described project.
getBuildConfigs() - Method in interface org.eclipse.core.resources.IProject
Returns the build configurations for this project.
getBuildConfigurationsToBuild() - Method in class org.eclipse.ui.actions.BuildAction
This collection of project build configs, derived from the selected resources, is passed to the workspace for building.
getBuilder(Shell, String) - Static method in class org.eclipse.jface.dialogs.PlainMessageDialog
Creates a new Builder instance.
getBuilderName() - Method in interface org.eclipse.core.resources.ICommand
Returns the name of the builder to run for this command, or null if the name has not been set.
getBuildKind() - Method in interface org.eclipse.core.resources.IResourceChangeEvent
Returns the kind of build that caused this event, or 0 if not applicable to this type of event.
getBuildOrder() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the order in which projects in the workspace should be built.
getBuildOrder(ILaunchConfiguration, String) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns the projects to build before launching the given launch configuration or null if the entire workspace should be built incrementally.
getBuildSpec() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the list of build commands to run when building the described project.
getBundle() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Returns the resource bundle.
getBundle() - Method in interface org.eclipse.core.runtime.ILog
Returns the plug-in with which this log is associated.
getBundle() - Method in class org.eclipse.core.runtime.Plugin
Returns the bundle associated with this plug-in.
getBundle() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the resource bundle for JFace itself.
getBundle() - Method in interface org.eclipse.osgi.service.resolver.BundleDelta
Returns the BundleDescription that this bundle delta is for.
getBundle() - Method in class org.eclipse.osgi.service.resolver.DisabledInfo
Returns the bundle which is disabled
getBundle() - Method in interface org.eclipse.osgi.service.resolver.ResolverError
Returns the bundle which this ResolverError is for
getBundle() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns the bundle that declares this constraint.
getBundle(long) - Method in interface org.eclipse.osgi.service.resolver.State
Returns the bundle descriptor for the bundle with the given id.
getBundle(String) - Static method in class org.eclipse.core.runtime.Platform
Returns the resolved bundle with the specified symbolic name that has the highest version.
getBundle(String, Version) - Method in interface org.eclipse.osgi.service.resolver.State
Returns the bundle descriptor for the bundle with the given name and version.
getBundleByLocation(String) - Method in interface org.eclipse.osgi.service.resolver.State
Returns the bundle descriptor for the bundle with the given location identifier. null is returned if no such bundle is found in this state.
getBundleCode() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
Returns the bundle-specific code describing the outcome.
getBundleContext() - Method in class org.eclipse.osgi.launch.Equinox
 
getBundleFile(Bundle) - Static method in class org.eclipse.core.runtime.FileLocator
getBundleFileLocation(Bundle) - Static method in class org.eclipse.core.runtime.FileLocator
Returns an Optional File, that (if present) describes the bundle's root location on the file system.
getBundleGroupProviders() - Static method in class org.eclipse.core.runtime.Platform
Returns the currently registered bundle group providers.
getBundleGroups() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
Returns the bundle groups provided by this provider.
getBundleId() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
Get the bundle id
getBundleId() - Method in class org.eclipse.osgi.launch.Equinox
 
getBundleId() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the numeric id of this bundle.
getBundleId() - Method in class org.eclipse.ui.testing.ContributionInfo
 
getBundleImporters() - Static method in class org.eclipse.team.core.Team
Returns the available bundle importers.
getBundleProgressMonitor() - Method in class org.eclipse.ui.splash.AbstractSplashHandler
Return the progress monitor responsible for showing bundle loading.
getBundleProgressMonitor() - Method in class org.eclipse.ui.splash.BasicSplashHandler
 
getBundles() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns a list of all bundles supplied by this bundle group.
getBundles() - Method in interface org.eclipse.osgi.service.resolver.State
Returns descriptions for all bundles known to this state.
getBundles(String) - Method in interface org.eclipse.osgi.service.resolver.State
Returns all bundle descriptions with the given bundle symbolic name.
getBundles(String, String) - Static method in class org.eclipse.core.runtime.Platform
Returns all bundles with the specified symbolic name.
getBundleSymbolicName() - Method in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
Returns the symbolic name of the bundle this import package must be resolved to.
getBundleVersionRange() - Method in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
Returns the version range which this import package may be resolved to.
getBusyCursor() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the cursor to use when the hyperlink is active.
getButton() - Method in class org.eclipse.jface.preference.ColorSelector
Get the button control being wrappered by the selector.
getButton(int) - Method in class org.eclipse.jface.dialogs.Dialog
Returns the button created by the method createButton for the specified ID as defined on IDialogConstants.
getButton(int) - Method in class org.eclipse.jface.dialogs.MessageDialog
Gets a button in this dialog's button bar.
getButton(int) - Method in class org.eclipse.jface.wizard.WizardDialog
Return the cancel button if the id is a the cancel id.
getButtonBar() - Method in class org.eclipse.jface.dialogs.Dialog
Returns the button bar control.
getButtonBoxControl(Composite) - Method in class org.eclipse.jface.preference.ListEditor
Returns this field editor's button box containing the Add, Remove, Up, and Down button.
getButtonLabels() - Method in class org.eclipse.jface.dialogs.MessageDialog
An accessor for the labels to use on the buttons.
getByName(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns the 'Item Type' literal with the specified name.
getByName(String) - Static method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns the 'Side Value' literal with the specified name.
getByRef() - Method in class org.eclipse.swt.ole.win32.Variant
Returns a pointer to the referenced data represented by this Variant.
getByte() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java byte represented by this Variant.
getByteArray(String, byte[]) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getByteArray(String, String, byte[], IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getByteOrderMarkLabel(IContentDescription) - Static method in class org.eclipse.ui.ide.IDEEncoding
Get the displayable string for the byte order marking from the supplied file description.
getBytes() - Method in interface org.eclipse.debug.core.model.IMemoryBlock
Returns the values of the bytes currently contained in this this memory block.
getBytes() - Method in class org.eclipse.debug.ui.memory.MemoryRenderingElement
Returns the memory bytes being rendered.
getBytes(String, BigInteger, MemoryByte[], String) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns bytes for the given text corresponding to bytes at the given address for the specified rendering type.
getBytes(String, BigInteger, MemoryByte[], String) - Method in class org.eclipse.debug.ui.memory.AbstractTextRendering
 
getBytes(IResource) - Method in class org.eclipse.team.core.variants.PersistantResourceVariantByteStore
 
getBytes(IResource) - Method in class org.eclipse.team.core.variants.ResourceVariantByteStore
Return the bytes for the variant corresponding the given local resource.
getBytes(IResource) - Method in class org.eclipse.team.core.variants.SessionResourceVariantByteStore
 
getBytes(IResource, IResourceVariant) - Method in class org.eclipse.team.core.variants.ResourceVariantTree
Get the bytes to be stored in the ResourceVariantByteStore from the given resource variant.
getBytesFromAddress(BigInteger, long) - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns bytes from this memory block based on the given address and the addressable size of this memory block.
getBytesFromOffset(BigInteger, long) - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns bytes from this memory block based on the base address and addressable size of this memory block.
getBytesPerColumn() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the number of bytes displayed in a single column cell.
getBytesPerLine() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the number of bytes displayed in a row.
getByteStore() - Method in class org.eclipse.team.core.variants.ResourceVariantTree
Get the byte store that is used to cache the serialization bytes for the resource variants of this tree.
getCache() - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Return the cache associated with this synchronization context.
getCache() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
 
getCache(int) - Method in class org.eclipse.ui.forms.widgets.LayoutCache
Returns the size cache for the given control
getCachedContents() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return the cached contents for this resource variant or null if the contents have not been cached.
getCachedElement(Object) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
Returns the cached source element to use when the given duplicate is encountered.
getCachedHandle() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return the cached handle for this resource variant if there is one.
getCachedTextViewer() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
Returns the cached text viewer.
getCacheId() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return the ID that uniquely identifies the cache in which this resource variant is to be cache.
getCachePath() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Get the path that uniquely identifies the remote resource variant.
getCallback() - Method in class org.eclipse.jface.action.ExternalActionManager
An accessor for the current call back.
getCancelButton() - Method in class org.eclipse.jface.dialogs.Dialog
Deprecated.
Use getButton(IDialogConstants.CANCEL_ID) instead. This method will be removed soon.
getCancelButtonLabel() - Method in class org.eclipse.compare.CompareEditorInput
Returns the label used for the CANCEL button when this input is shown in a compare dialog using CompareUI.openCompareDialog(CompareEditorInput).
getCancelButtonLabel() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
getCandidates(IEvaluationContext, IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.index.IIndex
Obtains the elements that are candidates for the given booleanExpr when applied using the given variable as this.
getCanvasStyle() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the SWT style bits used when creating the ruler canvas.
getCapability() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the capability represented by this description.
getCapabilityHost() - Method in class org.eclipse.osgi.service.resolver.StateWire
gets the capability host.
getCaption(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deprecated.
IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.
getCaption(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deprecated.
IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.
getCaret() - Method in class org.eclipse.swt.widgets.Canvas
Returns the caret.
getCaretLineNumber() - Method in class org.eclipse.swt.widgets.Text
Returns the line number of the caret.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Combo
Returns a point describing the location of the caret relative to the receiver.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Text
Returns a point describing the location of the caret relative to the receiver.
getCaretOffset() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getCaretOffset() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the caret position relative to the start of the text in widget coordinates.
getCaretOffset() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getCaretOffset() - Method in class org.eclipse.swt.custom.StyledText
Returns the caret position relative to the start of the text.
getCaretOffset() - Method in class org.eclipse.swt.widgets.IME
Returns the offset of the caret from the start of the document
getCaretOffset(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextAdapter
Sent when an accessibility client requests the current character offset of the text caret.
getCaretOffset(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextListener
Sent when an accessibility client requests the current character offset of the text caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Combo
Returns the character position of the caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Text
Returns the character position of the caret.
getCastedParent() - Method in class org.eclipse.ui.SubActionBars2
Returns the casted parent of the sub action bars.
getCategories() - Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
 
getCategories() - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Returns all categories managed by this organizer, or null.
getCategories() - Method in interface org.eclipse.e4.ui.model.application.MApplication
Returns the value of the 'Categories' containment reference list.
getCategories() - Method in interface org.eclipse.ui.views.IViewRegistry
Returns an array of view categories.
getCategories() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return the immediate child categories.
getCategories(IBreakpoint) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Returns objects representing the categories of the specified breakpoint or null if this organizer cannot classify the breakpoint.
getCategory() - Method in class org.eclipse.core.commands.CategoryEvent
Returns the instance of the interface that changed.
getCategory() - Method in class org.eclipse.core.commands.Command
Returns the category for this command.
getCategory() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns this launch configuration's type's category, or null if unspecified.
getCategory() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns this launch configuration type's category, or null if unspecified.
getCategory() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the category for this launch group, possibly null
getCategory() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Category' reference.
getCategory() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Category' attribute.
getCategory() - Method in interface org.eclipse.help.search.ISearchEngineResult
Returns a category this search result belongs to.
getCategory() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Returns the category this updater is responsible for.
getCategory() - Method in class org.eclipse.jface.text.link.InclusivePositionUpdater
Returns the position category.
getCategory() - Method in class org.eclipse.ui.activities.CategoryEvent
Returns the instance of the interface that changed.
getCategory() - Method in class org.eclipse.ui.commands.CategoryEvent
Deprecated.
getCategory() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns the name of the category to which this property belongs.
getCategory() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the entry's category.
getCategory() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The PropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setCategory method.
getCategory() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getCategory() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Get the category this tab belongs to.
getCategory() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Return the category for this wizard.
getCategory(String) - Method in class org.eclipse.core.commands.CommandManager
Gets the category with the given identifier.
getCategory(String) - Method in interface org.eclipse.ui.activities.IActivityManager
Returns an instance of ICategory given an identifier.
getCategory(String) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getCategory(String) - Method in interface org.eclipse.ui.commands.ICommandService
Retrieves the category with the given identifier.
getCategory(IHelpResource) - Method in interface org.eclipse.help.IContext2
Returns the category of the provided topic.
getCategoryActivityBindings() - Method in interface org.eclipse.ui.activities.ICategory
Returns the set of category activity bindings for this instance.
getCategoryId() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns the category identifier that was added or removed.
getCategoryId() - Method in interface org.eclipse.help.ITocContribution
Returns the contribution's category id.
getCategoryId() - Method in class org.eclipse.ui.actions.NewWizardAction
Returns the id of the category of wizards to show or null to show all categories.
getCategoryId() - Method in interface org.eclipse.ui.activities.ICategoryActivityBinding
Returns the identifier of the category represented in this binding.
getCategoryId() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
getCategoryPath() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns an array of strings that represent view's category path.
getCause() - Method in exception org.eclipse.core.commands.common.CommandException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception org.eclipse.core.runtime.CoreException
Returns the cause of this exception, or null if none.
getCause() - Method in exception org.eclipse.jface.resource.DeviceResourceException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception org.eclipse.osgi.signedcontent.InvalidContentException
Returns the cause of this exception or null if no cause was specified when this exception was created.
getCause() - Method in error org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception org.eclipse.swt.SWTException
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception org.eclipse.ui.commands.CommandException
Deprecated.
getCause() - Method in exception org.eclipse.ui.contexts.ContextException
Deprecated.
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCCombo() - Method in class org.eclipse.jface.viewers.ComboViewer
Returns this list viewer's list control.
getCell(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get a ViewerCell for the column at index.
getCell(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object at the specified row and column in the table.
getCell(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object at the specified row and column in the table.
getCell(Point) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the viewer cell at the given widget-relative coordinates, or null if there is no cell at that location
getCell(Point) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the ViewerCell at point.
getCellEditor(Object) - Method in class org.eclipse.jface.viewers.EditingSupport
The editor to be shown
getCellEditor(Object) - Method in class org.eclipse.ui.views.properties.PropertyEditingSupport
 
getCellEditors() - Method in class org.eclipse.jface.viewers.ColumnViewer
Return the CellEditors for the receiver, or null if no cell editors are set.
getCellModifier() - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the cell modifier of this viewer, or null if none has been set.
getCenterControl() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return the center control that divides the left and right sides of the merge viewer.
getCenterWidth() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return the desired width of the center control.
getCenterWidth() - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
 
getCertificateChain() - Method in interface org.eclipse.osgi.signedcontent.SignerInfo
Returns the certificate chain
getChange() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the outcome of the operation or null if an exception occurred when performing the operation or the operation hasn't been performed yet.
getChange() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the change used by this operation.
getChange() - Method in class org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
Returns the change of this input object.
getChange() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring's change object or null if no change object has been created yet.
getChange(int) - Static method in class org.eclipse.team.core.synchronize.SyncInfo
Helper method to return the change portion of the given kind.
getChangeControl(Composite) - Method in class org.eclipse.jface.preference.BooleanFieldEditor
Returns the change button for this field editor.
getChangeControl(Composite) - Method in class org.eclipse.jface.preference.ColorFieldEditor
Returns the change button for this field editor.
getChangeControl(Composite) - Method in class org.eclipse.jface.preference.FontFieldEditor
Returns the change button for this field editor.
getChangeControl(Composite) - Method in class org.eclipse.jface.preference.StringButtonFieldEditor
Get the change control.
getChangedAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns the changed annotations.
getChangedKeys() - Method in class org.eclipse.core.databinding.observable.map.MapDiff
 
getChangedPartitionings() - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns the set of changed partitionings.
getChangedProxyData() - Method in interface org.eclipse.core.net.proxy.IProxyChangeEvent
For a change type of IProxyChangeEvent.PROXY_DATA_CHANGED, this method returns the state of the changed known proxies after the change occurred.
getChangedRegion(String) - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns the changed region of the given partitioning or null if the given partitioning did not change.
getChangedResources() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent
Returns changed SyncInfo elements.
getChangedResources() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
getChangedResources() - Method in interface org.eclipse.team.ui.mapping.ITeamStateChangeEvent
Return the set of resources whose decorated state has changed.
getChangedResources() - Method in class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
 
getChangeEvent() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return the change event that is accumulating the changes to the set.
getChangeGroups() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns the text edit change groups managed by this buffer change.
getChanges() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the delta representing the changes from the time this state was first captured until now.
getChanges() - Method in interface org.eclipse.osgi.service.resolver.StateDelta
Returns an array of all the bundle deltas in this delta regardless of type.
getChanges() - Method in interface org.eclipse.team.core.diff.IDiffChangeEvent
Return the delta nodes contained in the delta tree that have changed in some way.
getChanges(int, boolean) - Method in interface org.eclipse.osgi.service.resolver.StateDelta
Returns an array of all the members of this delta which match the given flags.
getChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns a stamp reflecting the current state of the configuration.
getChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns a stamp reflecting the current state of the site.
getChangeType() - Method in interface org.eclipse.core.net.proxy.IProxyChangeEvent
Return the type of change this event represents.
getChangeType() - Method in class org.eclipse.jface.text.DocumentRewriteSessionEvent
Returns the change type of this event.
getChangeType() - Method in class org.eclipse.jface.text.projection.ProjectionDocumentEvent
Returns the change type of this event.
getChangeType() - Method in interface org.eclipse.jface.text.source.ILineDiffInfo
Returns the type of this line, one out of UNCHANGED, CHANGED or ADDED.
getChar() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java char represented by this Variant.
getChar(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getChar(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the character at the given document offset in this document.
getCharacter() - Method in class org.eclipse.ui.keys.CharacterKey
Deprecated.
Gets the character that this object represents.
getCharacterCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the total number of characters in the text.
getCharacterCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the total number of characters in the text.
getCharCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of characters.
getCharCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of characters in the content.
getCharCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of characters.
getCharEnd() - Method in interface org.eclipse.debug.core.model.ILineBreakpoint
Returns ending source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.
getCharEnd() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the index of the last character in the associated source element that corresponds to the current location of the instruction pointer in this stack frame, or -1 if the information is unavailable.
getCharEnd() - Method in class org.eclipse.debug.core.model.LineBreakpoint
 
getCharEnd(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the ending character offset of the given marker.
getCharset() - Method in class org.eclipse.compare.HistoryItem
 
getCharset() - Method in interface org.eclipse.compare.IEncodedStreamContentAccessor
Returns the name of a charset encoding to be used when decoding this stream accessor's contents into characters.
getCharset() - Method in interface org.eclipse.compare.patch.IFilePatchResult
Returns the name of a charset encoding to be used when decoding the contents of this result into characters.
getCharset() - Method in interface org.eclipse.compare.patch.IHunk
Deprecated.
This method can be called before the first attempt to apply the hunk when it is impossible to determine the encoding and in this case it always returns null. Please see IFilePatchResult.getCharset() as a proper way to obtain charset.
getCharset() - Method in class org.eclipse.compare.ResourceNode
 
getCharset() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
getCharset() - Method in interface org.eclipse.core.resources.IEncodedStorage
Returns the name of a charset encoding to be used when decoding this storage's contents into characters.
getCharset() - Method in interface org.eclipse.core.resources.IFile
Returns the name of a charset to be used when decoding the contents of this file into characters.
getCharset() - Method in interface org.eclipse.core.runtime.content.IContentDescription
Returns the charset name to be used when reading the contents described by this object.
getCharset() - Method in class org.eclipse.ui.console.IOConsole
Returns the Charset for this console.
getCharset(boolean) - Method in interface org.eclipse.core.resources.IFile
Returns the name of a charset to be used when decoding the contents of this file into characters.
getCharsetFor(Reader) - Method in interface org.eclipse.core.resources.IFile
Returns the name of a charset to be used to encode the given contents when saving to this file.
getCharStart() - Method in interface org.eclipse.debug.core.model.ILineBreakpoint
Returns starting source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.
getCharStart() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the index of the first character in the associated source element that corresponds to the current location of the instruction pointer in this stack frame, or -1 if the information is unavailable.
getCharStart() - Method in class org.eclipse.debug.core.model.LineBreakpoint
 
getCharStart(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the starting character offset of the given marker.
getCharWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the width of the specified character in the font selected into the receiver.
getCheatSheetID() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Returns the id of the cheat sheet that generated this event.
getCheatSheetID() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetManager
Returns the id of the cheat sheet managed by this manager.
getCheatSheetID() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetViewer
Returns the id of the cheat sheet showing in this view.
getCheatSheetManager() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Returns the cheat sheet manager responsible for executing the cheat sheet.
getCheckable() - Method in class org.eclipse.jface.viewers.CheckStateChangedEvent
Returns the checkable that is the source of this event.
getCheckAgainstCurrentExecutionEnvironment() - Method in class org.eclipse.equinox.p2.ui.Policy
Get a boolean value indicating whether the provisioning operation should check compatibility with current execution environment
getCheckAllConditionsTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Sum of getCheckInitialConditionsTicks() and getCheckFinalConditionsTicks
getCheckboxValue() - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
 
getChecked() - Method in class org.eclipse.jface.viewers.CheckStateChangedEvent
Returns the checked state of the element.
getChecked() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is checked, and false otherwise.
getChecked(Object) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
getChecked(Object) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
getChecked(Object) - Method in interface org.eclipse.jface.viewers.ICheckable
Returns the checked state of the given element.
getCheckedDescriptors() - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
Returns the checked refactoring descriptors.
getCheckedElementCount() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns the number of items that are checked in the tree viewer.
getCheckedElements() - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Returns a list of elements corresponding to checked table items in this viewer.
getCheckedElements() - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Returns a list of checked elements in this viewer's tree, including currently hidden ones that are marked as checked but are under a collapsed ancestor.
getCheckedElements() - Method in class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
 
getChecker(Class<T>) - Method in class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
Returns the condition checker of the given type.
getCheckFinalConditionsTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Number of ticks reserved in the parent progress monitor of the progress monitor passed to Refactoring#checkFinalConditions().
getCheckForUpdateRemedyConfigs() - Static method in class org.eclipse.equinox.p2.operations.RemedyConfig
 
getCheckInitialConditionsTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Number of ticks reserved in the parent progress monitor of the progress monitor passed to Refactoring#checkInitialConditions().
getChild() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
Return the child node for this event.
getChild() - Method in exception org.eclipse.text.edits.MalformedTreeException
Returns the child edit that caused the exception.
getChild(String) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns a child store with the provided name whose parent is this store.
getChild(String) - Method in class org.eclipse.core.filesystem.provider.FileStore
 
getChild(String) - Method in interface org.eclipse.ui.IMemento
Returns the first child with the given type id.
getChild(String) - Method in class org.eclipse.ui.XMLMemento
 
getChild(IPath) - Method in interface org.eclipse.core.filesystem.IFileStore
Deprecated.
getChild(IPath) - Method in class org.eclipse.core.filesystem.provider.FileStore
Deprecated.
getChild(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChild(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChild(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Get the child for the widget at index.
getChild(Widget, int) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildAtPoint(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the number of children in the control.
getChildCount(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the number of children in the control.
getChildEntries() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the child entries for this entry.
getChildEntries() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getChildInfos(IFileStore) - Method in interface org.eclipse.core.filesystem.IFileTree
Returns an IFileInfo instance for each file and directory contained within the given store at the time this file tree was created.
getChildInfos(IFileStore) - Method in class org.eclipse.core.filesystem.provider.FileTree
 
getChildren() - Method in class org.eclipse.compare.ResourceNode
 
getChildren() - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
 
getChildren() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
getChildren() - Method in interface org.eclipse.compare.structuremergeviewer.IDiffContainer
Returns the children of this container.
getChildren() - Method in interface org.eclipse.compare.structuremergeviewer.IStructureComparator
Returns an iterator for all children of this object or null if there are no children.
getChildren() - Method in class org.eclipse.core.expressions.CompositeExpression
 
getChildren() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns all configuration elements that are children of this configuration element.
getChildren() - Method in interface org.eclipse.core.runtime.IStatus
Returns a list of status object immediately contained in this multi-status, or an empty list if this is not a multi-status.
getChildren() - Method in class org.eclipse.core.runtime.jobs.MultiRule
Returns the child rules within this rule.
getChildren() - Method in class org.eclipse.core.runtime.MultiStatus
 
getChildren() - Method in class org.eclipse.core.runtime.Status
 
getChildren() - Method in interface org.eclipse.debug.core.ILaunch
Returns the children of this launch - a collection of one or more debug targets and processes, possibly empty.
getChildren() - Method in class org.eclipse.debug.core.Launch
 
getChildren() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingContext
Returns the value of the 'Children' containment reference list.
getChildren() - Method in interface org.eclipse.e4.ui.model.application.ui.MElementContainer
Returns the value of the 'Children' containment reference list.
getChildren() - Method in interface org.eclipse.equinox.p2.repository.ICompositeRepository
Returns a list of URIs containing the locations of the children repositories
getChildren() - Method in interface org.eclipse.help.IUAElement
Returns all sub-elements (children) of this element.
getChildren() - Method in class org.eclipse.jface.viewers.TreeNode
Returns the child nodes.
getChildren() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the children managed by this composite change.
getChildren() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
 
getChildren() - Method in class org.eclipse.swt.custom.CCombo
 
getChildren() - Method in class org.eclipse.swt.widgets.Composite
Returns a (possibly empty) array containing the receiver's children.
getChildren() - Method in class org.eclipse.text.edits.TextEdit
Returns the edit's children.
getChildren() - Method in interface org.eclipse.ui.IMemento
Returns all children of this node.
getChildren() - Method in class org.eclipse.ui.intro.config.IntroElement
Returns the children of this element.
getChildren() - Method in class org.eclipse.ui.model.AdaptableList
Returns the elements in this list.
getChildren() - Method in class org.eclipse.ui.navigator.PipelinedShapeModification
 
getChildren() - Method in class org.eclipse.ui.XMLMemento
 
getChildren() - Method in interface org.eclipse.unittest.model.ITestSuiteElement
Returns all tests (and test suites) contained in the suite.
getChildren(Object) - Method in class org.eclipse.compare.structuremergeviewer.Differencer
Returns the children of the given input or null if there are no children.
getChildren(Object) - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
 
getChildren(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
 
getChildren(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
 
getChildren(Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
getChildren(Object) - Method in interface org.eclipse.jface.viewers.ITreeContentProvider
Returns the child elements of the given parent element.
getChildren(Object) - Method in class org.eclipse.jface.viewers.TreeNodeContentProvider
 
getChildren(Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
getChildren(Object) - Method in class org.eclipse.ui.model.AdaptableList
 
getChildren(Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
getChildren(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter
Returns the children of this object.
getChildren(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter method returns the empty list.
getChildren(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Returns the child elements of the given element, or in the case of a deferred element, returns a placeholder.
getChildren(Object) - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
getChildren(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileStoreStructureProvider
 
getChildren(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
getChildren(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns a collection with the children of the specified structured element.
getChildren(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
getChildren(Object, String) - Method in class org.eclipse.e4.ui.workbench.modeling.EObjModelHandler
 
getChildren(Object, String) - Method in class org.eclipse.e4.ui.workbench.modeling.ModelHandlerBase
 
getChildren(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns all child configuration elements with the given name.
getChildren(String) - Method in interface org.eclipse.ui.IMemento
Returns all children with the given type id.
getChildren(String) - Method in class org.eclipse.ui.XMLMemento
 
getChildren(IPath) - Method in interface org.eclipse.team.core.diff.IDiffTree
Returns the child paths of the given path that either point to a sync delta or have a descendant path that points to a sync delta.
getChildren(IPath) - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
getChildren(TreePath) - Method in interface org.eclipse.jface.viewers.ITreePathContentProvider
Returns the child elements of the last element in the given path.
getChildren(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the children, or visible children, of the control.
getChildren(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the children, or visible children, of the control.
getChildren(Widget) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the SWT child items for the given SWT widget.
getChildren(Widget) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getChildren(Widget, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Deprecated.
This method was inadvertently released as API but is not intended to be called by clients.
getChildrenInContext(ISynchronizationContext, Object, Object[]) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the subset of children that are of interest from the given context.
getChildrenInScope(ISynchronizationScope, Object, Object[]) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the subset of the given children that are in the given scope or are parents of elements that are in scope.
getChildrenMessages() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the children messages that the cause of the summary message currently set on the form.
getChildrenSize() - Method in class org.eclipse.text.edits.TextEdit
Returns the size of the managed children.
getChildStores(IFileStore) - Method in interface org.eclipse.core.filesystem.IFileTree
Returns an IFileStore instance for each file and directory contained within the given store at the time this file tree was created.
getChildStores(IFileStore) - Method in class org.eclipse.core.filesystem.provider.FileTree
 
getChoices() - Method in class org.eclipse.jface.text.link.ProposalPosition
Returns the proposals attached to this position.
getClassID(String) - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
getClassifier() - Method in interface org.eclipse.equinox.p2.metadata.IArtifactKey
Returns the classifier for this artifact key.
getClazz() - Method in class org.eclipse.equinox.p2.engine.spi.Value
 
getClient() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the current expandable client.
getClientArea() - Method in class org.eclipse.swt.custom.CBanner
 
getClientArea() - Method in class org.eclipse.swt.custom.CTabFolder
 
getClientArea() - Method in class org.eclipse.swt.custom.ViewForm
 
getClientArea() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.printing.Printer
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Monitor
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Scrollable
Returns a rectangle which describes the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings").
getClientArea(Composite) - Method in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
Returns the client area for the given composite according to this layout.
getClipping() - Method in class org.eclipse.swt.graphics.GC
Returns the bounding rectangle of the receiver's clipping region.
getClipping(Region) - Method in class org.eclipse.swt.graphics.GC
Sets the region managed by the argument to the current clipping region of the receiver.
getClosestMonitor(Display, Point) - Static method in class org.eclipse.jface.util.Util
Returns the monitor whose client area contains the given point.
getClosestSide(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Returns the edge of the given rectangle is closest to the given point.
getClosestWidgetLineForModelLine(int) - Method in class org.eclipse.jface.text.TextViewer
Returns the line of the widget whose corresponding line in the viewer's document is closest to the given line in the viewer's document or -1.
getCode() - Method in interface org.eclipse.core.runtime.IStatus
Returns the plug-in-specific status code describing the outcome.
getCode() - Method in class org.eclipse.core.runtime.Status
 
getCode() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the problem code.
getCodeMiningProviders(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the code mining providers which be used to draw code minings in the given source viewer.
getCodePage() - Method in class org.eclipse.debug.ui.memory.AbstractTextRendering
Returns the current code page used by this rendering.
getCollator() - Method in class org.eclipse.jface.viewers.ViewerSorter
Deprecated.
getCollator() - Method in class org.eclipse.ui.views.properties.PropertySheetSorter
Returns the collator used to sort strings.
getCollection() - Method in class org.eclipse.equinox.p2.query.Collector
Returns the collection that is being used to collect results.
getCollectionLabel() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the label of a collection of refactorings.
getColor() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the author color for this revision.
getColor() - Method in class org.eclipse.ui.console.IOConsoleInputStream
Returns the color used to decorate input in the associated console
getColor() - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Returns the color of this stream, or null if default.
getColor(String) - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
 
getColor(String) - Method in interface org.eclipse.debug.ui.console.IConsoleColorProvider
Returns the color to draw output associated with the given stream.
getColor(String) - Method in class org.eclipse.ui.forms.FormColors
Returns the color object for the provided key or null if not in the registry.
getColor(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the current value of the color-valued preference with the given name in the given preference store.
getColor(RGB) - Method in interface org.eclipse.jface.text.source.ISharedTextColors
Returns the color object for the value represented by the given RGB object.
getColorAndFontCollector() - Method in class org.eclipse.jface.viewers.StructuredViewer
Get the ColorAndFontCollector for the receiver.
getColorDescriptor(String) - Method in class org.eclipse.jface.resource.ColorRegistry
Returns the color descriptor associated with the given symbolic color name.
getColorDescriptor(String, ColorDescriptor) - Method in class org.eclipse.jface.resource.ColorRegistry
Returns the color descriptor associated with the given symbolic color name.
getColorPreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the presentation color.
getColorPreferenceValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default presentation color.
getColorProviderAdapter() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the color provider for this rendering's memory block or null if none.
getColorRegistry() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the color registry for JFace itself.
getColorRegistry() - Method in interface org.eclipse.ui.themes.ITheme
Return this themes color registry.
getColors() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Returns the colors used by this toolkit.
getColorSelector() - Method in class org.eclipse.jface.preference.ColorFieldEditor
Get the color selector used by the receiver.
getColorValue() - Method in class org.eclipse.jface.preference.ColorSelector
Return the currently displayed color.
getColorValue(String) - Static method in class org.eclipse.ui.themes.ColorUtil
Get the RGB value for a given color.
getColorValues(String[]) - Static method in class org.eclipse.ui.themes.ColorUtil
Get the RGB values for a given color array.
getColumn() - Method in interface org.eclipse.jface.text.rules.ICharacterScanner
Returns the column of the character scanner.
getColumn() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
getColumn() - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
Returns the column on which this label provider is installed on or null if the label provider is not installed.
getColumn() - Method in class org.eclipse.jface.viewers.TableViewerColumn
 
getColumn() - Method in class org.eclipse.jface.viewers.TreeViewerColumn
 
getColumn() - Method in class org.eclipse.swt.custom.TableCursor
Returns the index of the column over which the TableCursor is positioned.
getColumn() - Method in class org.eclipse.swt.custom.TableEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the index of the column over which the TreeCursor is positioned.
getColumn() - Method in class org.eclipse.swt.custom.TreeEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn(int) - Method in class org.eclipse.swt.widgets.Table
Returns the column at the given, zero-relative index in the receiver.
getColumn(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the column at the given, zero-relative index in the receiver.
getColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified column in the table.
getColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified column in the table.
getColumnCount() - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
getColumnCount() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Get the number of columns in the layout of the Shell of the dialog.
getColumnCount() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getColumnCount() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getColumnCount() - Method in class org.eclipse.jface.viewers.ViewerRow
Return the number of columns for the receiver.
getColumnCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of columns contained in the receiver.
getColumnCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of columns contained in the receiver.
getColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of columns in the table.
getColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of columns in the table.
getColumnCount(Scrollable) - Method in class org.eclipse.jface.layout.AbstractColumnLayout
Get the number of columns for the receiver.
getColumnCount(Scrollable) - Method in class org.eclipse.jface.layout.TableColumnLayout
Get the number of columns for the receiver.
getColumnCount(Scrollable) - Method in class org.eclipse.jface.layout.TreeColumnLayout
Get the number of columns for the receiver.
getColumnDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified column in the table.
getColumnDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified column in the table.
getColumnDescriptor(String) - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnRegistry
Returns the RulerColumnDescriptor with the given identity, null if no such descriptor exists.
getColumnDescriptors() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnRegistry
Returns the list of RulerColumnDescriptors describing all extensions to the rulerColumns extension point.
getColumnHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the column header.
getColumnHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the column header.
getColumnHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column header cells as an array of accessible objects.
getColumnHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column header cells as an array of accessible objects.
getColumnHeaderImage() - Method in class org.eclipse.ui.views.markers.MarkerField
 
getColumnHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the column headers as an array of cell accessibles.
getColumnHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the column headers as an array of cell accessibles.
getColumnHeaderText() - Method in class org.eclipse.ui.views.markers.MarkerField
Return the text to be displayed in the column header for this field.
getColumnImage(Object, int) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableLabelProvider
 
getColumnImage(Object, int) - Method in class org.eclipse.jface.databinding.viewers.ObservableMapLabelProvider
 
getColumnImage(Object, int) - Method in interface org.eclipse.jface.viewers.ITableLabelProvider
Returns the label image for the given column of the given element.
getColumnImage(Object, int) - Method in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
The ResourceTypeEditorMappingLabelProvider implementation of this ITableLabelProvider method creates and returns an new image.
getColumnImage(Object, int) - Method in class org.eclipse.ui.model.PerspectiveLabelProvider
 
getColumnImage(Object, int) - Method in class org.eclipse.ui.model.WorkbenchPartLabelProvider
 
getColumnIndex() - Method in class org.eclipse.jface.viewers.ViewerCell
Get the index of the cell.
getColumnIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding column index.
getColumnIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding column index.
getColumnIndex(Point) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the columnIndex of the point.
getColumnLabels(IMemoryBlock, int, int) - Method in interface org.eclipse.debug.ui.memory.IMemoryBlockTablePresentation
Returns a collection of labels to head columns in a AbstractTableRendering rendering, or null if default labels should be used.
getColumnOrder() - Method in class org.eclipse.swt.widgets.Table
Returns an array of zero-relative integers that map the creation order of the receiver's items to the order in which they are currently being displayed.
getColumnOrder() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of zero-relative integers that map the creation order of the receiver's items to the order in which they are currently being displayed.
getColumnProperties() - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the column properties of this table viewer.
getColumns() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableColumns which are the columns in the receiver.
getColumns() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeColumns which are the columns in the receiver.
getColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the columns as an array of accessible objects.
getColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the columns as an array of accessible objects.
getColumnSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of columns occupied by this cell accessible.
getColumnSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of columns occupied by this cell accessible.
getColumnText(Object, int) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableLabelProvider
 
getColumnText(Object, int) - Method in class org.eclipse.jface.databinding.viewers.ObservableMapLabelProvider
 
getColumnText(Object, int) - Method in interface org.eclipse.jface.viewers.ITableLabelProvider
Returns the label text for the given column of the given element.
getColumnText(Object, int) - Method in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
 
getColumnText(Object, int) - Method in class org.eclipse.ui.model.PerspectiveLabelProvider
 
getColumnText(Object, int) - Method in class org.eclipse.ui.model.WorkbenchPartLabelProvider
 
getColumnTooltipText() - Method in class org.eclipse.ui.views.markers.MarkerField
Return the text for the column tooltip.
getColumnTrim() - Method in class org.eclipse.jface.layout.AbstractColumnLayout
The number of extra pixels taken as horizontal trim by the table column.
getColumnViewerEditor() - Method in class org.eclipse.jface.viewers.ColumnViewer
 
getColumnViewerOwner(int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
getColumnViewerOwner(int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
getColumnViewerOwner(int) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the column widget at the given column index.
getColumnViewerOwner(int) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getCombo() - Method in class org.eclipse.jface.viewers.ComboViewer
Returns this list viewer's list control.
getCommand() - Method in class org.eclipse.core.commands.CommandEvent
Returns the instance of the interface that changed.
getCommand() - Method in class org.eclipse.core.commands.ExecutionEvent
Returns the command being executed.
getCommand() - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns the base command.
getCommand() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns the build command associated with this builder.
getCommand() - Method in interface org.eclipse.e4.ui.model.application.commands.MHandler
Returns the value of the 'Command' reference.
getCommand() - Method in interface org.eclipse.e4.ui.model.application.commands.MKeyBinding
Returns the value of the 'Command' reference.
getCommand() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MHandledItem
Returns the value of the 'Command' reference.
getCommand() - Method in interface org.eclipse.jface.bindings.keys.IKeyLookup
Returns the integer representation of the COMMAND key.
getCommand() - Method in class org.eclipse.jface.bindings.keys.SWTKeyLookup
 
getCommand() - Method in class org.eclipse.ui.commands.CommandEvent
Deprecated.
getCommand() - Method in class org.eclipse.ui.menus.CommandContributionItem
Returns the ParameterizedCommand for this contribution.
getCommand(String) - Method in class org.eclipse.core.commands.CommandManager
Gets the command with the given identifier.
getCommand(String) - Method in interface org.eclipse.e4.ui.model.application.MApplication
Returns the model element for the command identified via the elementId or null if the element cannot be found.
getCommand(String) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getCommand(String) - Method in interface org.eclipse.ui.commands.ICommandService
Retrieves the command with the given identifier.
getCommandCount() - Method in class org.eclipse.jface.text.DocumentCommand
Returns the number of commands including the original document command.
getCommandIconURI() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Command Icon URI' attribute.
getCommandId() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns the command identifier that was added or removed.
getCommandId() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the command id this action is associated with.
getCommandId() - Method in class org.eclipse.debug.ui.DebugPopup
Returns the command id to be used for persisting the contents of the dialog.
getCommandId() - Method in class org.eclipse.ui.actions.ActionFactory
Return the command id of this action factory.
getCommandId() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getCommandId() - Method in interface org.eclipse.ui.commands.IElementReference
The command id that this callback was registered against.
getCommandId() - Method in class org.eclipse.ui.fieldassist.ContentAssistCommandAdapter
Return the string command ID of the command used to invoke content assist.
getCommandId() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Returns the identifier of the command whose handler is being activated.
getCommandIterator() - Method in class org.eclipse.jface.text.DocumentCommand
Returns an iterator over the commands in ascending position order.
getCommandLineArgs() - Static method in class org.eclipse.core.runtime.Platform
Returns the command line args provided to the Eclipse runtime layer when it was first run.
getCommandLineArgs() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns all command line arguments specified when the running framework was started.
getCommandManager() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns the instance of the interface that changed.
getCommandManager() - Method in class org.eclipse.ui.commands.CommandManagerEvent
Deprecated.
getCommandManager() - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated.
getCommandName() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Command Name' attribute.
getCommands() - Method in interface org.eclipse.e4.ui.model.application.MApplication
Returns the value of the 'Commands' containment reference list.
getCommandSupport() - Method in interface org.eclipse.ui.IWorkbench
Deprecated.
Please use IServiceLocator.getService(Class) instead. This API is scheduled for deletion, see Bug 431177 for details
getCommandType() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns the IDebugCommandHandler command handler that type this action executes.
getCommandType() - Method in class org.eclipse.debug.ui.actions.DebugCommandHandler
Returns the IDebugCommandHandler command handler that type this action executes.
getComment() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the descriptive comment for the described project.
getComment() - Method in interface org.eclipse.jsch.core.IJSchLocation
Return the comment
getComment() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the details comment.
getComment() - Method in class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
Returns the comment.
getComment() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the comment for this file revision or null if this information is not available.
getComment() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getCommentCaption() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the text of the comment field below the refactoring history tree, if the currently selected refactoring descriptor provides no comment.
getCommitCount() - Method in class org.eclipse.swt.widgets.IME
Returns the commit count of the composition.
getCommonDragAssistants() - Method in interface org.eclipse.ui.navigator.INavigatorDnDService
As part of the org.eclipse.ui.navigator.viewer extension point, clients may explicit extend the support Transfer Types of a particular viewer using the dragAssistant element.
getCommonDropAdapter() - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
Returns the CommonDropAdapter.
getCommonNavigator() - Method in class org.eclipse.ui.navigator.CommonViewer
 
getCommonViewer() - Method in class org.eclipse.ui.navigator.CommonNavigator
Provides access to the commonViewer used by the current CommonNavigator.
getCompactKeyFormatter() - Static method in class org.eclipse.ui.keys.KeyFormatterFactory
Deprecated.
Provides an instance of CompactKeyFormatter.
getComparator() - Static method in class org.eclipse.jface.util.Policy
Return the comparator used by JFace to sort strings.
getComparator() - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Returns the comparator that is determining the sort order for this collection
getComparator() - Method in class org.eclipse.jface.viewers.StructuredViewer
Return this viewer's comparator used to sort elements.
getComparator() - Method in class org.eclipse.jface.viewers.ViewerComparator
Returns the comparator used to sort strings.
getComparator() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the comparator that is used to determine the kind of this sync node.
getComparatorFor(String) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Return the contribution comparator for the particular type of contribution.
getComparatorFor(String) - Method in interface org.eclipse.ui.model.IContributionService
Return a comparator for ordering contributions within the user interface.
getCompareConfiguration() - Method in class org.eclipse.compare.CompareEditorInput
Returns the configuration object for the viewers within the compare editor.
getCompareConfiguration() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Returns the compare configuration of this viewer.
getCompareConfiguration() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Returns the compare configuration of this viewer.
getCompareImage(Image, int) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Returns an image showing the specified change kind applied to a given base image.
getCompareInput() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
Returns the compare input of this editor input.
getCompareInput(Object) - Method in interface org.eclipse.team.ui.history.IHistoryCompareAdapter
Returns an ICompareInput for the passed in object.
getCompareInput(ISelection) - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
Deprecated.
 
getCompareInput(ISelection) - Method in class org.eclipse.team.ui.PageSaveablePart
Deprecated.
Return a compare input that represents the selection.
getCompareInput(ISelection) - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
Return a compare input that represents the selection.
getComparer() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the comparer to use for comparing elements, or null if none has been set.
getCompareResult() - Method in class org.eclipse.compare.CompareEditorInput
Returns the compare result computed by the most recent call to the run method.
getComparisonType() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the comparison type used by the page's SyncInfo modes.
getCompilerFlags() - Method in interface org.eclipse.ui.console.IPatternMatchListener
Returns the flags to use when compiling this pattern match listener's regular expression, as defined by by Pattern.compile(String regex, int flags)
getCompletionLength() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the completion length within the string of the context.
getCompletionOffset() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the completion offset within the string of the context.
getCompletionProposalAutoActivationCharacters() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns the characters which when entered by the user should automatically trigger the presentation of possible completions.
getCompletionProposalAutoActivationCharacters() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorExtension
getCompletionProposalAutoActivationCharacters() - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
getCompletionProposalAutoActivationCharacters() - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
getComponents() - Method in interface org.eclipse.ui.IAggregateWorkingSet
Returns the working sets contained in this aggregate working set.
getCompositionOffset() - Method in class org.eclipse.swt.widgets.IME
Returns the offset of the composition from the start of the document.
getConditionCheckingFailedSeverity() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the condition checking failed severity used by this operation.
getConditionCheckingFailedSeverity() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
When condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method.
getConditionCheckingStatus() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the status of the condition checking.
getConditionCheckingStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the status of the condition checking.
getConditionCheckingStyle() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the condition checking style as set to the CheckConditionsOperation.
getConditionStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
Return the refactoring status of the condition checking.
getConfig() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getConfiguration() - Method in class org.eclipse.team.ui.mapping.MergeActionHandler
Return the configuration of the synchronize page that is surfacing the merge action to which this handler is registered.
getConfiguration() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the synchronization page configuration associated with the view to which this content provider applies.
getConfiguration() - Method in class org.eclipse.team.ui.mapping.SynchronizationOperation
Return the configuration for the page from which this operation was launched.
getConfiguration() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return the page configuration.
getConfiguration() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Returns the configuration showing this action.
getConfiguration() - Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
Return the configuration for the page to which the action group is associated.
getConfigurationElement() - Method in class org.eclipse.ui.part.IntroPart
Returns the configuration element for this part.
getConfigurationElement() - Method in class org.eclipse.ui.part.WorkbenchPart
Returns the configuration element for this part.
getConfigurationElement() - Method in class org.eclipse.ui.testing.ContributionInfo
 
getConfigurationElement() - Method in class org.eclipse.ui.views.markers.MarkerField
Get the configuration element for the receiver.
getConfigurationElement(Object) - Method in class org.eclipse.ui.texteditor.ConfigurationElementSorter
Returns the configuration element for the given object.
getConfigurationElements() - Method in interface org.eclipse.core.runtime.IExtension
Returns all configuration elements declared by this extension.
getConfigurationElements() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns all configuration elements from all extensions configured into this extension point.
getConfigurationElementsFor(String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all configuration elements from all extensions configured into the identified extension point.
getConfigurationElementsFor(String, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all configuration elements from all extensions configured into the identified extension point.
getConfigurationElementsFor(String, String, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all configuration elements from the identified extension.
getConfigurationLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the configuration information used to run this instance of Eclipse.
getConfigurationLocation() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns the URL location of the configuration information
getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns all configured content types for the given source viewer.
getConfiguredDocumentPartitioning(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the configured partitioning for the given source viewer.
getConfiguredFeatureEntries() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns a list of configured feature entries.
getConfiguredQuickDiffProvider(IAnnotationModel) - Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiff
Returns the identifier of the quick diff provider installed with the given diff annotation model, or the empty string if it is not a diff annotation model or has no configured diff provider.
getConfiguredSites() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns configured site entries
getConfiguredTextHoverStateMasks(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the SWT event state masks for which text hover are configured for the given content type.
getConfiguredTextHoverStateMasks(ISourceViewer, String) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getConflictingFiles() - Method in interface org.eclipse.team.core.mapping.IMergeStatus
Returns the set of file for which an auto-merge was not performed.
getConflictingFiles() - Method in class org.eclipse.team.core.mapping.provider.MergeStatus
 
getConflictingMappings() - Method in interface org.eclipse.team.core.mapping.IMergeStatus
Returns the set of resource mappings for which an auto-merge was not performed.
getConflictingMappings() - Method in class org.eclipse.team.core.mapping.provider.MergeStatus
 
getConflictsFor(TriggerSequence) - Method in class org.eclipse.jface.bindings.BindingManager
Provides the current conflicts in the keybindings for the given TriggerSequence as a Collection of Binding
getConflictsFor(TriggerSequence) - Method in interface org.eclipse.ui.keys.IBindingService
Provides the current conflicts in the keybindings for the given TriggerSequence as a Collection of Binding
getConnectedElements() - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Enumerates the elements connected via this document provider.
getConnectedElementsIterator() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns an iterator over the elements connected via this document provider.
getConnections() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the possibly empty list of clients currently connected to this memory block.
getConsole() - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
Returns the console this color provider is connected to, or null if none.
getConsole() - Method in interface org.eclipse.ui.console.IConsoleView
Returns the console currently being displayed, or null if none
getConsole() - Method in class org.eclipse.ui.console.MessageConsoleStream
Returns the console this stream is connected to.
getConsole() - Method in class org.eclipse.ui.console.TextConsolePage
Returns the console this page is displaying.
getConsole(IDebugElement) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the console associated with the given debug element, or null if none.
getConsole(IProcess) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the console associated with the given process, or null if none.
getConsoleManager() - Method in class org.eclipse.ui.console.ConsolePlugin
Returns the console manager.
getConsoles() - Method in interface org.eclipse.ui.console.IConsoleManager
Returns a collection of consoles registered with the console manager.
getConsoleView() - Method in class org.eclipse.ui.console.TextConsolePage
Returns the view this page is contained in.
getConsoleWidth() - Method in class org.eclipse.ui.console.TextConsole
Returns the current width of this console.
getConstrainedShellBounds(Rectangle) - Method in class org.eclipse.jface.window.Window
Given the desired position of the window, this method returns an adjusted position such that the window is no larger than its monitor, and does not extend beyond the edge of the monitor.
getContactAllSites() - Method in class org.eclipse.equinox.p2.ui.Policy
Get a boolean value indicating whether to contact all sites.
getContainedCategories(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return a list of category ids that are implicitly contained within the given category.
getContainer() - Method in class org.eclipse.compare.CompareConfiguration
Return the container of the compare associated with this configuration.
getContainer() - Method in class org.eclipse.compare.CompareEditorInput
Returns the container of this input or null if there is no container set.
getContainer() - Method in class org.eclipse.debug.core.sourcelookup.containers.ContainerSourceContainer
Returns the workspace container this source container is rooted at.
getContainer() - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
Returns the selected workspace container or null
getContainer() - Method in class org.eclipse.jface.preference.PreferencePage
Returns the container of this page.
getContainer() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the container of this wizard.
getContainer() - Method in class org.eclipse.jface.wizard.Wizard
 
getContainer() - Method in class org.eclipse.jface.wizard.WizardPage
Returns the wizard container for this wizard page.
getContainer() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns the container of this form.
getContainer() - Method in class org.eclipse.ui.forms.ManagedForm
 
getContainer() - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Returns the page book container.
getContainer() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the composite control containing this multi-page editor's pages.
getContainer(String) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSite
Returns the rendering container with the given id or null if none.
getContainer(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Get the container of the given element.
getContainerData() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Container Data' attribute.
getContainerForLocation(IPath) - Method in interface org.eclipse.core.resources.IWorkspaceRoot
Returns a handle to the workspace root, project or folder which is mapped to the given path in the local file system, or null if none.
getContainerFullPath() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Returns the current full path of the containing resource as entered or selected by the user, or its anticipated initial value.
getContainerFullPath() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns the path of the container resource specified in the container name entry field, or null if no name has been typed in.
getContainerMenus() - Method in class org.eclipse.swt.ole.win32.OleFrame
Returns the application menu items that will appear in the Container location when an OLE Document is in-place activated.
getContainerTimestamp() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
This method is called as a part of the registry cache validation.
getContainingContext(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Locate the context that is closest to the given element in the parent hierarchy.
getContainingState() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the state object which hosts this bundle. null is returned if this bundle is not currently in a state.
getContent() - Method in class org.eclipse.compare.BufferedContent
Returns the contents as an array of bytes.
getContent() - Method in interface org.eclipse.help.IContentExtension
Returns the extension's content path (what to contribute into the document).
getContent() - Method in class org.eclipse.jface.fieldassist.ContentProposal
 
getContent() - Method in interface org.eclipse.jface.fieldassist.IContentProposal
Return the content represented by this proposal.
getContent() - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns the content of this position on the referenced document.
getContent() - Method in class org.eclipse.swt.custom.ScrolledComposite
Get the content that is being scrolled.
getContent() - Method in class org.eclipse.swt.custom.StyledText
Returns the content implementation that is used for text storage.
getContent() - Method in class org.eclipse.swt.custom.ViewForm
Returns the content area.
getContent() - Method in class org.eclipse.ui.splash.BasicSplashHandler
Get the composite on which any supplemental controls should be drawn.
getContentAssistant(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the content assistant ready to be used with the given source viewer.
getContentAssistantFacade() - Method in interface org.eclipse.jface.text.source.ISourceViewerExtension4
Returns a facade for this viewer's content assistant.
getContentAssistantFacade() - Method in class org.eclipse.jface.text.source.SourceViewer
Returns a facade for this viewer's content assistant.
getContentAssistCommandAdapter() - Method in class org.eclipse.ui.fieldassist.ContentAssistField
Deprecated.
Return the ContentAssistCommandAdapter installed on the receiver.
getContentAssistProcessor(String) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
getContentAssistProcessor(String) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistant
Returns the content assist processor to be used for the given content type.
getContentAsString() - Method in class org.eclipse.jface.text.GapTextStore
Returns a copy of the content of this text store.
getContentDescription() - Method in interface org.eclipse.core.resources.IFile
Returns a description for this file's current contents.
getContentDescription() - Method in interface org.eclipse.ui.IWorkbenchPart2
Returns the content description of this part.
getContentDescription() - Method in interface org.eclipse.ui.IWorkbenchPartReference
Returns the content description for the part (or the empty string if none)
getContentDescription() - Method in class org.eclipse.ui.part.WorkbenchPart
Returns the content description of this part.
getContentDescriptorById(String) - Method in interface org.eclipse.ui.navigator.INavigatorContentService
Return the content extension for the given id.
getContentExtensionById(String) - Method in interface org.eclipse.ui.navigator.INavigatorContentService
Return the content extension for the given id.
getContentExtensionId() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Return the id of the content extension registered with the org.eclipse.ui.navigator.navigatorContent extension point that applies to the descriptors model provider.
getContentExtensions(String) - Method in class org.eclipse.help.AbstractContentExtensionProvider
Returns all extensions for this provider.
getContentFormatter(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the content formatter ready to be used with the given source viewer.
getContentIdentifier() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the unique identifier for this file revision or null if one is not available.
getContentIdentifier() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getContentIdentifier() - Method in interface org.eclipse.team.core.variants.IResourceVariant
Return a content identifier that is used to differentiate versions or revisions of the same resource.
getContentProposalProvider() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return the proposal provider that provides content proposals given the current content of the field.
getContentProvider() - Method in class org.eclipse.jface.viewers.ContentViewer
Returns the content provider used by this viewer, or null if this view does not yet have a content provider.
getContentProvider() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the content provider to use.
getContentProvider() - Method in class org.eclipse.ui.dialogs.WizardNewProjectReferencePage
Returns a content provider for the reference project viewer.
getContentProvider() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
Clients may choose to implement ICommonContentProvider, but are only required to supply an implementation of ITreeContentProvider.
getContentProviderIds(ISynchronizationScope) - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
Convenience method that returns the list of all enabled content extension ids for models that have mappings in the given scope.
getContents() - Method in class org.eclipse.compare.BufferedContent
 
getContents() - Method in class org.eclipse.compare.HistoryItem
 
getContents() - Method in interface org.eclipse.compare.IStreamContentAccessor
Returns an open InputStream for this object which can be used to retrieve the object's content.
getContents() - Method in class org.eclipse.compare.ResourceNode
 
getContents() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
getContents() - Method in interface org.eclipse.core.resources.IFile
Returns an open input stream on the contents of this file.
getContents() - Method in interface org.eclipse.core.resources.IFileState
Returns an open input stream on the contents of this file state.
getContents() - Method in interface org.eclipse.core.resources.IStorage
Returns an open input stream on the contents of this storage.
getContents() - Method in interface org.eclipse.debug.core.model.IStreamMonitor
Returns the entire current contents of the stream.
getContents() - Method in class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
 
getContents() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
 
getContents() - Method in class org.eclipse.jface.window.Window
Returns the top level control for this window.
getContents(boolean) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Returns the byte contents of the left or right side.
getContents(boolean) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Returns the contents of the underlying document as an array of bytes using the current workbench encoding.
getContents(boolean) - Method in interface org.eclipse.core.resources.IFile
This refinement of the corresponding IStorage method returns an open input stream on the contents of this file.
getContents(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileStoreStructureProvider
 
getContents(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
getContents(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns the contents of the specified structured element, or null if there is a problem determining the element's contents.
getContents(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
getContents(Object, boolean) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
Returns the contents of the given node as a string for the purpose of performing a content comparison only (that is the string will not be visible in the UI).
getContents(Object, boolean) - Method in class org.eclipse.compare.ZipFileStructureCreator
 
getContents(Transfer) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the system clipboard.
getContents(Transfer, int) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the specified clipboard.
getContentService() - Method in class org.eclipse.ui.navigator.CommonDragAdapterAssistant
 
getContentService() - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
 
getContentService() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
 
getContentType() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns the content type of this file buffer or null if none could be determined.
getContentType() - Method in interface org.eclipse.core.runtime.content.IContentDescription
Returns the content type detected.
getContentType() - Method in class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Return the content type object associated with this change event.
getContentType() - Method in class org.eclipse.ui.texteditor.spelling.SpellingContext
Returns the content type of the document.
getContentType() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
Returns the content type of the underlying editor input.
getContentType(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getContentType(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the type of the document partition containing the given offset.
getContentType(int) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Returns the content type of the partition containing the given offset in the connected document.
getContentType(int) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getContentType(int) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the content type of the partition containing the given offset in the connected document.
getContentType(int) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getContentType(int, boolean) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension2
Returns the content type of the partition containing the given offset in the connected document.
getContentType(int, boolean) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getContentType(int, boolean) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the content type of the partition containing the given offset in the connected document.
getContentType(int, boolean) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getContentType(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getContentType(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getContentType(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
getContentType(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getContentType(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getContentType(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getContentType(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension4
Returns the content type of for the given element or null if none could be determined.
getContentType(String) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
Returns the content type with the given identifier, or null if no such content type is known by the platform.
getContentType(String, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
 
getContentType(String, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Returns the type of the document partition containing the given offset for the given partitioning.
getContentType(IFile) - Static method in class org.eclipse.ui.ide.IDE
Return the content type for the given file.
getContentType(IStorage) - Static method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
A helper method that finds the content type for the given storage or returns null if a content type cannot be found.
getContentType(IDocument, String, int, boolean) - Static method in class org.eclipse.jface.text.TextUtilities
Returns the content type at the given offset of the given document.
getContentTypeManager() - Static method in class org.eclipse.core.runtime.Platform
Returns the content type manager.
getContentTypeMatcher() - Method in interface org.eclipse.core.resources.IProject
Returns this project's content type matcher.
getContentTypes() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns the content types configured for this scope or null to match all content types.
getContentViewerDescriptor() - Method in class org.eclipse.compare.CompareEditorInput
 
getContext() - Method in class org.eclipse.core.commands.contexts.ContextEvent
Returns the instance of the interface that changed.
getContext() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Get the context for this invocation of the builder.
getContext() - Method in class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Return the preference scope where the setting changed, or null, if the change happened in the content type manager default context.
getContext() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns the optional event context, such as the input of an editor, or the target project of a build event.
getContext() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns the context (selection) this action operates on.
getContext() - Method in class org.eclipse.debug.ui.contexts.DebugContextEvent
Returns the debug context associated with this event.
getContext() - Method in interface org.eclipse.e4.ui.model.application.ui.MContext
Returns the value of the 'Context' attribute.
getContext() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the provisioning context in which this plan was created.
getContext() - Method in class org.eclipse.equinox.p2.query.ExpressionMatchQuery
 
getContext() - Method in class org.eclipse.jface.text.templates.TemplateProposal
Returns the context in which the template was requested.
getContext() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the context which can be used to show more detailed information regarding this status entry in the UI.
getContext() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
Returns the context associated with this FrameworkLogEntry object.
getContext() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the resource mapping context that the scope uses to obtain traversals from resource mappings in order to determine what resources are in the scope.
getContext() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
getContext() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the synchronization context associated with the view to which this content provider applies.
getContext() - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
Return the synchronization context associated with the view to which this label provider applies.
getContext() - Method in class org.eclipse.team.ui.mapping.SynchronizationOperation
Return the synchronization context associated with this action.
getContext() - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Return the synchronization context for the operation or null if the operation doesn't have one or if it has not yet been created.
getContext() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
 
getContext() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Return the synchronization context for this participant.
getContext() - Method in class org.eclipse.ui.actions.ActionGroup
Returns the context used to determine which actions are added, and what their enabled state should be.
getContext() - Method in class org.eclipse.ui.contexts.ContextEvent
Deprecated.
Returns the instance of the interface that changed.
getContext(Object) - Method in interface org.eclipse.help.IContextProvider
Returns a help context for the given target.
getContext(String) - Method in class org.eclipse.core.commands.contexts.ContextManager
Gets the context with the given identifier.
getContext(String) - Method in interface org.eclipse.e4.ui.services.EContextService
Look up a Context with a given id.
getContext(String) - Static method in class org.eclipse.help.HelpSystem
Computes and returns context information for the given context id for the platform's current locale.
getContext(String) - Method in interface org.eclipse.help.IHelp
Deprecated.
Use HelpSystem.getContext(contextId) instead.
getContext(String) - Method in interface org.eclipse.ui.contexts.IContextManager
Deprecated.
Returns an instance of IContext given an identifier.
getContext(String) - Method in interface org.eclipse.ui.contexts.IContextService
Retrieves the context with the given identifier.
getContext(String, String) - Method in class org.eclipse.help.AbstractContextProvider
Returns the context-sensitive help content for the UI element with the given context help ID, and for the given locale.
getContext(String, String) - Static method in class org.eclipse.help.HelpSystem
Computes and returns context information for the given context id and locale.
getContextChangeMask() - Method in interface org.eclipse.help.IContextProvider
Returns the mask created by combining supported change triggers using the bitwise OR operation.
getContextDisplayString() - Method in class org.eclipse.jface.text.contentassist.ContextInformation
 
getContextDisplayString() - Method in interface org.eclipse.jface.text.contentassist.IContextInformation
Returns the string to be displayed in the list of contexts.
getContextId() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns the context identifier that was added or removed.
getContextId() - Method in class org.eclipse.jface.bindings.Binding
Returns the identifier of the context in which this binding applies.
getContextId() - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.
Returns the identifier of the context to be enabled.
getContextId() - Method in interface org.eclipse.ui.contexts.IContextActivation
Returns the identifier of the context that is being activated.
getContextInformation() - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
getContextInformation() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Returns optional context information associated with this proposal.
getContextInformation() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getContextInformationAutoActivationCharacters() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns the characters which when entered by the user should automatically trigger the presentation of context information.
getContextInformationAutoActivationCharacters() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorExtension
getContextInformationAutoActivationCharacters() - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
getContextInformationAutoActivationCharacters() - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
getContextInformationPosition() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension
Returns the position to which the computed context information refers to or -1 if no context information can be provided by this completion proposal.
getContextInformationPosition() - Method in interface org.eclipse.jface.text.contentassist.IContextInformationExtension
Returns the start offset of the range for which this context information is valid or -1 if unknown.
getContextInformationPosition() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getContextInformationValidator() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns a validator used to determine when displayed context information should be dismissed.
getContextInformationValidator() - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
getContextInformationValidator() - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
getContextKey() - Method in class org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
 
getContextManager() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns the instance of the interface that changed.
getContextManager() - Method in class org.eclipse.ui.contexts.ContextManagerEvent
Deprecated.
Returns the instance of the interface that changed.
getContextManager() - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
Returns the context manager for the workbench.
getContextMenuListener() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Creates and returns the listener on this editor's context menus.
getContextMenuManager() - Method in class org.eclipse.debug.ui.AbstractDebugView
Deprecated. 
getContextMenuManager() - Method in interface org.eclipse.debug.ui.IDebugView
Deprecated.
See AbstractDebugView#getContextMenuManagers()
getContextMenuManager() - Method in class org.eclipse.jface.action.CoolBarManager
 
getContextMenuManager() - Method in interface org.eclipse.jface.action.ICoolBarManager
Returns the context menu manager used by this cool bar manager.
getContextMenuManager() - Method in class org.eclipse.jface.action.SubCoolBarManager
 
getContextMenuManager() - Method in class org.eclipse.jface.action.ToolBarManager
Returns the context menu manager for this tool bar manager.
getContextMenuManagers() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns the context menu managers relevant to this view.
getContexts() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
getContexts() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns the array of contexts that have been assigned to the operation.
getContextService() - Method in interface org.eclipse.ui.contexts.IContextActivation
Returns the context service from which this activation was requested.
getContextService(IWorkbenchWindow) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextManager
Returns the debug context service for the specified window.
getContextSupport() - Method in interface org.eclipse.ui.IWorkbench
Deprecated.
getContextType() - Method in class org.eclipse.jface.text.templates.TemplateContext
Returns the context type of this context.
getContextType(String) - Method in class org.eclipse.jface.text.templates.ContextTypeRegistry
Deprecated.
 
getContextType(ITextViewer, IRegion) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
Returns the context type that can handle template insertion at the given region in the viewer's document.
getContextTypeId() - Method in class org.eclipse.jface.text.templates.Template
Returns the id of the context type in which the template can be applied.
getContextTypeIds(IDocument, int) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the context type ids supported at the given document offset.
getContextTypeRegistry() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the context type registry used in this page.
getContextTypeRegistry() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Returns the context type registry.
getContributedClasspathEntries() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns all contributed classpath entries via the extraClasspathEntries extension point.
getContributedHyperlinkDetectors() - Static method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns descriptors for all hyperlink detector extensions.
getContributedHyperlinkDetectorTargets() - Static method in class org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Returns descriptors for all hyperlink detector extensions.
getContributingPart() - Method in interface org.eclipse.ui.part.IContributedContentsView
Returns the workbench part which contributed the current contents of this view.
getContributingPluginId(IStringVariable) - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns the plug-in identifier of the plug-in that contributed the given variable via extension or null if the given variable wasn't contributed via extension.
getContributingPlugins() - Method in class org.eclipse.help.search.SearchParticipant
Returns a set of identifiers of plug-ins that contribute indexable documents.
getContributionItems() - Method in class org.eclipse.debug.ui.actions.BreakpointTypesContribution
 
getContributionItems() - Method in class org.eclipse.ui.actions.BaseNewWizardMenu
 
getContributionItems() - Method in class org.eclipse.ui.actions.CompoundContributionItem
Return a list of contributions items that will replace this item in the parent manager.
getContributionItems() - Method in class org.eclipse.ui.actions.NewWizardMenu
 
getContributionsTimestamp() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
This method is called as a part of the registry cache validation.
getContributionURI() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Contribution URI' attribute.
getContributionURI() - Method in interface org.eclipse.e4.ui.model.application.MContribution
Returns the value of the 'Contribution URI' attribute.
getContributor() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the contributor of this configuration element.
getContributor() - Method in interface org.eclipse.core.runtime.IExtension
Returns the contributor of this extension.
getContributor() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns the contributor of this extension point.
getContributorId() - Method in interface org.eclipse.help.ITocContribution
Returns the symbolic name of the bundle that made this contribution, e.g.
getContributorId() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor
Returns the contributor ID for the tabbed property sheet page.
getContributorName() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the name of the plug-in that contributed this launch configuration type.
getContributorName() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns the name of the plug-in that contributed this delegate.
getContributors(IFileRevision) - Method in interface org.eclipse.team.core.history.IFileHistory
Returns the direct predecessors of the given revision.
getContributorURI() - Method in interface org.eclipse.e4.ui.model.application.MApplicationElement
Returns the value of the 'Contributor URI' attribute.
getControl() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
getControl() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns the control for this view, or null if none.
getControl() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getControl() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns the top level control for this tab.
getControl() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
 
getControl() - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Returns the top level control for this rendering.
getControl() - Method in class org.eclipse.jface.action.CoolBarManager
Returns the cool bar control for this manager.
getControl() - Method in class org.eclipse.jface.action.StatusLineManager
Returns the control used by this StatusLineManager.
getControl() - Method in class org.eclipse.jface.action.ToolBarManager
Returns the tool bar control for this manager.
getControl() - Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
Deprecated.
 
getControl() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getControl() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the control of this content assist subject control.
getControl() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getControl() - Method in class org.eclipse.jface.dialogs.DialogPage
Returns the top level control for this dialog page.
getControl() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns the top level control for this dialog page.
getControl() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Get the control on which the content proposal adapter is installed.
getControl() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the control that is decorated by the receiver.
getControl() - Method in class org.eclipse.jface.fieldassist.DecoratedField
Deprecated.
Get the control that is decorated by the receiver.
getControl() - Method in interface org.eclipse.jface.text.ITextViewerExtension
Returns the control of this viewer.
getControl() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
getControl() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
getControl() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
getControl() - Method in class org.eclipse.jface.text.source.CompositeRuler
 
getControl() - Method in interface org.eclipse.jface.text.source.IVerticalRulerColumn
Returns the column's SWT control.
getControl() - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfo
Returns the ruler's SWT control.
getControl() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
 
getControl() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getControl() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getControl() - Method in class org.eclipse.jface.text.source.VerticalRuler
 
getControl() - Method in class org.eclipse.jface.text.TextViewer
 
getControl() - Method in class org.eclipse.jface.viewers.CellEditor
Returns the control used to implement this cell editor.
getControl() - Method in class org.eclipse.jface.viewers.ComboViewer
 
getControl() - Method in class org.eclipse.jface.viewers.ListViewer
 
getControl() - Method in class org.eclipse.jface.viewers.TableViewer
 
getControl() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getControl() - Method in class org.eclipse.jface.viewers.TreeViewer
 
getControl() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getControl() - Method in class org.eclipse.jface.viewers.Viewer
Returns the primary control associated with this viewer.
getControl() - Method in class org.eclipse.jface.viewers.ViewerCell
Get the control for this cell.
getControl() - Method in class org.eclipse.jface.viewers.ViewerRow
Get the Control for the receiver.
getControl() - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
Returns the SWT control of this refactoring history control.
getControl() - Method in interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer
Returns the preview viewer's SWT control.
getControl() - Method in interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer
Returns the status context viewer's SWT control.
getControl() - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
 
getControl() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
 
getControl() - Method in class org.eclipse.swt.accessibility.Accessible
Returns the control for this Accessible object.
getControl() - Method in class org.eclipse.swt.custom.CTabItem
Gets the control that is displayed in the content area of the tab item.
getControl() - Method in class org.eclipse.swt.dnd.DragSource
Returns the Control which is registered for this DragSource.
getControl() - Method in class org.eclipse.swt.dnd.DragSourceEffect
Returns the Control which is registered for this DragSourceEffect.
getControl() - Method in class org.eclipse.swt.dnd.DropTarget
Returns the Control which is registered for this DropTarget.
getControl() - Method in class org.eclipse.swt.dnd.DropTargetEffect
Returns the Control which is registered for this DropTargetEffect.
getControl() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the control that is associated with the receiver.
getControl() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the control that is shown when the item is expanded.
getControl() - Method in class org.eclipse.swt.widgets.TabItem
Returns the control that is used to fill the client area of the tab folder when the user selects the tab item.
getControl() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the control that is used to fill the bounds of the item when the item is a SEPARATOR.
getControl() - Method in class org.eclipse.team.ui.PageSaveablePart
Deprecated.
Returns the primary control for this part.
getControl() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetViewer
Returns the primary control associated with this viewer.
getControl() - Method in class org.eclipse.ui.console.TextConsolePage
 
getControl() - Method in class org.eclipse.ui.dialogs.PreferenceLinkArea
Return the control for the receiver.
getControl() - Method in interface org.eclipse.ui.forms.IMessage
Returns the control this message is associated with.
getControl() - Method in class org.eclipse.ui.forms.widgets.SizeCache
Returns the control whose size is being cached
getControl() - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
Returns the primary control associated with this Intro part.
getControl() - Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
Returns the primary control associated with this standby part.
getControl() - Method in interface org.eclipse.ui.part.IPage
Returns the SWT control for this page.
getControl() - Method in class org.eclipse.ui.part.MessagePage
 
getControl() - Method in class org.eclipse.ui.part.Page
The Page implementation of this IPage method returns null.
getControl() - Method in interface org.eclipse.ui.testing.IWorkbenchPartTestable
Get the Composite provided to the parts IWorkbenchPart.createPartControl(Composite) method.
getControl() - Method in class org.eclipse.ui.texteditor.InfoForm
Deprecated.
Returns the control of this form.
getControl() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
 
getControl() - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
getControl() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
 
getControl() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
 
getControl(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the control for the given page index, or null if no control has been set for the page.
getControlContentAdapter() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return the content adapter that can get or retrieve the text contents from the adapter's control.
getControlContents(Control) - Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
 
getControlContents(Control) - Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
Get the text contents of the control.
getControlContents(Control) - Method in class org.eclipse.jface.fieldassist.TextContentAdapter
 
getCookie(String, String) - Static method in class org.eclipse.swt.browser.Browser
Returns the value of a cookie that is associated with a URL.
getCoolBarControl() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the control for the window's cool bar.
getCoolBarManager() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the cool bar manager for this window.
getCoolBarManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the cool bar manager of the workbench window.
getCoolBarManager() - Method in interface org.eclipse.ui.IActionBars2
Returns the cool bar manager.
getCoolBarManager() - Method in class org.eclipse.ui.SubActionBars2
 
getCoolBarManager2() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the cool bar manager for this window.
getCoordinate(Point, boolean) - Static method in class org.eclipse.jface.util.Geometry
Returns the x or y coordinates of the given point.
getCoordinate(Rectangle, boolean) - Static method in class org.eclipse.jface.util.Geometry
Returns the x or y coordinates of the given rectangle.
getCopy(TextEdit) - Method in class org.eclipse.text.edits.TextEditCopier
Returns the copy for the original text edit.
getCopyProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyRefactoring
Returns the copy processor associated with this copy refactoring.
getCopyright() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the untranslated copyright that applies to this installable unit.
getCopyright(String) - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the copyright that applies to this installable unit.
getCoreExpression() - Method in interface org.eclipse.e4.ui.model.application.ui.MCoreExpression
Returns the value of the 'Core Expression' attribute.
getCoreExpressionId() - Method in interface org.eclipse.e4.ui.model.application.ui.MCoreExpression
Returns the value of the 'Core Expression Id' attribute.
getCorrespondingElement() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
 
getCorrespondingElement() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusContext
Returns the element that corresponds directly to this context, or null if there is no corresponding element.
getCount() - Method in class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
Gets the number of used entries in the offsets array.
getCoverage() - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns the coverage of this event.
getCoverage() - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the minimal region of the original document that completely comprises all of the image document or null if there is no such region.
getCoverage() - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
getCoverage() - Method in class org.eclipse.jface.text.TextPresentation
Returns the coverage of this presentation as clipped by the presentation's result window.
getCoverage(ISourceViewer) - Static method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the minimal region of the given source viewer's document that completely comprises everything that is visible in the viewer's widget.
getCoverage(TextEdit[]) - Static method in class org.eclipse.text.edits.TextEdit
Returns the text range spawned by the given array of text edits.
getCoveredModelRanges(IRegion) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the maximal subranges of the given model range thus that there is no offset inside a subrange for which there is no image offset.
getCoveredModelRanges(IRegion) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
 
getCoveredRanges(ITextViewer, ITextSelection) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the text regions covered by the given selection in the given viewer.
getCreateChangeTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Number of ticks reserved in the parent progress monitor of the progress monitor passed to Refactoring#createChange().
getCreationIndex(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getCreationIndex(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getCreationIndex(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Translate the current column index (as shown in the UI) to the original one.
getCreationTime() - Method in interface org.eclipse.core.resources.IMarker
Returns the time at which this marker was created.
getCriteria() - Method in interface org.eclipse.help.IToc2
Return the criteria information of this toc.
getCriteria() - Method in interface org.eclipse.help.ITopic2
Return the criteria information of topic.
getCriteria() - Method in class org.eclipse.ui.views.navigator.ResourceComparator
Returns the sort criteria of this sorter.
getCriteria(IToc) - Method in class org.eclipse.help.AbstractCriteriaProvider
Gets criteria for a table of contents
getCriteria(ITopic) - Method in class org.eclipse.help.AbstractCriteriaProvider
Gets criteria for a topic
getCriteriaDefinition() - Method in interface org.eclipse.help.ICriteriaDefinitionContribution
Returns this contributions criteria definition.
getCriteriaDefinitionContributions(String) - Method in class org.eclipse.help.AbstractCriteriaDefinitionProvider
Returns all criteria definition contributions for this provider.
getCriterionDefinitions() - Method in interface org.eclipse.help.ICriteriaDefinition
Obtains the criterion definitions contained in the definition file.
getCriterionValueDefinitions() - Method in interface org.eclipse.help.ICriterionDefinition
Obtains the criterion value definitions contained in the criterion.
getCtrl() - Method in interface org.eclipse.jface.bindings.keys.IKeyLookup
Returns the integer representation of the CTRL key.
getCtrl() - Method in class org.eclipse.jface.bindings.keys.SWTKeyLookup
 
getCurrent() - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the currently running thread is the user-interface thread for, or null if the currently running thread is not a user-interface thread for any display.
getCurrentAnnotationHover() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
Returns the currently shown annotation hover or null if none hover is shown.
getCurrentAnnotationHover() - Method in interface org.eclipse.jface.text.source.ISourceViewerExtension3
Returns the currently displayed annotation hover if any, null otherwise.
getCurrentAnnotationHover() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getCurrentConflicts() - Method in class org.eclipse.jface.bindings.BindingManager
Provides the current conflicts in the bindings as a Map The key will be TriggerSequence and the value will be the Collection of Binding
getCurrentContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
getCurrentContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
 
getCurrentContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns the current content of the document this text change is associated with.
getCurrentContent(IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
getCurrentContent(IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
 
getCurrentContent(IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns the current content of the text edit change clipped to a specific region.
getCurrentContributingPart() - Method in class org.eclipse.ui.part.PageBookView
Returns the part which contributed the current page to this view.
getCurrentContributorId() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Get the currently active contributor id.
getCurrentDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
Returns a document representing the current state of the buffer, prior to the application of the change.
getCurrentDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the document this text change is associated to.
getCurrentEvent() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns the current DropTargetEvent.
getCurrentEvent() - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
Returns the current DropTargetEvent.
getCurrentFrame() - Method in class org.eclipse.ui.views.framelist.FrameList
Returns the current frame.
getCurrentFrame(int) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
Returns the current frame.
getCurrentHeight() - Method in class org.eclipse.jface.action.ToolBarContributionItem
Returns the current height of the corresponding cool item.
getCurrentIndex() - Method in class org.eclipse.ui.views.framelist.FrameList
Returns the index of the current frame.
getCurrentLocation() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns a constant describing the position of the mouse relative to the target (before, on, or after the target.
getCurrentLocation() - Method in interface org.eclipse.ui.INavigationHistory
Returns the current location.
getCurrentLocation() - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getCurrentMatch() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the currently selected match.
getCurrentMatchLocation(Match) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the current location of the match.
getCurrentOperation() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns the current operation.
getCurrentOperation() - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getCurrentPage() - Method in class org.eclipse.jface.dialogs.PageChangingEvent
Returns the current page from which the page change originates.
getCurrentPage() - Method in class org.eclipse.jface.preference.PreferenceDialog
Returns the currentPage.
getCurrentPage() - Method in interface org.eclipse.jface.wizard.IWizardContainer
Returns the current wizard page for this container.
getCurrentPage() - Method in class org.eclipse.jface.wizard.WizardDialog
 
getCurrentPage() - Method in class org.eclipse.ui.forms.DetailsPart
Returns the current page visible in the part.
getCurrentPage() - Method in class org.eclipse.ui.forms.editor.FormEditor
Returns the current page index.
getCurrentPage() - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Returns the page currently showing.
getCurrentPage() - Method in class org.eclipse.ui.part.PageBookView
Returns the currently visible page for this view or null if no page is currently visible.
getCurrentPageIndex() - Method in class org.eclipse.ui.part.PageSwitcher
Returns the index of the currently active page.
getCurrentParticipant() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
Returns the participant currently looking up source or null if none.
getCurrentPlatformConfiguration() - Static method in class org.eclipse.update.configurator.ConfiguratorUtils
Deprecated.
Returns the current platform configuration.
getCurrentPlatformConfiguration() - Method in interface org.eclipse.update.configurator.IPlatformConfigurationFactory
Deprecated.
Returns the current platform configuration.
getCurrentPoint(float[]) - Method in class org.eclipse.swt.graphics.Path
Replaces the first two elements in the parameter with values that describe the current point of the path.
getCurrentProcess() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the process associated with the current debug context.
getCurrentRemedy() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getCurrentSelection() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
getCurrentSelection() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Get the current selection
getCurrentSelection(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the current selection.
getCurrentSelectionChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the current selection.
getCurrentSelectionPart() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
getCurrentState() - Method in interface org.eclipse.ui.handlers.IHandlerService
Returns an evaluation context representing the current state of the world.
getCurrentState() - Method in interface org.eclipse.ui.ISourceProvider
Returns the current state of the sources tracked by this provider.
getCurrentState() - Method in interface org.eclipse.ui.menus.IMenuService
Get the current state of eclipse as seen by the menu service.
getCurrentState() - Method in interface org.eclipse.ui.services.IEvaluationService
Get an IEvaluationContext that contains the current state of the workbench application context.
getCurrentStructuredSelection(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the current structured selection, or StructuredSelection.EMPTY if the current selection is not a structured selection or null.
getCurrentTab() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Get the currently active tab.
getCurrentTarget() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns the target object currently under the mouse.
getCurrentTarget() - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getCurrentTextHover() - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Returns the currently displayed text hover if any, null otherwise.
getCurrentTextHover() - Method in class org.eclipse.jface.text.TextViewer
 
getCurrentTextOffset() - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
Returns the offset in the given viewer that corresponds to the current cursor location.
getCurrentTheme() - Method in interface org.eclipse.ui.themes.IThemeManager
Get the currently active theme.
getCurrentThemeId() - Method in class org.eclipse.ui.intro.quicklinks.QuicklinksViewer
Find the current Welcome/Intro identifier
getCurrentTransfer() - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getCurrentTransfer() - Method in class org.eclipse.ui.part.PluginDropAdapter
Returns the current transfer.
getCurrentValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the value of this object as a number.
getCurrentValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the value of this object as a number.
getCurrentWidth() - Method in class org.eclipse.jface.action.ToolBarContributionItem
Returns the current width of the corresponding cool item.
getCurSharedRef() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Cur Shared Ref' reference.
getCurSide() - Method in class org.eclipse.ui.menus.WorkbenchWindowControlContribution
 
getCursor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's cursor, or null if it has not been set.
getCursorControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which the on-screen pointer is currently over top of, or null if it is not currently over one of the controls built by the currently running application.
getCursorListener() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns this editor's "cursor" listener to be installed on the editor's source viewer.
getCursorLocation() - Method in class org.eclipse.swt.widgets.Display
Returns the location of the on-screen pointer relative to the top left corner of the screen.
getCursorPosition() - Method in class org.eclipse.jface.fieldassist.ContentProposal
 
getCursorPosition() - Method in interface org.eclipse.jface.fieldassist.IContentProposal
Return the integer position within the contents that the cursor should be placed after the proposal is accepted.
getCursorPosition() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns a description of the cursor position.
getCursorPosition(Control) - Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
 
getCursorPosition(Control) - Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
Get the current cursor position in the control.
getCursorPosition(Control) - Method in class org.eclipse.jface.fieldassist.TextContentAdapter
 
getCursorSizes() - Method in class org.eclipse.swt.widgets.Display
Returns an array containing the recommended cursor sizes.
getCustomInsertionPoints() - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
Custom insertion points are declared through a nested 'popupMenu' element in the org.eclipse.ui.navigator.viewer extension point.
getCustomProperties() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the custom user properties specified for Ant builds.
getCustomPropertyFiles() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the custom property files specified for Ant builds.
getCustomPropertyFiles(boolean) - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the custom property files specified for Ant builds performing any required string substitution if indicated.
getCustomTasks() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the user defined custom tasks
getCustomTypes() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the user defined custom types
getCustomURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Deprecated. 
getDamager(String) - Method in interface org.eclipse.jface.text.presentation.IPresentationReconciler
Returns the presentation damager registered with this presentation reconciler for the specified content type.
getDamager(String) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in interface org.eclipse.jface.text.presentation.IPresentationDamager
Returns the damage in the document's presentation caused by the given document change.
getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
Returns the damage in the document's presentation caused by the given document change.
getDanglingReferences() - Method in interface org.eclipse.core.resources.IWorkspace
Finds all dangling project references in this workspace.
getData() - Method in class org.eclipse.debug.core.DebugEvent
Returns this event's application defined data, or null if none
getData() - Method in interface org.eclipse.debug.core.model.IBinaryStreamMonitor
Returns the entire current contents of the stream.
getData() - Method in interface org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
An argument that is passed to the processing step instance.
getData() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor
 
getData() - Method in interface org.eclipse.jface.text.rules.IToken
Return a data attached to this token.
getData() - Method in class org.eclipse.jface.text.rules.Token
 
getData() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the application defined entry data associated with the receiver, or null if it has not been set.
getData() - Method in interface org.eclipse.osgi.service.resolver.ResolverError
Returns non-translatable data associated with this ResolverError.
getData() - Method in class org.eclipse.swt.widgets.Display
Returns the application defined, display specific data associated with the receiver, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined widget data associated with the receiver, or null if it has not been set.
getData() - Method in interface org.eclipse.ui.forms.IMessage
Returns data for application use
getData() - Method in class org.eclipse.ui.menus.CommandContributionItem
Provide info on the rendering data contained in this item.
getData() - Method in class org.eclipse.ui.part.PluginTransferData
Returns the data being transferred.
getData() - Method in interface org.eclipse.unittest.model.ITestElement
Returns some runner-specific data, such as complete test description or other data allowing further operations not covered by the generic test model.
getData(String) - Method in class org.eclipse.jface.viewers.Viewer
Returns the value of the property with the given name, or null if the property is not found.
getData(String) - Method in class org.eclipse.jface.window.ToolTip
Get the data restored under the key
getData(String) - Method in class org.eclipse.swt.widgets.Display
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getData(String) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the data associated with the workbench at the given key.
getData(String) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the data associated with this workbench window at the given key.
getData(String) - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetManager
Returns the data value associated with the given key.
getDataArea(String) - Method in interface org.eclipse.equinox.p2.core.IAgentLocation
Returns the location where the bundle with the given namespace may write its agent-related data.
getDataArea(String) - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns a URL to the specified path within this location.
getDataBindingContext() - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
 
getDataFile(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getDate() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the modification date of this revision.
getDay() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's date, or day of the month.
getDayPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for days.
getDebugBoolean(String) - Static method in class org.eclipse.core.runtime.Platform
Returns whether the identified option is true.
getDebugContext() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the element of the currently selected context in the active workbench window.
getDebugContextForEvent(ExecutionEvent) - Static method in class org.eclipse.debug.ui.DebugUITools
Return the debug context for the given executionEvent or null if none.
getDebugContextForEventChecked(ExecutionEvent) - Static method in class org.eclipse.debug.ui.DebugUITools
Return the debug context for the given executionEvent.
getDebugContextForPart(IWorkbenchPart) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the currently selected context in the given part or part's workbench window.
getDebugContextManager() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the debug context manager.
getDebugContextProvider() - Method in class org.eclipse.debug.ui.contexts.DebugContextEvent
Returns the context provider that initiated this event.
getDebugContextService() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns the context service this action linked to.
getDebugOption(String) - Static method in class org.eclipse.core.runtime.Platform
Returns the identified option.
getDebugTarget() - Method in interface org.eclipse.debug.core.ILaunch
Returns the primary (first) debug target associated with this launch, or null if no debug target is associated with this launch.
getDebugTarget() - Method in class org.eclipse.debug.core.Launch
 
getDebugTarget() - Method in class org.eclipse.debug.core.model.DebugElement
 
getDebugTarget() - Method in interface org.eclipse.debug.core.model.IDebugElement
Returns the debug target this element is contained in.
getDebugTarget() - Method in interface org.eclipse.debug.core.model.IExpression
Returns the debug target this expression is associated with, or null if this expression is not associated with a debug target.
getDebugTargets() - Method in interface org.eclipse.debug.core.ILaunch
Returns all the debug targets associated with this launch, or an empty collection if no debug targets are associated with this launch.
getDebugTargets() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the collection of debug targets currently registered with this launch manager.
getDebugTargets() - Method in class org.eclipse.debug.core.Launch
 
getDebugTargets0() - Method in class org.eclipse.debug.core.Launch
Returns the debug targets associated with this launch, in its internal form - a list
getDeclaredAttributes() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the attributes declared with the description.
getDeclaredCapability() - Method in class org.eclipse.osgi.service.resolver.StateWire
gets the declared capability.
getDeclaredDirectives() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the directives declared with the description.
getDeclaredRequirement() - Method in class org.eclipse.osgi.service.resolver.StateWire
Gets the declared requirement.
getDeclaringExtension() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the extension that declares this configuration element.
getDecorated() - Method in class org.eclipse.core.databinding.observable.DecoratingObservable
 
getDecorated() - Method in interface org.eclipse.core.databinding.observable.IDecoratingObservable
 
getDecoratedProperties(Object) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Return the set of property identifiers that represent the set of properties that the team decorator would decorate for the given model element.
getDecoratedProperties(Object) - Method in class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
 
getDecoratedStateMask(Object) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Return the mask that indicates what state the appropriate team decorator is capable of decorating.
getDecoratedStateMask(Object) - Method in class org.eclipse.team.ui.synchronize.TeamStateProvider
Determine the decorated state for the element by consulting the teamDecorator extension point to get the decorated state mask associated with the resources the element maps to.
getDecoratingWorkbenchLabelProvider() - Static method in class org.eclipse.ui.model.WorkbenchLabelProvider
Returns a workbench label provider that is hooked up to the decorator mechanism.
getDecorationColor() - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
Returns the color of the decoration.
getDecorationContext() - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
Return the decoration context associated with this label provider.
getDecorationContext() - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
Returns the decoration context associated with this label provider.
getDecorationContext() - Method in interface org.eclipse.jface.viewers.IDecoration
Return the decoration context in which this decoration will be applied.
getDecorationPosition() - Method in interface org.eclipse.ui.forms.IMessageManager
Returns the currently used decoration position for all control messages.
getDecorationRectangle(Control) - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Return the rectangle in which the decoration should be rendered, in coordinates relative to the specified control.
getDecorationStyle(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
Sets the StyledString.Styler to be used for string decorations.
getDecorationStyle(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
Sets the StyledString.Styler to be used for string decorations.
getDecoratorIterator() - Method in class org.eclipse.jface.text.source.CompositeRuler
Returns an iterator over the IVerticalRulerColumns that make up this composite column.
getDecoratorManager() - Method in interface org.eclipse.ui.IWorkbench
Returns the decorator manager.
getDecoratorManager() - Method in class org.eclipse.ui.part.MultiPageEditorSite
Deprecated.
use IWorkbench.getDecoratorManager()
getDeepCheckQuestion(IResource) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the message for querying deep copy/move of a linked resource.
getDeepCheckQuestion(IResource) - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns the message for querying deep copy/move of a linked resource.
getDefault() - Static method in class org.eclipse.core.databinding.observable.Realm
Returns the default realm for the calling thread, or null if no default realm has been set.
getDefault() - Static method in class org.eclipse.core.expressions.ElementHandler
The default element handler which can cope with all XML expression elements defined by the common expression language.
getDefault() - Static method in class org.eclipse.core.expressions.ExpressionConverter
Returns the default expression converter.
getDefault() - Static method in class org.eclipse.core.variables.VariablesPlugin
Returns this plug-in instance.
getDefault() - Static method in class org.eclipse.debug.core.DebugPlugin
Returns the singleton instance of the debug plug-in.
getDefault() - Static method in class org.eclipse.e4.core.di.InjectorFactory
Returns default instance of the dependency injector.
getDefault() - Static method in class org.eclipse.equinox.security.storage.SecurePreferencesFactory
Returns default secure preferences.
getDefault() - Static method in class org.eclipse.jface.bindings.keys.formatting.KeyFormatterFactory
An accessor for the current default key formatter.
getDefault() - Static method in class org.eclipse.jface.bindings.keys.KeyLookupFactory
An accessor for the current default look-up.
getDefault() - Static method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Get the default FieldDecorationRegistry.
getDefault() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns the default value of this location if any.
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefault() - Static method in class org.eclipse.ui.console.ConsolePlugin
Returns the singleton instance of the console plug-in.
getDefault() - Static method in class org.eclipse.ui.keys.KeyFormatterFactory
Deprecated.
An accessor for the current default key formatter.
getDefault() - Static method in class org.eclipse.ui.texteditor.DocumentProviderRegistry
Returns the standard document provider registry.
getDefault() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Deprecated.
as of 3.2, the default flag should not be used any longer
getDefault() - Static method in class org.eclipse.ui.texteditor.rulers.RulerColumnRegistry
Returns the default computer registry.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultAction(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultAntHome() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the absolute path of the default ant.home to use for the build.
getDefaultAntHomeEntries() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the array of classpath entries that is the default set of entries defining the Ant classpath.
getDefaultAntURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
getDefaultBackground() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the background color.
getDefaultBoolean(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the boolean-valued property with the given name.
getDefaultBoolean(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the boolean-valued preference with the given name.
getDefaultBoolean(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultBoolean(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultBoolean(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultButton() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's default button if one had previously been set, otherwise returns null.
getDefaultButtonIndex() - Method in class org.eclipse.jface.dialogs.MessageDialog
An accessor for the index of the default button in the button array.
getDefaultCharset() - Method in interface org.eclipse.core.resources.IContainer
Returns the default charset for resources in this container.
getDefaultCharset() - Method in interface org.eclipse.core.runtime.content.IContentType
Returns the default charset for this content type if one has been defined, null otherwise.
getDefaultCharset() - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Returns the default charset for the corresponding content type if it has been set, or null otherwise.
getDefaultCharset(boolean) - Method in interface org.eclipse.core.resources.IContainer
Returns the default charset for resources in this container.
getDefaultColor(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the default value for the color-valued preference with the given name in the given preference store.
getDefaultColumnWidth(Control) - Method in class org.eclipse.ui.views.markers.MarkerField
Get the number of characters that should be reserved for the receiver.
getDefaultControl() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns the default control for this view.
getDefaultDelimiters() - Static method in class org.eclipse.osgi.util.TextProcessor
Return the string containing all the default delimiter characters to be used to segment a given string.
getDefaultDescription() - Method in interface org.eclipse.core.runtime.content.IContentType
Returns the default content description for this content type.
getDefaultDetailPane(IStructuredSelection) - Method in interface org.eclipse.debug.ui.IDetailPaneFactory
Returns the identifier of the default detail pane type to use for the given selection, or null if this factory has no preference.
getDefaultDouble(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the double-valued property with the given name.
getDefaultDouble(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the double-valued preference with the given name.
getDefaultDouble(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultDouble(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultDouble(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultEditor() - Method in interface org.eclipse.ui.IEditorRegistry
Deprecated.
The system external editor is the default editor. Use findEditor(IEditorRegistry.SYSTEM_EXTERNAL_EDITOR_ID) instead.
getDefaultEditor() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the default editor registered for this type mapping.
getDefaultEditor(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the default editor for a given file name.
getDefaultEditor(String, IContentType) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the default editor for a given file name and with the given content type.
getDefaultEditor(IFile) - Static method in class org.eclipse.ui.ide.IDE
Returns the default editor for a given file.
getDefaultEditor(IFile, boolean) - Static method in class org.eclipse.ui.ide.IDE
Returns the default editor for a given file.
getDefaultEnablement() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the default enablement of the described extension.
getDefaultEnc() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
Returns the default encoding.
getDefaultEncoding() - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
Returns the default encoding that is used to read the contents of text files if no other encoding is specified.
getDefaultEncoding() - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
 
getDefaultEncoding() - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getDefaultEncoding() - Method in interface org.eclipse.ui.editors.text.IEncodingSupport
Returns the default character encoding.
getDefaultEncoding() - Method in interface org.eclipse.ui.editors.text.IStorageDocumentProvider
Returns the default character encoding used by this provider.
getDefaultEncoding() - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
getDefaultEncoding() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getDefaultEncoding() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getDefaultExtensionMappings() - Method in interface org.eclipse.team.core.IFileContentManager
Get all the plugin-contributed mappings from file extensions to content types.
getDefaultFloat(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the float-valued property with the given name.
getDefaultFloat(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the float-valued preference with the given name.
getDefaultFloat(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultFloat(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultFloat(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns JFace's standard font.
getDefaultFontData(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns a single default value for the font-valued preference with the given name in the given preference store.
getDefaultFontDataArray(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the default value array for the font-valued preference with the given name in the given preference store.
getDefaultFontDescriptor() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the descriptor for JFace's standard font.
getDefaultHandler(String, ISynchronizePageConfiguration) - Static method in class org.eclipse.team.ui.mapping.MergeActionHandler
Return an instance of the default handler for the given merge action id.
getDefaultIgnores() - Static method in class org.eclipse.team.core.Team
Return the default ignore infos (i.e. those that are specified in plugin manifests).
getDefaultImage() - Method in class org.eclipse.jface.resource.DeviceResourceManager
 
getDefaultImage() - Method in class org.eclipse.jface.resource.LazyResourceManager
 
getDefaultImage() - Method in class org.eclipse.jface.resource.LocalResourceManager
 
getDefaultImage() - Method in class org.eclipse.jface.resource.ResourceManager
Returns the default image that will be returned in the event that the intended image is missing.
getDefaultImage() - Static method in class org.eclipse.jface.window.Window
Returns the default image.
getDefaultImage() - Method in class org.eclipse.ui.part.IntroPart
Returns the default title image.
getDefaultImage() - Method in class org.eclipse.ui.part.WorkbenchPart
Returns the default title image.
getDefaultImageDescriptor(Object) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the default image descriptor for the given element.
getDefaultImages() - Static method in class org.eclipse.jface.window.Window
Returns the array of default images to use for newly opened windows.
getDefaultInt(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the integer-valued property with the given name.
getDefaultInt(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the integer-valued preference with the given name.
getDefaultInt(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultInt(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultInt(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the default menu item or null if none has been previously set.
getDefaultLabel() - Method in class org.eclipse.jface.viewers.DialogCellEditor
Returns the default label widget created by createContents.
getDefaultLineDelimiter() - Method in class org.eclipse.jface.text.AbstractDocument
 
getDefaultLineDelimiter() - Method in interface org.eclipse.jface.text.IDocumentExtension4
Returns this document's default line delimiter.
getDefaultLineDelimiter() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
 
getDefaultLineDelimiter(IDocument) - Static method in class org.eclipse.jface.text.TextUtilities
Returns the default line delimiter for the given document.
getDefaultLineSeparator() - Method in interface org.eclipse.core.resources.IProject
Returns line separator appropriate for new files in the given project.
getDefaultLocation(Point) - Method in class org.eclipse.jface.dialogs.PopupDialog
Returns the default location to use for the shell.
getDefaultLong(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the long-valued property with the given name.
getDefaultLong(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the long-valued preference with the given name.
getDefaultLong(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultLong(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultLong(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultLookupOrder(String, String) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return an array with the default lookup order for the preference keyed by the given qualifier and simple name.
getDefaultMonitor() - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
Returns a progress monitor to use when none has been provided by the client running the job.
getDefaultNameMappings() - Method in interface org.eclipse.team.core.IFileContentManager
Get all the plugin-contributed mappings from file names to content types.
getDefaultOrientation() - Static method in class org.eclipse.jface.window.Window
Gets the default orientation for windows.
getDefaultPage() - Method in class org.eclipse.ui.part.PageBookView
Returns the default page for this view.
getDefaultPageImage() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the default page image for this wizard.
getDefaultPageImage() - Method in class org.eclipse.jface.wizard.Wizard
 
getDefaultPageInput() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the default input for newly created workbench pages when the input is not explicitly specified.
getDefaultPageTitle() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the default page title used for pages that don't provide their own page title.
getDefaultPerspective() - Method in interface org.eclipse.ui.IPerspectiveRegistry
Returns the id of the default perspective for the workbench.
getDefaultPerspectiveId() - Static method in class org.eclipse.search.ui.NewSearchUI
Returns the ID of the default perspective.
getDefaultPerspectiveId() - Static method in class org.eclipse.search.ui.SearchUI
Deprecated.
getDefaultPoint(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the default value for the point-valued preference with the given name in the given preference store.
getDefaultPrefixes(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the default prefixes to be used by the line-prefix operation in the given source viewer for text of the given content type.
getDefaultPrinterData() - Static method in class org.eclipse.swt.printing.Printer
Returns a PrinterData object representing the default printer or null if there is no default printer.
getDefaultProperties() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default properties defined via the properties extension point
getDefaultProvider() - Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiff
Returns the descriptor of the "last saved version" reference provider.
getDefaultRectangle(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the default value for the rectangle-valued preference with the given name in the given preference store.
getDefaultRenderingTypes(IMemoryBlock) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider
Returns default rendering types bound to the given memory block, possibly empty.
getDefaultsButton() - Method in class org.eclipse.jface.preference.PreferencePage
Returns the Restore Defaults button.
getDefaultSchemeId() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the default scheme identifier for the currently running application.
getDefaultSeparators() - Static method in class org.eclipse.equinox.bidi.StructuredTextProcessor
Returns a string containing all the default separator characters to be used to segment a given string.
getDefaultShowIn() - Method in interface org.eclipse.ui.IPerspectiveDescriptor
Returns this perspective's preferred view to show resources when no better editor or view can be deduced from context.
getDefaultSize() - Method in class org.eclipse.jface.dialogs.PopupDialog
Return the default size to use for the shell.
getDefaultSpellingEngineDescriptor() - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
Returns the default spelling engine descriptor from extensions to the spelling engine extension point.
getDefaultString(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the default value for the string-valued property with the given name.
getDefaultString(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the default value for the string-valued preference with the given name.
getDefaultString(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDefaultString(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDefaultString(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDefaultStructureType(ILogicalStructureType[]) - Static method in class org.eclipse.debug.core.DebugPlugin
Returns the default logical structure type among the given combination of logical structure types, or null if none.
getDefaultStyleRange() - Method in class org.eclipse.jface.text.TextPresentation
Returns this presentation's default style range.
getDefaultTasks() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default tasks defined via the task extension point
getDefaultToggleTarget(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetFactory
Returns the identifier of the default toggle breakpoints target to use for the given selection, or null if this factory has no preference.
getDefaultTypes() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default types defined via the type extension point
getDefaultTypes() - Static method in class org.eclipse.team.core.Team
Deprecated.
Use Team.getFileContentManager().getDefaultExtensionMappings() instead.
getDefaultUI() - Static method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the default ProvisioningUI.
getDefaultValue() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the default value of the variable.
getDefaultVariable() - Method in class org.eclipse.core.expressions.EvaluationContext
 
getDefaultVariable() - Method in interface org.eclipse.core.expressions.IEvaluationContext
Returns the default variable.
getDefinedActivityIds() - Method in interface org.eclipse.ui.activities.IActivityManager
Returns the set of identifiers to defined activities.
getDefinedCategories() - Method in class org.eclipse.core.commands.CommandManager
Returns the categories that are defined.
getDefinedCategories() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of all of the defined categories in the workbench.
getDefinedCategoryIds() - Method in class org.eclipse.core.commands.CommandManager
Returns the set of identifiers for those category that are defined.
getDefinedCategoryIds() - Method in interface org.eclipse.ui.activities.IActivityManager
Returns the set of identifiers to defined categories.
getDefinedCategoryIds() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getDefinedCategoryIds() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of the identifiers for all of the defined categories in the workbench.
getDefinedCommandIds() - Method in class org.eclipse.core.commands.CommandManager
Returns the set of identifiers for those commands that are defined.
getDefinedCommandIds() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getDefinedCommandIds() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of the identifiers for all of the defined commands in the workbench.
getDefinedCommands() - Method in class org.eclipse.core.commands.CommandManager
Returns the commands that are defined.
getDefinedCommands() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of all of the defined commands in the workbench.
getDefinedContextIds() - Method in class org.eclipse.core.commands.contexts.ContextManager
Returns the set of identifiers for those contexts that are defined.
getDefinedContextIds() - Method in interface org.eclipse.ui.contexts.IContextManager
Deprecated.
Returns the set of identifiers to defined contexts.
getDefinedContextIds() - Method in interface org.eclipse.ui.contexts.IContextService
Returns the collection of the identifiers for all of the defined contexts in the workbench.
getDefinedContexts() - Method in class org.eclipse.core.commands.contexts.ContextManager
Returns the those contexts that are defined.
getDefinedContexts() - Method in interface org.eclipse.ui.contexts.IContextService
Returns the collection of all of the defined contexts in the workbench.
getDefinedEncodings() - Static method in class org.eclipse.ui.WorkbenchEncoding
Return the list of encodings defined using the org.eclipse.ui.encodings extension point.
getDefinedHandleObjectIds() - Method in class org.eclipse.core.commands.common.HandleObjectManager
Returns the set of identifiers for those handle objects that are defined.
getDefinedKeyConfigurationIds() - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getDefinedParameterTypeIds() - Method in class org.eclipse.core.commands.CommandManager
Returns the set of identifiers for those parameter types that are defined.
getDefinedParameterTypeIds() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of the identifiers for all of the defined command parameter types in the workbench.
getDefinedParameterTypes() - Method in class org.eclipse.core.commands.CommandManager
Returns the command parameter types that are defined.
getDefinedParameterTypes() - Method in interface org.eclipse.ui.commands.ICommandService
Returns the collection of all of the defined command parameter types in the workbench.
getDefinedSchemes() - Method in class org.eclipse.jface.bindings.BindingManager
Returns the array of schemes that are defined.
getDefinedSchemes() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the array of defined schemes in the workbench.
getDefinedTriggerPointIds() - Method in interface org.eclipse.ui.activities.ITriggerPointManager
Return the set of defined trigger point ids.
getDefiningBundle() - Method in interface org.eclipse.core.runtime.IProduct
Returns the bundle which is responsible for the definition of this product.
getDelay() - Method in interface org.eclipse.core.runtime.jobs.IJobChangeEvent
The amount of time in milliseconds to wait after scheduling the job before it should be run, or -1 if not applicable for this type of event.
getDelayClose() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
 
getDelegate() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Deprecated.
use getDelegate(String) to specify mode
getDelegate() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns the underlying launch configuration.
getDelegate(String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Deprecated.
since 3.3, the method getDelegates(Set) should be used instead, as there can be more than one capable delegate per mode or combination of modes
getDelegate(S) - Method in class org.eclipse.core.databinding.property.list.DelegatingListProperty
Returns the property to delegate to for the specified source object.
getDelegate(S) - Method in class org.eclipse.core.databinding.property.map.DelegatingMapProperty
Returns the property to delegate to for the specified source object.
getDelegate(S) - Method in class org.eclipse.core.databinding.property.set.DelegatingSetProperty
Returns the property to delegate to for the specified source object.
getDelegate(S) - Method in class org.eclipse.core.databinding.property.value.DelegatingValueProperty
Returns the property to delegate to for the specified source object.
getDelegateChildren(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the children for the given element from the delegate content provider.
getDelegateContainer(ISourceContainer) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
Returns the source container to search in place of the given source container, or null if the given source container is not to be searched.
getDelegateContentProvider() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the model content provider that the team aware content provider delegates to.
getDelegateImage(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return the image for the item from the delegate label provider.
getDelegateLabelProvider() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return the label provider that will return the text and image appropriate for the given model element.
getDelegates(Set<String>) - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the delegates capable of launching in the specified modes, possibly an empty set.
getDelegateText(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Obtain the text for the object from the delegate label provider.
getDeletedEditors() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the list of editors formerly registered for this type mapping which have since been deleted.
getDeleteProjectContents() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteArguments
Returns whether project contents will be deleted as well.
getDelta() - Method in interface org.eclipse.core.resources.IResourceChangeEvent
Returns a resource delta, rooted at the workspace, describing the set of changes that happened to resources in the workspace.
getDelta() - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
Return the proposed delta that has been accumulated by this factory.
getDelta(IProject) - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns the resource delta recording the changes in the given project since the last time this builder was run.
getDeltaFactory() - Method in class org.eclipse.ltk.core.refactoring.participants.ResourceChangeChecker
Returns the delta factory to be used to record resource operations.
getDenumerableRanges() - Method in class org.eclipse.jface.text.TextPresentation
Returns the number of style ranges in the presentation not counting the default style range.
getDependencies() - Method in class org.eclipse.ant.core.TargetInfo
Return the names of the targets that this target depends on.
getDependencies(IProject[]) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractResourceMappingMerger
Returns the dependent projects of the projects associated with the incoming refactorings.
getDependencyClosure(Collection<BundleDescription>) - Method in interface org.eclipse.osgi.service.resolver.State
Returns the dependency closure for the specified bundles.
getDependentBundles(BundleDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns all bundles in the state depending on the given bundles.
getDependentProjects(IBuildConfiguration) - Method in interface org.eclipse.core.resources.IDynamicReferenceProvider
Returns the set of projects which the given project depends upon.
getDependents() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all bundles which depend on this bundle.
getDepth() - Method in class org.eclipse.core.resources.mapping.ResourceTraversal
Returns the depth to which the resources should be traversed.
getDepth() - Method in interface org.eclipse.core.runtime.jobs.ILock
Returns the number of nested acquires on this lock that have not been released.
getDepth() - Method in class org.eclipse.swt.graphics.Device
Returns the bit depth of the screen, which is the number of bits it takes to represent the number of unique colors that the screen is currently capable of displaying.
getDepth() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Returns the depth at which this activation was created within the services hierarchy.
getDescent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the descent of the font described by the receiver.
getDescent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the descent of the receiver.
getDescription() - Method in class org.eclipse.ant.core.ProjectInfo
Returns the project description or null if no description is provided.
getDescription() - Method in class org.eclipse.ant.core.TargetInfo
Returns the target description or null if no description is provided.
getDescription() - Method in class org.eclipse.core.commands.common.NamedHandleObject
Returns the description for this handle.
getDescription() - Method in class org.eclipse.core.commands.Command
 
getDescription() - Method in interface org.eclipse.core.resources.IFilterMatcherDescriptor
Returns a translated, human-readable description for this filter extension.
getDescription() - Method in interface org.eclipse.core.resources.IProject
Returns the description for this project.
getDescription() - Method in interface org.eclipse.core.resources.IWorkspace
Returns the workspace description.
getDescription() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns a text description of this bundle group.
getDescription() - Method in interface org.eclipse.core.runtime.IProduct
Returns the text description of this product
getDescription() - Method in interface org.eclipse.core.variables.IStringVariable
Returns a human readable description of this variable, possibly null
getDescription() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns a description of this launch delegate, or null if none.
getDescription() - Method in interface org.eclipse.debug.core.ILogicalStructureType
Returns a simple description of the logical structure provided by this structure type.
getDescription() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainerType
Returns a short description of this source container type that can be used for presentation purposes, or null if none.
getDescription() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns a description for this action (to associate with command).
getDescription() - Method in interface org.eclipse.debug.ui.IDetailPane
A brief description of this detail pane, or null if none
getDescription() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingContext
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.e4.ui.model.application.commands.MCategory
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns a textual description of this requirement.
getDescription() - Method in interface org.eclipse.equinox.p2.metadata.IUpdateDescriptor
The description of the update.
getDescription() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns a brief description of the repository.
getDescription() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns a brief description of the repository.
getDescription() - Method in interface org.eclipse.help.search.ISearchEngineResult
Returns the short description of the search result.
getDescription() - Method in interface org.eclipse.help.search.ISearchResult
Get the description of this search result topic
getDescription() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Returns the description of this engine instance.
getDescription() - Method in class org.eclipse.jface.action.Action
 
getDescription() - Method in interface org.eclipse.jface.action.IAction
Returns the action's description if it has one.
getDescription() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getDescription() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns this dialog page's description text.
getDescription() - Method in class org.eclipse.jface.fieldassist.ContentProposal
 
getDescription() - Method in class org.eclipse.jface.fieldassist.FieldDecoration
Return the description for the decoration shown when the user hovers over the decoration.
getDescription() - Method in interface org.eclipse.jface.fieldassist.IContentProposal
Return a description that describes this proposal.
getDescription() - Method in class org.eclipse.jface.text.templates.Template
Returns the description of the template.
getDescription() - Method in class org.eclipse.jface.text.templates.TemplateVariableResolver
Returns the description for the resolver.
getDescription() - Method in class org.eclipse.ltk.core.refactoring.GroupCategory
Returns the description of the group category.
getDescription() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the description.
getDescription() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
Returns a human-readable description of refactoring.
getDescription() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns the description of the scope
getDescription() - Method in class org.eclipse.search.ui.text.MatchFilter
Returns the description of the filter as shown in the match filter selection dialog.
getDescription() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns a one line description of the object whose history is being displayed.
getDescription() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns a string describing this participant type.
getDescription() - Method in interface org.eclipse.ui.activities.IActivity
Returns the description of this instance suitable for display to the user.
getDescription() - Method in interface org.eclipse.ui.activities.ICategory
Returns the description of this instance suitable for display to the user.
getDescription() - Method in interface org.eclipse.ui.commands.ICategory
Deprecated.
getDescription() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
getDescription() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
getDescription() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the current description text.
getDescription() - Method in interface org.eclipse.ui.IMarkerResolution2
Returns optional additional information about the resolution.
getDescription() - Method in interface org.eclipse.ui.IPerspectiveDescriptor
Returns the description of this perspective.
getDescription() - Method in interface org.eclipse.ui.navigator.ICommonFilterDescriptor
 
getDescription() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's description.
getDescription() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Returns the hyperlink detector target's description.
getDescription() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getDescription() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns the description of this view.
getDescription() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns a brief description of this property.
getDescription() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Return a short description of the property sheet entry.
getDescription() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The PropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setDescription method.
getDescription() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getDescription() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Return the description.
getDescription(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
getDescription(Object) - Method in interface org.eclipse.ui.navigator.IDescriptionProvider
Provide a description for the status bar view, if available.
getDescription(IValue) - Method in interface org.eclipse.debug.core.model.ILogicalStructureTypeDelegate2
Returns a simple description of the logical structure provided by this structure type delegate, for the given value.
getDescription(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a description of the specified action.
getDescription(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a description of the specified action.
getDescription(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDescription(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDescriptionAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getDescription(AccessibleEvent e)) method with a lambda expression.
getDescriptionControl() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns description control that will be placed under the title if present.
getDescriptionControl() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the control used to render the description.
getDescriptionControl(Composite) - Method in class org.eclipse.jface.preference.BooleanFieldEditor
Returns the control responsible for displaying this field editor's label.
getDescriptionFor(InputStream, String, QualifiedName[]) - Method in interface org.eclipse.core.runtime.content.IContentTypeMatcher
Tries to obtain a description for the given contents and file name.
getDescriptionFor(InputStream, QualifiedName[]) - Method in interface org.eclipse.core.runtime.content.IContentType
Tries to obtain a description for the given contents.
getDescriptionFor(Reader, String, QualifiedName[]) - Method in interface org.eclipse.core.runtime.content.IContentTypeMatcher
Tries to obtain a description for the given contents and file name.
getDescriptionFor(Reader, QualifiedName[]) - Method in interface org.eclipse.core.runtime.content.IContentType
Tries to obtain a description for the given contents.
getDescriptionImage() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Return the description image for this wizard.
getDescriptionText() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the description text that may be shown in a hover for this decoration.
getDescriptionText(IStatus) - Method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationUpdater
Returns the description text to show in a ControlDecoration for the given status.
getDescriptor() - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the descriptor of this model provider.
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns a descriptor of this change.
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns a descriptor of this change.
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
Returns the refactoring descriptor proxy.
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent
Returns the refactoring descriptor proxy.
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange
 
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceChange
 
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourceChange
 
getDescriptor() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
 
getDescriptor() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
Returns the descriptor for this participant type.
getDescriptor() - Method in interface org.eclipse.ui.IPageLayout
Returns the perspective descriptor for the perspective being layed out.
getDescriptor() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
There is one descriptor for all instances of a INavigatorContentExtension.
getDescriptor() - Method in class org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
 
getDescriptor() - Method in interface org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
Returns the extension point descriptor of this ruler.
getDescriptor() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the descriptor for this entry.
getDescriptor(String) - Method in class org.eclipse.jface.resource.FontRegistry
Returns the font descriptor for the font with the given symbolic font name.
getDescriptor(String) - Method in class org.eclipse.jface.resource.ImageRegistry
Returns the descriptor associated with the given key in this registry, or null if none.
getDescriptor(String) - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
Return the team content provider descriptor for the given model provider id.
getDescriptor(String) - Method in class org.eclipse.ui.navigator.WizardActionGroup
 
getDescriptors() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer
Returns the value of the 'Descriptors' containment reference list.
getDescriptors() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistory
Returns the refactoring descriptors of this history, in descending order of their time stamps.
getDescriptors() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
Return descriptors for all the registered content extensions.
getDesiredType() - Method in interface org.eclipse.e4.core.di.suppliers.IObjectDescriptor
The formal type that the objects should be assignable to.
getDestination() - Method in class org.eclipse.help.search.HelpIndexBuilder
Returns the destination directory where index should be created.
getDestination() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyArguments
Returns the destination of the move
getDestination() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveArguments
Returns the destination of the move
getDestinationPath() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
Returns the destination container to move the resources in.
getDestinationPath() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
Returns the destination container to move the resources in.
getDestinationPath(IResource, int) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
Return the destination path that should be used to move or copy the specified resource.
getDestinations() - Method in class org.eclipse.ui.actions.MoveResourceAction
Returns the destination resources for the resources that have been moved so far.
getDetail() - Method in class org.eclipse.debug.core.DebugEvent
Returns a constant describing extra detail about the event - either one of the detail constants defined by this class, possibly UNSPECIFIED, or a client defined detail if this is a model specific event.
getDetailPaneDescription(String) - Method in interface org.eclipse.debug.ui.IDetailPaneFactory
Returns a description for the detail pane type associated with the given ID or null if none.
getDetailPaneName(String) - Method in interface org.eclipse.debug.ui.IDetailPaneFactory
Returns a name for the detail pane type associated with the given ID or null if none.
getDetailPaneTypes(IStructuredSelection) - Method in interface org.eclipse.debug.ui.IDetailPaneFactory
Returns all possible types detail panes that this factory can create for the given selection, possibly empty.
getDevice() - Method in interface org.eclipse.core.runtime.IPath
Returns the device id for this path, or null if this path has no device id.
getDevice() - Method in class org.eclipse.core.runtime.Path
 
getDevice() - Method in class org.eclipse.jface.resource.DeviceResourceManager
 
getDevice() - Method in class org.eclipse.jface.resource.LazyResourceManager
 
getDevice() - Method in class org.eclipse.jface.resource.LocalResourceManager
 
getDevice() - Method in class org.eclipse.jface.resource.ResourceManager
Returns the Device for which this ResourceManager will create resources
getDevice() - Method in class org.eclipse.swt.graphics.Color
Returns the Device where this resource was created.
getDevice() - Method in class org.eclipse.swt.graphics.Resource
Returns the Device where this resource was created.
getDeviceData() - Method in class org.eclipse.swt.graphics.Device
Returns a DeviceData based on the receiver.
getDeviceZoom() - Method in class org.eclipse.swt.graphics.Device
Gets the scaling factor from the device and calculates the zoom level.
getDeviceZoom() - Method in class org.eclipse.swt.widgets.Display
 
getDialogArea() - Method in class org.eclipse.jface.dialogs.Dialog
Returns the dialog area control.
getDialogBoundsSettings() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.jface.dialogs.Dialog
Gets the dialog settings that should be used for remembering the bounds of of the dialog, according to the dialog bounds strategy.
getDialogBoundsSettings() - Method in class org.eclipse.team.ui.SaveablePartDialog
Deprecated.
 
getDialogBoundsSettings() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.ui.dialogs.SaveAsDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Gets the dialog settings that should be used for remembering the bounds of the dialog, according to the dialog bounds strategy.
getDialogBoundsSettings() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
 
getDialogBoundsSettings() - Method in class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
 
getDialogBoundsStrategy() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
 
getDialogBoundsStrategy() - Method in class org.eclipse.jface.dialogs.Dialog
Get the integer constant that describes the strategy for persisting the dialog bounds.
getDialogBoundsStrategy() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Get the integer constant that describes the strategy for persisting the dialog bounds.
getDialogFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the JFace's dialog font.
getDialogFontDescriptor() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the descriptor for JFace's dialog font.
getDialogFontName() - Method in class org.eclipse.jface.dialogs.DialogPage
Returns the symbolic font name used by dialog pages.
getDialogPage() - Method in class org.eclipse.jface.databinding.dialog.DialogPageSupport
 
getDialogSettings() - Method in class org.eclipse.debug.ui.DebugPopup
 
getDialogSettings() - Method in interface org.eclipse.jface.dialogs.IDialogSettingsProvider
 
getDialogSettings() - Method in class org.eclipse.jface.dialogs.PopupDialog
Gets the dialog settings that should be used for remembering the bounds of the dialog.
getDialogSettings() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the dialog settings for this wizard.
getDialogSettings() - Method in class org.eclipse.jface.wizard.Wizard
 
getDialogSettings() - Method in class org.eclipse.jface.wizard.WizardPage
Returns the dialog settings for this wizard page.
getDialogSettings() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
Return the dialog store to cache values into
getDialogSettings() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Returns the dialog settings.
getDialogSettings() - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
 
getDialogSettings() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
getDialogSettingsProvider(Bundle) - Static method in class org.eclipse.ui.PlatformUI
Returns the dialog settings provider for the passed bundle.
getDiff(Object) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationLabelProvider
 
getDiff(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return the sync kind of the given element.
getDiff(IResource) - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
Return the diff for the given resource.
getDiff(IResource) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
 
getDiff(IResource) - Method in class org.eclipse.team.core.subscribers.Subscriber
Returns synchronization info, in the form of an IDiff for the given resource, or null if there is no synchronization info because the subscriber does not apply to this resource or the resource is in-sync.
getDiff(IPath) - Method in interface org.eclipse.team.core.diff.IDiffTree
Returns the delta identified by the given path, or null if there is no delta at that path.
getDiff(IPath) - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
getDifferences() - Method in class org.eclipse.core.databinding.observable.list.ListDiff
Returns a ListDiffEntry array representing the differences in the list, in the order they are to be processed.
getDiffFilter() - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
Return the diff filter used to filter the differences that the merge context will present to clients.
getDiffPlan(IProfile, IProfile, IProgressMonitor) - Method in interface org.eclipse.equinox.p2.planner.IPlanner
 
getDiffs() - Method in class org.eclipse.team.core.diff.provider.DiffTree
Return all the diffs contained in this diff tree.
getDiffs(IResource, int) - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
Return all the diffs in the tree that are found for the given resource when traversed to the given depth.
getDiffs(IResource, int) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
 
getDiffs(ResourceTraversal[]) - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
Return all the diffs in the tree that are contained in the given traversals.
getDiffs(ResourceTraversal[]) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
 
getDiffTree() - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Return a tree that contains IDiff entries for resources that are out-of-sync.
getDiffTree() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
 
getDigits() - Method in class org.eclipse.swt.widgets.Spinner
Returns the number of decimal places used by the receiver.
getDimension(Rectangle, boolean) - Static method in class org.eclipse.jface.util.Geometry
Returns the height or width of the given rectangle.
getDirection() - Method in class org.eclipse.equinox.bidi.custom.StructuredTextCharTypes
Indicates the base text direction appropriate for an instance of structured text.
getDirection() - Method in interface org.eclipse.team.core.diff.IThreeWayDiff
Return the direction of this three-way delta.
getDirection() - Method in class org.eclipse.team.core.diff.provider.ThreeWayDiff
 
getDirection() - Method in interface org.eclipse.team.ui.mapping.ITeamStateDescription
Return the portion of the state flags that represent the direction associated with the element for which this description was generated.
getDirection() - Method in class org.eclipse.team.ui.synchronize.TeamStateDescription
 
getDirection(int) - Static method in class org.eclipse.team.core.synchronize.SyncInfo
Helper method to return the direction portion of the given kind.
getDirection(Object) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationLabelProvider
Returns the direction of the difference of the specified refactoring history object.
getDirection(IStructuredTextExpert, String) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Indicates the base text direction appropriate for an instance of structured text.
getDirection(IStructuredTextExpert, String, StructuredTextCharTypes) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Indicates the base text direction appropriate for an instance of structured text.
getDirectionAndChangeFilter(int, int) - Static method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter
Selects SyncInfo that match the given change type and direction.
getDirectionVector(int, int) - Static method in class org.eclipse.jface.util.Geometry
Returns a vector in the given direction with the given magnitude.
getDirective(String) - Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Returns the specified directive for this package.
getDirective(String) - Method in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
Returns the specified directive that control this import package.
getDirective(String) - Method in class org.eclipse.osgi.util.ManifestElement
Returns the value for the specified directive or null if it does not exist.
getDirectiveKeys() - Method in class org.eclipse.osgi.util.ManifestElement
Return an enumeration of directive keys for this manifest element or null if there are none.
getDirectives() - Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Returns the directives for this package.
getDirectives() - Method in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
Returns the directives that control this import package.
getDirectives(String) - Method in class org.eclipse.osgi.util.ManifestElement
Returns an array of string values for the specified directives or null if it does not exist.
getDirector() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
Returns the source lookup director this participant is registered with or null if none.
getDirector() - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
Returns the source lookup director this source container registered in, or null if none.
getDirectory() - Method in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
Returns the root directory in the local file system associated with this source container.
getDirtyEditors() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns a list of dirty editors in this page.
getDirtyParts() - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
Returns a collection of all the dirty parts that are being managed by this service.
getDisabledBundles() - Method in interface org.eclipse.osgi.service.resolver.State
Returns an array of BundleDescriptions for the bundles that are disabled in the system.
getDisabledCategories(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return a list of category ids that will become implicity disabled if the given category becomes disabled Note that the set returned by this set represents the delta of categories that would be enabled - if the category is already enabled then it is omitted.
getDisabledImage() - Method in class org.eclipse.swt.custom.CTabItem
Deprecated.
the disabled image is not used
getDisabledImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's disabled image if it has one, or null if it does not.
getDisabledImageDescriptor() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getDisabledImageDescriptor() - Method in class org.eclipse.jface.action.Action
 
getDisabledImageDescriptor() - Method in interface org.eclipse.jface.action.IAction
Returns the disabled image for this action as an image descriptor.
getDisabledImageDescriptor() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getDisabledInfo(BundleDescription, String) - Method in interface org.eclipse.osgi.service.resolver.State
Returns the disabled info for the specified bundle with the specified policy name.
getDisabledInfos(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Returns an array of disabled info for the specified bundle.
getDiskSize() - Method in interface org.eclipse.equinox.p2.engine.ISizingPhaseSet
 
getDismissalAlignment() - Method in class org.eclipse.swt.widgets.Display
Returns the button dismissal alignment, one of LEFT or RIGHT.
getDispatch() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the IDispatch object represented by this Variant.
getDisplay() - Method in class org.eclipse.swt.widgets.Widget
Returns the Display that is associated with the receiver.
getDisplay() - Method in class org.eclipse.ui.forms.FormColors
Returns the display used to create colors.
getDisplay() - Method in interface org.eclipse.ui.IWorkbench
Returns the display for this workbench.
getDisplay() - Method in class org.eclipse.ui.progress.UIJob
Returns the display for use by the receiver when running in an asyncExec.
getDisplayedMatchCount(Object) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the number of matches that are currently displayed for the given element.
getDisplayedMatches(Object) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the matches that are currently displayed for the given element.
getDisplayLocation() - Method in class org.eclipse.jface.action.StatusLineContributionItem
An accessor for the current location of this status line contribution item -- relative to the display.
getDisplayName() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
Returns the fully qualified name of this participant reference.
getDisplayName() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns the display name for this property.
getDisplayName() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the name used to display the property.
getDisplayName() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The SimplePropertyDescriptor implementation of this IPropertyDescriptor method returns the value supplied on the constructor.
getDisplayName() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getDisplayName() - Method in interface org.eclipse.unittest.model.ITestElement
Returns the display name of the test.
getDisplayName() - Method in interface org.eclipse.unittest.ui.ITestViewSupport
Returns a Test View Support display name
getDisplayPath() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return the full path of this resource that should be displayed to the user.
getDisplayString() - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
getDisplayString() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Returns the string to be displayed in the list of completion proposals.
getDisplayString() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getDistanceFrom(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Returns the distance from the point to the nearest edge of the given rectangle.
getDistanceFromEdge(Rectangle, Point, int) - Static method in class org.eclipse.jface.util.Geometry
Returns the distance of the given point from a particular side of the given rectangle.
getDnDService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The DND Service provides instances of CommonDragAdapterAssistant and CommonDropAdapterAssistant for this content service.
getDocument() - Method in interface org.eclipse.compare.contentmergeviewer.IDocumentRange
Returns the underlying document.
getDocument() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
getDocument() - Method in interface org.eclipse.core.filebuffers.ITextFileBuffer
Returns the document of this text file buffer.
getDocument() - Method in interface org.eclipse.debug.ui.console.IConsole
Returns the document associated with this console.
getDocument() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getDocument() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns this content assist subject control's document.
getDocument() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getDocument() - Method in class org.eclipse.jface.text.DocumentEvent
Returns the changed document.
getDocument() - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns the changed document.
getDocument() - Method in class org.eclipse.jface.text.DocumentRewriteSessionEvent
Returns the changed document.
getDocument() - Method in interface org.eclipse.jface.text.IMarkSelection
Returns the marked document.
getDocument() - Method in interface org.eclipse.jface.text.IRewriteTarget
Returns the document of this target.
getDocument() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the text viewer's input document.
getDocument() - Method in class org.eclipse.jface.text.link.LinkedPosition
 
getDocument() - Method in class org.eclipse.jface.text.MarkSelection
 
getDocument() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns the input document of the text viewer this reconciler is installed on.
getDocument() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the document.
getDocument() - Method in class org.eclipse.jface.text.TextSelection
Returns the document underlying the receiver, possibly null.
getDocument() - Method in class org.eclipse.jface.text.TextViewer
 
getDocument() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the document to be manipulated.
getDocument() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the changed document.
getDocument() - Method in class org.eclipse.ui.console.TextConsole
Returns this console's document.
getDocument() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns the IDocument of the editor's input.
getDocument() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Returns the IDocument of the editor's input.
getDocument() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
Returns the document which is spell checked.
getDocument(Object) - Static method in class org.eclipse.compare.CompareUI
Retrieve a document for the given input or return null if no document has been registered for the input.
getDocument(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns the document for the given element.
getDocument(Match) - Method in interface org.eclipse.search.ui.text.ISearchEditorAccess
Finds the document displaying the match.
getDocumentation(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the documentation string for the given member ID.
getDocumentEvent() - Method in class org.eclipse.jface.text.TextEvent
Returns the corresponding document event that caused the viewer change
getDocumentInformationMapping() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the projection mapping used by this document.
getDocumentKey(Object) - Method in interface org.eclipse.compare.ISharedDocumentAdapter
Return the object that is to be used as the key for retrieving the appropriate IDocumentProvider from the DocumentProviderRegistry and for obtaining the shared IDocument from the document provider.
getDocumentKey(Object) - Method in class org.eclipse.compare.SharedDocumentAdapter
Default implementation of SharedDocumentAdapter.getDocumentKey(Object) that returns a FileEditorInput for the element if the element adapts to IFile.
getDocumentKey(Object) - Method in class org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper
 
getDocumentListeners() - Method in class org.eclipse.jface.text.AbstractDocument
Returns the document's document listeners.
getDocumentManagedPositions() - Method in class org.eclipse.jface.text.AbstractDocument
Returns all positions managed by the document grouped by category.
getDocumentPartitioner() - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Returns a document partitioner which is suitable for the underlying content type.
getDocumentPartitioner() - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
Returns the partitioner to be associated with the document or null is partitioning is not needed or if the subclass overrode StructureCreator.setupDocument(IDocument) directly.
getDocumentPartitioner() - Method in class org.eclipse.jface.text.AbstractDocument
 
getDocumentPartitioner() - Method in interface org.eclipse.jface.text.IDocument
Returns this document's partitioner.
getDocumentPartitioner(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
getDocumentPartitioner(String) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Returns the partitioner for the given partitioning or null if no partitioner is registered.
getDocumentPartitioning() - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Return the partitioning to which the partitioner returned from TextMergeViewer.getDocumentPartitioner() is to be associated.
getDocumentPartitioning() - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
Returns the partitioning to which the partitioner returned from StructureCreator.getDocumentPartitioner() is to be associated.
getDocumentPartitioning() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
getDocumentPartitioning() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension
Returns the document partitioning this content assistant is using.
getDocumentPartitioning() - Method in interface org.eclipse.jface.text.information.IInformationPresenterExtension
Returns the document partitioning this information presenter is using.
getDocumentPartitioning() - Method in class org.eclipse.jface.text.information.InformationPresenter
 
getDocumentPartitioning() - Method in interface org.eclipse.jface.text.presentation.IPresentationReconcilerExtension
Returns the document partitioning this presentation reconciler is using.
getDocumentPartitioning() - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
getDocumentPartitioning() - Method in interface org.eclipse.jface.text.reconciler.IReconcilerExtension
Returns the partitioning this reconciler is using.
getDocumentPartitioning() - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
getDocumentPartitioning() - Method in class org.eclipse.jface.text.TextViewer
Returns the document partitioning for this viewer.
getDocumentPartitioningListeners() - Method in class org.eclipse.jface.text.AbstractDocument
Returns the document's partitioning listeners.
getDocumentProvider() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
getDocumentProvider() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getDocumentProvider() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns this text editor's document provider.
getDocumentProvider(String) - Method in class org.eclipse.ui.texteditor.DocumentProviderRegistry
Returns a shared document provider for the given name extension.
getDocumentProvider(IEditorInput) - Static method in class org.eclipse.compare.SharedDocumentAdapter
Returns the document provider for the given editor input.
getDocumentProvider(IEditorInput) - Method in class org.eclipse.ui.texteditor.DocumentProviderRegistry
Returns the shared document for the type of the given editor input.
getDocumentRewriteSessionType() - Method in class org.eclipse.core.filebuffers.manipulation.ConvertLineDelimitersOperation
 
getDocumentRewriteSessionType() - Method in class org.eclipse.core.filebuffers.manipulation.RemoveTrailingWhitespaceOperation
 
getDocumentRewriteSessionType() - Method in class org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation
Returns the rewrite session type that corresponds to the text edit sequence.
getDocumentUndoManager(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
Returns the file buffer managed for the given location or null if there is no such file buffer.
getDouble() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java double represented by this Variant.
getDouble(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the double-valued property with the given name.
getDouble(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getDouble(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
getDouble(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the double-valued preference with the given name.
getDouble(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getDouble(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getDouble(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getDouble(String, double) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getDouble(String, String, double, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getDoubleClickEnabled() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget implements double click mouse behavior.
getDoubleClickEnabled() - Method in class org.eclipse.swt.widgets.Text
Returns the double click enabled flag.
getDoubleClickStrategy(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the double-click strategy ready to be used in this viewer when double clicking onto text of the given content type.
getDoubleClickTime() - Method in class org.eclipse.swt.widgets.Display
Returns the longest duration, in milliseconds, between two mouse button clicks that will be considered a double click by the underlying operating system.
getDoubleClickTimeout() - Method in class org.eclipse.jface.viewers.CellEditor
Returns the duration, in milliseconds, between the mouse button click that activates the cell editor and a subsequent mouse button click that will be considered a double click on the underlying control.
getDownButton() - Method in class org.eclipse.jface.preference.ListEditor
Return the Down button.
getDownloadSize() - Method in interface org.eclipse.equinox.p2.engine.ISizingPhaseSet
 
getDPI() - Method in class org.eclipse.swt.graphics.Device
Returns a point whose x coordinate is the logical horizontal dots per inch of the display, and whose y coordinate is the logical vertical dots per inch of the display.
getDPI() - Method in class org.eclipse.swt.printing.Printer
Returns a point whose x coordinate is the horizontal dots per inch of the printer, and whose y coordinate is the vertical dots per inch of the printer.
getDragDetect() - Method in class org.eclipse.swt.custom.StyledText
 
getDragDetect() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is detecting drag gestures, and false otherwise.
getDragListeners() - Method in class org.eclipse.swt.dnd.DragSource
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
getDragSourceEffect() - Method in class org.eclipse.swt.dnd.DragSource
Returns the drag effect that is registered for this DragSource.
getDropListeners() - Method in class org.eclipse.swt.dnd.DropTarget
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
getDropTargetEffect() - Method in class org.eclipse.swt.dnd.DropTarget
Returns the drop effect for this DropTarget.
getDuration() - Method in interface org.eclipse.unittest.model.ITestElement
Returns the estimated total time elapsed while executing this test element.
getDynamicReferences() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the dynamic project references for the described project.
getDynamicVariable(String) - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns the dynamic variable with the given name or null if none.
getDynamicVariables() - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns all registered dynamic variables.
getEchoChar() - Method in class org.eclipse.swt.widgets.Text
Returns the echo character.
getEdit() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the root text edit.
getEditable() - Method in class org.eclipse.swt.custom.CCombo
Gets the editable state.
getEditable() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget content can be edited.
getEditable() - Method in class org.eclipse.swt.widgets.Text
Returns the editable state.
getEditableValue() - Method in interface org.eclipse.ui.views.properties.IPropertySource
Returns a value for this property source that can be edited in a property sheet.
getEditableValue() - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
getEditingSupport(ColumnViewer) - Method in class org.eclipse.ui.views.markers.MarkerField
Return the editing support for entries for this field.
getEditionImage(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns an image for identifying the edition side of a compare viewer.
getEditionLabel(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns a label for identifying the edition side of a compare viewer.
getEditor() - Method in class org.eclipse.debug.ui.actions.RulerBreakpointAction
Returns the editor this action was created for.
getEditor() - Method in class org.eclipse.swt.custom.ControlEditor
Returns the Control that is displayed above the composite being edited.
getEditor() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns the parent editor.
getEditor() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Returns the editor this page belongs to.
getEditor() - Method in class org.eclipse.ui.part.MultiPageEditorSite
Returns the nested editor.
getEditor() - Method in class org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
 
getEditor() - Method in interface org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
Returns the editor targeted by this ruler instance.
getEditor(boolean) - Method in interface org.eclipse.ui.IEditorReference
Returns the editor referenced by this object.
getEditor(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the editor for the given page index.
getEditor(Composite) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Return the CellEditor used to edit the property.
getEditor(Composite) - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getEditorArea() - Method in interface org.eclipse.ui.IPageLayout
Returns the special identifier for the editor area in this page layout.
getEditorContextMenuId() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's context menu id.
getEditorDescriptor(String) - Static method in class org.eclipse.ui.ide.IDE
Deprecated.
getEditorDescriptor(String, boolean) - Static method in class org.eclipse.ui.ide.IDE
Deprecated.
getEditorDescriptor(String, boolean, boolean) - Static method in class org.eclipse.ui.ide.IDE
Returns an editor descriptor appropriate for opening a file resource with the given name.
getEditorDescriptor(String, IEditorRegistry) - Method in interface org.eclipse.ui.ide.IUnassociatedEditorStrategy
 
getEditorDescriptor(IFile) - Static method in class org.eclipse.ui.ide.IDE
getEditorDescriptor(IFile, boolean) - Static method in class org.eclipse.ui.ide.IDE
Deprecated.
getEditorDescriptor(IFile, boolean, boolean) - Static method in class org.eclipse.ui.ide.IDE
Returns an editor descriptor appropriate for opening the given file resource.
getEditorDescriptorForFileStore(IFileStore, boolean) - Static method in class org.eclipse.ui.ide.IDE
Returns an editor descriptor appropriate for opening the given file store.
getEditorId() - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceLookupResult
Returns the identifier of an editor used to display this result, or null if unknown.
getEditorId(IEditorInput, Object) - Method in interface org.eclipse.debug.ui.ISourcePresentation
Returns the id of the editor to use to display the given editor input and object, or null if unable to provide an editor id.
getEditorInput() - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceLookupResult
Returns the editor input used to display result, or null if unknown.
getEditorInput() - Method in interface org.eclipse.ui.IEditorPart
Returns the input for this editor.
getEditorInput() - Method in interface org.eclipse.ui.IEditorReference
Returns the editor input for the editor referenced by this object.
getEditorInput() - Method in class org.eclipse.ui.part.EditorPart
 
getEditorInput(Object) - Method in interface org.eclipse.debug.ui.ISourcePresentation
Returns an editor input that should be used to display the given object in an editor or null if unable to provide an editor input for the given object.
getEditorInput(ISourceViewer) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Returns an editor input for the given source viewer.
getEditorMatchAdapter() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns an implementation of IEditorMatchAdapter appropriate for this search result.
getEditorMatchingStrategy() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns the editor matching strategy object for editors represented by this editor descriptor, or null if there is no explicit matching strategy specified.
getEditorPart() - Method in class org.eclipse.ui.NavigationLocation
Returns the part that the receiver holds the location for.
getEditorReferences() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns an array of references to open editors in this page.
getEditorRegistry() - Method in interface org.eclipse.ui.IWorkbench
Returns the editor registry for the workbench.
getEditorReuseThreshold() - Method in interface org.eclipse.ui.IPageLayout
Deprecated.
this always returns -1 as of Eclipse 2.1
getEditorReuseThreshold() - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated. 
getEditors() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the list of editors registered for this type mapping.
getEditors() - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated.
Clients are encouraged to use IWorkbenchPage.getEditorReferences() instead. Calling this method has the side effect of restoring all the editors in the page which can cause plug-in activation.
getEditors() - Method in class org.eclipse.ui.part.MultiEditorInput
Retunrs an array with the id of all inner editors.
getEditors(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the list of file editors registered to work against the file with the given file name.
getEditors(String, IContentType) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the list of file editors registered to work against the file with the given file name and with the given content type.
getEditorSite() - Method in interface org.eclipse.ui.IEditorPart
Returns the site for this editor.
getEditorSite() - Method in class org.eclipse.ui.part.EditorPart
 
getEditorState(IEditorReference[], boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Return an IMemento containing the current state of the editor for each of the given references.
getEditValue(int) - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the edit value for the object at the given index.
getEffectsVisible() - Method in class org.eclipse.swt.widgets.FontDialog
Returns true if the dialog's effects selection controls are visible, and false otherwise.
getElement() - Method in class org.eclipse.core.databinding.observable.list.ListDiffEntry
 
getElement() - Method in class org.eclipse.jface.viewers.CheckStateChangedEvent
Returns the element whose check state changed.
getElement() - Method in class org.eclipse.jface.viewers.LabelProviderChangedEvent
Returns the first element whose label needs to be updated, or null if all labels need to be updated.
getElement() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getElement() - Method in class org.eclipse.jface.viewers.TreeExpansionEvent
Returns the element that got expanded or collapsed.
getElement() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getElement() - Method in class org.eclipse.jface.viewers.ViewerCell
Get the element this row represents.
getElement() - Method in class org.eclipse.jface.viewers.ViewerRow
 
getElement() - Method in class org.eclipse.search.ui.text.Match
Returns the element that contains this match.
getElement() - Method in interface org.eclipse.ui.commands.IElementReference
The callback that was registered.
getElement() - Method in class org.eclipse.ui.dialogs.PropertyPage
 
getElement() - Method in interface org.eclipse.ui.IWorkbenchPropertyPage
Returns the object that owns the properties shown in this page.
getElementAt(int) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Returns the element with the given index from this list viewer.
getElementAt(int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Returns the element with the given index from this table viewer.
getElementClass() - Method in class org.eclipse.equinox.p2.query.ExpressionQuery
 
getElementClass(IQuery<T>) - Static method in class org.eclipse.equinox.p2.query.ExpressionQuery
 
getElementComparer() - Method in class org.eclipse.jface.viewers.TreeSelection
Returns the element comparer passed in when the tree selection has been created or null if no comparer has been provided.
getElementFactory(String) - Method in interface org.eclipse.ui.IWorkbench
Returns the element factory with the given id.
getElementId() - Method in interface org.eclipse.e4.ui.model.application.MApplicationElement
Returns the value of the 'Element Id' attribute.
getElementInfo(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getElementInfo(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the element info object for the given element.
getElementLimit() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Gets the maximal number of top level elements to be shown in a viewer.
getElementLocation(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Given an element this method responds with information about where the element exists within the current UI Model.
getElementName(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Returns name for then given object.
getElementName(Object) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
 
getElements() - Method in interface org.eclipse.debug.core.commands.IDebugCommandRequest
Returns the elements to execute a command on.
getElements() - Method in interface org.eclipse.e4.ui.model.fragment.MModelFragment
Returns the value of the 'Elements' containment reference list.
getElements() - Method in class org.eclipse.jface.viewers.deferred.SetModel
Return the contents of the model.
getElements() - Method in class org.eclipse.jface.viewers.LabelProviderChangedEvent
Returns the elements whose labels need to be updated, or null if all labels need to be updated.
getElements() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns an array containing the elements to be refactored.
getElements() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns an array containing the set of all elements that matches are reported against in this search result.
getElements() - Method in class org.eclipse.team.ui.mapping.SynchronizationOperation
Return the model elements that are the target of this operation.
getElements() - Method in interface org.eclipse.ui.IWorkingSet
Returns the elements that are contained in this working set.
getElements(float[]) - Method in class org.eclipse.swt.graphics.Transform
Fills the parameter with the values of the transformation matrix that the receiver represents, in the order {m11, m12, m21, m22, dx, dy}.
getElements(int) - Method in class org.eclipse.jface.preference.PreferenceManager
Returns all preference nodes managed by this manager.
getElements(Object) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
getElements(Object) - Method in class org.eclipse.jface.viewers.ArrayContentProvider
Returns the elements in the input, which must be either an array or a Collection.
getElements(Object) - Method in interface org.eclipse.jface.viewers.IStructuredContentProvider
Returns the elements to display in the viewer when its input is set to the given element.
getElements(Object) - Method in interface org.eclipse.jface.viewers.ITreeContentProvider
Returns the elements to display in the viewer when its input is set to the given element.
getElements(Object) - Method in interface org.eclipse.jface.viewers.ITreePathContentProvider
Returns the elements to display in the viewer when its input is set to the given element.
getElements(Object) - Method in class org.eclipse.jface.viewers.TreeNodeContentProvider
 
getElements(Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
 
getElements(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
getElements(Object) - Method in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
 
getElements(Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
getElements(IFileBuffer) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns an iterator for all the elements that are connected to this file buffer.
getElements(Saveable) - Method in class org.eclipse.ui.navigator.SaveablesProvider
Returns the elements representing the given saveable.
getElementStackPath() - Method in class org.eclipse.help.search.SearchParticipantXML
Returns the full path of the current element in the stack separated by the '/' character.
getElementType() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
getElementType() - Method in interface org.eclipse.core.databinding.observable.IObservableCollection
Returns the element type of this observable collection, or null if this observable collection is untyped.
getElementType() - Method in class org.eclipse.core.databinding.observable.list.ComputedList
 
getElementType() - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
getElementType() - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
getElementType() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
getElementType() - Method in class org.eclipse.core.databinding.observable.set.ComputedSet
 
getElementType() - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
getElementType() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
getElementType() - Method in class org.eclipse.core.databinding.property.list.DelegatingListProperty
 
getElementType() - Method in interface org.eclipse.core.databinding.property.list.IListProperty
Returns the type of the elements in the collection or null if untyped
getElementType() - Method in class org.eclipse.core.databinding.property.list.MultiListProperty
 
getElementType() - Method in class org.eclipse.core.databinding.property.set.DelegatingSetProperty
 
getElementType() - Method in interface org.eclipse.core.databinding.property.set.ISetProperty
Returns the type of the elements in the collection or null if untyped
getElementType() - Method in class org.eclipse.core.databinding.property.set.UnionSetProperty
 
getElementType() - Method in class org.eclipse.ui.testing.ContributionInfo
 
getEmacsKeyFormatter() - Static method in class org.eclipse.jface.bindings.keys.formatting.KeyFormatterFactory
Provides an instance of EmacsKeyFormatter.
getEmacsKeyFormatter() - Static method in class org.eclipse.ui.keys.KeyFormatterFactory
Deprecated.
Provides an instance of EmacsKeyFormatter.
getEmptySelectionChangedEventDelay() - Method in class org.eclipse.jface.text.TextViewer
The delay in milliseconds before an empty selection changed event is sent by the cursor listener.
getEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Shell
 
getEnabled() - Method in class org.eclipse.swt.widgets.Slider
 
getEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in interface org.eclipse.team.core.IIgnoreInfo
Return whether or not this ignore info is enabled.
getEnabled(String) - Method in interface org.eclipse.ui.IDecoratorManager
Returns whether the specified decorator is enabled.
getEnabled(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManagerOverrides
Find out the enablement of the item
getEnabledActivityIds() - Method in interface org.eclipse.ui.activities.IActivityManager
Returns the set of identifiers to enabled activities.
getEnabledCategories(IActivityManager) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the set of enabled categories.
getEnabledCategories(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return a list of category ids that will become implicity enabled if the given category becomes enabled Note that the set returned by this set represents the delta of categories that would be enabled - if the category is already enabled then it is omitted.
getEnabledCategoriesForActivity(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the number of enabled categories that this activity belongs to.
getEnabledContextIds() - Method in interface org.eclipse.ui.contexts.IContextManager
Deprecated.
Returns the set of identifiers to enabled contexts.
getEnabledModelProviders() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Return the list of model providers that are enabled for the participant.
getEnabledStateJobFamily(IDebugCommandRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns the job family for the this command's IEnabledStateRequest update job or null if none.
getEnabledStateSchedulingRule(IDebugCommandRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns a scheduling rule for this command's IEnabledStateRequest update job or null if none.
getEnabledStateTaskName() - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns the name to use for a job and progress monitor task names when performing an IEnabledStateRequest.
getEnabledToggleBreakpointsTargetIDs(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetManager
Returns the set of String IDs of toggle breakpoint targets, which are enabled for the given active part and selection.
getEnablesFor() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractSectionDescriptor
 
getEnablesFor() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the value for section enablement which is a precise number of items selected.
getEncoding() - Method in interface org.eclipse.core.filebuffers.ITextFileBuffer
Returns the character encoding to be used for reading and writing the buffer's underlying file.
getEncoding() - Method in interface org.eclipse.core.resources.IFile
Deprecated.
use IFile.getCharset() instead
getEncoding() - Static method in class org.eclipse.core.resources.ResourcesPlugin
Returns the encoding to use when reading text files in the workspace.
getEncoding() - Method in class org.eclipse.ui.console.IOConsole
Returns the encoding for this console.
getEncoding() - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
 
getEncoding() - Method in interface org.eclipse.ui.editors.text.IEncodingSupport
Returns the character encoding.
getEncoding(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getEncoding(Object) - Method in interface org.eclipse.ui.editors.text.IStorageDocumentProvider
Returns the character encoding for the given element, or null if the element is not managed by this provider.
getEncoding(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
getEncoding(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getEncoding(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getEncoding(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchManager
This method returns the character encoding to use when launching the specified ILaunchConfiguration.
getEnd() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the end offset of the keyword.
getEndColumn() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getEndColumn() - Method in interface org.eclipse.jface.text.IBlockTextSelection
Returns the exclusive column on the end line at which the selection ends.
getEndIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEndIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEndLine() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getEndLine() - Method in interface org.eclipse.jface.text.ITextSelection
Returns the number of the line containing the last character of the selected text.
getEndLine() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getEndLine() - Method in class org.eclipse.jface.text.TextSelection
 
getEndPage() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the end page setting that the user selected before pressing OK in the dialog.
getEngineDescriptor() - Method in class org.eclipse.help.ui.RootScopePage
Returns the descriptor of the engine associated with this page.
getEngineTypeId() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Returns the unique identifier of the engine type of which this is an instance.
getEntries() - Method in interface org.eclipse.help.IIndex
Obtains the index entries contained in the index.
getEntries() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the list of refactoring status entries.
getEntries(IRefactoringStatusEntryComparator, RefactoringStatusEntry) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns a list of refactoring status entries which are considered equal to the specified status entry.
getEntry() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
 
getEntry(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getEntryAt(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the RefactoringStatusEntry at the specified index.
getEntryMatchingCode(String, int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first entry managed by this refactoring status that matches the given plug-in identifier and code.
getEntryMatchingSeverity(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first entry which severity is equal or greater than the given severity.
getEntryPaths(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getEntryURL() - Method in interface org.eclipse.ant.core.IAntClasspathEntry
Returns the URL for this classpath entry or null if it cannot be resolved.
getEntryWithHighestSeverity() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the entry with the highest severity.
getEnvironment() - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
Obtains the environment associated with this IStructuredTextExpert instance.
getEnvironment(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns an array of environment variables to be used when launching the given configuration or null if unspecified.
getError() - Method in interface org.eclipse.core.filesystem.IFileInfo
Checks whether an I/O error was encountered while accessing this file or directory.
getError() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getErrorBackground(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getErrorBorder(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getErrorCode() - Method in exception org.eclipse.equinox.security.storage.StorageException
 
getErrorDialogTitle() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Get the title for an error dialog.
getErrorDialogTitle() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
 
getErrorDialogTitle() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
 
getErrorHandler() - Method in class org.eclipse.swt.widgets.Display
Returns the current exception handler.
getErrorImage() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the Image to be used when displaying an error.
getErrorMessage() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getErrorMessage() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns the current error message for this tab.
getErrorMessage() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
getErrorMessage() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getErrorMessage() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns the current error message for this dialog page.
getErrorMessage() - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
Returns the current error message being shown in the dialog, or null if there is no error message being shown.
getErrorMessage() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns the error message that will be displayed when and if an error occurs.
getErrorMessage() - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns the reason why this content assist processor was unable to produce any completion proposals or context information.
getErrorMessage() - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistProcessor
Returns the reason why this quick assist processor was unable to produce any completion proposals.
getErrorMessage() - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
getErrorMessage() - Method in class org.eclipse.jface.text.templates.TemplateTranslator
Returns an error message if an error occurred for the last translation, null otherwise.
getErrorMessage() - Method in class org.eclipse.jface.viewers.CellEditor
Returns the current error message for this cell editor.
getErrorMessage() - Method in class org.eclipse.ui.texteditor.HippieProposalProcessor
 
getErrorMessage() - Method in class org.eclipse.ui.texteditor.spelling.SpellingCorrectionProcessor
 
getErrorMessageLabel() - Method in class org.eclipse.jface.dialogs.InputDialog
Deprecated.
use setErrorMessage(String) instead
getErrorMessages() - Method in interface org.eclipse.debug.core.model.IErrorReportingExpression
Returns this expression's error messages, if any.
getErrorMessages() - Method in interface org.eclipse.debug.core.model.IWatchExpressionResult
Returns an array of problem messages.
getErrorPage() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Returns the error wizard page.
getErrors() - Method in interface org.eclipse.team.core.diff.IDiffChangeEvent
Return any errors that occurred while this change was taking place.
getErrors() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return an array of the errors the occurred while populating this set.
getErrors() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
getErrorStatus(String) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return an error status describing an invalid operation using the provided message.
getErrorStatus(String, ProvisionException) - Method in class org.eclipse.equinox.p2.operations.ProvisioningJob
Return an error status that can be used to report the specified exception.
getErrorsTitle() - Method in class org.eclipse.ui.actions.CopyProjectAction
Deprecated.
As of 3.3, the undoable operation created by this action handles error dialogs.
getErrorsTitle() - Method in class org.eclipse.ui.actions.MoveProjectAction
Deprecated.
As of 3.3, the error handling is performed by the undoable operation which handles the move.
getErrorStreamMonitor() - Method in interface org.eclipse.debug.core.model.IStreamsProxy
Returns a monitor for the error stream of this proxy's process, or null if not supported.
getErrorSupportProvider() - Static method in class org.eclipse.jface.util.Policy
Return the ErrorSupportProvider for the receiver.
getErrorText() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the error text to display if the value is invalid.
getErrorText() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getErrorText(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getEvent() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns the symbolic name of the event that occurred.
getEvent() - Method in class org.eclipse.jface.text.source.VerticalRulerEvent
 
getEventListener() - Method in class org.eclipse.swt.widgets.TypedListener
Returns the receiver's event listener.
getEventType() - Method in class org.eclipse.core.commands.operations.OperationHistoryEvent
Return the type of event that is occurring.
getEventType() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
Returns the event type.
getEventType() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent
Returns the event type.
getEventType() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the type of event that is occurring.
getEventType() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetEvent
Returns the type of this cheat sheet event.
getEventType() - Method in class org.eclipse.ui.SaveablesLifecycleEvent
Returns the eventType, currently one of POST_OPEN, PRE_CLOSE, POST_CLOSE, DIRTY_CHANGED.
getExactCoverage(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension
Returns the maximal sub-regions of the given origin region which are completely covered.
getExactCoverage(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
getException() - Method in interface org.eclipse.core.runtime.IStatus
Returns the relevant low-level exception, or null if none.
getException() - Method in class org.eclipse.core.runtime.Status
 
getException() - Method in interface org.eclipse.debug.core.model.IWatchExpressionResult
Returns any exception that occurred while performing the evaluation or null if an exception did not occur.
getExceptions() - Method in exception org.eclipse.ui.MultiPartInitException
Returns an array of exceptions, corresponding to parts that could not be intialized correctly.
getExclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
Returns the exclusive end position of this edit.
getExecuteJobFamily(IDebugCommandRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns the job family for the this command's IDebugCommandRequest execute job or null if none.
getExecuteSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CreateFileOperation
 
getExecuteSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
 
getExecuteSchedulingRule() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a scheduling rule appropriate for executing this operation.
getExecuteSchedulingRule() - Method in class org.eclipse.ui.ide.undo.DeleteResourcesOperation
 
getExecuteSchedulingRule(IDebugCommandRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns a scheduling rule for this command's IDebugCommandRequest execute job or null if none.
getExecuteTaskName() - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns the name to use for jobs and progress monitor task names when executing an IDebugCommandRequest.
getExecutionEnvironments() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the list of execution environments that are required by this bundle.
getExecutionLog() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyArguments
Returns the resource execution log.
getExecutionStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringHistoryOperation
Returns the execution status.
getExitOnLastWindowClose() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns true if the workbench should exit when the last window is closed, false if the window should just be closed, leaving the workbench (and its event loop) running.
getExitValue() - Method in interface org.eclipse.debug.core.model.IProcess
Returns the exit value of this process.
getExitValue() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getExpanded() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns true if the receiver is expanded, and false otherwise.
getExpanded() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is expanded, and false otherwise.
getExpanded(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns whether the given SWT item is expanded or collapsed.
getExpanded(Item) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getExpandedElements() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns a list of elements corresponding to expanded nodes in this viewer's tree, including currently hidden ones that are marked as expanded but are under a collapsed ancestor.
getExpandedElements() - Method in class org.eclipse.ui.views.framelist.TreeFrame
Returns the expanded elements.
getExpandedState(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns whether the node corresponding to the given element or tree path is expanded or collapsed.
getExpandedTreePaths() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns a list of tree paths corresponding to expanded nodes in this viewer's tree, including currently hidden ones that are marked as expanded but are under a collapsed ancestor.
getExpandHorizontal() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available horizontal space.
getExpandVertical() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available vertical space.
getExpansionStyle() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the bitwise-ORed style bits for the expansion control.
getExpected() - Method in class org.eclipse.unittest.model.ITestElement.FailureTrace
Returns the expected result or null if the trace is not a comparison failure.
getExpert() - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with a default type handler segmenting the text according to default separators.
getExpert(String) - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler.
getExpert(String, StructuredTextEnvironment) - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler and the specified environment.
getExportedPackages() - Method in interface org.eclipse.osgi.service.resolver.State
Returns all exported packages in this state, according to the OSGi rules for resolution.
getExporter() - Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Returns the exporter of this package.
getExportPackages() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of export package descriptions defined by the Export-Package clauses.
getExportWizardRegistry() - Method in interface org.eclipse.ui.IWorkbench
Return the export wizard registry.
getExpression() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the expression used to create this memory block.
getExpression() - Method in class org.eclipse.equinox.p2.query.ExpressionMatchQuery
 
getExpression() - Method in class org.eclipse.equinox.p2.query.ExpressionQuery
 
getExpression() - Method in interface org.eclipse.equinox.p2.query.IQuery
Returns the IExpression backing this query or null if this is not an expression query.
getExpression() - Method in class org.eclipse.equinox.p2.query.MatchQuery
Deprecated.
 
getExpression() - Method in interface org.eclipse.ui.activities.IActivity
Return an expression used to enable and disable this activity.
getExpressionManager() - Method in class org.eclipse.debug.core.DebugPlugin
Returns the expression manager.
getExpressions() - Method in interface org.eclipse.debug.core.IExpressionManager
Returns a collection of all registered expressions, possibly empty.
getExpressions(String) - Method in interface org.eclipse.debug.core.IExpressionManager
Returns a collection of all expressions registered for the given debug model,possibly empty.
getExpressionText() - Method in interface org.eclipse.debug.core.model.IExpression
Returns this expression's snippet of code.
getExpressionText() - Method in interface org.eclipse.debug.core.model.IWatchExpressionResult
Returns the expression that was evaluated.
getExpressionType() - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
Returns the expression type (see TYPE_xxx constants).
getExtendedMemoryBlock(String, Object) - Method in interface org.eclipse.debug.core.model.IMemoryBlockRetrievalExtension
Retrieves and returns a memory block.
getExtendedModels() - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
Return the ids of model providers that this model provider extends.
getExtension() - Method in interface org.eclipse.core.runtime.IExtensionDelta
Returns the affected extension.
getExtension() - Method in interface org.eclipse.team.core.IFileTypeInfo
Deprecated.
Returns the string specifying the file extension
getExtension() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the file's extension for this type mapping.
getExtension() - Method in interface org.eclipse.ui.navigator.ICommonContentExtensionSite
 
getExtension(String) - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns the extension with the given unique identifier configured into this extension point, or null if there is no such extension.
getExtension(String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns the specified extension in this extension registry, or null if there is no such extension.
getExtension(String) - Static method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
Helper method for returning the extension of a file name
getExtension(String, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns the specified extension in this extension registry, or null if there is no such extension.
getExtension(String, String, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns the specified extension in this extension registry, or null if there is no such extension.
getExtensionDelta(String, String, String) - Method in interface org.eclipse.core.runtime.IRegistryChangeEvent
Returns the delta for the given namespace, extension point and extension.
getExtensionDeltas() - Method in interface org.eclipse.core.runtime.IRegistryChangeEvent
Returns all extension deltas for all hosts.
getExtensionDeltas(String) - Method in interface org.eclipse.core.runtime.IRegistryChangeEvent
Returns all extension deltas for the given namespace.
getExtensionDeltas(String, String) - Method in interface org.eclipse.core.runtime.IRegistryChangeEvent
Returns all the extension deltas for the given namespace and extension point.
getExtensionFor(String) - Method in class org.eclipse.ui.wizards.datatransfer.SelectFilesOperation
Returns the extension portion of the passed filename string.
getExtensionId() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
 
getExtensionId() - Method in class org.eclipse.ui.part.PluginTransferData
Returns the id of the extension that will provide the drop action.
getExtensionMappings() - Method in interface org.eclipse.team.core.IFileContentManager
Get all the currently defined mappings from file names to content types.
getExtensionPoint() - Method in interface org.eclipse.core.runtime.IExtensionDelta
Returns the affected extension point.
getExtensionPoint(String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns the extension point with the given extension point identifier in this extension registry, or null if there is no such extension point.
getExtensionPoint(String, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns the extension point in this extension registry with the given namespace and extension point simple identifier, or null if there is no such extension point.
getExtensionPoints() - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all extension points known to this extension registry.
getExtensionPoints(String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all extension points declared in the given namespace.
getExtensionPoints(IContributor) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all extension points supplied by the contributor, or null if there are no such extension points.
getExtensionPointUniqueIdentifier() - Method in interface org.eclipse.core.runtime.IExtension
Returns the unique identifier of the extension point to which this extension should be contributed.
getExtensionRegistry() - Static method in class org.eclipse.core.runtime.Platform
Returns the extension registry for this platform.
getExtensions() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns all extensions configured into this extension point.
getExtensions() - Static method in class org.eclipse.swt.program.Program
Answer all program extensions in the operating system.
getExtensions(String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all extensions declared in the given namespace.
getExtensions(IContributor) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all extensions supplied by the contributor, or null if there are no such extensions.
getExtensionSite() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Return the extension site for this action provider.
getExtensionSite() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the Common Navigator extension site for this content provider.
getExtensionSite() - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
Return the Common Navigator extension site for this label provider.
getExtensionStateModel() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Return the extension state model for the content provider associated with action provider.
getExtensionStateModel() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
By default, the extension state model returned is for the associated content extension (if this is NOT a top-level action provider).
getExtensionStateModel() - Method in interface org.eclipse.ui.navigator.ICommonContentExtensionSite
The extension state model allows an extension to isolate all of the dynamic state information that affects how it presents content or displays actions.
getExtensionTracker() - Method in interface org.eclipse.ui.IWorkbench
Return the extension tracker for the workbench.
getExtensionTracker() - Method in interface org.eclipse.ui.IWorkbenchPage
Return the extension tracker for the workbench.
getExtensionTracker() - Method in interface org.eclipse.ui.IWorkbenchWindow
Return the extension tracker for the workbench.
getExtent() - Method in class org.eclipse.jface.text.TextPresentation
Returns the extent of this presentation clipped by the presentation's result window.
getExtent() - Method in interface org.eclipse.jface.wizard.IWizardNode
Returns the extent of the wizard for this node.
getExtent(int, int) - Method in class org.eclipse.jface.text.TextViewer
Returns the region covered by the given start and end offset.
getExternalBrowser() - Method in class org.eclipse.ui.browser.AbstractWorkbenchBrowserSupport
 
getExternalBrowser() - Method in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
Returns a shared instance of the external web browser.
getExternalEditors() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
Get a list of registered programs from the OS
getExtraClasspathURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the list of URLs added to the classpath by the extra classpath entries extension point.
getExtraDocuments() - Method in interface org.eclipse.help.ITocContribution
Returns the hrefs for any additional documents that are not in this TOC but are associated with it, and should be indexed for searching.
getExtraInstallableUnits() - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns the list of additional installable units that should be considered as available for installation by the planner.
getExtraRequirements() - Method in interface org.eclipse.equinox.p2.planner.IProfileChangeRequest
Get the extra requirements that have been specified through method IProfileChangeRequest.addExtraRequirements(Collection)
getExtrudedEdge(Rectangle, int, int) - Static method in class org.eclipse.jface.util.Geometry
Extrudes the given edge inward by the given distance.
getFactory() - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Returns the global expression factory
getFactory() - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Returns a factory that knows how to create state objects, such as bundle descriptions and the different types of version constraints.
getFactory() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the factory that created this state.
getFactoryId() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getFactoryId() - Method in interface org.eclipse.ui.IEditorReference
Returns the factory id of the factory used to restore this editor.
getFactoryId() - Method in interface org.eclipse.ui.IPersistableElement
Returns the id of the element factory which should be used to re-create this object.
getFactoryId() - Method in class org.eclipse.ui.part.FileEditorInput
 
getFactoryId() - Static method in class org.eclipse.ui.part.FileEditorInputFactory
Returns the element factory id for this class.
getFailureTrace() - Method in interface org.eclipse.unittest.model.ITestElement
Returns the failure trace of this test element or null if the test has not resulted in an error or failure.
getFastViewWidthRatio() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns the default fast view width ratio for this view.
getFavorites() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the launch favorites associated with this action's launch mode and group in user preference order.
getFeatureApplication() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns the application to run when this feature is the primary feature.
getFeatureIdentifier() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns feature identifier.
getFeaturename() - Method in interface org.eclipse.e4.ui.model.fragment.MStringModelFragment
Returns the value of the 'Featurename' attribute.
getFeaturePluginIdentifier() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns the identifier of the feature plug-in for this feature entry.
getFeaturePluginVersion() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns the version of the feature plug-in for this feature entry.
getFeatureRootURLs() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns URLs to the feature "root" locations.
getFeatures() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns a list of features visible on the site.
getFeaturesChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Do not use this method.
getFeaturesChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Do not use this method
getFeatureVersion() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Deprecated.
Returns the currently configured version for the feature.
getFeedbackEnabled() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns whether visible insertion feedback should be presented to the user.
getFetchJobName(Object, IDeferredWorkbenchAdapter) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Returns a name to use for the job that fetches children of the given parent.
getField() - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Return the field for the receiver.
getField() - Method in class org.eclipse.ui.views.markers.MarkerFieldFilter
Get the field for the receiver.
getFieldDecoration(String) - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Returns the field decoration registered by the specified id .
getFieldEditorFontName() - Method in class org.eclipse.jface.preference.FieldEditor
Returns the symbolic font name used by this field editor.
getFieldEditorParent() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Returns a parent composite for a field editor.
getFile() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the file this launch configuration is stored in, or null if this configuration is stored locally with the workspace.
getFile() - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
Returns the associated file in the workspace.
getFile() - Method in class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
Returns the file associated with this storage
getFile() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
Returns the context's file.
getFile() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Returns the IFile this change is working on.
getFile() - Method in interface org.eclipse.osgi.framework.log.FrameworkLog
Returns the log File if it is set, otherwise null is returned.
getFile() - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns the trace file if it is set, otherwise null is returned.
getFile() - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns the file the match was found in.
getFile() - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
Returns the file wrapped by the file editor input.
getFile() - Method in interface org.eclipse.ui.IFileEditorInput
Returns the file resource underlying this editor input.
getFile() - Method in class org.eclipse.ui.part.FileEditorInput
 
getFile() - Method in class org.eclipse.ui.wizards.datatransfer.RecursiveFileFinder
 
getFile(Object) - Method in interface org.eclipse.search.ui.text.IFileMatchAdapter
Returns the file associated with the given element (usually the file the element is contained in).
getFile(Object) - Method in class org.eclipse.team.ui.history.ElementLocalHistoryPageSource
Return the file that contains the given element of null if this page source can not show history for the given element.
getFile(Object) - Static method in class org.eclipse.ui.ide.ResourceUtil
Returns the file corresponding to the given model element, or null if there is no applicable file.
getFile(String) - Method in interface org.eclipse.core.resources.IFolder
Returns a handle to the file with the given name in this folder.
getFile(String) - Method in interface org.eclipse.core.resources.IProject
Returns a handle to the file with the given name in this project.
getFile(IResource) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the resource either casted to or adapted to an IFile.
getFile(IResource) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
Get the java.io.File equivalent of the passed IFile.
getFile(IPath) - Method in interface org.eclipse.core.resources.IContainer
Returns a handle to the file identified by the given path in this container.
getFile(IEditorInput) - Static method in class org.eclipse.ui.ide.ResourceUtil
Returns the file corresponding to the given editor input, or null if there is no applicable file.
getFileBuffer(IPath) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Deprecated.
getFileBuffer(IPath, LocationKind) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Returns the file buffer managed for the given location or null if there is no such file buffer.
getFileBuffers() - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Returns all managed file buffers that are currently connected.
getFileContent(int, int) - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns the file's content at the given offsets.
getFileContentChar(int) - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns a character of the file's content at the given offset
getFileContentLength() - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns the length of this file's content.
getFileContentManager() - Static method in class org.eclipse.team.core.Team
Get the file content manager which implements the API for manipulating the mappings between file names, file extensions and content types.
getFileEditorMappings() - Method in interface org.eclipse.ui.IEditorRegistry
Returns a list of mappings from file type to editor.
getFileExtension() - Method in interface org.eclipse.core.resources.IResource
Returns the file extension portion of this resource's name, or null if it does not have one.
getFileExtension() - Method in interface org.eclipse.core.runtime.IPath
Returns the file extension portion of this path, or null if there is none.
getFileExtension() - Method in class org.eclipse.core.runtime.Path
 
getFileExtension() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Returns the file extension to use when creating the new file.
getFileForLocation(IPath) - Method in interface org.eclipse.core.resources.IWorkspaceRoot
Returns a handle to the file which is mapped to the given path in the local file system, or null if none.
getFileHistoryFor(IFileStore, int, IProgressMonitor) - Method in interface org.eclipse.team.core.history.IFileHistoryProvider
Returns an IFileHistory for the specified IFileStore.
getFileHistoryFor(IResource, int, IProgressMonitor) - Method in interface org.eclipse.team.core.history.IFileHistoryProvider
Returns the file history for the given in resource.
getFileHistoryProvider() - Method in class org.eclipse.team.core.RepositoryProvider
Returns an IFileHistoryProvider which can be used to access file histories.
getFileImportMask() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
Get the file import mask used by the receiver.
getFileInfo(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns the file info object for the given element.
getFileInfo(IFileStore) - Method in interface org.eclipse.core.filesystem.IFileTree
Returns information about this file at the time this file tree was created.
getFileInfo(IFileStore) - Method in class org.eclipse.core.filesystem.provider.FileTree
 
getFileInfoMatcherDescription() - Method in interface org.eclipse.core.resources.IResourceFilterDescription
Returns the description of the file info matcher corresponding to this resource filter.
getFileInfoMatcherDescription() - Method in class org.eclipse.ui.ide.dialogs.UIResourceFilterDescription
 
getFileInfosIterator() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns an iterator over this document provider's file info objects.
getFileMatchAdapter() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns an implementation of IFileMatchAdapter appropriate for this search result.
getFileMenus() - Method in class org.eclipse.swt.ole.win32.OleFrame
Returns the application menu items that will appear in the File location when an OLE Document is in-place activated.
getFileModificationValidator() - Method in class org.eclipse.team.core.RepositoryProvider
getFileModificationValidator2() - Method in class org.eclipse.team.core.RepositoryProvider
Returns a FileModificationValidator for pre-checking operations that modify the contents of files.
getFilename() - Method in class org.eclipse.team.core.ProjectSetSerializationContext
Return the name of the file to or from which the project set is being loaded or saved.
getFileName() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the path of the first file that was selected in the dialog relative to the filter path, or an empty string if no such file has been selected.
getFileName() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Returns the current file name as entered by the user, or its anticipated initial value.
getFileNameExtension() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns the extension of this element's filename.
getFileNamePatterns() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns the file name pattern configured for this scope or null to match all file names.
getFileNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns a (possibly empty) array with the paths of all files that were selected in the dialog relative to the filter path.
getFilenumber() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
 
getFileProvider() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns a content provider for FileSystemElements that returns only files as children.
getFileRevision(String) - Method in interface org.eclipse.team.core.history.IFileHistory
Returns the file revision that corresponds to the passed in content identifier.
getFileRevisionFor(IFile) - Static method in class org.eclipse.team.core.history.provider.FileRevision
Deprecated.
This method doesn't do anything useful so it has been deprecated.
getFileRevisions() - Method in interface org.eclipse.team.core.history.IFileHistory
Returns the complete set of file revisions for this file (this includes all predecessors and all descendents)
getFiles() - Method in interface org.eclipse.core.resources.ISaveContext
Returns current files mapped with the ISaveContext.map facility or an empty array if there are no mapped files.
getFiles() - Method in interface org.eclipse.core.resources.ISavedState
Returns the files mapped with the ISaveContext.map(IPath, IPath) facility.
getFiles() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Answer the files property of this element.
getFiles() - Method in class org.eclipse.ui.wizards.datatransfer.RecursiveFileFinder
 
getFiles(String[]) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Deprecated.
As of 3.3, this method is no longer in use anywhere in this class and is only provided for backwards compatability with subclasses of the receiver.
getFileSpecs(int) - Method in interface org.eclipse.core.runtime.content.IContentType
Returns file specifications from this content type.
getFileSpecs(int) - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Returns the file specifications for the corresponding content type.
getFileStateLongevity() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the maximum length of time, in milliseconds, a file state should be kept in the local history.
getFileStore() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns the file store of this file buffer.
getFileStore(IPath) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns a handle to the member store identified by the given path.
getFileStore(IPath) - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.getFileStore(IPath) Subclasses may override.
getFileStore(TextFileDocumentProvider.FileInfo) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns the file store denoted by the given info.
getFileStoreAtLocation(IPath) - Static method in class org.eclipse.core.filebuffers.FileBuffers
Returns the file in the local file system for the given location.
getFileStoreFileBuffer(IFileStore) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Returns the file buffer managed for the given file store or null if there is no such file buffer.
getFileStoreFileBuffers() - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Returns all managed file store file buffers that are currently connected.
getFileStoreTextFileBuffer(IFileStore) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
Returns the text file buffer managed for the given file store or null if there is no such text file buffer.
getFileSystem() - Method in interface org.eclipse.core.filesystem.IFileStore
Returns the file system this store belongs to.
getFileSystem() - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.getFileSystem().
getFileSystem(String) - Static method in class org.eclipse.core.filesystem.EFS
Returns a file system corresponding to the given scheme.
getFileSystemObject() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns the file system object property of this element
getFileSystemScheme() - Method in class org.eclipse.team.core.RepositoryProviderType
Return the file system scheme for this provider type or null if the type doesn't support file systems as defined by the org.eclipse.core.filesystem.filesystems extension point.
getFillRule() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's fill rule, which will be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
getFilter() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the filter on this installable unit.
getFilter() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
 
getFilter() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the selection filter used to select the native code.
getFilter() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns the current filter pattern.
getFilter() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns the filter pattern.
getFilter() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractSectionDescriptor
 
getFilter() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the section filter instance for this section.
getFilterControl() - Method in class org.eclipse.ui.dialogs.FilteredTree
Get the filter text for the receiver, if it was created.
getFilterDescription() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns a description describing the file name patterns and content types.
getFilteredChildren(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the filtered array of children of the given element.
getFilteredDiffElements() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Return the selected diff element for which this action is enabled.
getFilteredRegions(HashMap) - Method in interface org.eclipse.compare.ICompareFilter
Identifies the regions of a line of text in a comparison that should be ignored for comparison purposes.
getFilterExtensions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the file extensions which the dialog will use to filter the files it shows.
getFilterFlags() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns a list of filter types to which this property belongs.
getFilterFlags() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The SimplePropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setFilterFlags method.
getFilterIndex() - Method in class org.eclipse.swt.widgets.FileDialog
Get the 0-based index of the file extension filter which was selected by the user, or -1 if no filter was selected.
getFilterMatcherDescriptor(String) - Method in interface org.eclipse.core.resources.IWorkspace
Returns the filter descriptor with the given unique identifier, or null if there is no such filter.
getFilterMatcherDescriptors() - Method in interface org.eclipse.core.resources.IWorkspace
Returns all filter matcher descriptors known to this workspace.
getFilterNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the names that describe the filter extensions which the dialog will use to filter the files it shows.
getFilterOnEnv() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a boolean value indicating whether or not the list of available software should be filtered based on the environment settings of the profile.
getFilterPath() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the path which the dialog will use to filter the directories it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the directory path that the dialog will use, or an empty string if this is not set.
getFilters() - Method in interface org.eclipse.core.resources.IContainer
Retrieve all filters on this container.
getFilters() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns this viewer's filters.
getFilters() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Return the filter ids used to group entries into levels such as Expert.
getFilters() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getFilterService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The filter service can provide the available filters for the viewer, and manage which filters are active.
getFilterString() - Method in class org.eclipse.ui.dialogs.FilteredTree
Convenience method to return the text of the filter control.
getFilterStyle() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return the integer style that indicates how keystrokes affect the content of the proposal popup while it is open.
getFindReplaceDocumentAdapter() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
 
getFindReplaceDocumentAdapter() - Method in class org.eclipse.jface.text.TextViewer
Returns the find/replace document adapter.
getFindReplaceTarget() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the find/replace operation target of this viewer.
getFindReplaceTarget() - Method in class org.eclipse.jface.text.TextViewer
 
getFirst(Object[], boolean) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Fills in an array of size n with the n smallest elements from the collection.
getFirstElement() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the first element in this selection, or null if the selection is empty.
getFirstElement() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
getFirstResult() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
Returns an java.util.Optional<T> containing the first element from the collection of selections made by the user.
getFirstResult() - Method in class org.eclipse.ui.dialogs.SelectionStatusDialog
Returns the first element from the list of results.
getFirstSegment() - Method in class org.eclipse.jface.viewers.TreePath
Returns the first element in this path, or null if this path has no segments.
getFirstStyleRange() - Method in class org.eclipse.jface.text.TextPresentation
Returns the style range with the smallest offset ignoring the default style range or null if the presentation is empty.
getFlags() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns flags which describe in more detail how a resource has been affected.
getFlags() - Method in class org.eclipse.core.resources.mapping.ResourceTraversal
Return the flags for this traversal.
getFlags() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns this memory byte's attribute as a bit mask.
getFlags() - Method in class org.eclipse.debug.ui.contexts.DebugContextEvent
Returns flags which describe in more detail how a context has changed.
getFlags() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the flags.
getFlags() - Method in interface org.eclipse.team.core.diff.ITwoWayDiff
Returns flags which describe in more detail how a object has been affected.
getFlags() - Method in class org.eclipse.team.core.diff.provider.TwoWayDiff
 
getFlags() - Method in interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
Return the flags that describe the type of change.
getFlags() - Method in class org.eclipse.team.core.subscribers.SubscriberChangeEvent
 
getFloat() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java float represented by this Variant.
getFloat(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the float-valued property with the given name.
getFloat(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getFloat(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
getFloat(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the float-valued preference with the given name.
getFloat(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getFloat(String) - Method in interface org.eclipse.ui.IMemento
Returns the floating point value of the given key.
getFloat(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getFloat(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getFloat(String) - Method in class org.eclipse.ui.XMLMemento
 
getFloat(String, float) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getFloat(String, String, float, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getFocus() - Method in class org.eclipse.ui.forms.widgets.FormText
Test for focus.
getFocus(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
getFocus(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
getFocusCell() - Method in class org.eclipse.jface.viewers.ColumnViewerEditor
 
getFocusCell() - Method in class org.eclipse.jface.viewers.FocusCellHighlighter
 
getFocusCell() - Method in class org.eclipse.jface.viewers.TableViewerEditor
 
getFocusCell() - Method in class org.eclipse.jface.viewers.TableViewerFocusCellManager
 
getFocusCell() - Method in class org.eclipse.jface.viewers.TreeViewerEditor
 
getFocusCell() - Method in class org.eclipse.jface.viewers.TreeViewerFocusCellManager
 
getFocusControl() - Method in class org.eclipse.jface.dialogs.PopupDialog
Returns the control that should get initial focus.
getFocusControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which currently has keyboard focus, or null if keyboard events are not currently going to any of the controls built by the currently running application.
getFocusIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFoldedElements(int) - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns all elements which are folded together to one entry in the list.
getFoldedElements(int) - Method in class org.eclipse.ui.dialogs.FilteredList
Returns all elements which are folded together to one entry in the list.
getFolder() - Method in class org.eclipse.ui.part.MultiPageEditor
Deprecated.
Returns this editor's workbook.
getFolder(String) - Method in interface org.eclipse.core.resources.IFolder
Returns a handle to the folder with the given name in this folder.
getFolder(String) - Method in interface org.eclipse.core.resources.IProject
Returns a handle to the folder with the given name in this project.
getFolder(IResource) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the resource either casted to or adapted to an IFolder.
getFolder(IPath) - Method in interface org.eclipse.core.resources.IContainer
Returns a handle to the folder identified by the given path in this container.
getFolderForView(String) - Method in interface org.eclipse.ui.IPageLayout
Returns the folder layout for the view or placeholder with the given compound id in this page layout.
getFolderProvider() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns a content provider for FileSystemElements that returns only folders as children.
getFolders() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns a list of the folders that are immediate children of this folder.
getFoldersToIgnore(IProject, IProgressMonitor) - Method in interface org.eclipse.ui.wizards.datatransfer.ProjectConfigurator
Returns the folders to exclude from the analysis that happens on an IProject.
getFont() - Method in class org.eclipse.jface.dialogs.DialogPage
Returns the default font to use for this dialog page.
getFont() - Method in class org.eclipse.jface.text.contentassist.BoldStylerProvider
Returns the font used by the styler to create the bold font.
getFont() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the current font.
getFont() - Method in class org.eclipse.jface.text.TextAttribute
Returns the attribute's font.
getFont() - Method in class org.eclipse.jface.viewers.BoldStylerProvider
Returns the font used by the styler to create the bold font.
getFont() - Method in class org.eclipse.jface.viewers.ViewerCell
Gets the font of the cell.
getFont() - Method in class org.eclipse.jface.viewers.ViewerLabel
Get the font.
getFont() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the default font used for this window.
getFont() - Method in class org.eclipse.swt.custom.CTabItem
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.custom.PopupList
Gets the widget font.
getFont() - Method in class org.eclipse.swt.graphics.GC
Returns the font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the default font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
getFont() - Method in class org.eclipse.swt.widgets.Caret
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.Control
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for this item.
getFont() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for this item.
getFont() - Method in class org.eclipse.ui.console.TextConsole
Returns the font used by this console.
getFont() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the font for the entry.
getFont(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getFont(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getFont(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the font at the columnIndex.
getFont(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(Object) - Method in class org.eclipse.debug.ui.DebugElementWorkbenchAdapter
Deprecated.
 
getFont(Object) - Method in class org.eclipse.jface.viewers.ColumnLabelProvider
 
getFont(Object) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
 
getFont(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
getFont(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Provides a font for the given element.
getFont(Object) - Method in interface org.eclipse.jface.viewers.IFontProvider
Provides a font for the given element.
getFont(Object) - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
 
getFont(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Method that provides a custom font for elements that are busy.
getFont(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter2
Provides a font the given element.
getFont(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter2 method returns null.
getFont(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
 
getFont(Object, int) - Method in interface org.eclipse.jface.viewers.ITableFontProvider
Provides a font for the given element at index columnIndex.
getFont(String) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the font in JFace's font registry with the given symbolic font name.
getFont(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The Font used by CLabel in the default implementation
getFontData() - Method in class org.eclipse.jface.resource.FontDescriptor
Returns the set of FontData associated with this font.
getFontData() - Method in class org.eclipse.swt.graphics.Font
Returns an array of FontDatas representing the receiver.
getFontData() - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated.
use #getFontList ()
getFontData(String) - Method in class org.eclipse.jface.resource.FontRegistry
Returns the font data associated with the given symbolic font name.
getFontData(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the current value of the first entry of the font-valued preference with the given name in the given preference store.
getFontDataArray(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the current value of the font-valued preference with the given name in the given preference store.
getFontDataArrayDefaultDefault() - Static method in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for FontData[] preferences.
getFontDescriptor(String) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the font descriptor for in JFace's font registry with the given symbolic name.
getFontList() - Method in class org.eclipse.swt.widgets.FontDialog
Returns a FontData set describing the font that was selected in the dialog, or null if none is available.
getFontList(String, boolean) - Method in class org.eclipse.swt.graphics.Device
Returns FontData objects which describe the fonts that match the given arguments.
getFontMetrics() - Method in class org.eclipse.swt.graphics.GC
Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
getFontMetrics() - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Return the FontMetrics for the receiver.
getFontPropertyPreferenceKey() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the property preference key for the editor font.
getFontProviderAdapter() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the font provider for this rendering's memory block or null if none.
getFontRegistry() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the font registry for JFace itself.
getFontRegistry() - Method in interface org.eclipse.ui.themes.ITheme
Return this themes font registry.
getFontStyle() - Method in class org.eclipse.ui.console.IOConsoleInputStream
Returns this stream's font style.
getFontStyle() - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Returns the font style used to decorate data written to this stream.
getForceExternalWindow() - Method in interface org.eclipse.help.search.ISearchEngineResult
Tests if the result link must be shown in an external web browser/Help window, or it can also be shown embedded.
getForeground() - Method in class org.eclipse.jface.dialogs.PopupDialog
Get the foreground color that should be used for this popup.
getForeground() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Returns the foreground color being used to print the line numbers.
getForeground() - Method in class org.eclipse.jface.text.TextAttribute
Returns the attribute's foreground color.
getForeground() - Method in class org.eclipse.jface.viewers.ViewerCell
Gets the foreground color of the cell.
getForeground() - Method in class org.eclipse.jface.viewers.ViewerLabel
Get the foreground Color.
getForeground() - Method in class org.eclipse.swt.custom.CTabItem
Returns the foreground color that the receiver will use to paint textual information.
getForeground() - Method in class org.eclipse.swt.custom.StyledText
 
getForeground() - Method in class org.eclipse.swt.custom.TableCursor
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's foreground color.
getForeground() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
getForeground() - Method in class org.eclipse.swt.widgets.Control
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.ui.forms.FormColors
Returns the current foreground color.
getForeground() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the foreground to use for the normal hyperlink.
getForeground() - Method in class org.eclipse.ui.splash.BasicSplashHandler
Get the foreground text color.
getForeground() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the foreground color for the entry.
getForeground(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getForeground(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getForeground(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the foreground at the columnIndex.
getForeground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color at the given column index in the receiver.
getForeground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color at the given column index in the receiver.
getForeground(Object) - Method in class org.eclipse.debug.ui.DebugElementWorkbenchAdapter
Deprecated.
 
getForeground(Object) - Method in class org.eclipse.jface.viewers.ColumnLabelProvider
 
getForeground(Object) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
 
getForeground(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
getForeground(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Provides a foreground color for the given element.
getForeground(Object) - Method in interface org.eclipse.jface.viewers.IColorProvider
Provides a foreground color for the given element.
getForeground(Object) - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
 
getForeground(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter2
Provides a foreground color for the given element.
getForeground(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter2 method returns null.
getForeground(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
 
getForeground(Object, int) - Method in interface org.eclipse.jface.viewers.ITableColorProvider
Provides a foreground color for the given element.
getForegroundColor(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The foreground Color used by CLabel in the default implementation
getForegroundColorExclusions() - Method in class org.eclipse.jface.dialogs.PopupDialog
Return a list of controls which should never have their foreground color reset.
getForegroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the foreground pattern.
getForm() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns the form widget managed by this form.
getForm() - Method in class org.eclipse.ui.forms.ManagedForm
 
getForm() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the instance of the form owned by the scrolled form.
getFormalKeyFormatter() - Static method in class org.eclipse.jface.bindings.keys.formatting.KeyFormatterFactory
Provides an instance of FormalKeyFormatter.
getFormalKeyFormatter() - Static method in class org.eclipse.ui.keys.KeyFormatterFactory
Deprecated.
Provides an instance of FormalKeyFormatter.
getFormat() - Method in class org.eclipse.equinox.p2.metadata.Version
Returns the optional format.
getFormat() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Returns the version format.
getFormatterPreferenceKey() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Returns the key to use for the formatter preference.
getFormattingStrategy(String) - Method in class org.eclipse.jface.text.formatter.ContentFormatter
 
getFormattingStrategy(String) - Method in interface org.eclipse.jface.text.formatter.IContentFormatter
Returns the formatting strategy registered for the given content type.
getFormattingStrategy(String) - Method in class org.eclipse.jface.text.formatter.MultiPassContentFormatter
 
getFormText() - Method in class org.eclipse.ui.forms.widgets.ScrolledFormText
Returns the instance of the form text.
getFragmentHost() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
Return the host if this bundle is a fragment
getFragments() - Method in interface org.eclipse.e4.ui.model.fragment.MModelFragments
Returns the value of the 'Fragments' containment reference list.
getFragments() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the fragments that have been bound to this installable unit, or null if this unit is not resolved.
getFragments() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the fragments of the master documents.
getFragments() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all fragments known to this bundle (regardless resolution status).
getFragments(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Returns an array of attached fragment bundles for the specified bundle.
getFrame(int) - Method in class org.eclipse.ui.views.framelist.FrameList
Returns the frame at the given index, or null if the index is ≤ 0 or ≥ size().
getFrame(int, int) - Method in interface org.eclipse.ui.views.framelist.IFrameSource
Returns a new frame describing the state of the source.
getFrame(int, int) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
 
getFrame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Returns a java.awt.Frame which is the embedded frame associated with the specified composite.
getFrameAttributes() - Method in class org.eclipse.help.webapp.AbstractFrame
allows the attributes of this frame other than name and src to be specified
getFrameList() - Method in class org.eclipse.ui.navigator.CommonViewer
 
getFrameList() - Method in class org.eclipse.ui.views.framelist.FrameAction
Returns the frame list.
getFrameToolTipText(Object) - Method in class org.eclipse.ui.navigator.CommonNavigator
Returns the tool tip text for the given element.
getFrameToolTipText(Object) - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
Returns the tool tip text for the given element.
getFrameworkArgs() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the arguments consumed by the framework implementation itself.
getFromPath() - Method in interface org.eclipse.team.core.diff.ITwoWayDiff
Returns the full path (in the "before" state) from which this resource (in the "after" state) was moved.
getFromPath() - Method in class org.eclipse.team.core.diff.provider.TwoWayDiff
 
getFromType() - Method in class org.eclipse.core.databinding.conversion.Converter
 
getFromType() - Method in interface org.eclipse.core.databinding.conversion.IConverter
Returns the type whose instances can be converted by this converter.
getFullPath() - Method in interface org.eclipse.core.resources.IFile
Returns the full path of this file.
getFullPath() - Method in interface org.eclipse.core.resources.IFileState
Returns the full path of this file state.
getFullPath() - Method in interface org.eclipse.core.resources.IResource
Returns the full, absolute path of this resource relative to the workspace.
getFullPath() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the full, absolute path of this resource delta.
getFullPath() - Method in interface org.eclipse.core.resources.IStorage
Returns the full path of this storage.
getFullPath() - Method in class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
 
getFullPath() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
 
getFullPath() - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareInput
Return a human readable path for the compare input that can be used in a tooltip or other displays that can show more detailed information.
getFullPath(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileStoreStructureProvider
 
getFullPath(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
getFullPath(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns the full path of the specified structured element.
getFullPath(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
getFullScreen() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently in fullscreen state, and false otherwise.
getFunctionDescription(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the description of a function at the given index.
getFunctionMap() - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Returns a map of functions supported by this factory.
getFutureState() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the set of IUs that will constitute the profile if the plan is executed successfully.
getFuzz() - Method in class org.eclipse.compare.patch.PatchConfiguration
Return the fuzz factor to be used when applying a patch.
getGapEndIndex() - Method in class org.eclipse.jface.text.GapTextStore
Returns the end index of the gap managed by this text store.
getGapStartIndex() - Method in class org.eclipse.jface.text.GapTextStore
Returns the start index of the gap managed by this text store.
getGCData() - Method in class org.eclipse.swt.graphics.GC
Returns the GCData.
getGenericCapabilities() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of generic descriptions for the capabilities of this bundle.
getGenericRequires() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of generic specifications constraints required by this bundle.
getGLData() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a GLData object describing the created context.
getGlobalActionHandler(String) - Method in interface org.eclipse.ui.IActionBars
Returns the global action handler for the action with the given id.
getGlobalActionHandler(String) - Method in class org.eclipse.ui.SubActionBars
Get the handler for a window action.
getGlobalActionHandlers() - Method in class org.eclipse.ui.SubActionBars
Returns the complete list of active global action handlers.
getGotoAction() - Method in class org.eclipse.team.ui.TeamOperation
This method is called to allow subclasses to configure an action that could be run to show the results of the action to the user.
getGrayed() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is grayed, and false otherwise.
getGrayed(Object) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Returns the grayed state of the given element.
getGrayed(Object) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Returns the grayed state of the given element.
getGrayedElements() - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Returns a list of elements corresponding to grayed nodes in this viewer.
getGrayedElements() - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Returns a list of grayed elements in this viewer's tree, including currently hidden ones that are marked as grayed but are under a collapsed ancestor.
getGreen() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of green in the color, from 0 to 255.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Table
Returns the width in points of a grid line.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Tree
Returns the width in points of a grid line.
getGroupByCategory() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a boolean indicating whether available software should be grouped by category.
getGroupByKey() - Method in interface org.eclipse.search.ui.ISearchResultViewEntry
Deprecated.
Returns the key by which this entry's markers are logically grouped.
getGroupCategorySet() - Method in class org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup
Returns the set of group categories.
getGroupCategorySet() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the set of group categories.
getGroupChildren(String, String) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Returns the children of computed groups.
getGroupForPosition(Position) - Method in class org.eclipse.jface.text.link.LinkedModeModel
Returns the linked position group that contains position, or null if position is not contained in any group within this model.
getGroupName() - Method in class org.eclipse.jface.action.AbstractGroupMarker
Returns the group name.
getHandCursor() - Method in class org.eclipse.ui.console.TextConsoleViewer
Returns the hand cursor.
getHandleId() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns unique identifier of the registry object from which this element was created.
getHandler() - Method in class org.eclipse.core.commands.Command
Returns the current handler for this command.
getHandler() - Method in class org.eclipse.core.commands.HandlerEvent
Returns the instance of the interface that changed.
getHandler() - Method in class org.eclipse.ui.commands.HandlerEvent
Deprecated.
getHandler() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getHandler() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Returns the handler that should be activated.
getHandler(String) - Static method in class org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory
Obtains a structured text handler of a given type.
getHandler(String) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Returns the handler for the given command identifier.
getHandler(String) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension4
Returns the handler for the given command identifier.
getHandler(String) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistantExtension
Returns the handler for the given command identifier.
getHandler(String) - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
Returns the handler for the given command identifier.
getHandler(String) - Method in class org.eclipse.jface.text.source.ContentAssistantFacade
Returns the handler for the given command identifier.
getHandlers() - Method in interface org.eclipse.e4.ui.model.application.commands.MHandlerContainer
Returns the value of the 'Handlers' containment reference list.
getHandlerService() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Returns the handler service from which this activation was requested.
getHead() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the container that occupies the head of the form (the form area above the body).
getHeadClient() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the optional head client if set.
getHeadColor(String) - Method in class org.eclipse.ui.forms.widgets.Form
Returns the color that is currently use to paint an aspect of the form heading, or null if not defined.
getHeader() - Method in interface org.eclipse.compare.patch.IFilePatch
Return the header information of the patch or null if there was no header text.
getHeader() - Method in interface org.eclipse.compare.patch.IFilePatch2
Return the header information of the patch or null if there was no header text.
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Table
Returns the header background color.
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header background color.
getHeaderControl() - Method in interface org.eclipse.jface.text.source.IOverviewRuler
Returns this rulers header control.
getHeaderControl() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getHeaderFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the JFace's header font.
getHeaderFontDescriptor() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the descriptor for JFace's header font.
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Table
Returns the header foreground color.
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header foreground color.
getHeaderForm() - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
Returns the form that owns the shared header.
getHeaderHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the receiver's header
getHeaders() - Method in class org.eclipse.osgi.launch.Equinox
 
getHeaders(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's header is visible, and false otherwise.
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's header is visible, and false otherwise.
getHeight() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Height' attribute.
getHeight() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor.CachedImageDataProvider
Returns the ImageData.height in points.
getHeight() - Method in class org.eclipse.swt.graphics.FontData
Returns the height of the receiver in points.
getHeight() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the height of the font described by the receiver, measured in points.
getHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Gets the height of the receiver.
getHeightInChars() - Method in class org.eclipse.ui.dialogs.ListDialog
Returns the initial height of the dialog in number of characters.
getHelp() - Method in interface org.eclipse.osgi.framework.console.CommandProvider
Answer a string (may be as many lines as you like) with help texts that explain the command.
getHelp(IMarker) - Method in interface org.eclipse.ui.IMarkerHelpRegistry
Returns a help context id for the given marker or null if no help has been registered for the marker.
getHelp(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
getHelp(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
getHelpAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getHelp(AccessibleEvent e)) method with a lambda expression.
getHelpContent(String) - Static method in class org.eclipse.help.HelpSystem
Returns an open input stream on the contents of the specified help resource in the platform's current locale.
getHelpContent(String, String) - Static method in class org.eclipse.help.HelpSystem
Returns an open input stream on the contents of the specified help resource for the speficied locale.
getHelpContext() - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
 
getHelpContextForMarker(IMarker) - Method in interface org.eclipse.ui.IMarkerHelpContextProvider
Get the help context for the given marker.
getHelpContextId() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns this view's help context id, which is hooked to this view on creation.
getHelpContextId() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Returns the help context id for this tab or null.
getHelpContextId() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns the help context id for this action or null if none.
getHelpContextId() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Returns the help context id of this participant or value of IHelpContextIds.SYNC_VIEW when no specific id has been provided.
getHelpContextId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns the help context id of this participant.
getHelpContextId() - Method in class org.eclipse.ui.console.AbstractConsole
Returns the help context identifier for this console, or null if none.
getHelpContextId() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's help context id or null if none has been set.
getHelpContextId(String) - Method in interface org.eclipse.ui.commands.ICommandService
Gets the help context identifier for a particular command.
getHelpContextId(Command) - Method in class org.eclipse.core.commands.CommandManager
Gets the help context identifier for a particular command.
getHelpContextId(Command) - Method in interface org.eclipse.ui.commands.ICommandService
Gets the help context identifier for a particular command.
getHelpContextIds() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns the help context id for this property or null if this property has no help context id.
getHelpContextIds() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the help context id for this entry, or null if this entry has no help context id.
getHelpContextIds() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The SimplePropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setHelpContextId method.
getHelpContextIds() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getHelpFile(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the fully qualified name of the Help file for the given member ID.
getHelpForTopic(String, String, int) - Method in class org.eclipse.help.base.AbstractHelpDisplay
Returns the help page, including any frames, for a specific topic.
getHelpHome(String, int, String) - Method in class org.eclipse.help.base.AbstractHelpDisplay
Returns the URL to the help home page
getHelpHref() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Return the help system href for this wizard.
getHelpListener() - Method in class org.eclipse.jface.action.Action
 
getHelpListener() - Method in interface org.eclipse.jface.action.IAction
Returns a help listener for this action.
getHelpListener() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getHelpSystem() - Method in interface org.eclipse.ui.IWorkbench
Return the help system for this workbench.
getHiddenTopLinePixels(StyledText) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the number of hidden pixels of the first partially visible line.
getHideAlreadyInstalled() - Method in class org.eclipse.equinox.p2.ui.Policy
Get a boolean value indicating whether to hide already installed units.
getHighContrast() - Method in class org.eclipse.swt.widgets.Display
Returns true when the high contrast mode is enabled.
getHighestBundleId() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the highest bundle ID.
getHighlightEnabled() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the selected tab is rendered as highlighted.
getHighlightImage() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's highlight image if it has one, or null if it does not.
getHighlightPreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for highlighting inside text.
getHighlightPreferenceValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for highlighting inside text.
getHighlightRange() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getHighlightRange() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns the highlighted range of this text editor.
getHighWaterMark() - Method in class org.eclipse.ui.console.IOConsole
Returns the maximum number of characters that the console will display at once.
getHistory() - Method in class org.eclipse.core.commands.operations.OperationHistoryEvent
Return the operation history that triggered this event.
getHistory() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the launch history associated with this action's launch mode and group in most recently launched order.
getHistory(IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Returns a list of past states of this file known to this workspace.
getHistoryEntry(Revision) - Method in class org.eclipse.team.ui.history.RevisionAnnotationController
Return the history list entry corresponding to the provided revision.
getHistoryItems() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
Gets array of history items.
getHistoryPage() - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
Return the history page for this input or null if the page hasn't been created yet.
getHistoryPage() - Method in interface org.eclipse.team.ui.history.IHistoryView
Returns the history page that is currently being displayed by the history view.
getHistoryPageSite() - Method in class org.eclipse.team.ui.history.HistoryPage
 
getHistoryPageSite() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns the IHistoryPageSite set for this page.
getHistoryPageSource(Object) - Static method in class org.eclipse.team.ui.history.HistoryPageSource
Convenience method that returns the history page source for the given object.
getHistoryService() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
Returns the refactoring history service
getHistoryService() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent
Returns the refactoring history service.
getHistoryService() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
Returns the singleton refactoring history service.
getHistoryView() - Method in class org.eclipse.team.ui.history.HistoryPage
 
getHistoryView() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns the IHistoryView instance that contains this history page or null if the history view instance cannot be determined.
getHistoryView() - Static method in class org.eclipse.team.ui.TeamUI
Shows the history view and returns a handle to it.
getHorizontalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's horizontal scroll bar if it has one, and null if it does not.
getHorizontalIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
getHorizontalPixel() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
getHost() - Method in interface org.eclipse.core.net.proxy.IProxyData
Return the host name for the proxy server or null if a proxy server of this type is not available.
getHost() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnitFragment
 
getHost() - Method in class org.eclipse.help.server.HelpServer
Returns the host name or ip the app server runs on.
getHost() - Method in interface org.eclipse.jsch.core.IJSchLocation
Returns the host where the repository is located
getHost() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the host for this bundle. null is returned if this bundle is not a fragment.
getHosts() - Method in interface org.eclipse.osgi.service.resolver.HostSpecification
Returns the list of host BundleDescriptions that satisfy this HostSpecification
getHosts(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Returns an array of host bundles that the specified fragment bundle is attached to or null if the specified bundle is not attached to a host.
getHotImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's hot image if it has one, or null if it does not.
getHours() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's hours.
getHover() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
getHover() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
getHover() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
getHover() - Method in class org.eclipse.jface.text.source.CompositeRuler
 
getHover() - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension
Returns the hover for this vertical ruler (column).
getHover() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
getHoverControlCreator() - Method in interface org.eclipse.jface.text.ITextHoverExtension
Returns the hover control creator of this text hover or null
getHoverControlCreator() - Method in class org.eclipse.jface.text.revisions.RevisionInformation
 
getHoverControlCreator() - Method in interface org.eclipse.jface.text.source.IAnnotationHoverExtension
Returns the hover control creator of this annotation hover.
getHoverControlCreator() - Method in class org.eclipse.jface.text.source.LineChangeHover
 
getHoverDecorationColor() - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
Returns the hover color of the decoration.
getHoverEvent() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Returns the most recent mouse hover event.
getHoverEventLocation() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Returns the location at which the most recent mouse hover event has been issued.
getHoverEventLocation() - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Returns the location at which the most recent mouse hover event has occurred.
getHoverEventLocation() - Method in class org.eclipse.jface.text.TextViewer
 
getHoverEventStateMask() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Returns the SWT event state of the most recent mouse hover event.
getHoverImage() - Method in class org.eclipse.ui.forms.widgets.ImageHyperlink
Returns the hover image.
getHoverImageDescriptor() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getHoverImageDescriptor() - Method in class org.eclipse.jface.action.Action
 
getHoverImageDescriptor() - Method in interface org.eclipse.jface.action.IAction
Returns the hover image for this action as an image descriptor.
getHoverImageDescriptor() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getHoverInfo() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the hover information that will be shown when the user hovers over the a change region of this revision.
getHoverInfo(ITextViewer, IRegion) - Method in class org.eclipse.jface.text.DefaultTextHover
getHoverInfo(ITextViewer, IRegion) - Method in interface org.eclipse.jface.text.ITextHover
getHoverInfo(ISourceViewer, int) - Method in class org.eclipse.jface.text.source.DefaultAnnotationHover
 
getHoverInfo(ISourceViewer, int) - Method in interface org.eclipse.jface.text.source.IAnnotationHover
Returns the text which should be presented in the a hover popup window.
getHoverInfo(ISourceViewer, int) - Method in class org.eclipse.jface.text.source.LineChangeHover
 
getHoverInfo(ISourceViewer, ILineRange, int) - Method in interface org.eclipse.jface.text.source.IAnnotationHoverExtension
Returns the object which should be presented in the a hover popup window.
getHoverInfo(ISourceViewer, ILineRange, int) - Method in class org.eclipse.jface.text.source.LineChangeHover
 
getHoverInfo2(ITextViewer, IRegion) - Method in interface org.eclipse.jface.text.ITextHoverExtension2
Returns the information which should be presented when a hover popup is shown for the specified hover region.
getHoverLineRange(ISourceViewer, int) - Method in interface org.eclipse.jface.text.source.IAnnotationHoverExtension
Returns the range of lines that include the given line number for which the same hover information is valid.
getHoverLineRange(ISourceViewer, int) - Method in class org.eclipse.jface.text.source.LineChangeHover
 
getHoverRegion(ITextViewer, int) - Method in class org.eclipse.jface.text.DefaultTextHover
 
getHoverRegion(ITextViewer, int) - Method in interface org.eclipse.jface.text.ITextHover
Returns the text region which should serve as the source of information to compute the hover popup display information.
getHref() - Method in interface org.eclipse.help.IHelpResource
Returns the URL (as a string) associated with this help resource.
getHref() - Method in interface org.eclipse.help.search.ISearchEngineResult
Returns the URL (as a string) associated with this help resource.
getHref() - Method in interface org.eclipse.help.search.ISearchResult
Get the href of this search result topic
getHref() - Method in class org.eclipse.ui.forms.events.HyperlinkEvent
The hyperlink reference that will be followed when the hyperlink is activated.
getHref() - Method in class org.eclipse.ui.forms.widgets.AbstractHyperlink
Returns the object associated with this hyperlink.
getHSB() - Method in class org.eclipse.swt.graphics.RGB
Returns the hue, saturation, and brightness of the color.
getHSBA() - Method in class org.eclipse.swt.graphics.RGBA
Returns the hue, saturation, and brightness of the color.
getHttpContext(ServiceReference<HttpService>, String) - Method in interface org.eclipse.equinox.http.registry.HttpContextExtensionService
returns the HttpContext associated with the HttpService reference and http context name
getHunkFilters() - Method in class org.eclipse.compare.patch.PatchConfiguration
Return an array of hunk filters that have been added to this configuration.
getHunks() - Method in interface org.eclipse.compare.patch.IFilePatch2
Returns all the hunks this file patch contains.
getHyperlink() - Method in class org.eclipse.ui.console.TextConsoleViewer
Returns the currently active hyperlink or null if none.
getHyperlink(int) - Method in class org.eclipse.ui.console.TextConsole
Returns the hyperlink at the given offset or null if none.
getHyperlink(int) - Method in class org.eclipse.ui.console.TextConsoleViewer
Returns the hyperlink at the specified offset, or null if none.
getHyperlink(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the specified hyperlink.
getHyperlink(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the specified hyperlink.
getHyperlinkCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkCursor() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the cursor to use when hovering over the hyperlink.
getHyperlinkDetectorDescriptors() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorRegistry
Returns all hyperlink detectors contributed to the workbench.
getHyperlinkDetectorRegistry() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the registry that contains the hyperlink detectors contributed by the org.eclipse.ui.workbench.texteditor.hyperlinkDetectors extension point.
getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the hyperlink detectors which be used to detect hyperlinks in the given source viewer.
getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getHyperlinkDetectorTargets(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Returns the hyperlink detector targets supported by the given source viewer.
getHyperlinkGroup() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Returns the hyperlink group that manages hyperlinks for this toolkit.
getHyperlinkIndex(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the index of the hyperlink that is associated with this character offset.
getHyperlinkIndex(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the index of the hyperlink that is associated with this character offset.
getHyperlinkPresenter(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the hyperlink presenter for the given source viewer.
getHyperlinkPresenter(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getHyperlinkRegion() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlink
The region covered by this type of hyperlink.
getHyperlinkRegion() - Method in class org.eclipse.jface.text.hyperlink.URLHyperlink
 
getHyperlinks() - Method in class org.eclipse.ui.console.TextConsole
Returns all hyperlinks in this console.
getHyperlinkSettings() - Method in class org.eclipse.ui.forms.widgets.FormText
Returns the hyperlink settings that are in effect for this control.
getHyperlinkStateMask(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the SWT event state mask which in combination with the left mouse button activates hyperlinking.
getHyperlinkStateMask(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getHyperlinkText() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlink
Optional text for this hyperlink.
getHyperlinkText() - Method in class org.eclipse.jface.text.hyperlink.URLHyperlink
 
getHyperlinkText(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
 
getHyperlinkUnderlineMode() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the underline mode to be used for all the hyperlinks in this group.
getIcon() - Method in interface org.eclipse.help.IToc2
Toc elements can have non standard icons which are declared using a tocIcon element in the org.eclipse.help.toc extension point
getIcon() - Method in interface org.eclipse.help.ITopic2
Toc elements can have non standard icons which are declared using a tocIcon element in the org.eclipse.help.toc extension point
getIcon() - Method in interface org.eclipse.help.search.ISearchResult
Gets the Icon for this topic
getIcon() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the image descriptor of the described extension, null if it does not have an image.
getIconDepth() - Method in class org.eclipse.swt.widgets.Display
Returns the maximum allowed depth of icons on this display, in bits per pixel.
getIconFor(Job) - Method in interface org.eclipse.ui.progress.IProgressService
Get the icon that has been registered for a Job by checking if the job belongs to any of the registered families.
getIconSizes() - Method in class org.eclipse.swt.widgets.Display
Returns an array containing the recommended icon sizes.
getIconURI() - Method in interface org.eclipse.e4.ui.model.application.ui.MUILabel
Returns the value of the 'Icon URI' attribute.
getIconURL() - Method in interface org.eclipse.help.search.ISearchEngineResult2
Returns an optional URL of the 16x16 icon to be used to render this search result.
getId() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
Returns the first not-null input of this node.
getId() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Returns this node's id.
getId() - Method in class org.eclipse.core.commands.common.HandleObject
 
getId() - Method in interface org.eclipse.core.commands.common.IIdentifiable
Returns the identifier for this object.
getId() - Method in interface org.eclipse.core.commands.IParameter
Returns the identifier for this parameter.
getId() - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns the command's base identifier.
getId() - Method in class org.eclipse.core.commands.State
Returns the identifier for this state.
getId() - Method in class org.eclipse.core.resources.FileInfoMatcherDescription
 
getId() - Method in interface org.eclipse.core.resources.IFilterMatcherDescriptor
Returns the fully qualified id of the filter extension.
getId() - Method in interface org.eclipse.core.resources.IMarker
Returns the id of the marker.
getId() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the id of the marker.
getId() - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
Returns the unique identifier of this model provider.
getId() - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the unique identifier of this model provider.
getId() - Method in interface org.eclipse.core.runtime.content.IContentType
Returns this content type's unique identifier.
getId() - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Returns the corresponding content type's unique identifier.
getId() - Method in interface org.eclipse.core.runtime.IProduct
Returns the unique product id of this product.
getId() - Method in class org.eclipse.core.runtime.spi.RegistryContributor
Provides ID associated with the entity "in charge" of the contributor (e.g., "1").
getId() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns this delegate's unique identifier.
getId() - Method in interface org.eclipse.debug.core.ILogicalStructureType
Returns this logical structure type's unique identifier, as defined in plug-in XML.
getId() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getId() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainerType
Returns the unique identifier associated with this source container type.
getId() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns the identifier of this type of source locator.
getId() - Method in interface org.eclipse.debug.core.sourcelookup.ISourcePathComputer
Returns the unique identifier for this source path computer.
getId() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Returns this tab's unique identifier or null if none.
getId() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getId() - Method in class org.eclipse.debug.ui.CommonTab
 
getId() - Method in class org.eclipse.debug.ui.EnvironmentTab
 
getId() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Returns the identifier of this container.
getId() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingType
Returns the unique identifier for this rendering type.
getId() - Method in class org.eclipse.debug.ui.PrototypeTab
 
getId() - Method in class org.eclipse.debug.ui.RefreshTab
 
getId() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
getId() - Method in interface org.eclipse.e4.ui.workbench.IWorkbench
 
getId() - Method in class org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
 
getId() - Method in interface org.eclipse.equinox.p2.metadata.IArtifactKey
Returns the id for this artifact key.
getId() - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointType
 
getId() - Method in interface org.eclipse.equinox.p2.metadata.IVersionedId
Returns the id portion of this versioned id.
getId() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Returns the id of the installable unit.
getId() - Method in class org.eclipse.equinox.p2.metadata.VersionedId
 
getId() - Method in interface org.eclipse.help.base.IScopeHandle
Get the String ID associated with this handle
getId() - Method in interface org.eclipse.help.IAnchor
Returns the anchor's id.
getId() - Method in interface org.eclipse.help.ICriteriaDefinitionContribution
Returns a unique identifier for this criteria definition.
getId() - Method in interface org.eclipse.help.ICriterionDefinition
Returns the id that this criterion definition is associated with
getId() - Method in interface org.eclipse.help.ICriterionValueDefinition
Returns the id that this criterion value
getId() - Method in interface org.eclipse.help.IIndexContribution
Returns a unique identifier for this contribution.
getId() - Method in interface org.eclipse.help.ITocContribution
Returns a unique identifier for this contribution.
getId() - Method in interface org.eclipse.help.search.ISearchEngineResult2
Returns a unique identifier that can be associated with this search result.
getId() - Method in interface org.eclipse.help.search.ISearchResult
Gets the ID
getId() - Method in class org.eclipse.help.search.SearchParticipant
Returns the unique identifier of this participant.
getId() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Returns the unique identifier of this engine instance.
getId() - Method in class org.eclipse.help.webapp.AbstractButton
Gets the id which will be assigned to the image of the button in the generated HTML
getId() - Method in class org.eclipse.jface.action.Action
 
getId() - Method in class org.eclipse.jface.action.ContributionItem
 
getId() - Method in interface org.eclipse.jface.action.IAction
Returns a unique identifier for this action, or null if it has none.
getId() - Method in interface org.eclipse.jface.action.IContributionItem
Returns the identifier of this contribution item.
getId() - Method in class org.eclipse.jface.action.MenuManager
Returns the menu id.
getId() - Method in class org.eclipse.jface.action.SubContributionItem
 
getId() - Method in class org.eclipse.jface.action.SubMenuManager
 
getId() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns the id of this contribution node.
getId() - Method in class org.eclipse.jface.preference.PreferenceNode
 
getId() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the unique (within the document) id of this revision.
getId() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
getId() - Method in class org.eclipse.jface.text.templates.TemplateContextType
Returns the id of the context type.
getId() - Method in class org.eclipse.ltk.core.refactoring.RefactoringContribution
Returns the refactoring id for which this refactoring contribution has been registered with the extension point.
getId() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
getId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns the unique id that identified the type of this synchronize participant.
getId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns the unique id that identifies this participant type.
getId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
Returns the id of the participant type referenced by this handle.
getId() - Method in class org.eclipse.ui.actions.ActionFactory
Returns the id of this action factory.
getId() - Method in class org.eclipse.ui.actions.ContributionItemFactory
Returns the id of this contribution item factory.
getId() - Method in interface org.eclipse.ui.activities.IActivity
Returns the identifier of this instance.
getId() - Method in interface org.eclipse.ui.activities.ICategory
Returns the identifier of this instance.
getId() - Method in interface org.eclipse.ui.activities.IIdentifier
Returns the identifier of this instance.
getId() - Method in interface org.eclipse.ui.activities.ITriggerPoint
Return the id of this trigger point.
getId() - Method in class org.eclipse.ui.browser.AbstractWebBrowser
 
getId() - Method in interface org.eclipse.ui.browser.IWebBrowser
Returns the unique identifier of this browser.
getId() - Method in interface org.eclipse.ui.commands.ICategory
Deprecated.
getId() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
getId() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
getId() - Method in interface org.eclipse.ui.contexts.IContext
Deprecated.
Returns the identifier of this instance.
getId() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns the unique identifier that can be used to reference this page.
getId() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Page must have a unique id that can be used to show it without knowing its relative position in the editor.
getId() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns the editor id.
getId() - Method in interface org.eclipse.ui.intro.IIntroSite
Returns the part registry extension id for this intro site's part.
getId() - Method in interface org.eclipse.ui.IPerspectiveDescriptor
Returns this perspective's id.
getId() - Method in interface org.eclipse.ui.IWorkbenchPartDescriptor
Returns the part id.
getId() - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
getId() - Method in interface org.eclipse.ui.IWorkbenchPartSite
Returns the part registry extension id for this workbench site's part.
getId() - Method in interface org.eclipse.ui.IWorkingSet
Returns the working set id.
getId() - Method in interface org.eclipse.ui.navigator.ICommonFilterDescriptor
 
getId() - Method in interface org.eclipse.ui.navigator.ICommonViewerSite
 
getId() - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
The id is used to look up the state model across different components of the same logical extension.
getId() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Returns the navigator content extension id
getId() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
 
getId() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method returns an empty string since the nested editor is not created from the registry.
getId() - Method in class org.eclipse.ui.statushandlers.AbstractStatusHandler
Returns the id of the handler.
getId() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's id.
getId() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Returns the hyperlink detector target's id.
getId() - Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider
Returns the id of this reference provider.
getId() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Reads (if needed) and returns the id of this extension.
getId() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the identifier of the described extension.
getId() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
Reads (if needed) and returns the id of this extension.
getId() - Method in interface org.eclipse.ui.themes.ITheme
Returns the id of this theme.
getId() - Method in interface org.eclipse.ui.views.IStickyViewDescriptor
Return the id of the view to be made sticky.
getId() - Method in interface org.eclipse.ui.views.IViewCategory
Return the id of this category.
getId() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns the id of the view.
getId() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns the id for this property.
getId() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The PropertyDescriptor implementation of this IPropertyDescriptor method returns the value supplied on the constructor.
getId() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the unique identifier for the section.
getId() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Get the unique identifier for the tab.
getId() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return the identifier of this category.
getId() - Method in interface org.eclipse.unittest.model.ITestElement
Returns an identifier of the test element
getId(String) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns the current numeric id (appendage) of the given managed file.
getID() - Method in interface org.eclipse.debug.ui.IDetailPane
Returns a unique identifier for this detail pane.
getID() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the refactoring id.
getID() - Method in interface org.eclipse.search.ui.ISearchResultPage
Returns the id set via setID.
getID() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
 
getID() - Method in class org.eclipse.search.ui.text.MatchFilter
Returns an ID of this filter.
getID() - Method in class org.eclipse.swt.widgets.MenuItem
Gets the identifier associated with the receiver.
getID() - Method in class org.eclipse.team.core.RepositoryProvider
Answer the id of this provider instance.
getID() - Method in class org.eclipse.team.core.RepositoryProviderType
Answer the id of this provider type.
getID() - Method in interface org.eclipse.ui.IMemento
Returns the id for this memento.
getID() - Method in class org.eclipse.ui.XMLMemento
 
getIDEEncodings() - Static method in class org.eclipse.ui.ide.IDEEncoding
Get all of the available encodings including any that were saved as a preference in the IDE or in core resources.
getIdentifier() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the identifier of this bundle group.
getIdentifier() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the unique identifier for this type of launch configuration
getIdentifier() - Method in interface org.eclipse.debug.core.ILaunchMode
Returns the unique identifier for this launch mode.
getIdentifier() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the id for this launch group
getIdentifier() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns the unique identifier of the refactoring processor.
getIdentifier() - Method in class org.eclipse.ui.activities.IdentifierEvent
Returns the instance of the interface that changed.
getIdentifier(String) - Method in interface org.eclipse.ui.activities.IActivityManager
Returns an instance of IIdentifier given an identifier.
getIdentifier(IPluginContribution) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the identifier that maps to the given contribution.
getIDsOfNames(String[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the positive integer values (IDs) that are associated with the specified names by the IDispatch implementor.
getIgnoreCase() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns whether or not case should be ignored.
getIgnoreErrors() - Static method in class org.eclipse.jface.util.SafeRunnable
Flag to avoid interactive error dialogs during automated testing.
getIgnoreErrors(boolean) - Static method in class org.eclipse.jface.util.SafeRunnable
Deprecated.
use getIgnoreErrors()
getIgnoreLinkedResources() - Method in class org.eclipse.ui.actions.ReadOnlyStateChecker
Returns whether to ignore linked resources.
getImage() - Method in class org.eclipse.compare.HistoryItem
 
getImage() - Method in interface org.eclipse.compare.ITypedElement
Returns an image for this object.
getImage() - Method in class org.eclipse.compare.ResourceNode
 
getImage() - Method in class org.eclipse.compare.structuremergeviewer.DiffElement
The DiffElement implementation of this ITypedInput method returns null.
getImage() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
getImage() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns an image representing this input.
getImage() - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
getImage() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getImage() - Method in class org.eclipse.debug.ui.CommonTab
 
getImage() - Method in class org.eclipse.debug.ui.EnvironmentTab
 
getImage() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns the image for this tab, or null if none
getImage() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
getImage() - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Returns an image for this rendering.
getImage() - Method in class org.eclipse.debug.ui.PrototypeTab
 
getImage() - Method in class org.eclipse.debug.ui.RefreshTab
 
getImage() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
getImage() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getImage() - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
getImage() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Returns the image to display beside the message in this dialog.
getImage() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns this dialog page's image.
getImage() - Method in class org.eclipse.jface.dialogs.MessageDialog
 
getImage() - Method in class org.eclipse.jface.dialogs.PlainMessageDialog
 
getImage() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
 
getImage() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the image shown in this control decoration.
getImage() - Method in class org.eclipse.jface.fieldassist.FieldDecoration
Return the image shown in the decoration, or null if no image is specified.
getImage() - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
getImage() - Method in class org.eclipse.jface.text.contentassist.ContextInformation
 
getImage() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Returns the image to be displayed in the list of completion proposals.
getImage() - Method in interface org.eclipse.jface.text.contentassist.IContextInformation
Returns the image for this context information.
getImage() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getImage() - Method in class org.eclipse.jface.viewers.ViewerCell
Return the Image for the cell.
getImage() - Method in class org.eclipse.jface.viewers.ViewerLabel
Get the image for the receiver.
getImage() - Method in class org.eclipse.jface.wizard.WizardPage
 
getImage() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's image or null.
getImage() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Caret
Returns the image that the receiver will use to paint the caret.
getImage() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's image if it had previously been set using setImage().
getImage() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.TableItem
 
getImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's enabled image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.TreeItem
 
getImage() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the title image that will be rendered to the left of the title.
getImage() - Method in class org.eclipse.ui.forms.widgets.ImageHyperlink
Returns the image to show in the normal state.
getImage() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the title image that will be rendered to the left of the title.
getImage() - Method in interface org.eclipse.ui.IMarkerResolution2
Returns the image to be displayed in the list of resolutions.
getImage() - Method in interface org.eclipse.ui.IWorkingSet
Deprecated.
getImage() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the image for the property value, if there is one.
getImage() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getImage() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
getImage() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabItem
Get the icon image for the tab.
getImage(int) - Method in class org.eclipse.compare.CompareConfiguration
Returns an image showing the specified change kind.
getImage(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getImage(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getImage(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Return the image at the columnIndex.
getImage(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImage(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImage(Object) - Method in interface org.eclipse.debug.ui.IDebugModelPresentation
Returns an image for the element, or null if a default image should be used.
getImage(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableMapLabelProvider
 
getImage(Object) - Method in class org.eclipse.jface.preference.PreferenceLabelProvider
 
getImage(Object) - Method in class org.eclipse.jface.viewers.ColumnLabelProvider
 
getImage(Object) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this ILabelProvider method returns the image provided by the nested label provider's getImage method, decorated with the decoration provided by the label decorator's decorateImage method.
getImage(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
getImage(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Returns the image for the label of the given element.
getImage(Object) - Method in interface org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.IStyledLabelProvider
Returns the image for the label of the given element.
getImage(Object) - Method in interface org.eclipse.jface.viewers.ILabelProvider
Returns the image for the label of the given element.
getImage(Object) - Method in class org.eclipse.jface.viewers.LabelProvider
The LabelProvider implementation of this ILabelProvider method returns null.
getImage(Object) - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
 
getImage(Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryLabelProvider
 
getImage(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
getImage(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
 
getImage(Object) - Method in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
The ResourceTypeEditorMappingLabelProvider implementation of this ILabelProvider method creates and returns an new image.
getImage(Object) - Method in class org.eclipse.ui.intro.quicklinks.URLLabelProvider
 
getImage(Object) - Method in class org.eclipse.ui.model.PerspectiveLabelProvider
 
getImage(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
 
getImage(Object) - Method in class org.eclipse.ui.model.WorkbenchPartLabelProvider
 
getImage(Object) - Method in class org.eclipse.ui.views.properties.PropertyColumnLabelProvider
 
getImage(String) - Static method in class org.eclipse.compare.CompareUI
Returns a shared image for the given type, or a generic image if none has been registered for the given type.
getImage(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the shared image managed under the given key, or null if none.
getImage(String) - Static method in class org.eclipse.jface.dialogs.Dialog
Returns the standard dialog image with the given key.
getImage(String) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the image in JFace's image registry with the given key, or null if none.
getImage(String) - Static method in class org.eclipse.ui.console.ConsolePlugin
Returns the Image identified by the given key, or null if it does not exist.
getImage(String) - Method in interface org.eclipse.ui.ISharedImages
Retrieves the specified image from the workbench plugin's image registry.
getImage(String) - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
getImage(IAdaptable) - Static method in class org.eclipse.compare.CompareUI
Returns a shared image for the given adaptable.
getImage(IStatus) - Method in class org.eclipse.jface.databinding.fieldassist.ControlDecorationUpdater
Returns an image to display in a ControlDecoration which is appropriate for the given status.
getImage(Template) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
Returns the image to be used for the proposal for template.
getImage(Template) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the image to be used for the given template.
getImage(Image, int) - Method in class org.eclipse.compare.CompareConfiguration
Returns an image showing the specified change kind applied to a given base image.
getImage(Display) - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
getImage(Display, ImageDescriptor) - Static method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
getImage(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The Image displayed in the CLabel in the default implementation implementation
getImageBounds() - Method in class org.eclipse.jface.viewers.ViewerCell
Returns the location and bounds of the area where the image is drawn
getImageBounds(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getImageBounds(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getImageBounds(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Returns the location and bounds of the area where the image is drawn.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the tree.
getImageData() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
getImageData() - Method in class org.eclipse.jface.resource.ImageDescriptor
Deprecated.
getImageData() - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData based on the receiver.
getImageData() - Method in class org.eclipse.swt.program.Program
Returns the receiver's image data.
getImageData(int) - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
 
getImageData(int) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT ImageData object for this image descriptor.
getImageData(int) - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData for the given zoom level based on the receiver.
getImageData(int) - Method in interface org.eclipse.swt.graphics.ImageDataProvider
Returns the image data for the given zoom level.
getImageDataAtCurrentZoom() - Method in class org.eclipse.swt.graphics.Image
Deprecated.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated. Use Image.getImageData(int) instead.
getImageDescriptor() - Method in class org.eclipse.compare.CompareEditorInput
 
getImageDescriptor() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getImageDescriptor() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the image for this launch group, or null if none.
getImageDescriptor() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
 
getImageDescriptor() - Method in class org.eclipse.jface.action.Action
 
getImageDescriptor() - Method in interface org.eclipse.jface.action.IAction
Returns the image for this action as an image descriptor.
getImageDescriptor() - Method in class org.eclipse.jface.action.MenuManager
Returns the image for this menu as an image descriptor.
getImageDescriptor() - Method in class org.eclipse.jface.preference.PreferenceNode
Returns the image descriptor for this node.
getImageDescriptor() - Method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
Returns the image descriptor used to render this node in the UI.
getImageDescriptor() - Method in interface org.eclipse.search.ui.ISearchResult
Returns an image descriptor for the given ISearchResult.
getImageDescriptor() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Return an image descriptor that can be displayed with this content extension.
getImageDescriptor() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
getImageDescriptor() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns an image descriptor for this synchronize participant, or null if none.
getImageDescriptor() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns the image descriptor for this participant type.
getImageDescriptor() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
getImageDescriptor() - Method in class org.eclipse.ui.console.AbstractConsole
 
getImageDescriptor() - Method in interface org.eclipse.ui.console.IConsole
Returns an image descriptor for this console, or null if none.
getImageDescriptor() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getImageDescriptor() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns the descriptor of the image for this editor.
getImageDescriptor() - Method in interface org.eclipse.ui.IEditorInput
Returns the image descriptor for this input.
getImageDescriptor() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the descriptor of the image to use for a file of this type.
getImageDescriptor() - Method in interface org.eclipse.ui.IPerspectiveDescriptor
Returns the descriptor of the image to show for this perspective.
getImageDescriptor() - Method in interface org.eclipse.ui.IWorkbenchPartDescriptor
Returns the descriptor of the image for this part.
getImageDescriptor() - Method in interface org.eclipse.ui.IWorkingSet
Returns the working set icon.
getImageDescriptor() - Method in class org.eclipse.ui.part.FileEditorInput
 
getImageDescriptor() - Method in class org.eclipse.ui.part.MultiEditorInput
 
getImageDescriptor() - Method in class org.eclipse.ui.Saveable
Returns the image descriptor for this saveable.
getImageDescriptor() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
 
getImageDescriptor() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the image descriptor for the image to be drawn in the vertical ruler.
getImageDescriptor() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getImageDescriptor() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns the descriptor for the icon to show for this view.
getImageDescriptor(Object) - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
 
getImageDescriptor(Object) - Method in class org.eclipse.debug.ui.DebugElementWorkbenchAdapter
Deprecated.
 
getImageDescriptor(Object) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement
The image descriptor describing the given element.
getImageDescriptor(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter
Returns an image descriptor to be used for displaying an object in the workbench.
getImageDescriptor(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter method returns null.
getImageDescriptor(Object) - Method in class org.eclipse.ui.part.PageSwitcher
Returns an ImageDescriptor for the page.
getImageDescriptor(Object) - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
getImageDescriptor(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the shared image descriptor managed under the given key, or null if none.
getImageDescriptor(String) - Static method in class org.eclipse.team.ui.TeamImages
Returns the image descriptor for the given image ID.
getImageDescriptor(String) - Method in interface org.eclipse.ui.commands.ICommandImageService
Retrieves the default image associated with the given command in the default style.
getImageDescriptor(String) - Static method in class org.eclipse.ui.console.ConsolePlugin
Returns the ImageDescriptor identified by the given key, or null if it does not exist.
getImageDescriptor(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the image descriptor associated with a given file.
getImageDescriptor(String) - Method in interface org.eclipse.ui.ISharedImages
Retrieves the image descriptor for specified image from the workbench's image registry.
getImageDescriptor(String) - Method in interface org.eclipse.ui.texteditor.IAnnotationImageProvider
Returns the image descriptor for the given symbolic name.
getImageDescriptor(String, int) - Method in interface org.eclipse.ui.commands.ICommandImageService
Retrieves the image of the given type associated with the given command in the default style.
getImageDescriptor(String, int, String) - Method in interface org.eclipse.ui.commands.ICommandImageService
Retrieves the image of the given type associated with the given command in the given style.
getImageDescriptor(String, String) - Method in interface org.eclipse.ui.commands.ICommandImageService
Retrieves the default image associated with the given command in the given style.
getImageDescriptor(String, IContentType) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the image descriptor associated with a given file.
getImageDescriptor(ResourceMapping) - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter
Return an image descriptor that can be displayed as an icon for the model object of the given resource mapping.
getImageDescriptor(ResourceMapping) - Method in class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
 
getImageDescriptor(IActivity) - Method in interface org.eclipse.ui.activities.IWorkbenchActivitySupport
Return the image associated with this activity.
getImageDescriptor(ICategory) - Method in interface org.eclipse.ui.activities.IWorkbenchActivitySupport
Return the image associated with this category.
getImageDescriptorFromExtension(IExtension, String) - Static method in class org.eclipse.team.ui.TeamImages
Convenience method to get an image descriptor for an extension.
getImageDescriptorId(Annotation) - Method in interface org.eclipse.ui.texteditor.IAnnotationImageProvider
Returns the image descriptor id of the image for the given annotation.
getImageIndent() - Method in class org.eclipse.swt.widgets.TableItem
Gets the image indent.
getImageLength() - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension
Returns the length of the image document.
getImageLength() - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
getImageManager() - Method in class org.eclipse.ui.views.markers.MarkerField
Return the image manager used by the receiver.
getImagePath(int) - Method in interface org.eclipse.swt.graphics.ImageFileNameProvider
Returns the image filePath for the given zoom level.
getImageRegistry() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the image registry for JFace itself.
getImageRegistry() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Returns the image registry for this UI plug-in.
getImageRegistry(Display) - Static method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
getImages() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's images if they had previously been set using setImages().
getImageURL() - Method in class org.eclipse.help.webapp.AbstractButton
 
getImageURL() - Method in class org.eclipse.help.webapp.AbstractView
 
getIME() - Method in class org.eclipse.swt.widgets.Canvas
Returns the IME.
getImeInputMode() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's input method editor mode.
getImportAttribute() - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointInstruction
 
getImportedBreakpoints() - Method in class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Returns the breakpoints that were imported by this operation, possibly an empty list.
getImportPackages() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of import package specifications defined by the Import-Package clause.
getImportParticipants(String) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns an array of IBreakpointImportParticipants for the given breakpoint marker id, never null.
getImports() - Method in interface org.eclipse.e4.ui.model.fragment.MModelFragments
Returns the value of the 'Imports' containment reference list.
getImportWizard() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
Return a wizard that can be used to populate the workspace if there are no resources returned from ParticipantSynchronizeWizard.getRootResources().
getImportWizardRegistry() - Method in interface org.eclipse.ui.IWorkbench
Return the import wizard registry.
getInactiveBackground() - Method in class org.eclipse.ui.forms.FormColors
Creates a color that can be used for areas of the form that is inactive.
getIncludeMaximum() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Indicates if the maximum version is included in the version range.
getIncludeMaximum() - Method in class org.eclipse.osgi.service.resolver.VersionRange
Indicates if the maximum version is included in the version range.
getIncludeMinimum() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Indicates if the minimum version is included in the version range.
getIncludeMinimum() - Method in class org.eclipse.osgi.service.resolver.VersionRange
Indicates if the minimum version is included in the version range.
getInclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
Returns the inclusive end position of this edit.
getInclusiveTopIndexStartOffset() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
Returns the document offset of the upper left corner of the source viewer's view port, possibly including partially visible lines.
getIncrement() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
Returns the value that will be used for Scale.setIncrement(int).
getIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's value will be modified by when the up/down arrows are pressed.
getIndent() - Static method in class org.eclipse.jface.layout.LayoutConstants
Returns the indent of dependent controls, in pixels.
getIndent() - Method in class org.eclipse.swt.custom.StyledText
Returns the line indentation of the widget.
getIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's indent.
getIndent() - Method in class org.eclipse.swt.ole.win32.OleClientSite
Returns the indent value that would be used to compute the clipping area of the active X object.
getIndentPrefixes(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the prefixes to be used by the line-shift operation.
getIndentPrefixes(ISourceViewer, String) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getIndentPrefixesForTab(int) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Computes and returns the indent prefixes for tab indentation which is represented as tabSizeInSpaces.
getIndex() - Static method in class org.eclipse.help.HelpSystem
Returns the keyword index available in the help system.
getIndex() - Method in interface org.eclipse.help.IIndexContribution
Returns this contributions index.
getIndex() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns the saved page index.
getIndex() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Returns the position of the page in the editor.
getIndex() - Method in class org.eclipse.ui.views.framelist.Frame
Returns the index of the frame in the frame list.
getIndex(String) - Method in interface org.eclipse.equinox.p2.metadata.index.IIndexProvider
Return an index optimized for producing candidates based on values for a memberName that denotes a member of the index type.
getIndex(String) - Method in class org.eclipse.equinox.p2.query.CompoundQueryable
 
getIndex(IEditorPart) - Method in class org.eclipse.ui.part.AbstractMultiEditor
Returns the index of the given nested editor.
getIndexContributions(String) - Method in class org.eclipse.help.AbstractIndexProvider
Returns all index contributions for this provider.
getIndexProvider() - Method in interface org.eclipse.equinox.p2.metadata.expression.IEvaluationContext
 
getInfoImage() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the Image to be used when displaying information.
getInformation(ITextViewer, IRegion) - Method in interface org.eclipse.jface.text.information.IInformationProvider
getInformation2(ITextViewer, IRegion) - Method in interface org.eclipse.jface.text.information.IInformationProviderExtension
Returns the element for the given subject or null if no element is available.
getInformationControl() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns the information control.
getInformationControlCreator() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension3
Returns the information control creator of this completion proposal.
getInformationControlCreator() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getInformationControlCreator(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the information control creator.
getInformationDisplayString() - Method in class org.eclipse.jface.text.contentassist.ContextInformation
 
getInformationDisplayString() - Method in interface org.eclipse.jface.text.contentassist.IContextInformation
Returns the string to be displayed in the tool tip like information popup.
getInformationPresenter(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the information presenter which will determine and shown information requested for the current cursor position.
getInformationPresenterControlCreator() - Method in class org.eclipse.jface.text.AbstractInformationControl
Returns the rich information control creator for this information control.
getInformationPresenterControlCreator() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
getInformationPresenterControlCreator() - Method in interface org.eclipse.jface.text.IInformationControlExtension5
Returns the rich information control creator for this information control.
getInformationPresenterControlCreator() - Method in interface org.eclipse.jface.text.information.IInformationProviderExtension2
Returns the information control creator of this information provider.
getInformationPresenterControlCreator() - Method in class org.eclipse.jface.text.revisions.RevisionInformation
Returns the information control creator of this information provider.
getInformationPresenterControlCreator() - Method in class org.eclipse.jface.text.source.LineChangeHover
 
getInformationProvider(String) - Method in interface org.eclipse.jface.text.information.IInformationPresenter
Returns the information provider to be used for the given content type.
getInformationProvider(String) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
getInformationViewerBackgroundColor(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
Background color intended for widgets that display text.
getInformationViewerForegroundColor(Display) - Static method in class org.eclipse.jface.resource.JFaceColors
Foreground color intended for widgets that display text.
getInfoText() - Method in class org.eclipse.debug.ui.DebugPopup
Returns the text to be shown in the popups's information area.
getInitialAttributes() - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Returns the attributes the new marker will be initialized with.
getInitialAttributes() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns the attributes with which a newly created marker will be initialized.
getInitialAttributes() - Method in class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
Returns the initial attributes to use when creating a new task, or null if not set.
getInitialConditionCheckingStatus() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Returns the outcome of the initial condition checking.
getInitialContents() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Returns a stream containing the initial contents to be given to new file resource instances.
getInitialElementSelections() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Returns the list of initial element selections.
getInitialEnablement() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Returns whether this action should be enabled when initialized and there is no active debug context.
getInitialEnablement() - Method in class org.eclipse.debug.ui.actions.DebugCommandHandler
Returns whether this action should be enabled when initialized and there is no active debug context.
getInitialInput() - Method in class org.eclipse.ui.navigator.CommonNavigator
Used to provide the initial input for the CommonViewer.
getInitializeChangeTicks() - Method in class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Number of ticks reserved in the parent progress monitor for the progress monitor passed to Change.initializeValidationData(IProgressMonitor) which is executed on the object returned by Refactoring#createChange().
getInitialLength() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the initial length of the variable.
getInitialLocation(Point) - Method in class org.eclipse.debug.ui.DebugPopup
Returns the initial location to use for the shell based upon the current selection in the viewer.
getInitialLocation(Point) - Method in class org.eclipse.jface.dialogs.Dialog
Returns the initial location to use for the shell.
getInitialLocation(Point) - Method in class org.eclipse.jface.dialogs.PopupDialog
 
getInitialLocation(Point) - Method in class org.eclipse.jface.window.Window
Returns the initial location to use for the shell.
getInitialOffset() - Method in interface org.eclipse.debug.core.model.IIndexedValue
Returns the index of the first variable contained in this value.
getInitialPattern() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Gets initial pattern.
getInitialPattern() - Method in class org.eclipse.ui.dialogs.SearchPattern
Gets the initial (input) string pattern.
getInitialSelection() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
Returns the collection of initial element selections.
getInitialSelections() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Deprecated.
use getInitialElementSelections() instead
getInitialSize() - Method in class org.eclipse.debug.ui.InspectPopupDialog
 
getInitialSize() - Method in class org.eclipse.jface.dialogs.Dialog
Returns the initial size to use for the shell.
getInitialSize() - Method in class org.eclipse.jface.dialogs.PopupDialog
 
getInitialSize() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
 
getInitialSize() - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
The TitleAreaDialog implementation of this Window methods returns an initial size which is at least some reasonable minimum.
getInitialSize() - Method in class org.eclipse.jface.window.Window
Returns the initial size to use for the shell.
getInitialSize() - Method in class org.eclipse.team.ui.SaveablePartDialog
Deprecated.
 
getInitialSize() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the size to use for the window's shell when it is created.
getInitialText() - Method in class org.eclipse.ui.dialogs.FilteredTree
Get the initial text for the receiver.
getInitialWindowPerspectiveId() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the id of the perspective to use for the initial workbench window, or null if no initial perspective should be shown in the initial workbench window.
getInitialWordWrapStatus() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the initial word wrap status.
getInnerEditorContainer(IEditorReference) - Method in class org.eclipse.ui.part.AbstractMultiEditor
This method is called after createPartControl has been executed and should return the container for the given inner editor.
getInnerEditorContainer(IEditorReference) - Method in class org.eclipse.ui.part.MultiEditor
 
getInnerEditors() - Method in class org.eclipse.ui.part.AbstractMultiEditor
Returns an array with all inner editors.
getInnerItem() - Method in class org.eclipse.jface.action.SubContributionItem
Returns the inner contribution item.
getInput() - Method in class org.eclipse.compare.CompareViewerPane
Returns the current input of this pane or null if the pane has no input.
getInput() - Method in interface org.eclipse.compare.INavigatable
Return the input of the compare pane being navigated or null if the pane does not have an input.
getInput() - Method in class org.eclipse.jface.text.TextViewer
 
getInput() - Method in class org.eclipse.jface.viewers.ContentViewer
The ContentViewer implementation of this IInputProvider method returns the current input of this viewer, or null if none.
getInput() - Method in interface org.eclipse.jface.viewers.IInputProvider
Returns the input.
getInput() - Method in class org.eclipse.jface.viewers.Viewer
 
getInput() - Method in class org.eclipse.osgi.framework.console.ConsoleSession
Returns the input for this console session.
getInput() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the currently shown result.
getInput() - Method in class org.eclipse.team.ui.history.HistoryPage
 
getInput() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns the object whose history is currently being displayed in the history page.
getInput() - Method in class org.eclipse.team.ui.SaveablePartDialog
Deprecated.
Return the input to the dialog.
getInput() - Method in class org.eclipse.ui.actions.ActionContext
Returns the input element.
getInput() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns the current page input.
getInput() - Method in class org.eclipse.ui.forms.ManagedForm
 
getInput() - Method in interface org.eclipse.ui.INavigationLocation
Returns the input used for this location.
getInput() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the input for this page.
getInput() - Method in class org.eclipse.ui.NavigationLocation
 
getInput() - Method in class org.eclipse.ui.part.MultiEditorInput
Returns an array with the input of all inner editors.
getInput() - Method in class org.eclipse.ui.part.ShowInContext
Returns the input, or null to indicate no input
getInput() - Method in class org.eclipse.ui.views.framelist.TreeFrame
Returns the input element.
getInputMappings() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the array of mappings that acted as the input to the scope builder that was used to build this scope.
getInputModel() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
Returns the reconcilable input model.
getInputStream() - Method in class org.eclipse.ui.console.IOConsole
Returns the input stream connected to the keyboard.
getInputStream() - Method in class org.eclipse.ui.console.MessageConsole
 
getInputStream(String) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns a managed InputStream for a managed file.
getInputStream(String, String, Locale) - Method in interface org.eclipse.help.IHelpContentProducer
Obtains content of a specified help resource.
getInputStreamSet(String[]) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns a managed input stream set for the managed file names.
getInputTextStyle() - Method in class org.eclipse.jface.dialogs.InputDialog
Returns the style bits that should be used for the input text field.
getInputTypes() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractSectionDescriptor
 
getInputTypes() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the valid input types for this section.
getInsertionBounds(Control) - Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
 
getInsertionBounds(Control) - Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
Get the bounds (in pixels) of the insertion point for the control content.
getInsertionBounds(Control) - Method in class org.eclipse.jface.fieldassist.TextContentAdapter
 
getInsertMode() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getInsertMode() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension3
Returns the current input mode of this editor.
getInstallableUnitProperties(IInstallableUnit) - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns an unmodifiable map of all profile properties associated with the given installable unit in this profile.
getInstallableUnitProperty(IInstallableUnit, String) - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns the profile property associated with the given installable unit.
getInstallableUnitSources(Collection<? extends IInstallableUnit>, IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a map from simple metadata repository location to a subset of the given installable units available in that repository.
getInstallationRelaxedWeight() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getInstalledVersion() - Method in class org.eclipse.equinox.p2.operations.RemedyIUDetail
 
getInstallerPlan() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns a plan describing the proposed set of changes to the provisioning infrastructure required by this plan.
getInstallLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the base installation for the running platform null is returned if the platform is running without a configuration location.
getInstallOperation(Collection<IInstallableUnit>, URI[]) - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return an install operation that describes installing the specified IInstallableUnits from the provided list of repositories.
getInstallURL() - Static method in class org.eclipse.update.configurator.ConfiguratorUtils
Deprecated.
 
getInstance() - Static method in class org.eclipse.jface.action.ExternalActionManager
Retrieves the current singleton instance of this class.
getInstance() - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Gets an instance of KeySequence.
getInstance() - Static method in class org.eclipse.jface.viewers.AcceptAllFilter
Returns the singleton instance of AcceptAllFilter
getInstance() - Static method in class org.eclipse.jface.viewers.ArrayContentProvider
Returns an instance of ArrayContentProvider.
getInstance() - Static method in class org.eclipse.swt.dnd.FileTransfer
Returns the singleton instance of the FileTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.HTMLTransfer
Returns the singleton instance of the HTMLTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.ImageTransfer
Returns the singleton instance of the ImageTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.RTFTransfer
Returns the singleton instance of the RTFTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.TextTransfer
Returns the singleton instance of the TextTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.URLTransfer
Returns the singleton instance of the URLTransfer class.
getInstance() - Static method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
Helper method that returns a singleton instance that can be used to merge two IStorage instances.
getInstance() - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence.
getInstance() - Static method in class org.eclipse.ui.part.EditorInputTransfer
Returns the singleton instance.
getInstance() - Static method in class org.eclipse.ui.part.MarkerTransfer
Returns the singleton instance.
getInstance() - Static method in class org.eclipse.ui.part.PluginTransfer
Returns the singleton instance.
getInstance() - Static method in class org.eclipse.ui.part.ResourceTransfer
Returns the singleton instance.
getInstance(char) - Static method in class org.eclipse.ui.keys.CharacterKey
Deprecated.
Creates an instance of CharacterKey given a unicode character.
getInstance(int) - Static method in class org.eclipse.jface.bindings.keys.KeyStroke
Creates an instance of KeyStroke given a natural key.
getInstance(int, int) - Static method in class org.eclipse.jface.bindings.keys.KeyStroke
Creates an instance of KeyStroke given a set of modifier keys and a natural key.
getInstance(String) - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Creates an instance of KeySequence by parsing a given formal string representation.
getInstance(String) - Static method in class org.eclipse.jface.bindings.keys.KeyStroke
Creates an instance of KeyStroke by parsing a given a formal string representation.
getInstance(String) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence by parsing a given a formal string representation.
getInstance(String) - Static method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Gets an instance of KeyStroke by parsing a given a formal string representation.
getInstance(List) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence given a list of key strokes.
getInstance(List<KeyStroke>) - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Creates an instance of KeySequence given a list of key strokes.
getInstance(SortedSet, NaturalKey) - Static method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Gets an instance of KeyStroke given a set of modifier keys and a natural key.
getInstance(KeySequence) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence given a new-style key sequence.
getInstance(KeySequence, KeyStroke) - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Creates an instance of KeySequence given a key sequence and a key stroke.
getInstance(KeyStroke) - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Creates an instance of KeySequence given a single key stroke.
getInstance(KeyStroke[]) - Static method in class org.eclipse.jface.bindings.keys.KeySequence
Creates an instance of KeySequence given an array of key strokes.
getInstance(KeySequence, KeyStroke) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence given a key sequence and a key stroke.
getInstance(KeyStroke) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence given a single key stroke.
getInstance(KeyStroke[]) - Static method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Gets an instance of KeySequence given an array of key strokes.
getInstance(ModifierKey[], NaturalKey) - Static method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Gets an instance of KeyStroke given an array of modifier keys and a natural key.
getInstance(ModifierKey, NaturalKey) - Static method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Gets an instance of KeyStroke given a single modifier key and a natural key.
getInstance(NaturalKey) - Static method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Gets an instance of KeyStroke given a natural key.
getInstanceLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the platform's working directory (also known as the instance data area).
getInstruction(String) - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointData
Returns the touchpoint instruction corresponding to the given key.
getInstructionPointerAnnotation(IEditorPart, IStackFrame) - Method in interface org.eclipse.debug.ui.IInstructionPointerPresentation
Returns an annotation used for the specified stack frame in the specified editor, or null if a default annotation should be used.
getInstructionPointerAnnotationType(IEditorPart, IStackFrame) - Method in interface org.eclipse.debug.ui.IInstructionPointerPresentation
Returns an identifier of a org.eclipse.ui.editors.annotationTypes extension used for the specified stack frame in the specified editor, or null if a default annotation should be used.
getInstructionPointerImage(IEditorPart, IStackFrame) - Method in interface org.eclipse.debug.ui.IInstructionPointerPresentation
Returns the instruction pointer image used for the specified stack frame in the specified editor, or null if a default image should be used.
getInstructionPointerText(IEditorPart, IStackFrame) - Method in interface org.eclipse.debug.ui.IInstructionPointerPresentation
Returns the text to associate with the instruction pointer annotation used for the specified stack frame in the specified editor, or null if a default message should be used.
getInstructions() - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointData
Returns an unmodifiable map of the touchpoint instructions.
getInt() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java int represented by this Variant.
getInt(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the integer-valued property with the given name.
getInt(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getInt(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
getInt(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the integer-valued preference with the given name.
getInt(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getInt(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getInt(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getInt(String) - Method in interface org.eclipse.ui.themes.ITheme
Get arbitrary data associated with this theme.
getInt(String, int) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getInt(String, String, int, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getInteger(String) - Method in interface org.eclipse.ui.IMemento
Returns the integer value of the given key.
getInteger(String) - Method in class org.eclipse.ui.XMLMemento
 
getIntegerOption(String, int) - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns the identified option as an int value.
getIntegerValue(Object) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the value of the given attribute as integer.
getInternalAccessor() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Returns an adapter that gives access to internal methods.
getInternalAccessor() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns an adapter that gives access to internal methods.
getInternalAccessor() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
Returns an adapter that gives access to internal methods.
getInternalEditors() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
Returns the internal editors
getInterpolation() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's interpolation setting, which will be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
getIntProperty(String) - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
getIntro() - Method in interface org.eclipse.ui.intro.IIntroManager
Returns the intro part.
getIntroManager() - Method in interface org.eclipse.ui.IWorkbench
Return the intro manager for this workbench.
getIntroSite() - Method in interface org.eclipse.ui.intro.IIntroPart
Returns the site for this intro part.
getIntroSite() - Method in class org.eclipse.ui.part.IntroPart
 
getIntValue() - Method in class org.eclipse.jface.preference.IntegerFieldEditor
Returns this field editor's current value as an integer.
getInvalidLocationStatus(String) - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
Return a status appropriate for reporting an invalid repository location.
getIsGoToNextNavigationTargetKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for go to next navigation enablement.
getIsGoToPreviousNavigationTargetKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for go to previous navigation enablement.
getItalic(String) - Method in class org.eclipse.jface.resource.FontRegistry
Returns the italic font associated with the given symbolic font name.
getItem() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getItem() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getItem() - Method in class org.eclipse.jface.viewers.ViewerCell
Return the item for the receiver.
getItem() - Method in class org.eclipse.jface.viewers.ViewerRow
Return the item for the receiver.
getItem() - Method in class org.eclipse.swt.custom.TableEditor
Returns the TableItem for the row of the cell being tracked by this editor.
getItem() - Method in class org.eclipse.swt.custom.TreeEditor
Returns the TreeItem for the row of the cell being tracked by this editor.
getItem(int) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Returns the item at the given index.
getItem(int) - Method in class org.eclipse.swt.custom.CCombo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab that is located at the specified index.
getItem(int) - Method in class org.eclipse.swt.widgets.Combo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.widgets.CoolBar
Returns the item that is currently displayed at the given, zero-relative index.
getItem(int) - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.List
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Menu
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tray
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the item at the given, zero-relative index in the receiver.
getItem(int, int) - Method in class org.eclipse.jface.viewers.ColumnViewer
 
getItem(int, int) - Method in class org.eclipse.jface.viewers.StructuredViewer
Deprecated.
This method is deprecated in 3.3 in favor of ColumnViewer.getItemAt(org.eclipse.swt.graphics.Point). Viewers who are not subclasses of ColumnViewer should consider using a widget relative implementation like ColumnViewer.getItemAt(org.eclipse.swt.graphics.Point).
getItem(int, int) - Method in class org.eclipse.swt.dnd.DropTargetEffect
Returns the item at the given x-y coordinate in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.custom.CTabFolder
Gets the item at a point in the widget.
getItem(Point) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the tab item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Shell) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the TaskItem for the given Shell or the TaskItem for the application if the Shell parameter is null.
getItemAt(Point) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
This implementation of AbstractTreeViewer.getItemAt(Point) returns null to ensure API backwards compatibility.
getItemAt(Point) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the Item at the given widget-relative coordinates, or null if there is no item at the given coordinates.
getItemAt(Point) - Method in class org.eclipse.jface.viewers.TableViewer
 
getItemAt(Point) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getItemCount() - Method in class org.eclipse.swt.custom.CCombo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.custom.CTabFolder
Return the number of tabs in the folder.
getItemCount() - Method in class org.eclipse.swt.widgets.Combo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.widgets.CoolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Menu
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TabFolder
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TaskBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tray
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the number of child items of the given SWT control.
getItemCount(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getItemCount(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the number of child items of the given SWT item.
getItemCount(Item) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getItemHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.List
Returns the height of the area which would be used to display one of the items in the list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the area which would be used to display one of the items in the receiver.
getItemHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the area which would be used to display one of the items in the tree.
getItemOrder() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of zero-relative ints that map the creation order of the receiver's items to the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.jface.action.ContributionManager
 
getItems() - Method in interface org.eclipse.jface.action.IContributionManager
Returns all contribution items known to this manager.
getItems() - Method in class org.eclipse.jface.action.SubContributionManager
 
getItems() - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
Returns the list of choices for the combo box
getItems() - Method in class org.eclipse.swt.custom.CCombo
Returns an array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab items.
getItems() - Method in class org.eclipse.swt.custom.PopupList
Gets the items.
getItems() - Method in class org.eclipse.swt.widgets.Combo
Returns a (possibly empty) array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of CoolItems in the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns an array of ExpandItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.List
Returns a (possibly empty) array of Strings which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Menu
Returns a (possibly empty) array of MenuItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Table
Returns a (possibly empty) array of TableItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TaskBar
Returns an array of TaskItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.ToolBar
Returns an array of ToolItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tray
Returns an array of TrayItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tree
Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
getItems(boolean) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Returns the contents of this collection as a sorted or unsorted array.
getItems(StructuredViewer, Object) - Static method in class org.eclipse.jface.viewers.StructuredViewerInternals
Nothing to see here.
getItems(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the child items of the given SWT item.
getItems(Item) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getItemsComparator() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Returns comparator to sort items inside content provider.
getItemsComparator() - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
 
getItemSizes() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of points whose x and y coordinates describe the widths and heights (respectively) of the items in the receiver in the order in which they are currently being displayed.
getIu() - Method in class org.eclipse.equinox.p2.operations.RemedyIUDetail
 
getIUsBeingUpdated() - Method in interface org.eclipse.equinox.p2.metadata.IUpdateDescriptor
Returns an expression matching all installable units that will be updated by the unit with this update descriptor.
getIusDetails() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getJavascriptEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if javascript will be allowed to run in pages subsequently viewed in the receiver, and false otherwise.
getJavaScriptURL() - Method in class org.eclipse.help.webapp.AbstractButton
Get the location of the a javascript file to be included in any jsp file which uses this button
getJob() - Method in interface org.eclipse.core.runtime.jobs.IJobChangeEvent
The job on which this event occurred.
getJob() - Method in interface org.eclipse.core.runtime.jobs.IJobStatus
Returns the job associated with this status.
getJobGroup() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the job group this job belongs to, or null if this job does not belongs to any group.
getJobGroupResult() - Method in interface org.eclipse.core.runtime.jobs.IJobChangeEvent
The result returned by the job's job group, if this event signals completion of the last job in a group, or null if not applicable.
getJobManager() - Static method in class org.eclipse.core.runtime.jobs.Job
Returns the job manager.
getJobName() - Method in class org.eclipse.team.ui.TeamOperation
Return the job name to be used if the action can run as a job.
getJSch() - Method in interface org.eclipse.jsch.core.IJSchService
Get the singleton instance of JSch allocated in jsch.core plug-in internally.
getJustify() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget justifies lines.
getJustify() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's justification.
getKeepOperation() - Method in class org.eclipse.team.ui.TeamOperation
This method is called to allow subclasses to have the results of the operation remain available to the user in the progress service even after the job is done.
getKeepPreviewEdits() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns whether preview edits are remembered for further region tracking or not.
getKey() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Return the key of the preference which was changed.
getKey() - Method in class org.eclipse.core.runtime.preferences.PreferenceFilterEntry
Return the name of the preference key for this filter entry.
getKey() - Method in class org.eclipse.equinox.p2.metadata.KeyWithLocale
 
getKey() - Method in class org.eclipse.help.webapp.AbstractView
 
getKey() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the keyword which triggered template insertion.
getKey() - Method in interface org.eclipse.ui.forms.IMessage
Returns the unique message key
getKey(byte[]) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the key associated with the given fingerprint.
getKey(String) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the key associated with the given fingerprint represented as a hexadecimal string value.
getKeyBinding(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the action assigned to the key.
getKeyBinding(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
getKeyBinding(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
getKeyBindingService() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Get the keybinding service for the site or null if one is not available.
getKeyBindingService() - Method in interface org.eclipse.ui.intro.IIntroSite
Deprecated.
Use IServiceLocator#getService(*) to retrieve IContextService and IHandlerService instead.
getKeyBindingService() - Method in interface org.eclipse.ui.IWorkbenchPartSite
Deprecated.
getKeyBindingService() - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
getKeyBindingService(IWorkbenchSite) - Method in interface org.eclipse.ui.INestableKeyBindingService
Deprecated.
An accessor for the nested key binding service associated with a particular site.
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
getKeyboardShortcut(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
getKeyboardShortcutAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getKeyboardShortcut(AccessibleEvent e)) method with a lambda expression.
getKeyConfiguration() - Method in class org.eclipse.ui.commands.KeyConfigurationEvent
Deprecated.
getKeyConfiguration(String) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getKeyDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.AbstractKeyFormatter
An accessor for the delimiter you wish to use between keys.
getKeyDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.EmacsKeyFormatter
 
getKeyDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.FormalKeyFormatter
 
getKeyDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.NativeKeyFormatter
 
getKeyFormatterForPlatform() - Static method in class org.eclipse.jface.bindings.keys.SWTKeySupport
Provides an instance of IKeyFormatter appropriate for the current instance.
getKeyFormatterForPlatform() - Static method in class org.eclipse.ui.keys.SWTKeySupport
Deprecated.
Provides an instance of IKeyFormatter appropriate for the current instance.
getKeys() - Method in class org.eclipse.equinox.p2.engine.spi.Memento
 
getKeys() - Method in class org.eclipse.osgi.util.ManifestElement
Returns an enumeration of attribute keys for this manifest element or null if none exist.
getKeys(long) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the keys associated with the given key ID.
getKeys(Object) - Method in class org.eclipse.core.databinding.observable.map.BidiObservableMap
Returns the Set of keys that currently map to the given value.
getKeySequence() - Method in interface org.eclipse.e4.ui.model.application.commands.MKeySequence
Returns the value of the 'Key Sequence' attribute.
getKeySequence() - Method in class org.eclipse.jface.bindings.keys.KeyBinding
Returns the key sequence which triggers this binding.
getKeySequence() - Method in class org.eclipse.jface.bindings.keys.KeySequenceText
An accessor for the KeySequence that corresponds to the current state of the text field.
getKeySequence() - Method in interface org.eclipse.ui.commands.IKeySequenceBinding
Deprecated.
getKeySequenceBindings() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
Returns the list of key sequence bindings for this handle.
getKeySet() - Method in class org.eclipse.jface.resource.ColorRegistry
 
getKeySet() - Method in class org.eclipse.jface.resource.FontRegistry
 
getKeySet() - Method in class org.eclipse.jface.resource.ResourceRegistry
 
getKeySet() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetManager
Get the keys for the data in this cheat sheet manager
getKeyStrokeDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.AbstractKeyFormatter
An accessor for the delimiter you wish to use between key strokes.
getKeyStrokeDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.EmacsKeyFormatter
 
getKeyStrokeDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.FormalKeyFormatter
 
getKeyStrokeDelimiter() - Method in class org.eclipse.jface.bindings.keys.formatting.NativeKeyFormatter
 
getKeyStrokeLimit() - Method in class org.eclipse.jface.bindings.keys.KeySequenceText
Returns the maximum number of strokes that are permitted in this widget at one time.
getKeyStrokes() - Method in class org.eclipse.jface.bindings.keys.KeySequence
Returns the list of key strokes for this key sequence.
getKeyStrokes() - Method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Returns the list of key strokes for this key sequence.
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.CompositeMap
 
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
getKeyType() - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
Returns the element type for the keyset of this observable map, or null if the keyset is untyped.
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
getKeyType() - Method in class org.eclipse.core.databinding.observable.map.WritableMap
 
getKeyType() - Method in class org.eclipse.core.databinding.property.map.DelegatingMapProperty
 
getKeyType() - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
Returns the element type of the map's key set or null if the key set is untyped.
getKeyword() - Method in interface org.eclipse.help.IIndexEntry
Returns the keyword that this entry is associated with
getKeyword() - Method in interface org.eclipse.help.IIndexSee
 
getKeyword() - Method in interface org.eclipse.help.IIndexSubpath
 
getKind() - Method in class org.eclipse.compare.structuremergeviewer.DiffElement
 
getKind() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns the kind of difference between the three sides ancestor, left and right.
getKind() - Method in interface org.eclipse.compare.structuremergeviewer.IDiffElement
Returns the kind of difference as defined in Differencer.
getKind() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the kind of this marker delta: one of IResourceDelta.ADDED, IResourceDelta.REMOVED, or IResourceDelta.CHANGED.
getKind() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the kind of this resource delta.
getKind() - Method in interface org.eclipse.core.resources.ISaveContext
Returns the type of this save.
getKind() - Method in interface org.eclipse.core.runtime.IExtensionDelta
The kind of this extension delta.
getKind() - Method in class org.eclipse.debug.core.DebugEvent
Returns this event's kind - one of the kind constants defined by this class.
getKind() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns this configuration's kind.
getKind() - Method in class org.eclipse.search.ui.text.MatchEvent
Tells whether this is a remove or an add.
getKind() - Method in interface org.eclipse.team.core.diff.IDiff
Returns the kind of this diff.
getKind() - Method in class org.eclipse.team.core.diff.provider.Diff
 
getKind() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the kind of synchronization for this node.
getKind() - Method in interface org.eclipse.team.ui.mapping.ITeamStateDescription
Return the portion of the state flags that represent the kind associated with the element for which this description was generated.
getKind() - Method in class org.eclipse.team.ui.synchronize.TeamStateDescription
 
getKind(Object) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationLabelProvider
Returns the kind of difference between the three sides ancestor, left and right of the specified refactoring history object.
getKind(ISynchronizationContext, RefactoringDescriptorProxy) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationCompareAdapter
Returns the kind of difference between the three sides ancestor, left and right of the specified refactoring descriptor proxy.
getKnownElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableListContentProvider
Returns the set of elements known to this content provider.
getKnownElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
Returns the set of elements known to this content provider.
getKnownElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableSetContentProvider
Returns the set of elements known to this content provider.
getKnownElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
Returns the set of elements known to this content provider.
getKnownRepositories(int) - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
Returns the repository locations known to the repository manager.
getKnownRepositories(ProvisioningSession) - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
Return an array of repository locations known for the specified provisioning session.
getLabel() - Method in interface org.eclipse.ant.core.IAntClasspathEntry
Returns the label for this classpath entry.
getLabel() - Method in interface org.eclipse.compare.patch.IHunk
Return a label that can be used to describe the hunk.
getLabel() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
getLabel() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Return the label that should be used to show the name of the operation to the user.
getLabel() - Method in interface org.eclipse.core.commands.operations.IUndoContext
Get the label that describes the undo context.
getLabel() - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
 
getLabel() - Method in class org.eclipse.core.commands.operations.UndoContext
Get the label that describes the undo context.
getLabel() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns a displayable label for this nature.
getLabel() - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
Returns a displayable label for this model provider.
getLabel() - Method in interface org.eclipse.core.runtime.IExtension
Returns a displayable label for this extension.
getLabel() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns a displayable label for this extension point.
getLabel() - Method in interface org.eclipse.debug.core.ILaunchMode
Returns a human readable label for this launch mode.
getLabel() - Method in interface org.eclipse.debug.core.model.IProcess
Returns a human-readable label for this process.
getLabel() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getLabel() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the label for this launch group
getLabel() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
getLabel() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
 
getLabel() - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Returns a label for this rendering.
getLabel() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Returns the label for this container.
getLabel() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingType
Returns a label for this type of memory rendering.
getLabel() - Method in interface org.eclipse.e4.ui.model.application.ui.MUILabel
Returns the value of the 'Label' attribute.
getLabel() - Method in interface org.eclipse.help.ICommandLink
Returns the label text to display for this link.
getLabel() - Method in interface org.eclipse.help.IHelpResource
Returns the label of this help resource.
getLabel() - Method in interface org.eclipse.help.search.ISearchEngineResult
Returns the label of the search result to use in the UI.
getLabel() - Method in interface org.eclipse.help.search.ISearchResult
Gets the label for this search result
getLabel() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Returns the label of this engine for rendering in the UI.
getLabel() - Method in class org.eclipse.jface.fieldassist.ContentProposal
 
getLabel() - Method in interface org.eclipse.jface.fieldassist.IContentProposal
Return the label used to describe this proposal.
getLabel() - Method in interface org.eclipse.search.ui.ISearchQuery
Returns a user readable label for this query.
getLabel() - Method in interface org.eclipse.search.ui.ISearchResult
Returns a user readable label for this search result.
getLabel() - Method in interface org.eclipse.search.ui.ISearchResultPage
Returns a user readable label for this search result page.
getLabel() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
 
getLabel() - Method in class org.eclipse.ui.forms.events.HyperlinkEvent
The text of the hyperlink rendered in the source widget.
getLabel() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns the label to show for this editor.
getLabel() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the label to use for this mapping.
getLabel() - Method in interface org.eclipse.ui.IMarkerResolution
Returns a short label indicating what the resolution will do.
getLabel() - Method in interface org.eclipse.ui.IPerspectiveDescriptor
Returns this perspective's label.
getLabel() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the page label.
getLabel() - Method in interface org.eclipse.ui.IWorkbenchPartDescriptor
Returns the label to show for this part.
getLabel() - Method in interface org.eclipse.ui.IWorkingSet
Return the name of this working set, formated for the end user.
getLabel() - Method in interface org.eclipse.ui.model.IComparableContribution
Return the human readable label for this contribution.
getLabel() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Reads (if needed) and returns the label of this extension.
getLabel() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
Reads (if needed) and returns the label of this extension.
getLabel() - Method in interface org.eclipse.ui.themes.ITheme
Returns the label of this theme.
getLabel() - Method in interface org.eclipse.ui.views.IViewCategory
Return the human readable name of this view category.
getLabel() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns the label to show for this view.
getLabel() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Get the text label for the tab.
getLabel() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return the label for this category.
getLabel(Object) - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
 
getLabel(Object) - Method in class org.eclipse.debug.ui.DebugElementWorkbenchAdapter
Deprecated.
 
getLabel(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter
Returns the label text for this element.
getLabel(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter method returns the empty string if the object is null, and the object's toString otherwise.
getLabel(Object) - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
getLabel(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileStoreStructureProvider
 
getLabel(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
getLabel(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns the display label of the specified structured element.
getLabel(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
getLabel(String) - Method in interface org.eclipse.core.runtime.IExtension
When multi-language support is enabled, this method returns a displayable label for this extension in the specified locale.
getLabel(String) - Method in interface org.eclipse.core.runtime.IExtensionPoint
When multi-language support is enabled, this method returns a displayable label for this extension point in the specified locale.
getLabelControl() - Method in class org.eclipse.jface.preference.FieldEditor
Returns the label control.
getLabelControl(Composite) - Method in class org.eclipse.jface.preference.FieldEditor
Returns this field editor's label component.
getLabelDecorator() - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
Returns the label decorator, or null if none has been set.
getLabelDecorator() - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
Returns the decorator or null if no decorator is installed
getLabelDecorator() - Method in interface org.eclipse.ui.IDecoratorManager
Returns the label decorator which applies the decorations from all enabled decorators.
getLabelDecorator(String) - Method in interface org.eclipse.ui.IDecoratorManager
Returns the full label decorator instance for the specified decorator id if it is enabled.
getLabelImage() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns the image used to present this node in a preference dialog.
getLabelImage() - Method in class org.eclipse.jface.preference.PreferenceNode
 
getLabelProposal(IDocument, int, int) - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Returns the initial label for the marker.
getLabelProposal(IDocument, int, int) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns the initial label for the marker.
getLabelProvider() - Method in class org.eclipse.compare.CompareConfiguration
Return the label provider that is used to determine the text and labels return by this compare configuration.
getLabelProvider() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Get the label provider that is used to show proposals.
getLabelProvider() - Method in class org.eclipse.jface.viewers.AbstractListViewer
The list viewer implementation of this Viewer framework method returns the label provider, which in the case of list viewers will be an instance of ILabelProvider.
getLabelProvider() - Method in class org.eclipse.jface.viewers.AbstractTableViewer
The table viewer implementation of this Viewer framework method returns the label provider, which in the case of table viewers will be an instance of either ITableLabelProvider or ILabelProvider.
getLabelProvider() - Method in class org.eclipse.jface.viewers.ContentViewer
Returns the label provider used by this viewer.
getLabelProvider() - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
Returns the nested label provider.
getLabelProvider() - Method in class org.eclipse.jface.viewers.TreeViewer
The tree viewer implementation of this Viewer framework method ensures that the given label provider is an instance of either ITableLabelProvider or ILabelProvider.
getLabelProvider() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the label provider to use.
getLabelProvider() - Method in interface org.eclipse.search.ui.ISearchResultView
Deprecated.
Returns the label provider of a search result view.
getLabelProvider() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns the label provider for the items.
getLabelProvider() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
The real underlying implementation may only support the ILabelProvider interface, but a simple delegate is used when this is the case to ensure that clients may anticipate an ICommonLabelProvider interface.
getLabelProvider() - Method in class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
The ComboBoxPropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setProvider method or, if no value has been set it returns a ComboBoxLabelProvider created from the valuesArray of this ComboBoxPropertyDescriptor.
getLabelProvider() - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns the label provider for this property.
getLabelProvider() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The PropertyDescriptor implementation of this IPropertyDescriptor method returns the value set by the setProvider method or, if no value has been set it returns a LabelProvider
getLabelProvider(int) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the label provider associated with the column at the given index or null if no column with this index is known.
getLabelProviderAdapter() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the label provider for this rendering's memory block or null if none.
getLabelText() - Method in class org.eclipse.jface.preference.FieldEditor
Returns this field editor's label text.
getLabelText() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns the text label used to present this node in a preference dialog.
getLabelText() - Method in class org.eclipse.jface.preference.PreferenceNode
 
getLanguage() - Method in class org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment
Returns a 2-letters code representing a language as defined by ISO-639.
getLanguages() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the languages supported by the native code.
getLastActivated() - Method in class org.eclipse.ui.forms.HyperlinkGroup
Returns the link that has been active the last, or null if no link has been active yet or the last active link has been disposed.
getLastDeliveredSelection() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
getLastDeliveredSelectionPart() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
getLastError() - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns a description of the last error encountered.
getLastKnownSelection() - Method in interface org.eclipse.jface.text.ITextViewerExtension9
Returns the last known selection from a cache, without polling widget.
getLastKnownSelection() - Method in class org.eclipse.jface.text.TextViewer
 
getLastLaunch() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Return the last launch in this action's launch history.
getLastLaunch() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Return the last launch that occurred in the workspace.
getLastLaunch(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the last configuration that was launched for specified launch group or null, if there is not one.
getLastModified() - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns the last modified time for this file, or EFS.NONE if the file does not exist or the last modified time could not be computed.
getLastModified() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getLastModified() - Method in class org.eclipse.osgi.launch.Equinox
 
getLastMonthPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for last month.
getLastRightWidth() - Method in class org.eclipse.jface.preference.PreferenceDialog
Get the last known right side width.
getLastSegment() - Method in class org.eclipse.jface.viewers.TreePath
Returns the last element in this path, or null if this path has no segments.
getLastStyleRange() - Method in class org.eclipse.jface.text.TextPresentation
Returns the style range with the highest offset ignoring the default style range.
getLastWeekPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for last week.
getLaunch() - Method in class org.eclipse.debug.core.model.DebugElement
 
getLaunch() - Method in interface org.eclipse.debug.core.model.IDebugElement
Returns the launch this element is contained in.
getLaunch() - Method in interface org.eclipse.debug.core.model.IProcess
Returns the launch this element originated from.
getLaunch() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getLaunch() - Method in interface org.eclipse.unittest.model.ITestRunSession
Returns the ILaunch from which this test run session has been started, or null if not available.
getLaunch(ILaunchConfiguration, String) - Method in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2
Returns a launch object to use when launching the given launch configuration in the given mode, or null if a new default launch object should be created by the debug platform.
getLaunch(ILaunchConfiguration, String) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
 
getLaunchableResource(ISelection) - Method in interface org.eclipse.debug.ui.ILaunchShortcut2
Returns an IResource that maps to the given selection for launch purposes, or null if none.
getLaunchableResource(IEditorPart) - Method in interface org.eclipse.debug.ui.ILaunchShortcut2
Returns an IResource that maps to given editor part for launch purposes, or null if none.
getLaunchAsLabel() - Method in interface org.eclipse.debug.core.ILaunchMode
Returns a human readable label for this launch mode when used in a cascade menu.
getLaunchBarShortcuts() - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Returns an array of elements that will be used to build launch bar short cut links.
getLaunchConfiguration() - Method in interface org.eclipse.debug.core.ILaunch
Returns the configuration that was launched, or null if no configuration was launched.
getLaunchConfiguration() - Method in class org.eclipse.debug.core.Launch
 
getLaunchConfiguration() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getLaunchConfiguration() - Method in class org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer
Returns the launch configuration for which a default source lookup path will be computed, or null if none.
getLaunchConfiguration() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns the launch configuration associated with this source lookup director, or null if none.
getLaunchConfiguration() - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
Returns the launch configuration that this working directory block is using.
getLaunchConfiguration(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns a handle to the launch configuration specified by the given memento.
getLaunchConfiguration(IFile) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns a handle to the launch configuration contained in the specified file.
getLaunchConfiguration(ILaunchConfigurationDialog) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the ILaunchConfiguration corresponding to ILaunchConfigurationDialog
getLaunchConfigurationDialog() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Returns the dialog this tab is contained in, or null if not yet set.
getLaunchConfigurationManager() - Method in class org.eclipse.debug.ui.CommonTab
Convenience accessor
getLaunchConfigurations() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all launch configurations defined in the workspace.
getLaunchConfigurations(int) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all launch configurations defined in the workspace of the specified kind(s) (configurations and/or prototypes).
getLaunchConfigurations(ILaunchConfigurationType) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all launch configurations of the specified type defined in the workspace
getLaunchConfigurations(ILaunchConfigurationType, int) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all launch configurations of the specified type defined in the workspace of the specified kind(s) (configurations and/or prototypes).
getLaunchConfigurations(ISelection) - Method in interface org.eclipse.debug.ui.ILaunchShortcut2
Returns an array of ILaunchConfigurations that apply to the specified selection, an empty collection if one could be created but does not exist, or null if default resource mappings should be used to derive associated configurations.
getLaunchConfigurations(IEditorPart) - Method in interface org.eclipse.debug.ui.ILaunchShortcut2
Returns an array of existing ILaunchConfigurations that could be used to launch the given editor part, an empty array if one could be created but does not exist, or null if default resource mappings should be used to derive associated configurations
getLaunchConfigurationType(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the launch configuration type extension with the specified id, or null if it does not exist.
getLaunchConfigurationTypes() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all defined launch configuration type extensions
getLaunches() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the collection of launches currently registered with this launch manager.
getLaunchGroup(ILaunchConfiguration, String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the launch group that the given launch configuration belongs to, for the specified mode, or null if none.
getLaunchGroupId() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the launch group id of this action.
getLaunchGroupIdentifier() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the identifier of the launch group this action is associated with.
getLaunchGroups() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns all registered launch group extensions.
getLaunchHistory() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Deprecated.
this method returns a class that is not API and is not intended for clients of the debug platform. Instead, use getHistory(), getFavorites(), and getLastLaunch().
getLaunchManager() - Method in class org.eclipse.debug.core.DebugPlugin
Returns the launch manager.
getLaunchManager() - Method in class org.eclipse.debug.core.Launch
Returns the launch manager.
getLaunchManager() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Convenience method to return the launch manager.
getLaunchManager() - Method in class org.eclipse.debug.ui.actions.ContextualLaunchAction
Returns the launch manager
getLaunchMode() - Method in interface org.eclipse.debug.core.ILaunch
Returns the mode of this launch - one of the mode constants defined by the launch manager.
getLaunchMode() - Method in class org.eclipse.debug.core.Launch
 
getLaunchMode(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the launch mode registered with the given mode identifier, or null if none.
getLaunchModes() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all registered launch modes.
getLaunchPerspective(ILaunchConfigurationType, String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the perspective to switch to when a configuration of the given type is launched in the given mode, or null if no switch should take place.
getLaunchPerspective(ILaunchConfigurationType, ILaunchDelegate, Set<String>) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the perspective id to switch to when a configuration of the given type launched with the specified delegate is launched in the given mode set, or null if no switch should occurr.
getLayer() - Method in interface org.eclipse.jface.text.source.IAnnotationPresentation
Returns the annotations drawing layer.
getLayer() - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
 
getLayer() - Method in class org.eclipse.ui.texteditor.DefaultRangeIndicator
 
getLayer() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
getLayer(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns the layer for given annotation.
getLayer(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
getLayout() - Method in class org.eclipse.jface.dialogs.TrayDialog
The tray dialog's default layout is a modified version of the default Window layout that can accomodate a tray, however it still conforms to the description of the Window default layout.
getLayout() - Method in class org.eclipse.jface.window.ApplicationWindow
 
getLayout() - Method in class org.eclipse.jface.window.Window
Creates the layout for the shell.
getLayout() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Return the layout this page is currently using.
getLayout() - Method in class org.eclipse.swt.widgets.Composite
Returns layout which is associated with the receiver, or null if one has not been set.
getLayoutControl() - Method in class org.eclipse.jface.fieldassist.DecoratedField
Deprecated.
Get the control that represents the decorated field.
getLayoutData() - Method in class org.eclipse.jface.viewers.CellEditor
Returns a layout data object for this cell editor.
getLayoutData() - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
The ComboBoxCellEditor implementation of this CellEditor framework method sets the minimum width of the cell.
getLayoutData() - Method in class org.eclipse.jface.viewers.ComboBoxViewerCellEditor
The ComboBoxCellEditor implementation of this CellEditor framework method sets the minimum width of the cell.
getLayoutData() - Method in class org.eclipse.jface.viewers.TextCellEditor
Since a text editor field is scrollable we don't set a minimumSize.
getLayoutData() - Method in class org.eclipse.swt.widgets.Control
Returns layout data which is associated with the receiver.
getLayoutData(Scrollable, int) - Method in class org.eclipse.jface.layout.AbstractColumnLayout
Get the layout data for a column
getLayoutData(Scrollable, int) - Method in class org.eclipse.jface.layout.TableColumnLayout
Get the layout data for a column
getLayoutData(Scrollable, int) - Method in class org.eclipse.jface.layout.TreeColumnLayout
Get the layout data for a column
getLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver has deferred the performing of layout, and false otherwise.
getLeading() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the leading area of the font described by the receiver.
getLeft() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
getLeft() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns the left side of this input.
getLeft() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the left side of the banner.
getLeftContent(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the contents for the left side of a ContentMergeViewer.
getLeftImage(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the image for the left hand side of compare/merge viewers.
getLeftImage(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns an optional image for the left side of a ContentMergeViewer.
getLeftImage(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the image for the left hand side of compare/merge viewers.
getLeftLabel(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the label for the left hand side of compare/merge viewers.
getLeftLabel(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the label for the left side of a ContentMergeViewer.
getLeftLabel(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the label for the left hand side of compare/merge viewers.
getLeftMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's left margin.
getLeftMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the left margin.
getLegalContentTypes() - Method in class org.eclipse.jface.text.AbstractDocument
 
getLegalContentTypes() - Method in interface org.eclipse.jface.text.IDocument
Returns the set of legal content types of document partitions.
getLegalContentTypes() - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Returns the set of all legal content types of this partitioner.
getLegalContentTypes() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getLegalContentTypes() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the set of all legal content types of this partitioner.
getLegalContentTypes() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getLegalContentTypes(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLegalContentTypes(String) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Returns the set of legal content types of document partitions for the given partitioning This set can be empty.
getLegalInsertModes() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the set of legal insert modes.
getLegalLineDelimiters() - Method in class org.eclipse.jface.text.AbstractDocument
 
getLegalLineDelimiters() - Method in class org.eclipse.jface.text.ConfigurableLineTracker
 
getLegalLineDelimiters() - Method in class org.eclipse.jface.text.DefaultLineTracker
 
getLegalLineDelimiters() - Method in interface org.eclipse.jface.text.IDocument
Returns the document's legal line delimiters.
getLegalLineDelimiters() - Method in interface org.eclipse.jface.text.ILineTracker
Returns the strings this tracker considers as legal line delimiters.
getLegalLineDelimiters() - Method in interface org.eclipse.jface.text.rules.ICharacterScanner
Provides rules access to the legal line delimiters.
getLegalLineDelimiters() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
getLength() - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns the length of this file, or EFS.NONE if the file does not exist, or the length could not be computed.
getLength() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getLength() - Method in interface org.eclipse.debug.core.model.IMemoryBlock
Returns the length of this memory block in bytes.
getLength() - Method in class org.eclipse.jface.text.AbstractDocument
 
getLength() - Method in class org.eclipse.jface.text.CopyOnWriteTextStore
 
getLength() - Method in class org.eclipse.jface.text.DocumentEvent
Returns the length of the replaced text.
getLength() - Method in class org.eclipse.jface.text.GapTextStore
 
getLength() - Method in interface org.eclipse.jface.text.IDocument
Returns the number of characters in this document.
getLength() - Method in interface org.eclipse.jface.text.IMarkSelection
Returns the length of the mark selection.
getLength() - Method in interface org.eclipse.jface.text.IRegion
Returns the length of the region.
getLength() - Method in interface org.eclipse.jface.text.ITextSelection
Returns the length of the selected text.
getLength() - Method in interface org.eclipse.jface.text.ITextStore
Returns number of characters stored in this text store.
getLength() - Method in class org.eclipse.jface.text.MarkSelection
 
getLength() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getLength() - Method in class org.eclipse.jface.text.Position
Returns the length of this position.
getLength() - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext
Returns the length of the selection at the invocation offset.
getLength() - Method in class org.eclipse.jface.text.reconciler.DirtyRegion
 
getLength() - Method in class org.eclipse.jface.text.Region
 
getLength() - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Deprecated.
 
getLength() - Method in class org.eclipse.jface.text.source.TextInvocationContext
 
getLength() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the length of the variable's default value.
getLength() - Method in class org.eclipse.jface.text.TextEvent
Returns the length of the event.
getLength() - Method in class org.eclipse.jface.text.TextSelection
 
getLength() - Method in class org.eclipse.search.ui.text.Match
Returns the length of this match.
getLength() - Method in class org.eclipse.text.edits.MultiTextEdit
 
getLength() - Method in class org.eclipse.text.edits.TextEdit
Returns the length of the edit.
getLength() - Method in class org.eclipse.ui.console.PatternMatchEvent
Returns the length of the matched string.
getLength() - Method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Returns the length of the incorrectly spelled region.
getLevel(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the embedding level for the specified character offset.
getLHS(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the Left Hand Side (LHS) of a binary expression.
getLicenseInfo(GUID) - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
getLicenseManager() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the license manager that should be used to remember accepted user licenses.
getLicenses() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the untranslated licenses that apply to this installable unit.
getLicenses(String) - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the licenses that apply to this installable unit.
getLifeCycle() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnitPatch
Returns the required capability that defines the lifecycle of this patch.
getLightweightLabelDecorator(String) - Method in interface org.eclipse.ui.IDecoratorManager
Deprecated.
use getBaseLabelProvider(String) instead.
getLimit() - Method in class org.eclipse.jface.viewers.deferred.DeferredContentProvider
Returns the current maximum number of rows or -1 if unbounded
getLimit(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
getLimit(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Return the limit on the undo and redo history for a particular context.
getLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the given line index without delimiters.
getLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line at the given line index without delimiters.
getLineAlignment(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the alignment of the line at the given index.
getLineAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the specified offset in the text where 0 < offset < getCharCount() so that getLineAtOffset(getCharCount()) returns the line of the insert location.
getLineAtOffset(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line index at the given character offset.
getLineAttributes() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line attributes.
getLineBackground(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the background color of the line at the given index.
getLineBounds(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the line for the specified line index.
getLineBullet(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the bullet of the line at the given index.
getLineCap() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line cap style, which will be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
getLineCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of text lines.
getLineCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of lines.
getLineCount() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's line count.
getLineCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of lines.
getLineDash() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line dash style.
getLineDelimiter() - Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
Deprecated.
 
getLineDelimiter() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the line delimiter used for entering new lines by key down or paste operation.
getLineDelimiter() - Method in class org.eclipse.swt.custom.StyledText
Returns the line delimiter used for entering new lines by key down or paste operation.
getLineDelimiter() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line delimiter that should be used by the StyledText widget when inserting new lines.
getLineDelimiter() - Method in class org.eclipse.swt.widgets.Text
Returns the line delimiter.
getLineDelimiter(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineDelimiter(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineDelimiter(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the line delimiter of that line or null if the line is not closed with a line delimiter.
getLineDelimiter(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns the line delimiter of the specified line.
getLineEndPosition(IDocument, String, int, int) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.LineEndAction
Computes the offset of the line end position.
getLineHeight() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getLineHeight() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the line height.
getLineHeight() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getLineHeight() - Method in class org.eclipse.swt.custom.StyledText
Returns the line height.
getLineHeight() - Method in class org.eclipse.swt.widgets.Text
Returns the height of a line.
getLineHeight(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line height at the given offset.
getLineIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the indentation of the line at the given index.
getLineIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line index for a y, relative to the client area.
getLineIndex(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the index of the line that contains the specified character offset.
getLineIndex(StyledText, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
 
getLineInfo(int) - Method in interface org.eclipse.jface.text.source.ILineDiffer
Determines the line state for line line in the targeted document.
getLineInformation(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineInformation(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineInformation(int) - Method in interface org.eclipse.jface.text.IDocument
Returns a description of the specified line.
getLineInformation(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns a line description of the given line.
getLineInformationOfOffset(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineInformationOfOffset(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineInformationOfOffset(int) - Method in interface org.eclipse.jface.text.IDocument
Returns a description of the line at the given offset.
getLineInformationOfOffset(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns a line description of the line at the given offset.
getLineJoin() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line join style, which will be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
getLineJustify(int) - Method in class org.eclipse.swt.custom.StyledText
Returns whether the line at the given index is justified.
getLineLength(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineLength(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineLength(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the length of the given line including the line's delimiter.
getLineLength(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns length of the specified line including the line's delimiter.
getLineMetrics(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the font metrics for the specified line index.
getLineNumber() - Method in interface org.eclipse.debug.core.model.ILineBreakpoint
Returns the line number in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.
getLineNumber() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the line number of the instruction pointer in this stack frame that corresponds to a line in an associated source element, or -1 if line number information is unavailable.
getLineNumber() - Method in class org.eclipse.debug.core.model.LineBreakpoint
 
getLineNumber(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the line number of the given marker.
getLineNumberOfOffset(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineNumberOfOffset(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns the line number the character at the given offset belongs to.
getLineOffset(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineOffset(int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getLineOffset(int) - Method in interface org.eclipse.jface.text.IDocument
Determines the offset of the first character of the given line.
getLineOffset(int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns the position of the first character of the specified line.
getLineOffsets() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the line offsets.
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.CompositeRuler
 
getLineOfLastMouseButtonActivity() - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfo
Returns the line number of the last mouse button activity.
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getLineOfLastMouseButtonActivity() - Method in class org.eclipse.jface.text.source.VerticalRuler
 
getLineOfOffset(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getLineOfOffset(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the number of the line at which the character of the specified position is located.
getLinePixel(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the top SWT logical point, relative to the client area, of a given line.
getLinePixel(StyledText, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
 
getLineQualifier() - Method in interface org.eclipse.ui.console.IPatternMatchListener
Returns a simple regular expression used to identify lines that may match this pattern matcher's complete pattern, or null.
getLineSelection() - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension
Returns the currently selected range of lines as a offset and length.
getLineSeparator(boolean) - Method in interface org.eclipse.core.resources.IFile
Returns line separator appropriate for the given file.
getLineSpacing() - Method in class org.eclipse.swt.custom.StyledText
Returns the line spacing of the widget.
getLineSpacing(int) - Method in interface org.eclipse.swt.custom.StyledTextLineSpacingProvider
Returns the line spacing of the given line index and null otherwise.
getLineSpacing(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the line space for the given source viewer.
getLineSpacing(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Returns the lineSpacing for the given source viewer.
getLineStartPosition(IDocument, String, int, int) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.LineStartAction
Computes the offset of the line start position.
getLineStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line style, which will be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's lines are visible, and false otherwise.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's lines are visible, and false otherwise.
getLineTabStops(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the tab stops of the line at the given index.
getLineVerticalIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the vertical indentation of the line at the given index.
getLineWidth() - Method in class org.eclipse.swt.graphics.GC
Returns the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
getLineWrapIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the wrap indentation of the line at the given index.
getLinkForeground() - Method in class org.eclipse.swt.widgets.Link
Returns the link foreground color.
getLinkHelperService() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getLinkHelpersFor(Object) - Method in class org.eclipse.ui.navigator.LinkHelperService
 
getLinkHelpersFor(IEditorInput) - Method in class org.eclipse.ui.navigator.LinkHelperService
 
getLinkTarget() - Method in class org.eclipse.ui.dialogs.WizardNewLinkPage
Returns the link target location entered by the user.
getLinkTo() - Method in interface org.eclipse.help.ITocContribution
Returns the path to the anchor in another toc into which this one should be linked into.
getList() - Method in class org.eclipse.jface.preference.ListEditor
Return the List.
getList() - Method in class org.eclipse.jface.viewers.ListViewer
Returns this list viewer's list control.
getList() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy
Deprecated.
Return policy inclusion/ exclusion list
getList(S) - Method in interface org.eclipse.core.databinding.property.list.IListProperty
Returns an unmodifiable List with the current contents of the source's list property
getList(S) - Method in class org.eclipse.core.databinding.property.list.ListProperty
By default, this method returns Collections.EMPTY_LIST in case the source object is null.
getListControl(Composite) - Method in class org.eclipse.jface.preference.ListEditor
Returns this field editor's list control.
getListener() - Method in interface org.eclipse.ui.services.IEvaluationReference
The property change listener associated with the evaluated expression.
getListeners() - Method in class org.eclipse.core.commands.common.EventManager
Returns an array containing all the listeners attached to this event manager.
getListeners() - Method in class org.eclipse.core.runtime.ListenerList
Returns an array containing all the registered listeners.
getListeners() - Method in class org.eclipse.jface.viewers.deferred.AbstractConcurrentModel
Returns the array of listeners for this model
getListeners() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return a copy of all the listeners registered with this set
getListeners(int) - Method in class org.eclipse.swt.widgets.Widget
Returns an array of listeners who will be notified when an event of the given type occurs.
getListenerType() - Method in class org.eclipse.core.databinding.observable.ChangeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.DisposeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.list.ListChangeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.map.MapChangeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.ObservableEvent
Returns a unique object used for distinguishing this event type from others.
getListenerType() - Method in class org.eclipse.core.databinding.observable.set.SetChangeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.StaleEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.value.ValueChangeEvent
 
getListenerType() - Method in class org.eclipse.core.databinding.observable.value.ValueChangingEvent
 
getListVisible() - Method in class org.eclipse.swt.custom.CCombo
Returns true if the receiver's list is visible, and false otherwise.
getListVisible() - Method in class org.eclipse.swt.widgets.Combo
Returns true if the receiver's list is visible, and false otherwise.
getLiteral() - Method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
getLiteral() - Method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
getLiteral() - Method in class org.eclipse.ui.navigator.OverridePolicy
 
getLiteral() - Method in class org.eclipse.ui.navigator.Priority
 
getLoadingText() - Method in class org.eclipse.ui.forms.widgets.FormText
Deprecated.
loading text is not used since 3.1
getLocal() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the state of the local resource.
getLocal(Class<T>) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the context value associated with the given class in this context, or null if no such value is defined in this context.
getLocal(String) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns the context value associated with the given name in this context, or null if no such value is defined in this context.
getLocalAuthor(IProgressMonitor) - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the author of the revision corresponding to the local resource or null if it doesn't have one.
getLocalChange() - Method in interface org.eclipse.team.core.diff.IThreeWayDiff
Return the local change associated with this delta.
getLocalChange() - Method in class org.eclipse.team.core.diff.provider.ThreeWayDiff
 
getLocalContentIdentifier() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the content identifier for the local resource or null if it doesn't have one.
getLocale() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the current locale for the extension registry with enabled multi-language support.
getLocale() - Method in class org.eclipse.equinox.p2.metadata.KeyWithLocale
 
getLocale() - Method in interface org.eclipse.help.ICriteriaDefinitionContribution
Returns the locale for this contribution.
getLocale() - Method in interface org.eclipse.help.IIndexContribution
Returns the locale for this contribution.
getLocale() - Method in interface org.eclipse.help.ITocContribution
Returns the locale for this contribution.
getLocale() - Method in interface org.eclipse.help.search.IHelpSearchIndex
A search index is created for each locale.
getLocale() - Method in interface org.eclipse.help.search.SearchParticipantXML.IParsedXMLContent
Returns the locale of the index.
getLocale() - Method in class org.eclipse.jface.bindings.Binding
Returns the locale in which this binding applies.
getLocale() - Method in class org.eclipse.jface.bindings.BindingManager
Returns the active locale for this binding manager.
getLocale() - Method in interface org.eclipse.osgi.service.localization.LocaleProvider
Determines the current locale for the context of the call to this method.
getLocale() - Method in class org.eclipse.swt.graphics.FontData
Returns the locale of the receiver.
getLocale() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the currently active locale.
getLocalFileSystem() - Static method in class org.eclipse.core.filesystem.EFS
Returns the local file system.
getLocalId() - Method in class org.eclipse.ui.actions.OpenPerspectiveAction
 
getLocalId() - Method in interface org.eclipse.ui.IPluginContribution
 
getLocalization(Bundle, String) - Method in interface org.eclipse.osgi.service.localization.BundleLocalization
Returns a ResourceBundle object for the given bundle and locale.
getLocalizedAccessibilityPhrase() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Localized Accessibility Phrase' attribute.
getLocalizedCommandName() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Localized Command Name' attribute.
getLocalizedDescription() - Method in interface org.eclipse.e4.ui.model.application.commands.MCategory
Returns the value of the 'Localized Description' attribute.
getLocalizedDescription() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Localized Description' attribute.
getLocalizedDescription() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Localized Description' attribute.
getLocalizedDescription() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Localized Description' attribute.
getLocalizedLabel() - Method in interface org.eclipse.e4.ui.model.application.ui.MUILabel
Returns the value of the 'Localized Label' attribute.
getLocalizedMnemonics() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuElement
getLocalizedName() - Method in interface org.eclipse.e4.ui.model.application.commands.MCategory
Returns the value of the 'Localized Name' attribute.
getLocalizedTooltip() - Method in interface org.eclipse.e4.ui.model.application.ui.MUILabel
Returns the value of the 'Localized Tooltip' attribute.
getLocalName() - Method in class org.eclipse.core.runtime.QualifiedName
Returns the local part of this name.
getLocalTimeStamp() - Method in interface org.eclipse.core.resources.IResource
Returns a cached value of the local time stamp on disk for this resource, or IResource.NULL_STAMP if the resource does not exist or is not local or is not accessible.
getLocation() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns the location of this file buffer.
getLocation() - Method in interface org.eclipse.core.resources.IProjectDescription
Deprecated.
Since 3.2, project locations are not necessarily in the local file system. The more general IProjectDescription.getLocationURI() method should be used instead.
getLocation() - Method in interface org.eclipse.core.resources.IResource
Returns the absolute path in the local file system to this resource, or null if no path can be determined.
getLocation() - Method in class org.eclipse.core.resources.ProjectScope
 
getLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the platform working directory.
getLocation() - Method in class org.eclipse.core.runtime.preferences.BundleDefaultsScope
 
getLocation() - Method in class org.eclipse.core.runtime.preferences.ConfigurationScope
 
getLocation() - Method in class org.eclipse.core.runtime.preferences.DefaultScope
 
getLocation() - Method in class org.eclipse.core.runtime.preferences.InstanceScope
 
getLocation() - Method in interface org.eclipse.core.runtime.preferences.IScopeContext
Return a path to a location in the file-system where clients are able to write files that will have the same sharing/scope properties as preferences defined in this scope.
getLocation() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Deprecated.
Since a launch configuration does not need to be stored in the local file system, this attribute should no longer be used to identify a launch configuration.
getLocation() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
The location of this bundle.
getLocation() - Method in class org.eclipse.equinox.p2.engine.ProfileScope
 
getLocation() - Method in interface org.eclipse.equinox.p2.metadata.ICopyright
Returns the location of a document containing the copyright notice.
getLocation() - Method in interface org.eclipse.equinox.p2.metadata.ILicense
Returns the location of a document containing the full license.
getLocation() - Method in interface org.eclipse.equinox.p2.metadata.IUpdateDescriptor
Returns the location of a document containing the description.
getLocation() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns the location of this repository.
getLocation() - Method in interface org.eclipse.equinox.p2.repository.IRepositoryReference
Returns the location of the referenced repository
getLocation() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns the location of this repository.
getLocation() - Method in class org.eclipse.equinox.p2.repository.spi.RepositoryReference
 
getLocation() - Method in interface org.eclipse.equinox.security.storage.provider.IPreferencesContainer
Returns location corresponding to the secure preferences.
getLocation() - Method in class org.eclipse.help.webapp.AbstractFrame
Function which defines the frame location
getLocation() - Method in class org.eclipse.osgi.launch.Equinox
 
getLocation() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
The location string for this bundle.
getLocation() - Method in class org.eclipse.swt.widgets.Caret
Returns a point describing the receiver's location relative to its parent (or its display if its parent is null).
getLocation() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's location relative to its parent in points (or its display if its parent is null), unless the receiver is a shell.
getLocation() - Method in class org.eclipse.ui.menus.AbstractContributionFactory
Return the location as a String.
getLocation() - Method in class org.eclipse.ui.menus.ExtensionContributionFactory
 
getLocation() - Method in interface org.eclipse.ui.views.IStickyViewDescriptor
Return the location of this sticky view.
getLocation() - Method in class org.eclipse.ui.views.markers.MarkerItem
Get the location string for the receiver.
getLocation(int, boolean) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the location for the specified character offset.
getLocation(String, String, int) - Method in interface org.eclipse.jsch.core.IJSchService
Get the IJSchLocation according to given user name, host name and port number.
getLocation(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the location of the control, or the location of a child of the control.
getLocation(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the location of the control, or the location of a child of the control.
getLocation(Point, Event) - Method in class org.eclipse.jface.window.ToolTip
Get the display relative location where the tooltip is displayed.
getLocation(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns the x,y position of the given rectangle.
getLocationAtOffset(int) - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getLocationAtOffset(int) - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text.
getLocationAtOffset(int) - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getLocationAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text.
getLocationPath() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Returns the current project location path as entered by the user, or its anticipated initial value.
getLocationPath() - Method in class org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage
Returns the current project location path as entered by the user, or its anticipated initial value.
getLocations() - Method in interface org.eclipse.ui.INavigationHistory
Returns all entries in the history.
getLocationsLength() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the number of possible cache locations for this registry.
getLocationURI() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the location URI for the described project.
getLocationURI() - Method in interface org.eclipse.core.resources.IResource
Returns the absolute URI of this resource, or null if no URI can be determined.
getLocationURI() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
/** Returns the current project location URI as entered by the user, or null if a valid project location has not been entered.
getLocked() - Method in class org.eclipse.swt.widgets.CoolBar
Returns whether or not the receiver is 'locked'.
getLockLayout() - Method in class org.eclipse.jface.action.CoolBarManager
 
getLockLayout() - Method in interface org.eclipse.jface.action.ICoolBarManager
Returns whether the layout of the underlying cool bar widget is locked.
getLockLayout() - Method in class org.eclipse.jface.action.SubCoolBarManager
 
getLockObject() - Method in interface org.eclipse.jface.text.ISynchronizable
Returns the lock object or null if there is none.
getLockObject() - Method in class org.eclipse.jface.text.source.AnnotationModel
 
getLog() - Static method in class org.eclipse.core.databinding.util.Policy
Returns the logger used by JFace Data Binding to log errors.
getLog() - Method in class org.eclipse.core.runtime.Plugin
Returns the log for this plug-in.
getLog() - Static method in class org.eclipse.jface.util.Policy
Returns the logger used by JFace to log errors.
getLog(Class<?>) - Static method in class org.eclipse.core.runtime.Platform
Returns the log for the bundle of the given class.
getLog(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Returns the log for the given bundle.
getLogFileLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the platform log file.
getLogicalStructure(IValue) - Method in interface org.eclipse.debug.core.model.ILogicalStructureTypeDelegate
Returns a value representing a logical structure of the given value.
getLogicalStructureTypes(IValue) - Static method in class org.eclipse.debug.core.DebugPlugin
Returns any logical structure types that have been contributed for the given value.
getLogicalStructureTypes(IValue) - Method in interface org.eclipse.debug.core.ILogicalStructureProvider
Returns the logical structure types which are applicable to the given value.
getLoginContext() - Method in interface org.eclipse.equinox.security.auth.ILoginContext
The method exposes underlying JAAS LoginContext.
getLong() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java long represented by this Variant.
getLong(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the long-valued property with the given name.
getLong(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getLong(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
getLong(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the long-valued preference with the given name.
getLong(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getLong(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getLong(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getLong(String, long) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Retrieves a value associated with the key in this node.
getLong(String, String, long, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getLongOperationTime() - Method in interface org.eclipse.ui.progress.IProgressService
The time at which an operation becomes considered a long operation.
getLongTaskName() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Deprecated.
use getLongTaskName(IResource[]) instead
getLongTaskName(IResource[]) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Returns the long task name to describe the behavior of the refresh operation to the user.
getLongTaskName(ResourceMapping[]) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Returns the long task name to describe the behavior of the refresh operation to the user.
getLookupOrder(String, String) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return an array with the lookup order for the preference keyed by the given qualifier and simple name.
getLowerSelectedElement() - Method in class org.eclipse.ui.dialogs.TwoPaneElementSelector
Returns the selected element from the lower pane.
getLowWaterMark() - Method in class org.eclipse.ui.console.IOConsole
Returns the number of characters that will remain in this console when its high water mark is exceeded.
getMainMenu() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Main Menu' containment reference.
getMainPreferencePageId() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the id of the preference page that should be presented most prominently.
getMajorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the major (incompatible) component of this version identifier.
getManagedFiles() - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns a list of all the managed files currently being managed.
getManagedForm() - Method in class org.eclipse.ui.forms.AbstractFormPart
Returns the form that manages this part.
getManagedForm() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns the managed form owned by this page.
getManagedForm() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Returns the managed form of this page, unless this is a source page.
getManagedImage(Annotation) - Method in interface org.eclipse.ui.texteditor.IAnnotationImageProvider
Returns the image for the given annotation or null.
getManagedProperty(Object, String, Object) - Method in interface org.eclipse.equinox.p2.metadata.index.IIndexProvider
Returns a property that this index manages on behalf of a client object.
getManagedProperty(Object, String, Object) - Method in class org.eclipse.equinox.p2.query.CompoundQueryable
 
getManager() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns the instance of the manager that changed.
getManager() - Static method in class org.eclipse.ui.statushandlers.StatusManager
Returns StatusManager singleton instance.
getManagingPositionCategories() - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension2
Returns the position categories that this partitioners uses in order to manage the partitioning information of the documents.
getManagingPositionCategories() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getManagingPositionCategories() - Method in class org.eclipse.jface.text.rules.FastPartitioner
 
getManagingPositionCategories() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getManifest() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
The manifest for this bundle
getManifest() - Method in class org.eclipse.help.search.HelpIndexBuilder
Returns the manifest file for this builder.
getMap(S) - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
Returns an unmodifiable Map with the current contents of the source's map property.
getMap(S) - Method in class org.eclipse.core.databinding.property.map.MapProperty
By default, this method returns Collections.EMPTY_MAP in case the source object is null.
getMappedResources() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the resources this launch configuration is associated with or null if none.
getMapper() - Method in class org.eclipse.ui.navigator.CommonViewer
Gets the ICommonViewerMapper assigned to this viewer.
getMapping(Object) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the resource mapping in the scope associated with the given model object or null if there isn't one.
getMapping(String) - Method in interface org.eclipse.core.runtime.preferences.IPreferenceFilter
Return a mapping which defines the nodes and keys that this filter applies to.
getMappings() - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
Return the resource mappings contained in this composite.
getMappings() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return an array of all of the mappings to be operated on.
getMappings() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
Return the resource mappings that define this scope.
getMappings(String) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return all the mappings to be operated on for the given model provider id.
getMappings(IResource[], ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the set of mappings that cover the given resources.
getMappings(IResource, ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the resource mappings that cover the given resource.
getMappings(ResourceTraversal[], ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the set of mappings that overlap with the given resource traversals.
getMappingsFromProviders(ResourceTraversal[], ResourceMappingContext, IProgressMonitor) - Static method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
Convenience method for obtaining the set of resource mappings from all model providers that overlap with the given resources.
getMarginColor() - Method in class org.eclipse.swt.custom.StyledText
Returns the color of the margins.
getMargins() - Static method in class org.eclipse.jface.layout.LayoutConstants
Returns the default dialog margins, in pixels
getMarginWidth() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the margin width in pixels that should be used between the decorator and the horizontal edge of the control.
getMark() - Method in interface org.eclipse.jface.text.ITextViewerExtension
Returns the position of the mark, -1 if the mark is not set.
getMark() - Method in class org.eclipse.jface.text.TextViewer
 
getMarker() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the marker described by this change.
getMarker() - Method in class org.eclipse.debug.core.model.Breakpoint
 
getMarker() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns the marker associated with this breakpoint, or null if no marker is associated with this breakpoint.
getMarker() - Method in class org.eclipse.ui.texteditor.SimpleMarkerAnnotation
Returns this annotation's underlying marker.
getMarker() - Method in class org.eclipse.ui.views.markers.MarkerItem
Return the marker for the receiver.
getMarker() - Method in class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
Returns the marker being created or modified.
getMarker(long) - Method in interface org.eclipse.core.resources.IResource
Returns a marker handle with the given id on this resource.
getMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Returns this model's annotation for the given marker.
getMarkerCreationStatus() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
Compute the status for creating any known markers.
getMarkerDeletionStatus() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
Compute the status for deleting any known markers.
getMarkerDeltas() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the changes to markers on the corresponding resource.
getMarkerHelpRegistry() - Static method in class org.eclipse.ui.ide.IDE
Returns the marker help registry for the workbench.
getMarkerPosition(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Returns the position known to this annotation model for the given marker.
getMarkerRule() - Method in class org.eclipse.debug.core.model.Breakpoint
Returns a scheduling rule to use when modifying or deleting this breakpoint's marker, possibly null.
getMarkerRule(IResource) - Method in class org.eclipse.debug.core.model.Breakpoint
Returns a scheduling rule to use when modifying markers on the given resource, possibly null.
getMarkers() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
Return the array of markers that has been updated or created.
getMarkers() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns all markers which include the ruler's line of activity.
getMarkers() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Returns all markers which include the ruler's line of activity.
getMarkerSeverity(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return the marker severity (one of IMarker.SEVERITY_ERROR or IMarker.SEVERITY_WARNING) to be overlayed on the given element or -1 if there are no markers.
getMarkerType() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Deprecated.
since 3.0
getMarkerType() - Method in class org.eclipse.ui.texteditor.BasicMarkerUpdater
 
getMarkerType() - Method in interface org.eclipse.ui.texteditor.IMarkerUpdater
Returns the marker type for which this updater is responsible.
getMarkerType(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the marker type of the given marker or null if the type could not be determined.
getMarkerUpdateStatus() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
Compute the status for updating any known markers.
getMaskProperties(int) - Static method in interface org.eclipse.core.resources.IResourceChangeListener
Creates a Dictionary suitable to be used when registering a IResourceChangeListener as an OSGi service.
getMasterDocument() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the master document of this projection document.
getMasterDocument(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
Returns the master document of the given slave document or null if the given document is unknown to this slave document manager.
getMasterDocument(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
 
getMasterEvent() - Method in class org.eclipse.jface.text.SlaveDocumentEvent
Returns this event's master event.
getMasterLength() - Method in class org.eclipse.jface.text.projection.ProjectionDocumentEvent
Returns the length of the master document range that has been added or removed in case this event describes a projection changed, otherwise -1.
getMasterOffset() - Method in class org.eclipse.jface.text.projection.ProjectionDocumentEvent
Returns the offset of the master document range that has been added or removed in case this event describes a projection change, otherwise it returns -1.
getMatchCount() - Method in interface org.eclipse.search.ui.ISearchResultViewEntry
Deprecated.
Returns the number of markers grouped by this entry.
getMatchCount() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns the total number of matches contained in this search result.
getMatchCount(Object) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns the number of matches reported against a given element.
getMatchEmptyString() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns whether empty filter strings should filter everything or nothing.
getMatcher(IContentTypeManager.ISelectionPolicy, IScopeContext) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
Returns a newly created content type matcher using the given content type selection policy and preference scope.
getMatches() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns a boolean match expression that will return true for any IInstallableUnit that matches the requirement.
getMatches() - Method in class org.eclipse.search.ui.text.MatchEvent
Returns the concerned matches.
getMatches(Object) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns an array with all matches reported against the given element.
getMatchingClass() - Method in class org.eclipse.equinox.p2.query.ExpressionMatchQuery
 
getMatchingFilter() - Method in interface org.eclipse.osgi.service.resolver.GenericSpecification
Returns a matching filter used to match with a suppliers attributes
getMatchingParticipant(String, IResource[]) - Static method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Returns a participant that matches the given resource scoping
getMatchingResources(IResource[]) - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
From the provides set of resources, return those that match the enablement rule specified for the model provider descriptor.
getMatchingTraversals(ResourceTraversal[]) - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
Return the set of traversals that overlap with the resources that this descriptor matches.
getMatchLength() - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns the length of this search match.
getMatchOffset() - Method in class org.eclipse.search.core.text.TextSearchMatchAccess
Returns the offset of this search match.
getMatchRule() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Returns the rule to apply for matching keys.
getMatchRule() - Method in class org.eclipse.ui.dialogs.SearchPattern
Returns the active rule to apply for matching keys, based on the currently set pattern and allowed rules passed to the constructor.
getMatchSet(Object) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Returns an Enumeration of all matches reported against the given element.
getMatchType() - Method in class org.eclipse.core.runtime.preferences.PreferenceFilterEntry
Return the match type specified for this filter.
getMax() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns the maximum cardinality of the requirement.
getMaxBuildIterations() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the maximum number of times that the workspace should rebuild when builders affect projects that have already been built.
getMaxConcurrentBuilds() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
 
getMaxFileStates() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the maximum number of states per file that can be stored in the local history.
getMaxFileStateSize() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the maximum permitted size of a file, in bytes, to be stored in the local history.
getMaximized() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver is maximized.
getMaximized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently maximized, and false otherwise.
getMaximized() - Method in class org.eclipse.swt.widgets.Shell
 
getMaximizedControl() - Method in class org.eclipse.swt.custom.SashForm
Answer the control that currently is maximized in the SashForm.
getMaximizeVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the maximize button is visible.
getMaximum() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Returns the maximum Version of this VersionRange
getMaximum() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
Returns the value that will be used for Scale.setMaximum(int).
getMaximum() - Method in class org.eclipse.osgi.service.resolver.VersionRange
Deprecated.
getMaximum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Scale
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Slider
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Spinner
Returns the maximum value which the receiver will allow.
getMaximumDecorationHeight() - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Get the maximum height (in pixels) of any decoration retrieved so far in the registry.
getMaximumDecorationWidth() - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Get the maximum width (in pixels) of any decoration retrieved so far in the registry.
getMaximumSize() - Method in class org.eclipse.swt.widgets.Shell
Returns a point describing the maximum receiver's size.
getMaximumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the maximum value that can be represented by this object.
getMaximumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the maximum value that can be represented by this object.
getMaxThreads() - Method in class org.eclipse.core.runtime.jobs.JobGroup
Returns the maximum number of threads allowed to be scheduled by the jobs belonging to the group at any given time, or zero to indicate that no throttling should be applied and all jobs should be allowed to run as soon as possible.
getMember(String) - Method in interface org.eclipse.equinox.p2.metadata.expression.IMemberProvider
Returns the value for the specified member.
getMember(String) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
getMemento() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns a memento for this launch configuration, or null if unable to generate a memento for this configuration.
getMemento() - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Returns a memento that can be used to reconstruct this source locator
getMemento() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getMemento() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns the memento that contains the persisted state of the view.
getMemento() - Method in class org.eclipse.equinox.p2.engine.spi.ProvisioningAction
 
getMemento() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getMemento() - Method in interface org.eclipse.ui.navigator.ICommonContentExtensionSite
Advanced extensions may expose user-customizeable properties that affect the structure or behavior of the extension.
getMemento(ISourceContainer) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainerTypeDelegate
Constructs and returns a memento for the given source container.
getMemoryBlock() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
getMemoryBlock() - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Returns the memory block displayed by this rendering.
getMemoryBlock(long, long) - Method in interface org.eclipse.debug.core.model.IMemoryBlockRetrieval
Returns a memory block that starts at the specified memory address, with the specified length.
getMemoryBlockEndAddress() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the hard end address of this memory block as a big integer, or null if none.
getMemoryBlockManager() - Method in class org.eclipse.debug.core.DebugPlugin
Returns the memory block manager.
getMemoryBlockRetrieval() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the origin of this memory block.
getMemoryBlocks() - Method in interface org.eclipse.debug.core.IMemoryBlockManager
Returns all registered memory blocks.
getMemoryBlocks(IDebugTarget) - Method in interface org.eclipse.debug.core.IMemoryBlockManager
Returns all registered memory blocks associated with the given debug target.
getMemoryBlocks(IMemoryBlockRetrieval) - Method in interface org.eclipse.debug.core.IMemoryBlockManager
Returns all registered memory blocks that originated from the given memory retrieval source.
getMemoryBlockStartAddress() - Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
Returns the hard start address of this memory block as a big integer, or null if none.
getMemoryRenderingContainer() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
Returns the container hosting this memory rendering.
getMemoryRenderingContainers() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSite
Returns all the memory rendering containers within this rendering site.
getMemoryRenderingManager() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the memory rendering manager.
getMemoryRenderingSite() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Returns the rendering site hosting this container.
getMemoryRenderingTypes(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IAddMemoryRenderingsTarget
Returns a list of rendering types that can be added from the given workbench part and active debug context, possibly empty.
getMenu() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MToolItem
Returns the value of the 'Menu' containment reference.
getMenu() - Method in class org.eclipse.jface.action.MenuManager
Returns the SWT menu control for this menu manager.
getMenu() - Method in class org.eclipse.swt.custom.CCombo
 
getMenu() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's cascade menu if it has one or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenu(Control) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
getMenu(Control) - Method in class org.eclipse.debug.ui.actions.ContextualLaunchAction
 
getMenu(Control) - Method in class org.eclipse.debug.ui.actions.LaunchAsAction
Deprecated.
 
getMenu(Control) - Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
 
getMenu(Control) - Method in class org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate
Deprecated.
 
getMenu(Control) - Method in interface org.eclipse.jface.action.IMenuCreator
Returns the SWT menu, created as a pop up menu parented by the given control.
getMenu(Control) - Method in interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate
Returns the menu for this pull down action.
getMenu(Menu) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
getMenu(Menu) - Method in class org.eclipse.debug.ui.actions.ContextualLaunchAction
 
getMenu(Menu) - Method in class org.eclipse.debug.ui.actions.LaunchAsAction
Deprecated.
 
getMenu(Menu) - Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
 
getMenu(Menu) - Method in class org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate
Deprecated.
 
getMenu(Menu) - Method in interface org.eclipse.jface.action.IMenuCreator
Returns an SWT menu created as a drop down menu parented by the given menu.
getMenu(Menu) - Method in interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate2
Returns the menu for this pull down action.
getMenuBar() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's menu bar if one had previously been set, otherwise returns null.
getMenuBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the application menu bar, or null if there is no application menu bar for the platform.
getMenuBarManager() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the menu bar manager for this window (if it has one).
getMenuContributions() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions
Returns the value of the 'Menu Contributions' containment reference list.
getMenuCreator() - Method in class org.eclipse.jface.action.Action
 
getMenuCreator() - Method in interface org.eclipse.jface.action.IAction
Returns the menu creator for this action.
getMenuCreator() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getMenuItem(int) - Method in class org.eclipse.jface.action.MenuManager
Get an item from the implementation's widget.
getMenuItemCount() - Method in class org.eclipse.jface.action.MenuManager
Get the menu item count for the implementation's widget.
getMenuItems() - Method in class org.eclipse.jface.action.MenuManager
Get all the items from the implementation's widget.
getMenuManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the menu manager for the main menu bar of a workbench window.
getMenuManager() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the menu manager that is used to manage title area drop-down menu items.
getMenuManager() - Method in interface org.eclipse.ui.IActionBars
Returns the menu manager.
getMenuManager() - Method in class org.eclipse.ui.SubActionBars
Returns the abstract menu manager.
getMenus() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Menus' containment reference list.
getMenus() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Menus' containment reference list.
getMenuText() - Method in class org.eclipse.jface.action.MenuManager
Returns the text shown in the menu, potentially with a shortcut appended.
getMergeRule(IDiff) - Method in interface org.eclipse.team.core.mapping.IMergeContext
Return the scheduling rule that is required to merge (or reject) the resource associated with the given diff.
getMergeRule(IDiff) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
Default implementation that returns the resource itself if it exists and the first existing parent if the resource does not exist.
getMergeRule(IDiff[]) - Method in interface org.eclipse.team.core.mapping.IMergeContext
Return the scheduling rule that is required to merge (or reject) the resources associated with the given diffs.
getMergeRule(IDiff[]) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
 
getMergeRule(IMergeContext) - Method in interface org.eclipse.team.core.mapping.IResourceMappingMerger
Return the scheduling rule that is required to merge all the changes that apply to this merger in the given context.
getMergeRule(IMergeContext) - Method in class org.eclipse.team.core.mapping.ResourceMappingMerger
Return the scheduling rule required to merge all the changes in the context for the model provider of this merger.
getMergeType() - Method in interface org.eclipse.team.core.mapping.IMergeContext
Return the type of merge that will be performed when using this context (either ISynchronizationContext.TWO_WAY or ISynchronizationContext.THREE_WAY).
getMergeType() - Method in class org.eclipse.team.core.mapping.provider.MergeContext
 
getMessage() - Method in class org.eclipse.compare.CompareEditorInput
 
getMessage() - Method in interface org.eclipse.core.runtime.IStatus
Returns the message describing the outcome.
getMessage() - Method in class org.eclipse.core.runtime.Status
 
getMessage() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getMessage() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns the current message for this tab.
getMessage() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
getMessage() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
Returns the message for this dialog.
getMessage() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getMessage() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns the current message for this wizard page.
getMessage() - Method in interface org.eclipse.jface.dialogs.IMessageProvider
Returns the current message for this message provider.
getMessage() - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
Returns the current message text for this dialog.
getMessage() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the message of the status entry.
getMessage() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
 
getMessage() - Method in class org.eclipse.osgi.service.resolver.DisabledInfo
Returns the message describing the reason the bundle is disabled.
getMessage() - Method in error org.eclipse.swt.SWTError
Returns the string describing this SWTError object.
getMessage() - Method in exception org.eclipse.swt.SWTException
Returns the string describing this SWTException object.
getMessage() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the dialog's message, which is a description of the purpose for which it was opened.
getMessage() - Method in class org.eclipse.swt.widgets.MessageBox
Returns the dialog's message, or an empty string if it does not have one.
getMessage() - Method in class org.eclipse.swt.widgets.Text
Returns the widget message.
getMessage() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's message, which will be an empty string if it has never been set.
getMessage() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Returns the message for this dialog.
getMessage() - Method in class org.eclipse.ui.forms.widgets.Form
 
getMessage() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
 
getMessage() - Method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Returns a localized, human-readable message string which describes the spelling problem.
getMessage(String) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given argument.
getMessage(String, Object[]) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given arguments.
getMessage(ValidationStatusProvider) - Method in interface org.eclipse.jface.databinding.dialog.IValidationMessageProvider
Returns the validation message text for the given validation status provider.
getMessage(ValidationStatusProvider) - Method in class org.eclipse.jface.databinding.dialog.ValidationMessageProvider
Returns the message of the IStatus contained in the provided validationStatusProvider as is or null if the validationStatusProvider is itself null.
getMessage(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the message associated with the given marker.
getMessageDigestAlgorithm() - Method in interface org.eclipse.osgi.signedcontent.SignerInfo
Deprecated.
This information is not readily available using the JAR APIs included with Java. A value unknown will be returned.
getMessageLabelStyle() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Returns the style for the message label.
getMessageLineWidthInChars() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the width in characters to be used for the message line embedded into the refactoring wizard dialog.
getMessageManager() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns the message manager that will keep track of messages in this form.
getMessageManager() - Method in class org.eclipse.ui.forms.ManagedForm
 
getMessageManager() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the message manager that will keep track of messages in this form.
getMessageManager() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the message manager that will keep track of messages in this form.
getMessageMatchingSeverity(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first message which severity is equal or greater than the given severity.
getMessagePage() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns this view's message page
getMessagePrefixProvider() - Method in interface org.eclipse.ui.forms.IMessageManager
 
getMessageType() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getMessageType() - Method in interface org.eclipse.jface.dialogs.IMessageProvider
Returns a value indicating if the message is a an information message, a warning message, or an error message.
getMessageType() - Method in class org.eclipse.ui.forms.widgets.Form
 
getMessageType() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
 
getMessageType(ValidationStatusProvider) - Method in interface org.eclipse.jface.databinding.dialog.IValidationMessageProvider
Returns the validation message type as one of the constants defined in IMessageProvider for the given validation status provider.
getMessageType(ValidationStatusProvider) - Method in class org.eclipse.jface.databinding.dialog.ValidationMessageProvider
Returns the message type defined in IMessageProvider which naturally maps to the IStatus.getSeverity() of the IStatus contained in the provided validationStatusProvider.
getMetadata(IProgressMonitor) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns a queryable that can be used to obtain any metadata (installable units) that are needed for the provisioning operation.
getMetadataRepositoryFlags() - Method in class org.eclipse.equinox.p2.operations.RepositoryTracker
Return the repository flags suitable for retrieving known repositories from a repository manager
getMetaRequiredCapabilities() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Deprecated.
Use getMetaRequirements() instead
getMetaRequirements() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
 
getMetaRequirements() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Return a collection of the meta requirements specified on this installable unit.
getMigrationCandidates() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns a collection of launch configurations that required migration to be compatible with current tooling.
getMin() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns the minimum cardinality of the requirement.
getMinButtonSize() - Static method in class org.eclipse.jface.layout.LayoutConstants
Returns the default minimum button size, in pixels
getMinHeight() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum height of the content control.
getMinimized() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver is minimized.
getMinimized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently minimized, and false otherwise.
getMinimizeVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the minimize button is visible.
getMinimum() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Returns the minimum Version of this VersionRange
getMinimum() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
Returns the value that will be used for Scale.setMinimum(int).
getMinimum() - Method in class org.eclipse.osgi.service.resolver.VersionRange
Returns the minimum Version of this VersionRange.
getMinimum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Scale
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Slider
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Spinner
Returns the minimum value which the receiver will allow.
getMinimumCharacters() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the number of characters that will appear in a fully compressed tab.
getMinimumHeight() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
 
getMinimumHeight() - Method in interface org.eclipse.ui.views.properties.tabbed.ISection
Returns the minimum height needed by this section.
getMinimumItemsToShow() - Method in class org.eclipse.jface.action.ToolBarContributionItem
Returns the minimum number of tool items to show in the cool item.
getMinimumMessageWidth() - Method in class org.eclipse.jface.dialogs.MessageDialog
Returns the minimum message area width in pixels This determines the minimum width of the dialog.
getMinimumPageSize() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns the minimum page size used of this page.
getMinimumSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the minimum size that the cool item can be resized to using the cool item's gripper.
getMinimumSize() - Method in class org.eclipse.swt.widgets.Shell
Returns a point describing the minimum receiver's size.
getMinimumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the minimum value that can be represented by this object.
getMinimumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the minimum value that can be represented by this object.
getMinimumWidth() - Method in class org.eclipse.swt.custom.PopupList
Gets the minimum width of the list.
getMinimumWizardSize() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the minimum size of this wizard.
getMinimumWizardSize() - Method in class org.eclipse.jface.wizard.Wizard
 
getMinorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the minor (compatible) component of this version identifier.
getMinutes() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's minutes.
getMinWidth() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum width of the content control.
getMirrored() - Method in class org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment
Returns a flag indicating that structured text processed within this environment should assume that the GUI is mirrored (globally going from right to left).
getMisbehavingExpressionTypes() - Method in class org.eclipse.core.expressions.ExpressionInfo
Returns the set of expression types which don't reimplement the new Expression.collectExpressionInfo(ExpressionInfo) method.
getMissingImageDescriptor() - Static method in class org.eclipse.jface.resource.ImageDescriptor
Returns the shared image descriptor for a missing image.
getMixinStyle(String, String) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Returns the style value that will be mixed in with the original style of the extension.
getMnemonics() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuElement
Returns the value of the 'Mnemonics' attribute.
getModalDialogShellProvider() - Method in interface org.eclipse.ui.IWorkbench
Return a shell provider that can be used to get the best parenting possible for a modal dialog.
getModalLevel() - Static method in class org.eclipse.jface.operation.ModalContext
Returns the modal nesting level.
getMode() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the mode (e.g., 'run' or 'debug') of this drop down.
getMode() - Method in class org.eclipse.debug.ui.actions.DebugAction
 
getMode() - Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
Returns the mode of this action - run or debug
getMode() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the mode (run or debug) of this action.
getMode() - Method in class org.eclipse.debug.ui.actions.RunAction
 
getMode() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
Returns the mode in which this dialog was opened - run or debug.
getMode() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns the mode for this launch group
getMode() - Method in class org.eclipse.jface.action.ActionContributionItem
Returns the presentation mode, which is the bitwise-or of the MODE_* constants.
getMode() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the value of the P_MODE property of this configuration.
getModel() - Method in class org.eclipse.core.databinding.Binding
Returns the model observable
getModel() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
Returns the reconcilable model.
getModel() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
getModel() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
getModel() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
getModel() - Method in class org.eclipse.jface.text.source.CompositeRuler
 
getModel() - Method in interface org.eclipse.jface.text.source.IVerticalRuler
Returns the current annotation model of this ruler or null if the ruler has no model.
getModel() - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension
Returns the model currently used by the receiver.
getModel() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
getModel() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getModel() - Method in class org.eclipse.jface.text.source.VerticalRuler
 
getModel(IDocument, int) - Static method in class org.eclipse.jface.text.link.LinkedModeModel
Returns the model currently active on document at offset, or null if there is none.
getModelCoverage() - Method in interface org.eclipse.jface.text.ITextViewerExtension3
Deprecated.
Returns the minimal region of the viewer's document that completely comprises everything that is visible in the viewer's widget or null if there is no such region.
getModelCoverage() - Method in interface org.eclipse.jface.text.ITextViewerExtension5
Returns the minimal region of the viewer's input document that completely comprises everything that is visible in the viewer's widget or null if there is no such region.
getModelCoverage() - Method in class org.eclipse.jface.text.TextViewer
Implements the contract of ITextViewerExtension5.getModelCoverage().
getModelElements() - Method in interface org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution
 
getModelIdentifier() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns the identifier of the debug model this breakpoint is associated with.
getModelIdentifier() - Method in interface org.eclipse.debug.core.model.IDebugElement
Returns the unique identifier of the plug-in this debug element originated from.
getModelIdentifiers() - Method in interface org.eclipse.debug.core.model.IDebugModelProvider
Returns a collection of debug model identifiers.
getModelObject() - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
 
getModelObject() - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Returns the application model element associated with this resource mapping.
getModelObject() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringDescriptorResourceMapping
 
getModelObject() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringHistoryResourceMapping
 
getModelProvider() - Method in interface org.eclipse.core.resources.mapping.IModelProviderDescriptor
Return the model provider for this descriptor, instantiating it if it is the first time the method is called.
getModelProvider() - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Return the model provider for the model object of this resource mapping.
getModelProvider() - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractResourceMappingMerger
 
getModelProvider() - Method in class org.eclipse.team.core.mapping.ResourceMappingMerger
Return the model provider associated with this merger.
getModelProvider() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the model provider for this content provider.
getModelProviderDescriptor(String) - Static method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the descriptor for the model provider of the given id or null if the provider has not been registered.
getModelProviderDescriptors() - Static method in class org.eclipse.core.resources.mapping.ModelProvider
Returns the descriptors for all model providers that are registered.
getModelProviderId() - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
 
getModelProviderId() - Method in class org.eclipse.core.resources.mapping.ModelStatus
Return the id of the model provider from which this status originated.
getModelProviderId() - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Returns the id of the model provider that generated this resource mapping.
getModelProviderId() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Return the id of the model provider to which this content provider applies.
getModelProviderId() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the id of model provider for this content provider.
getModelProviderIds() - Method in class org.eclipse.ui.actions.CloseResourceAction
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.CopyProjectAction
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.CopyProjectOperation
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.CopyResourceAction
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.DeleteResourceAction
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviderIds() - Method in class org.eclipse.ui.actions.RenameResourceAction
Returns the model provider ids that are known to the client that instantiated this operation.
getModelProviders() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return all the model providers that have mappings in this scope.
getModelRoot() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the object that acts as the model root.
getModelRoot() - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
Return the root object for the model.
getModels() - Method in class org.eclipse.core.databinding.Binding
 
getModels() - Method in class org.eclipse.core.databinding.validation.MultiValidator
 
getModels() - Method in class org.eclipse.core.databinding.ValidationStatusProvider
Returns an IObservableList containing the model observables (if any) that are being tracked by this validation status provider.
getModes() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the launch modes that have been set on this configuration.
getModes() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns the complete set of launch modes supported by this delegate as a list of sets.
getModificationDate() - Method in class org.eclipse.compare.HistoryItem
 
getModificationDate() - Method in interface org.eclipse.compare.IModificationDate
Returns the modification time of this object.
getModificationDate() - Method in class org.eclipse.compare.ResourceNode
 
getModifications(String) - Method in interface org.eclipse.text.edits.ISourceModifier
Returns the modification to be done to the passed string in form of replace edits.
getModificationStamp() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns the modification stamp of the file underlying this file buffer.
getModificationStamp() - Method in interface org.eclipse.core.resources.IResource
Returns a non-negative modification stamp, or IResource.NULL_STAMP if the resource does not exist or is not local or is not accessible.
getModificationStamp() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the modification stamp of the resource being visited.
getModificationStamp() - Method in class org.eclipse.jface.text.AbstractDocument
 
getModificationStamp() - Method in class org.eclipse.jface.text.DocumentEvent
Returns the document's modification stamp at the time when this event was sent.
getModificationStamp() - Method in interface org.eclipse.jface.text.IDocumentExtension4
Returns the modification stamp of this document.
getModificationStamp() - Method in class org.eclipse.jface.text.source.AnnotationModel
 
getModificationStamp() - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
Returns the modification stamp of this annotation model.
getModificationStamp(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getModificationStamp(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getModificationStamp(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getModificationStamp(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getModificationStamp(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getModificationStamp(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns the modification stamp of the given element.
getModificationTime() - Method in interface org.eclipse.core.resources.IFileState
Returns the modification time of the file.
getModified() - Method in class org.eclipse.swt.widgets.Shell
Gets the receiver's modified state.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the element modified by this Change.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.NullChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
 
getModifiedResource() - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange
 
getModifiedResource() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceChange
 
getModifiedResource() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourceChange
 
getModifiedResource() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
 
getModifiedResource() - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
Returns the resource of this change.
getModifierKeys() - Method in class org.eclipse.jface.bindings.keys.KeyStroke
Returns the modifier keys for this key stroke.
getModifierKeys() - Method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Returns the set of modifier keys for this key stroke.
getModifierKeys() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's modifier keys that need to be pressed for this hyperlink detector.
getMonitor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's monitor.
getMonitors() - Method in class org.eclipse.swt.widgets.Display
Returns an array of monitors attached to the device.
getMonth() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's month.
getMonthPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for months.
getMouseNavigatorEnabled() - Method in class org.eclipse.swt.custom.StyledText
Returns true if the mouse navigator is enabled.
getMoveable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the moveable attribute.
getMoveable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the moveable attribute.
getMoveDeleteHook() - Method in class org.eclipse.team.core.RepositoryProvider
Returns an IMoveDeleteHook for handling moves and deletes that occur within projects managed by the provider.
getMovedFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchManager
When a launch configuration is created or moved, registered launch configuration listeners (see ILaunchConfigurationListener) are notified of an add notification for the new configuration.
getMovedFromPath() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the full path (in the "before" state) from which this resource (in the "after" state) was moved.
getMovedTo(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchManager
When a launch configuration is deleted or moved, registered launch configuration listeners (see ILaunchConfigurationListener) are notified of a remove notification for launch configuration that has been deleted.
getMovedToPath() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the full path (in the "after" state) to which this resource (in the "before" state) was moved.
getMoveProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveRefactoring
Returns the move processor associated with this move refactoring.
getMRUVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver displays most recently used tabs and false otherwise.
getMultiPageEditor() - Method in class org.eclipse.ui.part.MultiPageEditorSite
Returns the multi-page editor.
getMultiPageEditor() - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
Returns the multi-page editor.
getName() - Method in class org.eclipse.ant.core.ProjectInfo
Returns the project name.
getName() - Method in class org.eclipse.ant.core.Property
Gets the name
getName() - Method in class org.eclipse.ant.core.TargetInfo
Returns the target name.
getName() - Method in class org.eclipse.compare.CompareEditorInput
 
getName() - Method in class org.eclipse.compare.HistoryItem
 
getName() - Method in interface org.eclipse.compare.ITypedElement
Returns the name of this object.
getName() - Method in class org.eclipse.compare.ResourceNode
 
getName() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
Returns the (non-null) name of the left or right side if they are identical.
getName() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns name of input.
getName() - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
Returns a descriptive name which can be used in the UI of the StructureDiffViewer.
getName() - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
getName() - Method in class org.eclipse.compare.ZipFileStructureCreator
 
getName() - Method in class org.eclipse.core.commands.common.NamedHandleObject
Returns the name for this handle.
getName() - Method in interface org.eclipse.core.commands.IParameter
Returns the human-readable name for this parameter.
getName() - Method in class org.eclipse.core.commands.Command
 
getName() - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns a human-readable representation of this command with all of its parameterizations.
getName() - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns the name of this file.
getName() - Method in interface org.eclipse.core.filesystem.IFileStore
Returns the name of this store.
getName() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getName() - Method in class org.eclipse.core.filesystem.provider.FileStore
 
getName() - Method in interface org.eclipse.core.resources.IBuildConfiguration
Returns the human readable name of this build configuration.
getName() - Method in interface org.eclipse.core.resources.IFile
Returns the name of this file.
getName() - Method in interface org.eclipse.core.resources.IFileState
Returns the name of this file state.
getName() - Method in interface org.eclipse.core.resources.IFilterMatcherDescriptor
Returns a translated, human-readable name for this filter extension.
getName() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the name of the described project.
getName() - Method in interface org.eclipse.core.resources.IResource
Returns the name of this resource.
getName() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the simple name of the resource being visited.
getName() - Method in interface org.eclipse.core.resources.IStorage
Returns the name of this storage.
getName() - Method in class org.eclipse.core.resources.ProjectScope
 
getName() - Method in interface org.eclipse.core.runtime.content.IContentType
Returns a user-friendly name for this content type.
getName() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the human-readable name of this bundle group.
getName() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
Returns the human-readable name of this bundle group provider.
getName() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the name of this configuration element.
getName() - Method in interface org.eclipse.core.runtime.IContributor
Provides name of the contributor (e.g., "org.eclipse.core.runtime").
getName() - Method in interface org.eclipse.core.runtime.IProduct
Returns the name of this product.
getName() - Method in interface org.eclipse.core.runtime.IProductProvider
Returns the human-readable name of this product provider.
getName() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the human readable name of this job.
getName() - Method in class org.eclipse.core.runtime.jobs.JobGroup
Returns the human readable name of this job group.
getName() - Method in class org.eclipse.core.runtime.preferences.BundleDefaultsScope
 
getName() - Method in class org.eclipse.core.runtime.preferences.ConfigurationScope
 
getName() - Method in class org.eclipse.core.runtime.preferences.DefaultScope
 
getName() - Method in class org.eclipse.core.runtime.preferences.InstanceScope
 
getName() - Method in interface org.eclipse.core.runtime.preferences.IScopeContext
Return the name of the scope that this context is associated with.
getName() - Method in class org.eclipse.core.runtime.SlicedProgressMonitor
 
getName() - Method in class org.eclipse.core.runtime.spi.RegistryContributor
Provides name of the entity "in charge" of the contributor (e.g., "org.eclipse.core.runtime").
getName() - Method in interface org.eclipse.core.variables.IStringVariable
Returns the name of this variable.
getName() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the name of this launch configuration.
getName() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the name of this type of launch configuration.
getName() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns a human readable name for this launch delegate or null if none.
getName() - Method in interface org.eclipse.debug.core.model.IDebugTarget
Returns the name of this debug target.
getName() - Method in interface org.eclipse.debug.core.model.IRegisterGroup
Returns the name of this register group.
getName() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the name of this stack frame.
getName() - Method in interface org.eclipse.debug.core.model.IThread
Returns the name of this thread.
getName() - Method in interface org.eclipse.debug.core.model.IVariable
Returns the name of this variable.
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.ContainerSourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
 
getName() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
 
getName() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
The name of this source container that can be used for presentation purposes.
getName() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainerType
Returns the name of this source container type that can be used for presentation purposes.
getName() - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
Returns the name of this category's breakpoint type.
getName() - Method in class org.eclipse.debug.ui.CommonTab
 
getName() - Method in class org.eclipse.debug.ui.EnvironmentTab
 
getName() - Method in interface org.eclipse.debug.ui.IDetailPane
The human readable name of this detail pane.
getName() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns the name of this tab.
getName() - Method in class org.eclipse.debug.ui.PrototypeTab
 
getName() - Method in class org.eclipse.debug.ui.RefreshTab
 
getName() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
 
getName() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
getName() - Method in class org.eclipse.debug.ui.sourcelookup.WorkingSetSourceContainer
 
getName() - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
 
getName() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingContext
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.e4.ui.model.application.commands.MCategory
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandParameter
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.e4.ui.model.application.commands.MParameter
Returns the value of the 'Name' attribute.
getName() - Method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
getName() - Method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
getName() - Method in class org.eclipse.equinox.p2.engine.ProfileScope
 
getName() - Method in interface org.eclipse.equinox.p2.metadata.IProvidedCapability
 
getName() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns the name of the repository.
getName() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns the name of the repository.
getName() - Method in interface org.eclipse.help.ICriteria
Returns the name of the criteria element, e.g.
getName() - Method in interface org.eclipse.help.ICriterionDefinition
Obtains the display name associated with this criterion definition.
getName() - Method in interface org.eclipse.help.ICriterionValueDefinition
Obtains the display name associated with this criterion value.
getName() - Method in class org.eclipse.help.webapp.AbstractFrame
 
getName() - Method in class org.eclipse.help.webapp.AbstractView
 
getName() - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getName() - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Returns the IDialogSettings name.
getName() - Method in class org.eclipse.jface.text.templates.Template
Returns the name of the template.
getName() - Method in class org.eclipse.jface.text.templates.TemplateContextType
Returns the name of the context type.
getName() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the name of the variable.
getName() - Method in class org.eclipse.jface.text.templates.TemplateVariableType
Returns the type name of this variable type.
getName() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns this page's name.
getName() - Method in class org.eclipse.jface.wizard.WizardPage
 
getName() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the human readable name of this change.
getName() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.GroupCategory
Returns the name of the group category.
getName() - Method in class org.eclipse.ltk.core.refactoring.NullChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
 
getName() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Returns a human readable name of this participant.
getName() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Returns the refactoring's name.
getName() - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourceChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
 
getName() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the groups's name by forwarding the method to the underlying text edit group.
getName() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
 
getName() - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
Deprecated.
 
getName() - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
Deprecated.
 
getName() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the name.
getName() - Method in interface org.eclipse.osgi.service.resolver.GenericDescription
Deprecated.
matching should only be done against a capability's attributes.
getName() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns this constraint's name.
getName() - Method in class org.eclipse.osgi.service.security.TrustEngine
Return a representation string of this trust engine
getName() - Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
Returns the name of the entry.
getName() - Method in class org.eclipse.search.ui.text.MatchFilter
Returns the name of the filter as shown in the match filter selection dialog.
getName() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns the name that javascript can use to invoke this BrowserFunction.
getName() - Method in class org.eclipse.swt.graphics.FontData
Returns the name of the receiver.
getName() - Method in class org.eclipse.swt.program.Program
Returns the receiver's name.
getName() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the name of the file to which this state is associated
getName() - Method in interface org.eclipse.team.core.history.ITag
Returns the name of this tag.
getName() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
Returns the human readable name of this manager.
getName() - Method in class org.eclipse.team.core.subscribers.Subscriber
Return the name of this subscription, in a format that is suitable for display to an end user.
getName() - Method in interface org.eclipse.team.core.variants.IResourceVariant
Answers the name of the remote resource.
getName() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns the name of the object whose history the page is showing
getName() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Returns the name specified for this content provider as specified in the extension point.
getName() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
getName() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns the name of this synchronize participant.
getName() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns the name of this participant.
getName() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeScope
Return the name of the scope
getName() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
getName() - Method in class org.eclipse.team.ui.synchronize.ResourceScope
 
getName() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
getName() - Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
 
getName() - Method in class org.eclipse.team.ui.synchronize.WorkspaceScope
 
getName() - Method in class org.eclipse.text.edits.TextEditGroup
Returns the edit group's name.
getName() - Method in interface org.eclipse.ui.activities.IActivity
Returns the name of this instance suitable for display to the user.
getName() - Method in interface org.eclipse.ui.activities.ICategory
Returns the name of this instance suitable for display to the user.
getName() - Method in interface org.eclipse.ui.commands.ICategory
Deprecated.
getName() - Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
getName() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
getName() - Method in class org.eclipse.ui.console.AbstractConsole
 
getName() - Method in interface org.eclipse.ui.console.IConsole
Returns the name of this console.
getName() - Method in interface org.eclipse.ui.contexts.IContext
Deprecated.
Returns the name of this instance suitable for display to the user.
getName() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getName() - Method in class org.eclipse.ui.ide.undo.ResourceDescription
Get the name of this resource.
getName() - Method in interface org.eclipse.ui.IEditorInput
Returns the name of this editor input for display purposes.
getName() - Method in interface org.eclipse.ui.IEditorReference
Returns the editor input's name.
getName() - Method in interface org.eclipse.ui.IFileEditorMapping
Returns the file's name for this type mapping.
getName() - Method in class org.eclipse.ui.intro.config.IntroElement
Returns the name of the element.
getName() - Method in interface org.eclipse.ui.IWorkingSet
Returns the name of the working set.
getName() - Method in interface org.eclipse.ui.navigator.ICommonFilterDescriptor
 
getName() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Returns the name of this navigator extension
getName() - Method in class org.eclipse.ui.navigator.MenuInsertionPoint
 
getName() - Method in class org.eclipse.ui.part.FileEditorInput
 
getName() - Method in class org.eclipse.ui.part.MultiEditorInput
 
getName() - Method in class org.eclipse.ui.preferences.SettingsTransfer
Return the name for the receiver.
getName() - Method in class org.eclipse.ui.Saveable
Returns the name of this saveable for display purposes.
getName() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
 
getName() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's name.
getName() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Returns the hyperlink detector target's name.
getName() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the name of the described extension.
getName() - Method in class org.eclipse.ui.views.framelist.Frame
Returns the displayable name for the frame.
getName() - Method in class org.eclipse.ui.views.markers.MarkerField
Return the name of this field.
getName(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the name of the given member ID.
getName(Object) - Method in class org.eclipse.ui.part.PageSwitcher
Returns a readable name to identify the page.
getName(String) - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns a human-readable representation of this command with all of its parameterizations.
getName(Locale) - Method in class org.eclipse.help.base.AbstractHelpScope
a single information center instance can display content in multiple locales.
getName(ResourceMapping) - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter
Get the name associated with the model object of the given mapping.
getName(ResourceMapping) - Method in class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
 
getName(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the name of a variable or member expression.
getName(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the name of the specified action.
getName(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the name of the specified action.
getName(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getName(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getNameAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getName(AccessibleEvent e)) method with a lambda expression.
getNameMappings() - Method in interface org.eclipse.team.core.IFileContentManager
Get all the currently defined mappings from file names to content types.
getNames(int, int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the name of a function and parameter names for the specified function ID.
getNamespace() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Deprecated.
As namespace is no longer restricted to the contributor name, use IConfigurationElement.getNamespaceIdentifier() to obtain namespace name or IConfigurationElement.getContributor() to get the name of the contributor of this registry element.

In the past namespace was dictated by the name of the bundle. If bundle org.abc contributed registry element with Id of MyId, the namespace of the element was always set to org.abc, producing the qualified name of org.abc.MyId.

The namespace used to be the same as the bundle name. As a result, the IConfigurationElement.getNamespace() method was used both to obtain the name of the bundle and to obtain the namespace of a registry element.

Since 3.2, the extension registry allows elements to specify qualified name. The extension point of the plug-in org.abc could specify org.zzz.MyExtPoint as an Id. In this case, namespace name is org.zzz, but the contributor name is org.abc.

(The use of a simple Id is still a preferred way. Whenever possible, specify only the simple Id and let runtime take care of the rest.)

If your code used the IConfigurationElement.getNamespace() to obtain the name of the contributing bundle, use IConfigurationElement.getContributor(). The typical usage pattern here is to find a bundle name to obtain some information from the corresponding OSGi bundle. For example, deducing the file location specified as a relative path to the bundle install location would fall into this group.

If your code used the IConfigurationElement.getNamespace() to obtain the namespace of the registry element, use IConfigurationElement.getNamespaceIdentifier(). Typically, this is the case when code is trying to process registry elements belonging to some logical group. For example, processing notifications for all elements belonging to the org.abc namespace would fall into this category.

getNamespace() - Method in interface org.eclipse.core.runtime.IExtension
Deprecated.
As namespace is no longer restricted to the contributor name, use IExtension.getNamespaceIdentifier() to obtain namespace name or IExtension.getContributor() to get the name of the contributor of this registry element.

In the past namespace was dictated by the name of the bundle. If bundle org.abc contributed registry element with Id of MyId, the namespace of the element was always set to org.abc, producing the qualified name of org.abc.MyId.

The namespace used to be the same as the bundle name. As a result, the IExtension.getNamespace() method was used both to obtain the name of the bundle and to obtain the namespace of a registry element.

Since 3.2, the extension registry allows elements to specify qualified name. The extension point of the plug-in org.abc could specify org.zzz.MyExtPoint as an Id. In this case, namespace name is org.zzz, but the contributor name is org.abc.

(The use of a simple Id is still a preferred way. Whenever possible, specify only the simple Id and let runtime take care of the rest.)

If your code used the IExtension.getNamespace() to obtain the name of the contributing bundle, use IExtension.getContributor(). The typical usage pattern here is to find a bundle name to obtain some information from the corresponding OSGi bundle. For example, deducing the file location specified as a relative path to the bundle install location would fall into this group.

If your code used the IExtension.getNamespace() to obtain the namespace of the registry element, use IExtension.getNamespaceIdentifier(). Typically, this is the case when code is trying to process registry elements belonging to some logical group. For example, processing notifications for all elements belonging to the org.abc namespace would fall into this category.

getNamespace() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Deprecated.
As namespace is no longer restricted to the contributor name, use IExtensionPoint.getNamespaceIdentifier() to obtain namespace name or IExtensionPoint.getContributor() to get the name of the contributor of this registry element.

In the past namespace was dictated by the name of the bundle. If bundle org.abc contributed registry element with Id of MyId, the namespace of the element was always set to org.abc, producing the qualified name of org.abc.MyId.

The namespace used to be the same as the bundle name. As a result, the IExtensionPoint.getNamespace() method was used both to obtain the name of the bundle and to obtain the namespace of a registry element.

Since 3.2, the extension registry allows elements to specify qualified name. The extension point of the plug-in org.abc could specify org.zzz.MyExtPoint as an Id. In this case, namespace name is org.zzz, but the contributor name is org.abc.

(The use of a simple Id is still a preferred way. Whenever possible, specify only the simple Id and let runtime take care of the rest.)

If your code used the IExtensionPoint.getNamespace() to obtain the name of the contributing bundle, use IExtensionPoint.getContributor(). The typical usage pattern here is to find a bundle name to obtain some information from the corresponding OSGi bundle. For example, deducing the file location specified as a relative path to the bundle install location would fall into this group.

If your code used the IExtensionPoint.getNamespace() to obtain the namespace of the registry element, use IExtensionPoint.getNamespaceIdentifier(). Typically, this is the case when code is trying to process registry elements belonging to some logical group. For example, processing notifications for all elements belonging to the org.abc namespace would fall into this category.

getNamespace() - Method in interface org.eclipse.equinox.p2.metadata.IProvidedCapability
 
getNamespace() - Method in class org.eclipse.ui.menus.AbstractContributionFactory
Return the namespace for this cache.
getNamespace() - Method in class org.eclipse.ui.menus.ExtensionContributionFactory
 
getNamespaceIdentifier() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the namespace name for this configuration element.
getNamespaceIdentifier() - Method in interface org.eclipse.core.runtime.IExtension
Returns the namespace name for this extension.
getNamespaceIdentifier() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns the namespace name for this extension point.
getNamespaces() - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Returns all namespaces currently used by extensions and extension points in this registry.
getNativeCodeSpecification() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the native code specification for this bundle.
getNativeEnvironment() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the native system environment variables as a map of variable names and values (Strings).
getNativeEnvironmentCasePreserved() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the native system environment variables as a map of variable names and values (Strings).
getNativePaths() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the paths to the native code libraries.
getNaturalKey() - Method in class org.eclipse.jface.bindings.keys.KeyStroke
Returns the natural key for this key stroke.
getNaturalKey() - Method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Returns the natural key for this key stroke.
getNature(String) - Method in interface org.eclipse.core.resources.IProject
Returns the specified project nature for this project or null if the project nature has not been added to this project.
getNatureDescriptor(String) - Method in interface org.eclipse.core.resources.IWorkspace
Returns the nature descriptor with the given unique identifier, or null if there is no such nature.
getNatureDescriptors() - Method in interface org.eclipse.core.resources.IWorkspace
Returns all nature descriptors known to this workspace.
getNatureId() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns the unique identifier of this nature.
getNatureIds() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the list of natures associated with the described project.
getNatureSetIds() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns the identifiers of the nature sets that this nature belongs to.
getNavigatables() - Method in class org.eclipse.compare.CompareNavigator
 
getNavigationHistory() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the navigation history which manages a list of entries keeping the history of places (positions, selection and editors) the user visited making it easier to the user to move back and forward without losing context.
getNavigator() - Method in class org.eclipse.compare.CompareEditorInput
 
getNavigator() - Method in interface org.eclipse.compare.ICompareContainer
Return the ICompareNavigator associated with this container or null if the container does not have a global navigator.
getNavigator() - Method in class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
 
getNavigator(Object) - Method in class org.eclipse.compare.CompareNavigator
Returns the INavigatable for the given object if the object adapts to INavigatable.
getNavigatorActionService() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getNavigatorActionService() - Method in class org.eclipse.ui.navigator.CommonNavigatorManager
 
getNavigatorContentService() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getNavigatorContentService() - Method in class org.eclipse.ui.navigator.CommonViewer
The INavigatorContentServiceprovides the hook into the framework to provide content from the various extensions.
getNeighbor(int, boolean) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getNeighbor(int, boolean) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getNeighbor(int, boolean) - Method in class org.eclipse.jface.viewers.ViewerCell
Returns the specified neighbor of this cell, or null if no neighbor exists in the given direction.
getNeighbor(int, boolean) - Method in class org.eclipse.jface.viewers.ViewerRow
Returns a neighboring row, or null if no neighbor exists in the given direction.
getNestedEditorSite() - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
getNestingDepth() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Returns the nesting depth of running operations.
getNewClassLoader() - Method in class org.eclipse.ant.core.AntCorePlugin
Returns a new class loader to use when executing Ant builds.
getNewClassLoader(boolean) - Method in class org.eclipse.ant.core.AntCorePlugin
Returns a new class loader to use when executing Ant builds or other applications such as parsing or code proposal determination.
getNewClassLoader(boolean, URL[]) - Method in class org.eclipse.ant.core.AntCorePlugin
Returns a new class loader to use when executing Ant builds or other applications such as parsing or code proposal determination.
getNewClassLoader(URL[]) - Method in class org.eclipse.ant.core.AntCorePlugin
Returns a new class loader to use when executing Ant builds.
getNewFileLabel() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Returns the label to display in the file name specification visual component group.
getNewInputObject() - Method in class org.eclipse.jface.preference.ListEditor
Creates and returns a new item for the list.
getNewInputObject() - Method in class org.eclipse.jface.preference.PathEditor
 
getNewName() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Returns the new element name.
getNewName() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
Returns the new name to rename the resource to.
getNewName() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
Returns the new name.
getNewName() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Returns the new name to rename the resource to.
getNewName(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns the new name of the element.
getNewNameFor(IPath, IWorkspace) - Static method in class org.eclipse.ui.actions.CopyResourceAction
Returns a new name for a copy of the resource at the given path in the given workspace.
getNewProject() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
Returns the newly created project.
getNewResourceName() - Method in interface org.eclipse.ltk.core.refactoring.participants.IRenameResourceProcessor
Returns the new resource name
getNewValue() - Method in class org.eclipse.core.databinding.observable.value.ValueDiff
 
getNewValue() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Return the new value for the preference encoded as a String, or null if the preference was removed.
getNewValue() - Method in class org.eclipse.core.runtime.Preferences.PropertyChangeEvent
Deprecated.
Returns the new value of the property.
getNewValue() - Method in class org.eclipse.jface.util.PropertyChangeEvent
Returns the new value of the property.
getNewValue(Object) - Method in class org.eclipse.core.databinding.observable.map.MapDiff
Returns the new value for the given key, which must be an element of MapDiff.getChangedKeys() or MapDiff.getAddedKeys().
getNewWizardRegistry() - Method in interface org.eclipse.ui.IWorkbench
Return the new wizard registry.
getNewWizardShortcuts() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the new wizard shortcuts associated with the current perspective.
getNextFallbackAnchor(AbstractInformationControlManager.Anchor) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns the next fallback anchor as specified by this manager's fallback anchor sequence.
getNextItem(Item, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the item after the given item in the tree, or null if there is no next item.
getNextOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the next offset for the specified offset and movement type.
getNextOffset(MovementEvent) - Method in interface org.eclipse.swt.custom.MovementListener
This method is called when a new offset is required based on the current offset and a movement type.
getNextOffsetByState(int, boolean) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
Get this offset or the nearest offset after which is, depending on argument, writable or read-only.
getNextPage() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns the wizard page that would to be shown if the user was to press the Next button.
getNextPage() - Method in class org.eclipse.jface.wizard.WizardPage
 
getNextPage() - Method in class org.eclipse.jface.wizard.WizardSelectionPage
The WizardSelectionPage implementation of this IWizardPage method returns the first page of the currently selected wizard if there is one.
getNextPage() - Method in class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
 
getNextPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
 
getNextPage(IWizardPage) - Method in interface org.eclipse.jface.wizard.IWizard
Returns the successor of the given page.
getNextPage(IWizardPage) - Method in class org.eclipse.jface.wizard.Wizard
 
getNextPage(IWizardPage) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
 
getNextPage(IWizardPage) - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
 
getNickname() - Method in interface org.eclipse.equinox.p2.repository.IRepositoryReference
Returns the optional nickname of the referenced repository
getNickname() - Method in class org.eclipse.equinox.p2.repository.spi.RepositoryReference
 
getNL() - Static method in class org.eclipse.core.runtime.Platform
Returns the string name of the current locale for use in finding files whose path starts with $nl$.
getNL() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the string name of the current locale for use in finding files whose path starts with $nl$.
getNLExtensions() - Static method in class org.eclipse.core.runtime.Platform
Returns Unicode locale extensions for the Unicode locale identifier, if they are defined.
getNode() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Return the preference node on which the change occurred.
getNode(String) - Method in class org.eclipse.core.resources.ProjectScope
 
getNode(String) - Method in class org.eclipse.core.runtime.preferences.BundleDefaultsScope
 
getNode(String) - Method in class org.eclipse.core.runtime.preferences.ConfigurationScope
 
getNode(String) - Method in class org.eclipse.core.runtime.preferences.DefaultScope
 
getNode(String) - Method in class org.eclipse.core.runtime.preferences.InstanceScope
 
getNode(String) - Method in interface org.eclipse.core.runtime.preferences.IScopeContext
Return the preferences node that contains the preferences for the given qualifier or null if the node cannot be determined.
getNode(String) - Method in class org.eclipse.equinox.p2.engine.ProfileScope
 
getNodes(FastSyncInfoFilter) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return all nodes in this set that match the given filter.
getNonDefaultStyleRangeIterator() - Method in class org.eclipse.jface.text.TextPresentation
Returns an iterator which enumerates all style ranged which define a style different from the presentation's default style range.
getNonFrameworkArgs() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the arguments not consumed by the framework implementation itself.
getNonProxiedHosts() - Method in interface org.eclipse.core.net.proxy.IProxyChangeEvent
For a change type of IProxyChangeEvent.NONPROXIED_HOSTS_CHANGED, this method will return the list of non-proxied hosts after the change occurred.
getNonProxiedHosts() - Method in interface org.eclipse.core.net.proxy.IProxyService
Returns the list of hosts for which non proxy should be used.
getNoProfileChosenStatus() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a status that can be used to describe the failure to retrieve a profile.
getNullFileSystem() - Static method in class org.eclipse.core.filesystem.EFS
Returns the null file system.
getNumberOfControls() - Method in class org.eclipse.jface.preference.BooleanFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.ColorFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.ComboFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.FieldEditor
Returns the number of basic controls this field editor consists of.
getNumberOfControls() - Method in class org.eclipse.jface.preference.FontFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.ListEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.RadioGroupFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.StringButtonFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
getNumberOfControls() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
 
getNumberOfLines() - Method in class org.eclipse.jface.text.AbstractDocument
 
getNumberOfLines() - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getNumberOfLines() - Method in interface org.eclipse.jface.text.IDocument
Returns the number of lines in this document.
getNumberOfLines() - Method in interface org.eclipse.jface.text.ILineTracker
Returns the number of lines.
getNumberOfLines() - Method in class org.eclipse.jface.text.revisions.RevisionRange
 
getNumberOfLines() - Method in interface org.eclipse.jface.text.source.ILineRange
Returns the number of lines of this line range or -1.
getNumberOfLines() - Method in class org.eclipse.jface.text.source.LineRange
 
getNumberOfLines(int, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getNumberOfLines(int, int) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
getNumberOfLines(int, int) - Method in interface org.eclipse.jface.text.IDocument
Returns the number of lines which are occupied by a given text range.
getNumberOfLines(int, int) - Method in interface org.eclipse.jface.text.ILineTracker
Returns the number of lines which are occupied by a given text range.
getNumCharsPerByte() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the number of characters a byte will convert to or -1 if unknown.
getObject() - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
Return the object that is represented by this context.
getObject() - Method in interface org.eclipse.e4.ui.model.application.MContribution
Returns the value of the 'Object' attribute.
getObjectParameterForExecution(String) - Method in class org.eclipse.core.commands.ExecutionEvent
Returns the object represented by the string value of the parameter with the provided id.
getObjects(IExtension) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
getObjects(IExtension) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Return all the objects that have been associated with the given extension.
getObservable() - Method in class org.eclipse.core.databinding.observable.ObservableEvent
Returns the observable that generated this event.
getObservableList() - Method in class org.eclipse.core.databinding.observable.list.ListChangeEvent
Returns the observable list from which this event originated.
getObservableMap() - Method in class org.eclipse.core.databinding.observable.map.MapChangeEvent
Returns the observable map from which this event originated.
getObservableSet() - Method in class org.eclipse.core.databinding.observable.set.SetChangeEvent
Returns the observable set from which this event originated.
getObservableValue() - Method in class org.eclipse.core.databinding.observable.value.ValueChangeEvent
Returns the observable value from which this event originated.
getObservableValue() - Method in class org.eclipse.core.databinding.observable.value.ValueChangingEvent
 
getObserved() - Method in interface org.eclipse.core.databinding.observable.IObserving
Returns the observed object, or null if this observing object does not currently observe an object.
getOffset() - Method in class org.eclipse.jface.text.DocumentEvent
Returns the offset of the change.
getOffset() - Method in interface org.eclipse.jface.text.IMarkSelection
Returns the mark position.
getOffset() - Method in interface org.eclipse.jface.text.IRegion
Returns the offset of the region.
getOffset() - Method in interface org.eclipse.jface.text.ITextSelection
Returns the offset of the selected text.
getOffset() - Method in class org.eclipse.jface.text.MarkSelection
 
getOffset() - Method in interface org.eclipse.jface.text.MultiStringMatcher.Match
Obtains the offset the text was matched at.
getOffset() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getOffset() - Method in class org.eclipse.jface.text.Position
Returns the offset of this position.
getOffset() - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext
Returns the offset where quick assist was invoked.
getOffset() - Method in class org.eclipse.jface.text.reconciler.DirtyRegion
 
getOffset() - Method in class org.eclipse.jface.text.Region
 
getOffset() - Method in class org.eclipse.jface.text.source.TextInvocationContext
 
getOffset() - Method in class org.eclipse.jface.text.TextEvent
Returns the offset of the event.
getOffset() - Method in class org.eclipse.jface.text.TextSelection
 
getOffset() - Method in class org.eclipse.search.ui.text.Match
Returns the offset of this match.
getOffset() - Method in class org.eclipse.text.edits.MultiTextEdit
 
getOffset() - Method in class org.eclipse.text.edits.TextEdit
Returns the offset of the edit.
getOffset() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the offset of the change.
getOffset() - Method in class org.eclipse.ui.console.PatternMatchEvent
Returns the offset of the match within the document.
getOffset() - Method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Returns the offset of the incorrectly spelled region.
getOffset(int) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
Gets the value of a specified entry in the offsets array.
getOffset(int, int, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffset(Point, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffsetAtLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the character offset of the first character of the given line.
getOffsetAtLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the character offset of the first character of the given line.
getOffsetAtLocation(Point) - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
Use StyledText.getOffsetAtPoint(Point) instead for better performance
getOffsetAtPoint(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the offset of the character under the specified point.
getOffsetAtPoint(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the offset of the character under the specified point.
getOffsetAtPoint(Point) - Method in class org.eclipse.swt.custom.StyledText
Returns the offset of the character at the given point relative to the first character in the document.
getOffsetForCursorLocation(ITextViewer) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the offset in the given viewer that corresponds to the current cursor location.
getOffsets() - Method in class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
Gets all and only the used offset entries.
getOffsets() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the offsets of the variable.
getOkButton() - Method in class org.eclipse.jface.dialogs.InputDialog
Returns the ok button.
getOkButton() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Returns the ok button.
getOKButton() - Method in class org.eclipse.jface.dialogs.Dialog
Deprecated.
Use getButton(IDialogConstants.OK_ID) instead. This method will be removed soon.
getOKButtonLabel() - Method in class org.eclipse.compare.CompareEditorInput
Returns the label to be used for the OK button when this input is displayed in a dialog.
getOKButtonLabel() - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
 
getOKButtonLabel() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
getOldNonProxiedHosts() - Method in interface org.eclipse.core.net.proxy.IProxyChangeEvent
For a change type of IProxyChangeEvent.NONPROXIED_HOSTS_CHANGED, this method will return the list of non-proxied hosts before the change occurred.
getOldProxyData() - Method in interface org.eclipse.core.net.proxy.IProxyChangeEvent
For a change type of IProxyChangeEvent.PROXY_DATA_CHANGED, this method returns the state of all known proxies before the change occurred.
getOldValue() - Method in class org.eclipse.core.databinding.observable.value.ValueDiff
 
getOldValue() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Return the old value for the preference encoded as a String, or null if the preference was removed or if it cannot be determined.
getOldValue() - Method in class org.eclipse.core.runtime.Preferences.PropertyChangeEvent
Deprecated.
Returns the old value of the property.
getOldValue() - Method in class org.eclipse.jface.util.PropertyChangeEvent
Returns the old value of the property.
getOldValue(Object) - Method in class org.eclipse.core.databinding.observable.map.MapDiff
Returns the old value for the given key, which must be an element of MapDiff.getRemovedKeys() or MapDiff.getChangedKeys().
getOpenDialogAction() - Method in class org.eclipse.debug.ui.actions.AbstractLaunchToolbarAction
Returns an action to open the launch dialog
getOpenMethod() - Static method in class org.eclipse.jface.util.OpenStrategy
This method is internal to the framework; it should not be implemented outside the framework.
getOpenOnRun() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Returns whether the dialog should be opened before the operation is run.
getOpenPerspectives() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the descriptors for the perspectives that are open in this page, in the order in which they were opened.
getOpenTestAction(Shell, ITestCaseElement) - Method in interface org.eclipse.unittest.ui.ITestViewSupport
Returns an action to open a specified test elements
getOpenTestAction(Shell, ITestSuiteElement) - Method in interface org.eclipse.unittest.ui.ITestViewSupport
Returns an action to open a specified test suite element
getOperand(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the operand of an unary expression
getOperands(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the operands of an n-ary expression
getOperation() - Method in class org.eclipse.core.commands.operations.OperationHistoryEvent
Return the operation associated with this event.
getOperation() - Method in class org.eclipse.team.ui.mapping.MergeActionHandler
Return the synchronization operation that performs the merge operation.
getOperationHistory() - Static method in class org.eclipse.core.commands.operations.OperationHistoryFactory
Return the operation history to be used for managing undoable operations.
getOperationHistory() - Method in interface org.eclipse.ui.operations.IWorkbenchOperationSupport
Returns the operation history for the workbench.
getOperationIcon() - Method in class org.eclipse.team.ui.TeamOperation
This method is called to allow subclasses to configure an icon to show when running this operation.
getOperationMessage() - Method in class org.eclipse.ui.actions.BuildAction
 
getOperationMessage() - Method in class org.eclipse.ui.actions.CloseResourceAction
 
getOperationMessage() - Method in class org.eclipse.ui.actions.OpenResourceAction
 
getOperationMessage() - Method in class org.eclipse.ui.actions.RefreshAction
 
getOperationMessage() - Method in class org.eclipse.ui.actions.RenameResourceAction
 
getOperationMessage() - Method in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated.
 
getOperationMessage() - Method in class org.eclipse.ui.actions.WorkspaceAction
Returns the string to display for this action's operation.
getOperationName() - Method in interface org.eclipse.core.filebuffers.manipulation.IFileBufferOperation
Returns the name of this file buffer operation.
getOperationName() - Method in class org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation
 
getOperationRunner() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
This method is for automated testing only.
getOperationRunner(IProgressMonitor) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getOperationRunner(IProgressMonitor) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
getOperationRunner(IProgressMonitor) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns the runnable context for this document provider.
getOperationRunner(IProgressMonitor) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the runnable context for this document provider.
getOperationSupport() - Method in interface org.eclipse.ui.IWorkbench
Returns the undoable operation support for the workbench.
getOperationTitle() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the task title for this operation's progress dialog.
getOperationTitle() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns the task title for this operation's progress dialog.
getOppositeSide(int) - Static method in class org.eclipse.jface.util.Geometry
Returns the opposite of the given direction.
getOption(Object) - Method in interface org.eclipse.equinox.security.storage.provider.IPreferencesContainer
Returns an option specified for this container, or null if the option was not specified.
getOption(String) - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns the identified option.
getOption(String, String) - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns the identified option.
getOptions() - Method in interface org.eclipse.equinox.p2.repository.IRepositoryReference
Returns bit-wise or of option constants (currently either IRepository.ENABLED or IRepository.NONE).
getOptions() - Method in class org.eclipse.equinox.p2.repository.spi.RepositoryReference
 
getOptions() - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns a snapshot of the current options.
getOrCreateSection(IDialogSettings, String) - Static method in class org.eclipse.jface.dialogs.DialogSettings
Returns a section with the given name in the given dialog settings.
getOrientation() - Method in class org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment
Returns the orientation (a.k.a. base direction) of the GUI component in which the full structured text will be displayed.
getOrientation() - Method in class org.eclipse.swt.custom.SashForm
Returns SWT.HORIZONTAL if the controls in the SashForm are laid out side by side or SWT.VERTICAL if the controls in the SashForm are laid out top to bottom.
getOrientation() - Method in class org.eclipse.swt.custom.StyledText
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Combo
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Control
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.swt.widgets.Menu
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.swt.widgets.Text
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Returns the orientation that all the widgets created by this toolkit will inherit, if set.
getOrientation() - Method in class org.eclipse.ui.menus.WorkbenchWindowControlContribution
 
getOrientation() - Method in interface org.eclipse.ui.part.IWorkbenchPartOrientation
Return the orientation of this part.
getOrientation() - Method in class org.eclipse.ui.part.WorkbenchPart
 
getOrigin() - Method in class org.eclipse.swt.custom.ScrolledComposite
Return the point in the content that currently appears in the top left corner of the scrolled composite.
getOriginal() - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Returns the original launch configuration this working copy was created from or null if this is a new working copy created from a launch configuration type.
getOriginal() - Method in class org.eclipse.equinox.p2.metadata.Version
Returns the original part of the string for this version or null if no such part was provided when the version was created.
getOriginalContents() - Method in interface org.eclipse.compare.patch.IFilePatchResult
Return a stream the contains the original contents of the file before any portions of the patch have been applied.
getOriginalContents() - Method in interface org.eclipse.compare.patch.IHunk
Return the original contents from which the hunk was generated.
getOriginalRequest() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getOriginalRequest() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getOriginalText() - Method in interface org.eclipse.jface.text.source.ILineDiffInfo
Returns the original text of this changed region
getOS() - Static method in class org.eclipse.core.runtime.Platform
Returns the string name of the current operating system for use in finding files whose path starts with $os$.
getOS() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the string name of the current operating system for use in finding files whose path starts with $os$.
getOSArch() - Static method in class org.eclipse.core.runtime.Platform
Returns the string name of the current system architecture.
getOSArch() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the string name of the current system architecture.
getOSNames() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the operating system names supported by the native code.
getOSVersions() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the operating system version ranges supported by the native code.
getOutput() - Method in class org.eclipse.osgi.framework.console.ConsoleSession
Returns the output for this console session.
getOutputStream(String) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns a ManagedOutputStream for a managed file.
getOutputStream(IArtifactDescriptor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
Open an output stream to which a client can write the data for the given artifact descriptor.
getOutputStream(IArtifactDescriptor) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository
 
getOutputStreamMonitor() - Method in interface org.eclipse.debug.core.model.IStreamsProxy
Returns a monitor for the output stream of this proxy's process, or null if not supported.
getOutputStreamSet(String[]) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns an array of ManagedOutputStream for a set of managed files.
getOverlayImage() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay image if it has one, or null if it does not.
getOverlayText() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay text, which will be an empty string if it has never been set.
getOverriddenDescriptor() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
 
getOverriddingExtensions() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
 
getOverridePolicy() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
 
getOverrides() - Method in class org.eclipse.jface.action.ContributionManager
The ContributionManager implementation of this method declared on IContributionManager returns the current overrides.
getOverrides() - Method in interface org.eclipse.jface.action.IContributionManager
Returns the overrides for the items of this manager.
getOverrides() - Method in class org.eclipse.jface.action.MenuManager
 
getOverrides() - Method in class org.eclipse.jface.action.SubContributionManager
 
getOverviewRuler() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the overview ruler.
getOverviewRulerAnnotationHover(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the annotation hover which will provide the information to be shown in a hover popup window when requested for the overview ruler of the given source viewer.This implementation always returns the general annotation hover returned by getAnnotationHover.
getOverviewRulerAnnotationHover(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getOverviewRulerContextMenuId() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the ruler's overview context menu id.
getOverviewRulerPreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the visibility in the overview ruler.
getOverviewRulerPreferenceValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default visibility in the overview ruler.
getOverwrite() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the flag that the dialog will use to determine whether to prompt the user for file overwrite if the selected file already exists.
getPad() - Method in class org.eclipse.equinox.p2.metadata.Version
Returns the pad value used when comparing this versions to versions that has a larger number of segments
getPage() - Method in class org.eclipse.jface.preference.FieldEditor
Return the DialogPage that the receiver is sending updates to.
getPage() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns the preference page for this node.
getPage() - Method in class org.eclipse.jface.preference.PreferenceNode
 
getPage() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the page created from and associated with this configuration.
getPage() - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
getPage() - Method in interface org.eclipse.ui.IWorkbenchSite
Returns the page containing this workbench site.
getPage() - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
Returns the page corresponding to this viewer site.
getPage() - Method in class org.eclipse.ui.part.EditorActionBarContributor
Returns this contributor's workbench page.
getPage() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor to return the workbench page.
getPage() - Method in class org.eclipse.ui.part.PageSite
 
getPage(Object) - Method in interface org.eclipse.ui.forms.IDetailsPageProvider
Returns the page for the provided key.
getPage(String) - Method in interface org.eclipse.jface.wizard.IWizard
Returns the wizard page with the given name belonging to this wizard.
getPage(String) - Method in class org.eclipse.jface.wizard.Wizard
 
getPage(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
Get the page for the node.
getPageBook() - Method in class org.eclipse.ui.part.PageBookView
Returns the pagebook control for this view.
getPageChangeProvider() - Method in class org.eclipse.jface.dialogs.PageChangedEvent
Returns the page change provider that is the source of this event.
getPageConfiguration() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
Return the synchronize page configuration for this part
getPageConfiguration() - Method in class org.eclipse.team.ui.synchronize.ParticipantPagePane
Return the synchronize page configuration for this part
getPageConfiguration() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
Return the synchronize page configuration for this part
getPageContainer() - Method in class org.eclipse.jface.preference.PreferenceDialog
Get the composite that is showing the page.
getPageContainer() - Method in class org.eclipse.ui.about.InstallationPage
Get the page container that is hosting this page.
getPageCount() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the number of pages in this wizard.
getPageCount() - Method in class org.eclipse.jface.wizard.Wizard
 
getPageCount() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the number of pages in this multi-page editor.
getPageImage(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the image for the page with the given index, or null if no image has been set for the page.
getPageIncrement() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
Returns the value that will be used for Scale.setPageIncrement(int).
getPageIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's position will be modified by when the page up/down keys are pressed.
getPageKey(Object) - Method in interface org.eclipse.ui.forms.IDetailsPageProvider
Returns the page key for the provided object.
getPageLayout() - Method in class org.eclipse.jface.preference.PreferenceDialog
Return the layout for the composite that contains the pages.
getPageLimit() - Method in class org.eclipse.ui.forms.DetailsPart
Returns the maximum number of pages that should be maintained in this part.
getPageRec(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
Returns the page record for the given part.
getPageRec(IPage) - Method in class org.eclipse.ui.part.PageBookView
Returns the page record for the given page of this view.
getPages() - Method in interface org.eclipse.jface.wizard.IWizard
Returns all the pages in this wizard.
getPages() - Method in class org.eclipse.jface.wizard.Wizard
 
getPages() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns a list of the pages in this workbench window.
getPages() - Method in class org.eclipse.ui.part.PageSwitcher
Returns the pages available in the view.
getPages(String) - Static method in class org.eclipse.team.ui.TeamUI
Return a set of wizard pages for the given importer ID.
getPageSettings() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Return a settings node that can be used by the page to save state.
getPageSite(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the service locator for the given page index.
getPageSite(IPage) - Method in class org.eclipse.ui.part.PageBookView
Returns the view site for the given page of this view.
getPageText(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the text label for the page with the given index.
getPageTitle() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
Return the page title for the page used by this wizard.
getPaintManager() - Method in class org.eclipse.jface.text.TextViewer
Returns the paint manager of this viewer.
getParagraphsSeparated() - Method in class org.eclipse.ui.forms.widgets.FormText
Tests if there is some inter-paragraph spacing.
getParam(Object) - Method in class org.eclipse.ui.statushandlers.AbstractStatusHandler
Returns the value of the handler's parameter identified by the given key, or null if this handler has no such parameter.
getParameter() - Method in class org.eclipse.core.commands.Parameterization
Returns the parameter that is being parameterized.
getParameter(int) - Method in interface org.eclipse.equinox.p2.metadata.expression.IEvaluationContext
Returns the value of the parameter at the given position
getParameter(String) - Method in class org.eclipse.core.commands.Command
Returns the parameter with the provided id or null if this command does not have a parameter with the id.
getParameter(String) - Method in class org.eclipse.core.commands.ExecutionEvent
Returns the value of the parameter with the given id.
getParameter(String) - Method in interface org.eclipse.ui.intro.config.IIntroURL
Return a parameter defined in the Intro URL.
getParameterizedCommand() - Method in class org.eclipse.jface.bindings.Binding
Returns the parameterized command to which this binding applies.
getParameterMap() - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns the parameter map, as can be used to construct an ExecutionEvent.
getParameters() - Method in class org.eclipse.core.commands.Command
Returns the parameters for this command.
getParameters() - Method in class org.eclipse.core.commands.ExecutionEvent
Returns all of the parameters.
getParameters() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommand
Returns the value of the 'Parameters' containment reference list.
getParameters() - Method in interface org.eclipse.e4.ui.model.application.commands.MKeyBinding
Returns the value of the 'Parameters' containment reference list.
getParameters() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MHandledItem
Returns the value of the 'Parameters' containment reference list.
getParameters() - Method in interface org.eclipse.equinox.p2.metadata.expression.IContextExpression
Returns the parameters that this context expression was created with.
getParameters() - Method in interface org.eclipse.equinox.p2.metadata.expression.IMatchExpression
Returns the parameters that this match expression was created with.
getParameters() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Returns the parameters used to configure this engine according to the valid parameters for the associated engine type.
getParameters() - Method in interface org.eclipse.ui.commands.IElementReference
Parameters that help scope this callback registration.
getParameterType() - Method in interface org.eclipse.core.commands.ITypedParameter
Returns the ParameterType associated with a command parameter or null if the parameter does not declare a type.
getParameterType() - Method in class org.eclipse.core.commands.ParameterTypeEvent
Returns the instance of the parameter type that changed.
getParameterType(String) - Method in class org.eclipse.core.commands.Command
Returns the ParameterType for the parameter with the provided id or null if this command does not have a parameter type with the id.
getParameterType(String) - Method in class org.eclipse.core.commands.CommandManager
Gets the command ParameterType with the given identifier.
getParameterType(String) - Method in interface org.eclipse.ui.commands.ICommandService
Retrieves the command parameter type with the given identifier.
getParameterTypeId() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns the command parameter type identifier that was added or removed.
getParameterValues() - Method in interface org.eclipse.core.commands.IParameterValues
Returns a map keyed by externalized names for parameter values.
getParameterValues() - Method in class org.eclipse.ui.commands.ExtensionParameterValues
 
getParameterValues() - Method in class org.eclipse.ui.views.markers.FiltersContributionParameters
Returns a map keyed names for parameter values.
getParams() - Method in class org.eclipse.jface.text.templates.TemplateVariableType
Returns the unmodifiable and possibly empty list of parameters
getParams() - Method in class org.eclipse.ui.statushandlers.AbstractStatusHandler
Returns all parameters of the handler.
getParent() - Method in class org.eclipse.compare.structuremergeviewer.DiffElement
 
getParent() - Method in interface org.eclipse.compare.structuremergeviewer.IDiffElement
Returns the parent of this element.
getParent() - Method in class org.eclipse.core.expressions.EvaluationContext
 
getParent() - Method in interface org.eclipse.core.expressions.IEvaluationContext
Returns the parent context or null if this is the root of the evaluation context hierarchy.
getParent() - Method in interface org.eclipse.core.filesystem.IFileStore
Returns the parent of this store.
getParent() - Method in class org.eclipse.core.filesystem.provider.FileStore
 
getParent() - Method in interface org.eclipse.core.resources.IResource
Returns the resource which is the parent of this resource, or null if it has no parent (that is, this resource is the workspace root).
getParent() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the element which contains this element.
getParent() - Method in class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
Return the parent node for this event.
getParent() - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Returns the parent of this working copy or null if this working copy is not a nested copy of another working copy.
getParent() - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
Returns parent context, or null if there is no parent context.
getParent() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Parent' container reference.
getParent() - Method in class org.eclipse.jface.action.ContributionItem
Returns the parent contribution manager, or null if this contribution item is not currently added to a contribution manager.
getParent() - Method in class org.eclipse.jface.action.MenuManager
Returns the parent contribution manager of this manger.
getParent() - Method in class org.eclipse.jface.action.SubContributionManager
Returns the parent manager.
getParent() - Method in class org.eclipse.jface.viewers.TreeNode
Returns the parent node.
getParent() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the parent change.
getParent() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's parent, which must be a CTabFolder.
getParent() - Method in class org.eclipse.swt.widgets.Caret
Returns the receiver's parent, which must be a Canvas.
getParent() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's parent, which must be a Composite or null when the receiver is a shell that was created with null or a display for a parent.
getParent() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the receiver's parent, which must be a CoolBar.
getParent() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's parent, which must be a Shell or null.
getParent() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the receiver's parent, which must be a ExpandBar.
getParent() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent, which must be a Decorations.
getParent() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's parent, which must be a Menu.
getParent() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's parent, which must be a Scrollable.
getParent() - Method in class org.eclipse.swt.widgets.TabItem
Returns the receiver's parent, which must be a TabFolder.
getParent() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's parent, which must be a TaskBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's parent, which must be a ToolBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's parent, which must be a Shell.
getParent() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's parent, which must be a Tray.
getParent() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns the receiver's parent, which must be a Tree.
getParent() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent, which must be a Tree.
getParent() - Method in exception org.eclipse.text.edits.MalformedTreeException
Returns the parent edit that caused the exception.
getParent() - Method in class org.eclipse.text.edits.TextEdit
Returns the edit's parent.
getParent() - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetManager
Get the cheat sheet manager for the enclosing composite cheat sheet.
getParent() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Return the parent of this element.
getParent() - Method in class org.eclipse.ui.navigator.PipelinedShapeModification
 
getParent() - Method in class org.eclipse.ui.SubActionBars
Return the parent action bar manager.
getParent() - Method in class org.eclipse.ui.views.framelist.Frame
Returns the frame list.
getParent() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the parent of this entry.
getParent() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return the parent category.
getParent() - Method in interface org.eclipse.unittest.model.ITestElement
Returns parent test suite element of this test element
getParent(E) - Method in class org.eclipse.jface.databinding.viewers.TreeStructureAdvisor
Returns the parent for the given element, or null indicating that the parent can't be computed.
getParent(Object) - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
 
getParent(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
 
getParent(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
 
getParent(Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
getParent(Object) - Method in interface org.eclipse.jface.viewers.ILazyTreeContentProvider
Returns the parent for the given element, or null indicating that the parent can't be computed.
getParent(Object) - Method in interface org.eclipse.jface.viewers.ITreeContentProvider
Returns the parent for the given element, or null indicating that the parent can't be computed.
getParent(Object) - Method in class org.eclipse.jface.viewers.TreeNodeContentProvider
 
getParent(Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
 
getParent(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
getParent(Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
getParent(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter
Returns the logical parent of the given object in its tree.
getParent(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter method returns null.
getParent(Object) - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
getParentCoolBarManager() - Method in class org.eclipse.jface.action.SubCoolBarManager
Returns the parent cool bar manager that this sub-manager contributes to.
getParentDocument() - Method in class org.eclipse.jface.text.projection.ChildDocument
Returns the parent document of this child document.
getParentDocumentRange() - Method in class org.eclipse.jface.text.projection.ChildDocument
Returns the parent document range of this child document.
getParentElement(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
This method takes a tree path or an element.
getParentElement(Object) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getParentElementId() - Method in interface org.eclipse.e4.ui.model.fragment.MStringModelFragment
Returns the value of the 'Parent Element Id' attribute.
getParentFrame(int) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
Returns the parent frame, or null if there is no parent frame.
getParentId() - Method in class org.eclipse.core.commands.contexts.Context
Returns the identifier of the parent of this instance.
getParentId() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution
Returns the value of the 'Parent Id' attribute.
getParentId() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution
Returns the value of the 'Parent Id' attribute.
getParentId() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution
Returns the value of the 'Parent Id' attribute.
getParentId() - Method in class org.eclipse.jface.bindings.Scheme
Returns the identifier of the parent of the scheme represented by this handle.
getParentId() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
getParentId() - Method in interface org.eclipse.ui.contexts.IContext
Deprecated.
Returns the identifier of the parent of this instance.
getParentItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a MenuItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentItem(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the parent item of the given item in the tree, or null if there is no parent item.
getParentItem(Item) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getParentLocation() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns the parent of this location or null if none is available.
getParentMenu() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a Menu or null when the receiver is a root.
getParentMenuManager() - Method in class org.eclipse.jface.action.SubMenuManager
 
getParentNode() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Return the parent of this node or null if the node doesn't have a parent or the parent is not known.
getParentPath() - Method in class org.eclipse.jface.viewers.TreePath
Returns a copy of this tree path with one segment removed from the end, or null if this tree path has no segments.
getParentProvider() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns the parent document provider.
getParentRuler() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the parent ruler, null before AbstractRulerColumn.createControl(CompositeRuler, Composite) has been called.
getParentRuler() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Returns the parent (composite) ruler of this ruler column.
getParents(Object) - Method in interface org.eclipse.jface.viewers.ILazyTreePathContentProvider
Return the possible parent paths for the given element.
getParents(Object) - Method in interface org.eclipse.jface.viewers.ITreePathContentProvider
Return the possible parent paths for the given element.
getParentShell() - Method in class org.eclipse.jface.window.Window
Returns parent shell, under which this window's shell is created.
getParentStatusLineManager() - Method in class org.eclipse.jface.action.SubStatusLineManager
 
getParentToolBarManager() - Method in class org.eclipse.jface.action.SubToolBarManager
 
getParser() - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Creates and returns a new expression parser
getPart() - Method in class org.eclipse.debug.ui.contexts.AbstractDebugContextProvider
 
getPart() - Method in interface org.eclipse.debug.ui.contexts.IDebugContextProvider
Returns the part associated with this context provider or null if none.
getPart() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Return the workbench part for the page or null if a workbench part is not available (e.g. if the page is being shown in a dialog).
getPart() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Return the workbench part for the page or null if a workbench part is not available (e.g. if the page is being shown in a dialog).
getPart() - Method in class org.eclipse.team.ui.TeamOperation
Return the part that is associated with this operation.
getPart() - Method in interface org.eclipse.ui.IWorkbenchPartSite
Returns the part associated with this site
getPart() - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
 
getPart() - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
getPart() - Method in class org.eclipse.ui.views.properties.PropertyShowInContext
 
getPart() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
 
getPart(boolean) - Method in interface org.eclipse.ui.IWorkbenchPartReference
Returns the IWorkbenchPart referenced by this object.
getPartControl() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns the form page control.
getPartControl() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Returns the control associated with this page.
getPartDebugContext(IWorkbenchPartSite) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the currently active context for the given workbench part.
getPartDescriptor(String) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returns the descriptor for the given part id.
getPartialBottomIndex(ITextViewer) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the last, possibly partially, visible line in the view port.
getPartialBottomIndex(StyledText) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the index of the last (possibly only partially) visible line of the widget
getPartiallyEnabledCategories(IActivityManager) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the set of partially enabled categories.
getPartialMatches(TriggerSequence) - Method in class org.eclipse.jface.bindings.BindingManager
Returns all of the possible bindings that start with the given trigger (but are not equal to the given trigger).
getPartialMatches(TriggerSequence) - Method in interface org.eclipse.ui.keys.IBindingService
Returns all of the possible bindings that start with the given trigger (but are not equal to the given trigger).
getPartialMatches(KeySequence) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getPartialTopIndex(ITextViewer) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the line index of the first visible model line in the viewer.
getPartialTopIndex(StyledText) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the index of the first (possibly only partially) visible line of the widget
getParticipant() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the participant associated with this configuration.
getParticipant() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
Returns the participant referenced by this handle.
getParticipant() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeView
Returns the participant currently being displayed in the Synchronize View or null if none.
getParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
Return the Synchronize participant for this part
getParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageDialog
Deprecated.
Returns the participant showing in this dialog.
getParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPagePane
Return the Synchronize participant for this part
getParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
Return the Synchronize participant for this part
getParticipantDescriptor(String) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Returns the participant descriptor for the given participant type id or null if a descriptor is not found for that id.
getParticipantId() - Method in interface org.eclipse.help.search.ISearchResult
Gets the participant ID
getParticipants() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getParticipants() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns the source lookup participants currently registered with this director, possibly an empty collection.
getParticipants(RefactoringStatus, RefactoringProcessor, Object, RefactoringArguments, IParticipantDescriptorFilter, String[], SharableParticipants) - Method in class org.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint
Returns all participants for a given element.
getPartition(int) - Method in class org.eclipse.jface.text.AbstractDocument
 
getPartition(int) - Method in interface org.eclipse.jface.text.IDocument
Returns the document partition in which the position is located.
getPartition(int) - Method in interface org.eclipse.jface.text.IDocumentPartitioner
Returns the partition containing the given offset of the connected document.
getPartition(int) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getPartition(int) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the partition containing the given offset of the connected document.
getPartition(int) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getPartition(int, boolean) - Method in interface org.eclipse.jface.text.IDocumentPartitionerExtension2
Returns the partition containing the given offset of the connected document.
getPartition(int, boolean) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
 
getPartition(int, boolean) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the partition containing the given offset of the connected document.
getPartition(int, boolean) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
 
getPartition(String, int, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
 
getPartition(String, int, boolean) - Method in interface org.eclipse.jface.text.IDocumentExtension3
Returns the document partition of the given partitioning in which the given offset is located.
getPartition(IDocument, String, int, boolean) - Static method in class org.eclipse.jface.text.TextUtilities
Returns the partition of the given offset of the given document.
getPartitioner() - Method in class org.eclipse.ui.console.IOConsole
Returns this console's document partitioner.
getPartitioner() - Method in class org.eclipse.ui.console.TextConsole
Returns the console's document partitioner.
getPartitionings() - Method in class org.eclipse.jface.text.AbstractDocument
 
getPartitionings() - Method in interface org.eclipse.jface.text.IDocumentExtension3
Returns the existing partitionings for this document.
getPartName() - Method in interface org.eclipse.ui.IWorkbenchPart2
Returns the name of this part.
getPartName() - Method in interface org.eclipse.ui.IWorkbenchPartReference
Returns the name of the part, as it should be shown in tabs.
getPartName() - Method in class org.eclipse.ui.part.WorkbenchPart
Returns the name of this part.
getPartners() - Method in interface org.eclipse.core.resources.ISynchronizer
Returns a list of synchronization partner names currently registered with this synchronizer.
getPartProperties() - Method in interface org.eclipse.ui.IWorkbenchPart3
Return an unmodifiable map of the arbitrary properties.
getPartProperties() - Method in class org.eclipse.ui.part.WorkbenchPart
 
getPartProperty(String) - Method in interface org.eclipse.ui.IWorkbenchPart3
Return the value for the arbitrary property key, or null.
getPartProperty(String) - Method in interface org.eclipse.ui.IWorkbenchPartReference
Return an arbitrary property from the reference.
getPartProperty(String) - Method in class org.eclipse.ui.part.WorkbenchPart
 
getParts() - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
Returns a collection of all the parts that are being managed by this part service.
getParts() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns all the parts currently managed by this form.
getParts() - Method in class org.eclipse.ui.forms.ManagedForm
 
getPartService() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns the part service which tracks part activation within this workbench window.
getPartState(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the maximized/minimized/restored state of the given part reference.
getPassphrase() - Method in class org.eclipse.jsch.ui.UserInfoPrompter
 
getPassword() - Method in interface org.eclipse.core.net.proxy.IProxyData
Return the password that should be used when authenticating for the proxy.
getPassword() - Method in class org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
 
getPassword() - Method in interface org.eclipse.jsch.core.IJSchLocation
Return the password
getPassword() - Method in class org.eclipse.jsch.ui.UserInfoPrompter
 
getPassword(IPreferencesContainer, int) - Method in class org.eclipse.equinox.security.storage.provider.PasswordProvider
This method should return the password used to encrypt entries in the secure preferences.
getPasswordStore() - Method in interface org.eclipse.jsch.core.IJSchLocation
Return the password store.
getPatchedContents() - Method in interface org.eclipse.compare.patch.IFilePatchResult
Return a stream that contains the file with as much of the patch applied as possible. if IFilePatchResult.hasMatches() returns false then the patched contents will match the original contents.
getPatchedContents() - Method in interface org.eclipse.compare.patch.IHunk
Return the contents that contain the modifications for this hunk.
getPath() - Method in interface org.eclipse.core.resources.IResourceStatus
Returns the path of the resource associated with this status.
getPath() - Method in interface org.eclipse.help.IContentExtension
Returns the extensions target path (what to extend).
getPath() - Method in interface org.eclipse.help.IInclude
An href pointing to a document element.
getPath() - Method in interface org.eclipse.team.core.diff.IDiff
Returns the full, absolute path of the object to which the diff applies with respect to the model root.
getPath() - Method in class org.eclipse.team.core.diff.provider.Diff
 
getPath() - Method in class org.eclipse.ui.ide.dialogs.UIResourceFilterDescription
 
getPath() - Method in interface org.eclipse.ui.IPathEditorInput
Returns the local file system path of the file underlying this editor input.
getPath() - Method in class org.eclipse.ui.part.FileEditorInput
 
getPath() - Method in interface org.eclipse.ui.views.IViewCategory
Return this categories path.
getPath() - Method in class org.eclipse.ui.views.markers.MarkerItem
Get the path string for the receiver.
getPath() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return this wizards path.
getPath(Object) - Method in interface org.eclipse.ui.editors.text.ILocationProvider
Returns the location of the given object or null.
getPath(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
Returns the path of the element in the structure of it's containing input or null if the element is not contained in the input.
getPathData() - Method in class org.eclipse.swt.graphics.Path
Returns a device independent representation of the receiver.
getPathFromText(Text) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Get a path from the supplied text widget.
getPaths() - Method in interface org.eclipse.jface.viewers.ITreeSelection
Returns the paths in this selection
getPaths() - Method in class org.eclipse.jface.viewers.TreeSelection
 
getPaths() - Method in class org.eclipse.team.core.diff.provider.DiffTree
Return the paths in this tree that contain diffs.
getPathsFor(Object) - Method in interface org.eclipse.jface.viewers.ITreeSelection
Returns the paths in this selection whose last segment is equal to the given element
getPathsFor(Object) - Method in class org.eclipse.jface.viewers.TreeSelection
 
getPathString(ResourceMapping) - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter
Get the path associated with the model object of the given mapping.
getPathString(ResourceMapping) - Method in class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
 
getPathVariableManager() - Method in interface org.eclipse.core.resources.IResource
Returns the path variable manager for this resource.
getPathVariableManager() - Method in interface org.eclipse.core.resources.IWorkspace
Returns the path variable manager for this workspace.
getPathVariableNames() - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns an array containing all defined path variable names.
getPattern() - Method in class org.eclipse.jface.text.templates.Template
Returns the template pattern.
getPattern() - Method in interface org.eclipse.team.core.IIgnoreInfo
Return the string specifying the pattern of this ignore.
getPattern() - Method in interface org.eclipse.ui.activities.IActivityPatternBinding
Returns the pattern represented in this binding.
getPattern() - Method in interface org.eclipse.ui.console.IPatternMatchListener
Returns the pattern to be used for matching.
getPattern() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Returns the pattern string.
getPattern() - Method in class org.eclipse.ui.dialogs.SearchPattern
Gets string pattern used by matcher.
getPatternControl() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Get the control where the search pattern is entered.
getPatternFilter() - Method in class org.eclipse.ui.dialogs.FilteredTree
Returns the pattern filter used by this tree.
getPatternViewer() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the pattern viewer created by createPatternViewer()
getPendingCleanup() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MTrimBar
Returns the value of the 'Pending Cleanup' reference list.
getPerfectMatch(TriggerSequence) - Method in class org.eclipse.jface.bindings.BindingManager
Returns the command identifier for the active binding matching this trigger, if any.
getPerfectMatch(TriggerSequence) - Method in interface org.eclipse.ui.keys.IBindingService
Returns the command identifier for the active binding matching this trigger, if any.
getPerfectMatch(KeySequence) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated.
getPersistable() - Method in class org.eclipse.compare.CompareEditorInput
Returns null since this editor cannot be persisted.
getPersistable() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
 
getPersistable() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getPersistable() - Method in interface org.eclipse.ui.IEditorInput
Returns an object that can be used to save the state of this editor input.
getPersistable() - Method in class org.eclipse.ui.part.FileEditorInput
 
getPersistable() - Method in class org.eclipse.ui.part.MultiEditorInput
 
getPersistedEncoding(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Returns the persisted encoding for the given element.
getPersistedEncoding(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
Returns the persisted encoding for the given element.
getPersistedState() - Method in interface org.eclipse.e4.ui.model.application.MApplicationElement
Returns the value of the 'Persisted State' map.
getPersistentProperties() - Method in interface org.eclipse.core.resources.IResource
Returns a copy of the map of this resource's persistent properties.
getPersistentProperty(QualifiedName) - Method in interface org.eclipse.core.resources.IResource
Returns the value of the persistent property of this resource identified by the given key, or null if this resource has no such property.
getPersistLocation() - Method in class org.eclipse.jface.dialogs.PopupDialog
Return a boolean indicating whether this dialog will persist its location.
getPersistSize() - Method in class org.eclipse.jface.dialogs.PopupDialog
Return a boolean indicating whether this dialog will persist its size.
getPerspective() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the current perspective descriptor for this page, or null if there is no current perspective.
getPerspectiveFor(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
 
getPerspectiveId(Set<String>) - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns the specified perspective id for the given mode set, or null if one is not provided
getPerspectiveItems() - Method in class org.eclipse.ui.actions.PerspectiveMenu
Returns the available list of perspectives to display in the menu.
getPerspectiveRegistry() - Method in interface org.eclipse.ui.IWorkbench
Returns the perspective registry for the workbench.
getPerspectives() - Method in interface org.eclipse.ui.IPerspectiveRegistry
Returns a list of the perspectives known to the workbench.
getPerspectiveShortcuts() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the perspective shortcuts associated with the current perspective.
getPhaseIds() - Method in interface org.eclipse.equinox.p2.engine.IPhaseSet
Returns the ids of the phases to be performed by this phase set.
getPipelinedChildren(Object, Set) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept the children that would be contributed to the viewer and determine how to change the shape of those children.
getPipelinedElements(Object, Set) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept the elements that would be contributed to the root of the viewer and determine how to change the shape of those children.
getPipelinedParent(Object, Object) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept requests for a parent of the given object.
getPipelineService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The pipeline service calculates the appropriate viewer modification or refresh that should be applied for viewers that wish to take advantage of the model pipelining that some extensions use to massage or reshape contents in the viewer.
getPixel(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the pixel value at offset x in scanline y in the receiver's data.
getPixel(RGB) - Method in class org.eclipse.swt.graphics.PaletteData
Returns the pixel value corresponding to the given RGB.
getPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPlatform() - Method in class org.eclipse.jface.bindings.Binding
Returns the platform on which this binding applies.
getPlatform() - Method in class org.eclipse.jface.bindings.BindingManager
Returns the active platform for this binding manager.
getPlatform() - Static method in class org.eclipse.swt.SWT
Returns the SWT platform name.
getPlatform() - Method in interface org.eclipse.ui.keys.IBindingService
Returns the currently active platform.
getPlatformAdmin() - Static method in class org.eclipse.core.runtime.Platform
Returns the platform administrator for this running Eclipse.
getPlatformConfiguration(URL) - Static method in class org.eclipse.update.configurator.ConfiguratorUtils
Deprecated.
Returns a platform configuration object, optionally initialized with previously saved configuration information.
getPlatformConfiguration(URL) - Method in interface org.eclipse.update.configurator.IPlatformConfigurationFactory
Deprecated.
Returns a platform configuration object, optionally initialized with previously saved configuration information.
getPlatformConfiguration(URL, URL) - Static method in class org.eclipse.update.configurator.ConfiguratorUtils
Deprecated.
Returns a platform configuration object, optionally initialized with previously saved configuration information.
getPlatformConfiguration(URL, URL) - Method in interface org.eclipse.update.configurator.IPlatformConfigurationFactory
Deprecated.
Returns a platform configuration object, optionally initialized with previously saved configuration information.
getPlatformFilter() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the platform filter in the form of an LDAP filter
getPlatformProperties() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the list of platform properties currently set for this state.
getPlugin() - Static method in class org.eclipse.ant.core.AntCorePlugin
Returns this plug-in instance.
getPlugin() - Static method in class org.eclipse.compare.CompareUI
 
getPlugin() - Static method in class org.eclipse.core.resources.ResourcesPlugin
Returns the Resources plug-in.
getPlugin() - Method in interface org.eclipse.core.runtime.IStatus
Returns the unique identifier of the plug-in associated with this status (this is the plug-in that defines the meaning of the status code).
getPlugin() - Method in class org.eclipse.core.runtime.Status
 
getPlugin() - Method in class org.eclipse.ui.actions.CopyProjectAction
Get the plugin used by a copy action
getPlugin(String) - Static method in class org.eclipse.core.runtime.Platform
Deprecated.
getPluginAdapter(PluginTransferData) - Static method in class org.eclipse.ui.part.PluginDropAdapter
Loads the class that will perform the action associated with the given drop data.
getPluginClassLoaders() - Method in class org.eclipse.ant.core.AntCorePreferences
 
getPluginId() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the plug-in identifier associated with the problem code.
getPluginId() - Method in class org.eclipse.ui.actions.OpenPerspectiveAction
 
getPluginId() - Method in interface org.eclipse.ui.intro.IIntroSite
Returns the unique identifier of the plug-in that defines this intro site's part.
getPluginId() - Method in interface org.eclipse.ui.IPluginContribution
 
getPluginId() - Method in interface org.eclipse.ui.IWorkbenchPartSite
Returns the unique identifier of the plug-in that defines this workbench site's part.
getPluginId() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
 
getPluginId() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method returns an empty string since the nested editor is not created from the registry.
getPluginIdentifier() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the identifier of the plug-in that contributes this launch configuration type.
getPluginIdentifier() - Method in interface org.eclipse.debug.core.ILaunchDelegate
Returns the id of the plug-in that contributed this launch delegate.
getPluginLabel() - Method in class org.eclipse.ant.core.Property
Returns the label of the plug-in that contributed this Ant property via an extension point.
getPluginPath() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Computes the plug-in path for this configuration.
getPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Deprecated.
Replaced by IEclipsePreferences. Preferences are now stored according to scopes in the IPreferencesService. The return value of this method corresponds to a combination of the InstanceScope and the DefaultScope. To set preferences for your plug-in, use InstanceScope.INSTANCE.getNode(<yourPluginId>). To set default preferences for your plug-in, use DefaultScope.INSTANCE.getNode(<yourPluginId>). To lookup an integer preference value for your plug-in, use Platform.getPreferencesService().getInt(<yourPluginId>, <preferenceKey>, <defaultValue>, null). Similar methods exist on IPreferencesService for obtaining other kinds of preference values (strings, booleans, etc).
getPluginPreferences() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Deprecated.
As of 3.5, replaced by EditorsUI.getPreferenceStore()
getPlugins() - Method in class org.eclipse.help.AbstractContextProvider
Returns an array of Strings containing the ids of the UI plug-ins for which this provider should be used.
getPlugins() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns a list of plug-ins visible on the site.
getPluginsChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Do not use this method
getPluginsChangeStamp() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Do not use this method
getPoint(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the current value of the point-valued preference with the given name in the given preference store.
getPolicy() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the UI policy used for this instance of the UI.
getPolicyName() - Method in class org.eclipse.osgi.service.resolver.DisabledInfo
Returns the name of the policy which disabled the bundle.
getPopupMenuId() - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
The default value of the popup menu id is the viewer id.
getPopupMenuManager() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
Returns the pop up menu manager for this rendering, or null if none.
getPopupShellImage(int) - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
 
getPopupShellTitle() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
Override to return a customized name.
getPopupSize() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return the size, in pixels, of the content proposal popup.
getPort() - Method in interface org.eclipse.core.net.proxy.IProxyData
Return the port that should be used when connecting to the host or -1 if the default port for the proxy protocol should be used.
getPort() - Method in class org.eclipse.help.server.HelpServer
Returns the port number the app server listens on
getPort() - Method in interface org.eclipse.jsch.core.IJSchLocation
Returns the port to connect to or USE_DEFAULT_PORT if the connection method is to use its default port.
getPosition() - Method in class org.eclipse.core.databinding.observable.list.ListDiffEntry
 
getPosition(Annotation) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
getPosition(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Returns the position associated with the given annotation.
getPositionCategories() - Method in class org.eclipse.jface.text.AbstractDocument
 
getPositionCategories() - Method in interface org.eclipse.jface.text.IDocument
Returns all position categories of this document.
getPositionInList() - Method in interface org.eclipse.e4.ui.model.fragment.MStringModelFragment
Returns the value of the 'Position In List' attribute.
getPositionInParent() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution
Returns the value of the 'Position In Parent' attribute.
getPositionInParent() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution
Returns the value of the 'Position In Parent' attribute.
getPositionInParent() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution
Returns the value of the 'Position In Parent' attribute.
getPositionOfRemovedAnnotation(Annotation) - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns the position of the removed annotation at that point in time when the annotation has been removed.
getPositions() - Method in class org.eclipse.jface.text.link.LinkedPositionGroup
Returns the positions contained in the receiver as an array.
getPositions() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns the partitioners positions.
getPositions(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
getPositions(String) - Method in interface org.eclipse.jface.text.IDocument
Returns all positions of the given position category.
getPositions(String, int, int, boolean, boolean) - Method in class org.eclipse.jface.text.AbstractDocument
Returns all positions of the given category that are inside the given region.
getPositionUpdaters() - Method in class org.eclipse.jface.text.AbstractDocument
 
getPositionUpdaters() - Method in interface org.eclipse.jface.text.IDocument
Returns the list of position updaters attached to the document.
getPossibleSuppliers() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeSpecification
Returns the list of possible suppliers to this native code specification.
getPossibleUpdates() - Method in class org.eclipse.equinox.p2.operations.UpdateOperation
Get the list of all possible updates.
getPostSelectionDelay() - Static method in class org.eclipse.jface.util.OpenStrategy
Returns the delay for post selection events.
getPreferenceColor(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the color associated with the specified preference identifier or null if none.
getPreferenceKeys() - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
getPreferenceKeys() - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Returns the preference keys used for the retrieval of formatting preferences.
getPreferenceLabel() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the presentation string for this annotation type.
getPreferenceManager() - Method in class org.eclipse.jface.preference.PreferenceDialog
Returns the preference mananger used by this preference dialog.
getPreferenceManager() - Method in interface org.eclipse.ui.IWorkbench
Returns the preference manager for the workbench.
getPreferenceName() - Method in class org.eclipse.jface.preference.FieldEditor
Returns the name of the preference this field editor operates on.
getPreferenceNodes(boolean) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
Return the preference path to search preferences on.
getPreferencePage() - Method in class org.eclipse.jface.preference.FieldEditor
Deprecated.
use #getPage()
getPreferencePageId() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the Template preference page id to be used by this template page.
getPreferencePages() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
getPreferencePages() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Return the list of preference pages that are associated with this participant
getPreferencePages() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
getPreferences() - Method in class org.eclipse.ant.core.AntCorePlugin
Returns an object representing this plug-in's preferences.
getPreferences() - Method in interface org.eclipse.equinox.security.storage.provider.IPreferencesContainer
Returns secure preferences contained in this container.
getPreferences() - Method in class org.eclipse.jface.text.formatter.ContextBasedFormattingStrategy
Returns the preferences used for the current formatting step.
getPreferencesService() - Static method in class org.eclipse.core.runtime.Platform
Return the interface into the preference mechanism.
getPreferenceStore() - Method in class org.eclipse.compare.CompareConfiguration
Returns the preference store of this configuration.
getPreferenceStore() - Method in class org.eclipse.debug.ui.AbstractDebugView
Convenience method to return the preference store for the Debug UI plug-in.
getPreferenceStore() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the preference store for the debug UI plug-in.
getPreferenceStore() - Method in class org.eclipse.jface.preference.FieldEditor
Returns the preference store used by this field editor.
getPreferenceStore() - Method in interface org.eclipse.jface.preference.IPreferencePageContainer
Returns the preference store.
getPreferenceStore() - Static method in class org.eclipse.jface.preference.JFacePreferences
Return the preference store for the receiver.
getPreferenceStore() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
getPreferenceStore() - Method in class org.eclipse.jface.preference.PreferencePage
Returns the preference store of this preference page.
getPreferenceStore() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the preference store of this plug-in.
getPreferenceStore() - Method in interface org.eclipse.ui.IWorkbench
Deprecated.
this returns the internal preference store for the workbench, which clients should not use. Use PlatformUI.getPreferenceStore() instead. Note that these preference stores are not the same. If you were previously storing preferences in the store returned by this method you should move them to your own plugin preference store.
getPreferenceStore() - Static method in class org.eclipse.ui.PlatformUI
Returns the preference store used for publicly settable workbench preferences.
getPreferenceStore() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Returns the preference store for this UI plug-in.
getPreferenceStore() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns this editor's preference store or null if none has been set.
getPreferred() - Static method in class org.eclipse.search.ui.text.TextSearchQueryProvider
Returns the preferred query provider.
getPreferredDelegate(Set<String>) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the preferred launch delegate that has been set on this configuration or null if one is not specified.
getPreferredDelegate(Set<String>) - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the preferred launch delegate for this type in the specified mode combination or null if there is no preferred delegate.
getPreferredPreviewHeight() - Method in class org.eclipse.jface.preference.FontFieldEditor
Returns the preferred preview height.
getPreferredSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's ideal size.
getPreferredSize() - Method in class org.eclipse.ui.menus.AbstractWorkbenchTrimWidget
 
getPreferredToggleBreakpointsTargetID(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetManager
Returns the ID of the calculated preferred toggle breakpoints target for the given active part and selection.
getPrefix() - Method in interface org.eclipse.ui.forms.IMessage
Messages that are associated with controls can be shown with a prefix that indicates the origin of the message (e.g. the label preceeding the control).
getPrefix(Control) - Method in interface org.eclipse.ui.forms.IMessagePrefixProvider
Returns the computed prefix for the provided control.
getPrefixCompletionStart(IDocument, int) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension3
Returns the document offset at which the receiver would insert its proposal.
getPrefixCompletionStart(IDocument, int) - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getPrefixCompletionText(IDocument, int) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension3
Returns the string that would be inserted at the position returned from ICompletionProposalExtension3.getPrefixCompletionStart(IDocument, int) if this proposal was applied.
getPrefixCompletionText(IDocument, int) - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getPrefixes() - Method in class org.eclipse.jface.bindings.keys.KeySequence
 
getPrefixes() - Method in class org.eclipse.jface.bindings.TriggerSequence
Returns a list of prefixes for the current sequence.
getPrefixLength() - Method in class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
 
getPrefixSegmentStripCount() - Method in class org.eclipse.compare.patch.PatchConfiguration
Return the number of prefix segments to be stripped when attempting to apply a patch.
getPrefKey() - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
An accessor for the current key of the toggle preference.
getPrefStore() - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
An accessor for the current preference store for this dialog.
getPrerequisites(BundleDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns all the prerequisite bundles in the state for the given bundles.
getPresentation(String) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
getPresentation(String) - Method in interface org.eclipse.debug.ui.IDebugView
Returns the debug model presentation for this view specified by the debug model identifier.
getPresentationAttributes(String) - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns a map of the current attribute settings in the model presentation in this view associated with the given debug model.
getPresentationLayer() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the presentation layer.
getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the presentation reconciler ready to be used with the given source viewer.
getPreservedText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the text that has been replaced.
getPreviewContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
getPreviewContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
 
getPreviewContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns the preview content as a string.
getPreviewContent(TextEditBasedChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
getPreviewContent(TextEditBasedChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns a preview of the text change clipped to a specific region.
getPreviewContent(TextEditBasedChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns a preview of the text edit change clipped to a specific region.
getPreviewContent(TextEditChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns a preview of the text change clipped to a specific region.
getPreviewControl() - Method in class org.eclipse.jface.preference.FontFieldEditor
Returns the preview control for this field editor.
getPreviewDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
Returns a document representing the preview of the refactored buffer, after the application of the change object.
getPreviewDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns a document containing a preview of the text change.
getPreviewEdit(TextEdit) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the edit that got executed during preview generation instead of the given original.
getPreviewEdits(TextEdit[]) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the edits that were executed during preview generation instead of the given array of original edits.
getPreviewPage() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Returns the preview wizard page.
getPreviewRequestMessage() - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Return a string to be used in the preview request on the scope prompt or null if a preview of the operation results is not possible.
getPreviewRequestMessage() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
 
getPreviousAttributeValuesByName() - Method in class org.eclipse.ui.commands.CommandEvent
Deprecated.
getPreviousAttributeValuesByName() - Method in class org.eclipse.ui.commands.HandlerEvent
Deprecated.
getPreviousEdition(IFile, Object) - Static method in class org.eclipse.team.ui.history.ElementLocalHistoryPageSource
Return the previous edition from the local history of the given element located in the given file.
getPreviousItem(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the item before the given item in the tree, or null if there is no previous item.
getPreviouslyActiveContextIds() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns the set of identifiers to previously active contexts.
getPreviouslyDefinedActivityIds() - Method in class org.eclipse.ui.activities.ActivityManagerEvent
Returns the activity identifiers that were previously defined.
getPreviouslyDefinedCategoryIds() - Method in class org.eclipse.ui.activities.ActivityManagerEvent
Returns the category identifiers that were previously defined.
getPreviouslyDefinedCategoryIds() - Method in class org.eclipse.ui.commands.CommandManagerEvent
Deprecated.
getPreviouslyDefinedCommandIds() - Method in class org.eclipse.ui.commands.CommandManagerEvent
Deprecated.
getPreviouslyDefinedContextIds() - Method in class org.eclipse.ui.contexts.ContextManagerEvent
Deprecated.
Returns the set of identifiers to previously defined contexts.
getPreviouslyDefinedKeyConfigurationIds() - Method in class org.eclipse.ui.commands.CommandManagerEvent
Deprecated.
getPreviouslyEnabledActivityIds() - Method in class org.eclipse.ui.activities.ActivityManagerEvent
Returns the activity identifiers that were previously enabled.
getPreviouslyEnabledContextIds() - Method in class org.eclipse.ui.contexts.ContextManagerEvent
Deprecated.
Returns the set of identifiers to previously enabled contexts.
getPreviousOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the previous offset for the specified offset and movement type.
getPreviousOffset(MovementEvent) - Method in interface org.eclipse.swt.custom.MovementListener
This method is called when a new offset is required based on the current offset and a movement type.
getPreviousOffsetByState(int, boolean) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
Get this offset or the nearest offset before which is, depending on argument, writable or read-only.
getPreviousPage() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns the wizard page that would to be shown if the user was to press the Back button.
getPreviousPage() - Method in class org.eclipse.jface.wizard.WizardPage
 
getPreviousPage(IWizardPage) - Method in interface org.eclipse.jface.wizard.IWizard
Returns the predecessor of the given page.
getPreviousPage(IWizardPage) - Method in class org.eclipse.jface.wizard.Wizard
 
getPreviousPage(IWizardPage) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
 
getPreviousPage(IWizardPage) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
 
getPreviousSaveNumber() - Method in interface org.eclipse.core.resources.ISaveContext
Returns the number for the previous save in which the plug-in actively participated, or 0 if the plug-in has never actively participated in a save before.
getPrimaryFeatureIdentifier() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns the identifier of the configured primary feature.
getPrimaryMonitor() - Method in class org.eclipse.swt.widgets.Display
Returns the primary monitor for that device.
getPrimaryRenderingType(IMemoryBlock) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider
Returns the primary rendering type bound to the given memory block, or null if none.
getPrimaryRole() - Method in interface org.eclipse.equinox.security.auth.credentials.IPublicCredential
Returns user's primary role, if set.
getPrimaryWizards() - Method in interface org.eclipse.ui.wizards.IWizardRegistry
Return the wizards that have been designated as "primary".
getPrinterData() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the printer data that will be used when the dialog is opened.
getPrinterData() - Method in class org.eclipse.swt.printing.Printer
Returns a PrinterData object representing the target printer for this print job.
getPrinterList() - Static method in class org.eclipse.swt.printing.Printer
Returns an array of PrinterData objects representing all available printers.
getPrintToFile() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the 'Print to file' setting that the user selected before pressing OK in the dialog.
getPriority() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the priority of this job.
getPriority() - Method in interface org.eclipse.debug.core.model.IThread
Returns the priority of this thread.
getPriority() - Method in class org.eclipse.help.AbstractTocProvider
If two toc contributions have the same id, the one with higher priority will be shown.
getPriority() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.
getPriority() - Method in interface org.eclipse.ui.model.IComparableContribution
Return the priority of this contribution.
getPriority() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Returns the priority of the navigator content extension.
getPriority(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the priority of the given marker.
getPrivateKey() - Method in interface org.eclipse.equinox.security.auth.credentials.IPrivateCredential
Returns private key stored in this credential
getProblemsMessage() - Method in class org.eclipse.ui.actions.BuildAction
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.CloseResourceAction
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the message for this operation's problems dialog.
getProblemsMessage() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns the message for this operation's problems dialog.
getProblemsMessage() - Method in class org.eclipse.ui.actions.OpenResourceAction
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.RefreshAction
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.RenameResourceAction
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated.
 
getProblemsMessage() - Method in class org.eclipse.ui.actions.WorkspaceAction
Returns the string to display for this action's problems dialog.
getProblemsTitle() - Method in class org.eclipse.ui.actions.BuildAction
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.CloseResourceAction
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns the title for this operation's problems dialog.
getProblemsTitle() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns the title for this operation's problems dialog.
getProblemsTitle() - Method in class org.eclipse.ui.actions.OpenResourceAction
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.RefreshAction
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.RenameResourceAction
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated.
 
getProblemsTitle() - Method in class org.eclipse.ui.actions.WorkspaceAction
Returns the title for this action's problems dialog.
getProblemsUndoContext() - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Return the undo context that should be used for operations involving problems.
getProcess() - Method in interface org.eclipse.debug.core.model.IDebugTarget
Returns the system process associated with this debug target.
getProcess() - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
Returns the process this color provider is providing color for, or null if none.
getProcess() - Method in interface org.eclipse.debug.ui.console.IConsole
Returns the process associated with this console.
getProcessedElements() - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns all processed elements
getProcesses() - Method in interface org.eclipse.debug.core.ILaunch
Returns the processes that were launched, or an empty collection if no processes were launched.
getProcesses() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the collection of processes currently registered with this launch manager.
getProcesses() - Method in class org.eclipse.debug.core.Launch
 
getProcesses0() - Method in class org.eclipse.debug.core.Launch
Returns the processes associated with this launch, in its internal form - a list.
getProcessingSteps() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
Return the list of processing steps associated with this descriptor.
getProcessingSteps() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyRefactoring
 
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteRefactoring
 
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveRefactoring
 
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Return the processor associated with this refactoring.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Returns the processor that is associated with this participant.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
 
getProcessor() - Method in class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard
 
getProcessor() - Method in class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
 
getProcessorClass() - Method in interface org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution
 
getProcessorId() - Method in interface org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
Returns the fully qualified id of the processing step extension.
getProcessorId() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor
 
getProcessorName() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns a human readable name.
getProcessors() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeDescription
Returns the processors supported by the native code.
getProduct() - Static method in class org.eclipse.core.runtime.Platform
Returns the product which was selected when running this Eclipse instance or null if none
getProducts() - Method in interface org.eclipse.core.runtime.IProductProvider
Returns the products provided by this provider.
getProfile() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the profile that this plan will operate on.
getProfile(String) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Return the profile in the registry that has the given id.
getProfile(String, long) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Return the profile in the registry that has the given id and timestamp.
getProfileChangeRequest() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return the profile change request that describes the receiver.
getProfileId() - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns the id of this profile, unique within a given profile registry
getProfileId() - Method in interface org.eclipse.equinox.p2.engine.IProfileEvent
Returns the id of the profile that changed.
getProfileId() - Method in interface org.eclipse.equinox.p2.operations.IProfileChangeJob
Return the string id of the profile involved in this job.
getProfileId() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
 
getProfileId() - Method in class org.eclipse.equinox.p2.operations.ProfileModificationJob
 
getProfileId() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the profile id that should be assumed for this ProvisioningUI if no other id is otherwise specified.
getProfiles() - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Return an array of profiles known to this registry.
getProfileStateProperties(String, long) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Return all properties for a particular profile state.
getProfileStateProperties(String, String) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Return a map of profile timestamps to values for all profile states that contain the given property key.
getProgramID() - Method in class org.eclipse.swt.ole.win32.OleClientSite
Returns the program ID of the OLE Document or ActiveX Control.
getPrograms() - Static method in class org.eclipse.swt.program.Program
Answers all available programs in the operating system.
getProgress() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress.
getProgressMonitor() - Method in interface org.eclipse.jface.action.IStatusLineManager
Returns a progress monitor which reports progress in the status line.
getProgressMonitor() - Method in class org.eclipse.jface.action.StatusLineManager
 
getProgressMonitor() - Method in class org.eclipse.jface.action.SubStatusLineManager
 
getProgressMonitor() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Returns the progress monitor to use for operations run in this progress dialog.
getProgressMonitor() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns the progress monitor of this reconciler.
getProgressMonitor() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
getProgressMonitor() - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Returns the progress monitor used to report progress.
getProgressMonitor() - Method in class org.eclipse.jface.wizard.WizardDialog
Returns the progress monitor for this wizard dialog (if it has one).
getProgressMonitor() - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getProgressMonitor() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getProgressMonitor() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getProgressMonitor() - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getProgressMonitor() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the progress monitor related to this editor.
getProgressMonitor() - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension2
Returns this providers progress monitor.
getProgressMonitorDelegate() - Method in class org.eclipse.jface.action.StatusLineManager
Returns the progress monitor delegate.
getProgressService() - Method in interface org.eclipse.ui.IWorkbench
Returns the progress service for the workbench.
getProgressState() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress state.
getProject() - Method in class org.eclipse.ant.core.TargetInfo
Returns the ProjectInfo of the enclosing project.
getProject() - Method in interface org.eclipse.core.resources.IBuildConfiguration
 
getProject() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns the project for which this builder is defined.
getProject() - Method in interface org.eclipse.core.resources.IProjectNature
Returns the project to which this project nature applies.
getProject() - Method in interface org.eclipse.core.resources.IResource
Returns the project which contains this resource.
getProject() - Method in interface org.eclipse.core.resources.ISaveContext
If the current save is a project save, this method returns the project being saved.
getProject() - Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
Returns the project this source container references.
getProject() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the project name.
getProject() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
Returns the name of the associated project.
getProject() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the project of the refactoring history being displayed.
getProject() - Method in class org.eclipse.team.core.RepositoryProvider
 
getProject() - Method in class org.eclipse.team.core.ScmUrlImportDescription
 
getProject() - Method in class org.eclipse.ui.ide.dialogs.UIResourceFilterDescription
 
getProject(String) - Method in interface org.eclipse.core.resources.IWorkspaceRoot
Returns a handle to the project resource with the given name which is a child of this root.
getProject(String) - Method in class org.eclipse.team.core.ProjectSetCapability
Return the name of the project that is the target of the given reference string or null if this capability does not support parsing of reference strings.
getProject(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
Returns the project associated with the specified launch configuration or null if none.
getProjectHandle() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Creates a project resource handle for the current project name field value.
getProjectHandle() - Method in class org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage
Creates a project resource handle for the current project name field value.
getProjectHistory(IProject, long, long, int, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns a project refactoring history for the specified project.
getProjectHistory(IProject, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns a project refactoring history for the specified project.
getProjectionAnnotationModel() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Returns the projection annotation model.
getProjectionMapping() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Deprecated.
getProjectName() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Returns the current project name as entered by the user, or its anticipated initial value.
getProjectName() - Method in class org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage
Returns the current project name as entered by the user, or its anticipated initial value.
getProjectPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use if refactorings of exactly one project are displayed.
getProjectRelativePath() - Method in interface org.eclipse.core.resources.IResource
Returns a relative path of this resource with respect to its project.
getProjectRelativePath() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns the project-relative path of this resource delta.
getProjects() - Method in interface org.eclipse.core.resources.IWorkspaceRoot
Returns the collection of projects which exist under this root.
getProjects() - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
 
getProjects() - Method in class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
Return the list of projects that apply to this context.
getProjects() - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Returns the projects that contain the resources that constitute this application model.
getProjects() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringDescriptorResourceMapping
 
getProjects() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringHistoryResourceMapping
 
getProjects() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the projects that bound this scope.
getProjects() - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
 
getProjects(int) - Method in interface org.eclipse.core.resources.IWorkspaceRoot
Returns the collection of projects which exist under this root.
getProjectSetCapability() - Method in class org.eclipse.team.core.RepositoryProviderType
Answers an object for serializing and deserializing of references to projects.
getProjectSetSerializer(String) - Static method in class org.eclipse.team.core.Team
Deprecated.
getProjectsForProblemSearch(ILaunchConfiguration, String) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns the set of projects to use when searching for errors or null if no search is to be done.
getPropagateKeys() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Get the boolean that indicates whether key events (including auto-activation characters) received by the content proposal popup should also be propagated to the adapted control when the proposal popup is open.
getProperties() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom properties.
getProperties() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Properties' map.
getProperties() - Method in interface org.eclipse.e4.ui.model.application.ui.MContext
Returns the value of the 'Properties' map.
getProperties() - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns an unmodifiable map of all profile properties.
getProperties() - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns the properties that are defined in this context.
getProperties() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns an unmodifiable copy of the properties associated with the installable unit.
getProperties() - Method in interface org.eclipse.equinox.p2.metadata.IProvidedCapability
A full description of this capability including the name and the version.
getProperties() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
Returns a read-only collection of the properties of the artifact descriptor.
getProperties() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
Returns a read-only collection of the properties of the artifact descriptor.
getProperties() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns a read-only collection of the properties of the repository.
getProperties() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns a read-only collection of the properties of the repository.
getProperties() - Method in class org.eclipse.jface.viewers.DecorationContext
 
getProperties() - Method in interface org.eclipse.jface.viewers.IDecorationContext
Return the properties that exist in this context (i.e. the set of properties that have values associated with them.
getProperties(Object) - Method in class org.eclipse.ui.navigator.PipelinedViewerUpdate
Properties allow optimization for update calls.
getProperty() - Method in interface org.eclipse.core.databinding.property.IPropertyObservable
Returns the property being observed
getProperty() - Method in class org.eclipse.core.runtime.Preferences.PropertyChangeEvent
Deprecated.
Returns the name of the property that changed.
getProperty() - Method in class org.eclipse.jface.util.PropertyChangeEvent
Returns the name of the property that changed.
getProperty() - Method in interface org.eclipse.ui.services.IEvaluationReference
The property used in change notifications.
getProperty(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the value of the property specified by the dispIdMember.
getProperty(int, Variant[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the value of the property specified by the dispIdMember.
getProperty(int, Variant[], int[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the value of the property specified by the dispIdMember.
getProperty(Object) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
getProperty(Object) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Retrieves the property key from the formatting context
getProperty(Object) - Method in class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
This method gets various dialog properties.
getProperty(Object, String) - Method in class org.eclipse.e4.ui.workbench.modeling.EObjModelHandler
 
getProperty(Object, String) - Method in class org.eclipse.e4.ui.workbench.modeling.ModelHandlerBase
 
getProperty(String) - Method in class org.eclipse.compare.CompareConfiguration
Returns the property with the given name, or null if no such property exists.
getProperty(String) - Method in class org.eclipse.compare.patch.PatchConfiguration
Return the property associated with the given key or null if there is no property for the key.
getProperty(String) - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the property of this bundle group with the given key.
getProperty(String) - Method in interface org.eclipse.core.runtime.IProduct
Returns the property of this product with the given key.
getProperty(String) - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns the profile property associated with the given key, or null if this property is not present
getProperty(String) - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
Returns the value of the property with the given key, or null if no such property is defined
getProperty(String) - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the untranslated property of this installable unit associated with the given key.
getProperty(String) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
Return the value of the given property in this descriptor null is returned if no such property exists
getProperty(String) - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
getProperty(String) - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns the repository property with the given key, or null if no such property is defined
getProperty(String) - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
 
getProperty(String) - Method in class org.eclipse.jface.viewers.DecorationContext
 
getProperty(String) - Method in interface org.eclipse.jface.viewers.IDecorationContext
Get the value of the given property or null if the property does not exist in this context.
getProperty(String) - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the value for the specified property.
getProperty(String) - Method in class org.eclipse.team.core.ProjectSetSerializationContext
Return the property for the given key or null if the property is not set.
getProperty(String) - Method in class org.eclipse.team.core.ScmUrlImportDescription
Returns the specified client property, or null if none.
getProperty(String) - Method in interface org.eclipse.team.ui.mapping.ITeamStateDescription
Return the value associated with the given property.
getProperty(String) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement
Return whether this element has the given property assigned.
getProperty(String) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Returns the property with the given name, or null if no such property exists.
getProperty(String) - Method in class org.eclipse.team.ui.synchronize.TeamStateDescription
 
getProperty(String) - Method in interface org.eclipse.ui.IPlaceholderFolderLayout
Returns the property with the given id or null.
getProperty(String) - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
getProperty(String, String) - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the property of this installable unit associated with the given key.
getProperty(IPath, int) - Method in interface org.eclipse.team.core.diff.IDiffTree
Return the value of the property for the given path.
getProperty(IPath, int) - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
getProperty(QualifiedName) - Method in interface org.eclipse.core.runtime.content.IContentDescription
Returns the value of custom property set by the content describer, or the default value for the property, if one has been defined.
getProperty(QualifiedName) - Method in class org.eclipse.core.runtime.jobs.Job
Returns the value of the property of this job identified by the given key, or null if this job has no such property.
getProperty(QualifiedName) - Method in class org.eclipse.ui.statushandlers.StatusAdapter
Returns the value of the adapter's property identified by the given key, or null if this adapter has no such property.
getProperty(IMemoryBlock, String) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSynchronizationService
Returns the current value of the specified property for the given memory block, or null if none.
getPropertyDescription(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the property description of a variable at the given index.
getPropertyDescriptor() - Method in interface org.eclipse.core.databinding.beans.IBeanObservable
 
getPropertyDescriptor() - Method in interface org.eclipse.core.databinding.beans.IBeanProperty
Returns the property descriptor of the bean property being observed.
getPropertyDescriptors() - Method in class org.eclipse.ui.views.properties.FilePropertySource
 
getPropertyDescriptors() - Method in interface org.eclipse.ui.views.properties.IPropertySource
Returns the list of property descriptors for this property source.
getPropertyDescriptors() - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
getPropertyNames() - Method in interface org.eclipse.team.ui.mapping.ITeamStateDescription
Return the properties names for all decorated properties associated with the element for which this description was generated.
getPropertyNames() - Method in class org.eclipse.team.ui.synchronize.TeamStateDescription
 
getPropertySource(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySourceProvider
Returns a property source for the given object.
getPropertySource(Object) - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns an property source for the given object.
getPropertyValue(Object) - Method in class org.eclipse.ui.views.properties.FilePropertySource
 
getPropertyValue(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource
Returns the value of the property with the given id if it has one.
getPropertyValue(Object) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
getPropIds(Object) - Method in class org.eclipse.e4.ui.workbench.modeling.EObjModelHandler
 
getPropIds(Object) - Method in class org.eclipse.e4.ui.workbench.modeling.ModelHandlerBase
 
getProposalAcceptanceStyle() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Get the integer style that indicates how an accepted proposal affects the control's content.
getProposals() - Method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Returns the proposals for the incorrectly spelled region.
getProposals(String, int) - Method in interface org.eclipse.jface.fieldassist.IContentProposalProvider
Return an array of content proposals representing the valid proposals for a field.
getProposals(String, int) - Method in class org.eclipse.jface.fieldassist.SimpleContentProposalProvider
Return an array of Objects representing the valid content proposals for a field.
getProposals(String, int) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapterContentProposalProvider
 
getProposals(IQuickAssistInvocationContext) - Method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Returns the proposals for the incorrectly spelled region.
getProposedName(IResource, int) - Method in class org.eclipse.ui.ide.undo.CopyResourcesOperation
Return a string indicating the proposed name for the resource
getProposedName(IResource, int) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
 
getProposedName(IResource, int) - Method in class org.eclipse.ui.ide.undo.MoveProjectOperation
 
getPrototype() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the prototype this launch configuration was created from or null if none.
getPrototypeChildren() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns all configurations made from this prototype, possibly an empty collection.
getPrototypes() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns all launch configuration prototypes of the this type, possibly an empty collection.
getPrototypeVisibleAttributes() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Get the visible attributes of this prototype (return null if the launch configuration is not a prototype).
getProvidedCapabilities() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns the collection of capabilities provided by this installable unit.
getProvidedCapabilities() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Return a collection of all the capabilities specified on this installable unit.
getProvidedSourceNames() - Method in interface org.eclipse.ui.ISourceProvider
Returns the names of those sources provided by this class.
getProvider() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns the name of the provider of the repository.
getProvider() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns the name of the provider of the repository.
getProvider(IProject) - Static method in class org.eclipse.team.core.RepositoryProvider
Returns the provider for a given IProject or null if a provider is not associated with the project or if the project is closed or does not exist.
getProvider(IProject, String) - Static method in class org.eclipse.team.core.RepositoryProvider
Returns a provider of type with the given id if associated with the given project or null if the project is not associated with a provider of that type or the nature id is that of a non-team repository provider nature.
getProviderID() - Method in interface org.eclipse.equinox.security.auth.credentials.IPrivateCredential
ID of the provider of this private credential.
getProviderID() - Method in interface org.eclipse.equinox.security.auth.credentials.IPublicCredential
ID of the provider of this public credential.
getProviderName() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the name of the provider of this bundle group.
getProviderType(String) - Static method in class org.eclipse.team.core.RepositoryProviderType
Return the RepositoryProviderType for the given provider ID.
getProvisioningAgent() - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns the provisioning agent that manages this profile
getProvisioningAgent() - Method in class org.eclipse.equinox.p2.operations.ProvisioningSession
Return the provisioning agent used to retrieve provisioning services.
getProvisioningAgent() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns the provisioning agent that manages this repository
getProvisioningAgent() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns the provisioning agent used by this repository
getProvisioningContext() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Get the provisioning context that will be used to resolve and perform the provisioning for the operation.
getProvisioningJob(IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return a provisioning job that can be used to perform the resolved operation.
getProvisioningJob(IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getProvisioningJobName() - Method in class org.eclipse.equinox.p2.operations.InstallOperation
 
getProvisioningJobName() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return an appropriate name for the provisioning job.
getProvisioningJobName() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getProvisioningJobName() - Method in class org.eclipse.equinox.p2.operations.UninstallOperation
 
getProvisioningJobName() - Method in class org.eclipse.equinox.p2.operations.UpdateOperation
 
getProvisioningPlan() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return the provisioning plan obtained by resolving the receiver.
getProvisioningPlan(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) - Method in interface org.eclipse.equinox.p2.planner.IPlanner
Returns a plan describing the set of changes that must be performed to satisfy the given profile change request.
getProxyData() - Method in interface org.eclipse.core.net.proxy.IProxyService
Returns the list of know proxy types and their settings.
getProxyData(String) - Method in interface org.eclipse.core.net.proxy.IProxyService
Returns the proxy data for the proxy of the given type or null if the proxy type is not known by this service.
getProxyDataForHost(String) - Method in interface org.eclipse.core.net.proxy.IProxyService
Deprecated.
This method is deprecated because of its ambiguity. Use IProxyService.select(URI) instead.
getProxyDataForHost(String, String) - Method in interface org.eclipse.core.net.proxy.IProxyService
Deprecated.
This method is deprecated because of its ambiguity. Use IProxyService.select(URI) instead.
getProxyForHost(String, String) - Method in interface org.eclipse.jsch.core.IJSchService
Return the proxy that should be used to connect to the given host or null if no proxy is specified for the host.
getQualifier() - Method in class org.eclipse.core.runtime.QualifiedName
Returns the qualifier part for this qualified name, or null if none.
getQualifier(Class<T>) - Method in interface org.eclipse.e4.core.di.suppliers.IObjectDescriptor
Returns an instance of the qualifier, if it is present in this descriptor, or null.
getQualifierComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the qualifier component of this version identifier.
getQualifiers() - Method in interface org.eclipse.e4.core.di.suppliers.IObjectDescriptor
Returns qualifiers specified for this object descriptor, or null.
getQueries() - Static method in class org.eclipse.search.ui.NewSearchUI
Returns all search queries know to the search UI (i.e. registered via runQuery() or runQueryInForeground()).
getQuery() - Method in class org.eclipse.help.search.SearchProcessorInfo
After AbstractSearchProcessor.preSearch(String) is called, this method can be used to change the search query used.
getQuery() - Method in interface org.eclipse.search.ui.ISearchResult
Returns the query that produced this search result.
getQueryFactory() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
Returns the query factory.
getQuestionImage() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the Image to be used when displaying a question.
getQuickAssistAssistant() - Method in interface org.eclipse.jface.text.source.ISourceViewerExtension3
Returns this viewers quick assist assistant.
getQuickAssistAssistant() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getQuickAssistAssistant(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the quick assist assistant ready to be used with the given source viewer.
getQuickAssistAssistant(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getQuickAssistInvocationContext() - Method in interface org.eclipse.jface.text.source.ISourceViewerExtension3
Returns this viewer's quick assist invocation context.
getQuickAssistInvocationContext() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getQuickAssistProcessor() - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Returns the quick assist processor to be used for the given content type.
getQuickAssistProcessor() - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
 
getQuickFixImageDescriptor() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the Quick Fix image descriptor for the image to be drawn in the vertical ruler.
getRadioBoxControl(Composite) - Method in class org.eclipse.jface.preference.RadioGroupFieldEditor
Returns this field editor's radio group control.
getRange() - Method in interface org.eclipse.compare.contentmergeviewer.IDocumentRange
Returns a position that specifies a subrange in the underlying document, or null if this document range spans the whole underlying document.
getRange() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
getRange(Object[], int, boolean) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Computes the n through n+k items in this collection.
getRangeCount() - Method in class org.eclipse.compare.contentmergeviewer.TokenComparator
 
getRangeCount() - Method in interface org.eclipse.compare.rangedifferencer.IRangeComparator
Returns the number of comparable entities.
getRangeIndication() - Method in interface org.eclipse.jface.text.source.ISourceViewer
Returns the viewer's range indication.
getRangeIndication() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getRangeIndicator() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's range indicator.
getRanges() - Method in class org.eclipse.jface.text.revisions.RevisionInformation
Returns the line ranges of this revision information.
getRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns all the ranges of text that have an associated StyleRange.
getRanges() - Method in class org.eclipse.swt.graphics.TextLayout
Gets the ranges of text that are associated with a TextStyle.
getRanges() - Method in class org.eclipse.swt.widgets.IME
Returns the ranges for the style that should be applied during the in-line edit session.
getRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the ranges of text that have an associated StyleRange.
getRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the text range(s) contained within the given bounding box.
getRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the text range(s) contained within the given bounding box.
getRawArtifact(IArtifactDescriptor, OutputStream, IProgressMonitor) - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
Writes to the given output stream the bytes represented by the artifact descriptor.
getRawChildren(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
getRawChildren(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
getRawChildren(Object) - Method in class org.eclipse.jface.viewers.ColumnViewer
 
getRawChildren(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the children of the given parent without sorting and filtering them.
getRawChildren(Object) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getRawLocation() - Method in interface org.eclipse.core.resources.IResource
Returns the file system location of this resource, or null if no path can be determined.
getRawLocationURI() - Method in interface org.eclipse.core.resources.IResource
Returns the raw location of this resource, or null if no path can be determined.
getRealizedElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableListContentProvider
Returns the set of known elements which have been realized in the viewer.
getRealizedElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
Returns the set of known elements which have been realized in the viewer.
getRealizedElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableSetContentProvider
Returns the set of known elements which have been realized in the viewer.
getRealizedElements() - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
Returns the set of known elements which have been realized in the viewer.
getRealm() - Method in class org.eclipse.core.databinding.AggregateValidationStatus
 
getRealm() - Method in interface org.eclipse.core.databinding.observable.IObservable
Returns the realm for this observable.
getRealm() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
getRealm() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
getRealm(Display) - Static method in class org.eclipse.jface.databinding.swt.DisplayRealm
Returns the realm representing the UI thread for the given display.
getReason() - Method in interface org.eclipse.equinox.p2.engine.IProfileEvent
Returns the reason for the event.
getRecentWorkingSets() - Method in interface org.eclipse.ui.IWorkingSetManager
Returns the list of most recently used working sets.
getRecentWorkingSetsLength() - Method in interface org.eclipse.ui.IWorkingSetManager
Returns the maximum length of the recent working sets list.
getReconciler(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the reconciler ready to be used with the given source viewer.
getReconciler(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Returns the reconciler ready to be used with the given source viewer.
getReconcilingStrategy(String) - Method in interface org.eclipse.jface.text.reconciler.IReconciler
Returns the reconciling strategy registered with the reconciler for the specified content type.
getReconcilingStrategy(String) - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
getReconcilingStrategy(String) - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
getRectangle(IPreferenceStore, String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the current value of the rectangle-valued preference with the given name in the given preference store.
getRectangles() - Method in class org.eclipse.swt.widgets.Tracker
Returns the bounds that are being drawn, expressed relative to the parent widget.
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
getRedoHistory(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
getRedoHistory(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Get the array of operations in the redo history for a the specified undo context.
getRedoOperation(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
getRedoOperation(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Get the operation that will next be redone in the given undo context.
getRedoSchedulingRule() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a scheduling rule appropriate for redoing this operation.
getRef() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder
Returns the value of the 'Ref' reference.
getRefactoredResource(IResource) - Method in interface org.eclipse.ltk.core.refactoring.IResourceMapper
Returns the refactored resource for the given element.
getRefactoring() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the operation's refactoring
getRefactoring() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns the associated refactoring.
getRefactoring() - Method in class org.eclipse.ltk.core.refactoring.RefactoringContext
Returns the refactoring associated with the context.
getRefactoring() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring this wizard is associated with.
getRefactoring() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the refactoring associated with this wizard page.
getRefactoringContext() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring context this wizard is associated with, or null if none.
getRefactoringContribution(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
Returns the refactoring contribution with the specified unique id.
getRefactoringDescriptor() - Method in class org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor
Returns the RefactoringDescriptor that originated the change.
getRefactoringHistory(IProject[], long, long, int, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns the combined refactoring history for the specified projects.
getRefactoringHistory(IProject[], IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns the combined refactoring history for the specified projects.
getRefactoringPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for refactorings.
getRefactorings() - Method in class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
Returns the refactoring descriptors.
getRefactorings(ISynchronizationContext, IProject, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationContentProvider
Returns the refactorings for the specified project which are not in sync.
getRefactoringSettings() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the refactoring wizard's dialog settings.
getRefactoringTickProvider() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Returns the tick provider used for progress reporting for this refactoring.
getRefactoringWizard() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the page's refactoring wizard.
getReference(IProgressMonitor) - Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider
Returns the reference document for the quick diff display.
getReference(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Find the part reference for the given part.
getReferencedBuildConfigs(String, boolean) - Method in interface org.eclipse.core.resources.IProject
Returns the build configurations referenced by the passed in build configuration on this project.
getReferencedProjects() - Method in interface org.eclipse.core.resources.IProject
Returns the projects referenced by this project.
getReferencedProjects() - Method in interface org.eclipse.core.resources.IProjectDescription
Returns the projects referenced by the described project.
getReferencedProjects() - Method in class org.eclipse.ui.dialogs.WizardNewProjectReferencePage
Returns the referenced projects selected by the user.
getReferenceProviderDescriptors() - Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiff
Returns a non-modifiable list of ReferenceProviderDescriptor describing all extension to the quickDiffReferenceProvider extension point.
getReferenceProviderOrDefault(ITextEditor, String) - Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiff
Returns the quick diff reference provider registered under id, or the default reference provider.
getReferences() - Method in interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
Returns the repositories that this repository is referencing.
getReferences() - Method in exception org.eclipse.ui.MultiPartInitException
Returns an array of part references, containing references of parts that were intialized correctly.
getReferenceTypeName() - Method in interface org.eclipse.debug.core.model.IValue
Returns a description of the type of data this value contains or references.
getReferenceTypeName() - Method in interface org.eclipse.debug.core.model.IVariable
Returns a description of the type of data this variable is declared to reference.
getReferencingProjects() - Method in interface org.eclipse.core.resources.IProject
Returns the list of all open projects which reference this project.
getRefreshAttribute(IWorkingSet) - Static method in class org.eclipse.debug.ui.RefreshTab
Creates and returns a memento for the given working set, to be used as a refresh attribute.
getRefreshJobDelay() - Method in class org.eclipse.ui.dialogs.FilteredTree
Return the time delay that should be used when scheduling the filter refresh job.
getRefreshResources(String) - Static method in class org.eclipse.debug.ui.RefreshTab
Returns a collection of resources referred to by a refresh scope attribute.
getRefreshRule(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Returns the scheduling rule required for executing refresh on the given element.
getRefreshSchedule() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
getRefreshScope(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.RefreshTab
Returns the refresh scope attribute specified by the given launch configuration or null if none.
getRefreshTargets() - Method in class org.eclipse.ui.navigator.PipelinedViewerUpdate
 
getRegion() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the region covered by the underlying text edit group.
getRegion() - Method in class org.eclipse.swt.widgets.Control
Returns the region that defines the shape of the control, or null if the control has the default shape.
getRegion() - Method in class org.eclipse.swt.widgets.Shell
Returns the region that defines the shape of the shell, or null if the shell has the default shape.
getRegion() - Method in class org.eclipse.text.edits.TextEdit
Returns the range that this edit is manipulating.
getRegion() - Method in class org.eclipse.text.edits.TextEditGroup
Returns the text region covered by the edits managed via this edit group.
getRegion(IConsoleHyperlink) - Method in interface org.eclipse.debug.ui.console.IConsole
Deprecated.
replaced with getRegion(IHyperlink link) instead
getRegion(IHyperlink) - Method in interface org.eclipse.debug.ui.console.IConsole
Returns the region of text associated with the given hyperlink, or null if the given hyperlink is not contained in this console.
getRegion(IHyperlink) - Method in class org.eclipse.ui.console.TextConsole
Returns the region associated with the given hyperlink.
getRegions() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getRegions() - Method in interface org.eclipse.jface.text.IBlockTextSelection
Returns a non-empty array containing the selected text range for each line covered by the selection.
getRegions() - Method in interface org.eclipse.jface.text.IMultiTextSelection
Returns a non-empty array containing the selected text range for each line covered by the selection.
getRegions() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getRegions() - Method in class org.eclipse.jface.text.revisions.Revision
Returns the contained RevisionRanges adapted to the current diff state.
getRegions() - Method in class org.eclipse.jface.text.TextSelection
 
getRegisteredHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Returns the registered hyperlink detectors which are used to detect hyperlinks in the given source viewer.
getRegisteredName() - Method in interface org.eclipse.ui.IWorkbenchPartSite
Returns the registered name for this workbench site's part.
getRegisteredName() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method returns an empty string since the nested editor is not created from the registry.
getRegisteredServices() - Method in class org.eclipse.osgi.launch.Equinox
 
getRegisteredSupports() - Method in interface org.eclipse.jface.text.IEditingSupportRegistry
Returns the current editor helpers.
getRegisteredSupports() - Method in class org.eclipse.jface.text.TextViewer
 
getRegisterGroup() - Method in interface org.eclipse.debug.core.model.IRegister
Returns the register group this register is contained in.
getRegisterGroups() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the register groups assigned to this stack frame, or an empty collection if no register groups are assigned to this stack frame.
getRegisters() - Method in interface org.eclipse.debug.core.model.IRegisterGroup
Returns the registers in this register group.
getRegistry() - Static method in class org.eclipse.core.runtime.RegistryFactory
Returns the default extension registry specified by the registry provider.
getRegistry() - Method in interface org.eclipse.core.runtime.spi.IRegistryProvider
Returns the extension registry contributed by this provider; must not be null.
getRegistry() - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
 
getRejects() - Method in interface org.eclipse.compare.patch.IFilePatchResult
Return the portions of the patch (referred to a hunks) that could not be applied.
getRelatedCommands() - Method in interface org.eclipse.help.IContext3
Returns the command links related to this context-sensitive help entry.
getRelatedTopics() - Method in interface org.eclipse.help.IContext
Returns the related topics for this help context.
getRelativePosition(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Determines where the given point lies with respect to the given rectangle.
getRelevance() - Method in class org.eclipse.jface.text.templates.TemplateProposal
Returns the relevance.
getRelevance(Template, String) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
Returns the relevance of a template given a prefix.
getRelevanceForResolution() - Method in interface org.eclipse.ui.IMarkerResolutionRelevance
Returns the relevance of this marker resolution.
getRemedies() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getRemedyConfigs() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getRemote() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Returns the handle for the remote resource, or null if the remote resource does not exist.
getRemoteAntProperties() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom properties that are relevant when there is no Eclipse runtime context (Ant build in a separate VM).
getRemoteAntURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the list of URLs to added to the classpath for an Ant build that is occurring without the Eclipse runtime.
getRemoteBytes(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Return the remote bytes that are cached for the given resource or null if no remote is cached.
getRemoteChange() - Method in interface org.eclipse.team.core.diff.IThreeWayDiff
Return the remote change associated with this delta.
getRemoteChange() - Method in class org.eclipse.team.core.diff.provider.ThreeWayDiff
 
getRemoteExtraClasspathURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the list of URLs added to the classpath by the extra classpath entries extension point for an Ant build that is occurring without the Eclipse runtime.
getRemoteTasks() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom tasks that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).
getRemoteTree() - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
Return the remote resource variant tree.
getRemoteTree() - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
 
getRemoteTypes() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom types that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).
getRemovalPending() - Method in interface org.eclipse.osgi.service.resolver.State
Returns descriptions for all bundles in a removal pending state.
getRemovals() - Method in class org.eclipse.core.databinding.observable.set.SetDiff
 
getRemovals() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the proposed set of installable units to be removed from this profile.
getRemovals() - Method in interface org.eclipse.equinox.p2.planner.IProfileChangeRequest
Provide the set of installable units that have been requested for removal
getRemovals() - Method in interface org.eclipse.team.core.diff.IDiffChangeEvent
Return the paths of the delta nodes that have been removed from the delta tree.
getRemoveAllWhenShown() - Method in interface org.eclipse.jface.action.IMenuManager
Returns whether all items should be removed when the menu is about to show, but before notifying menu listeners.
getRemoveAllWhenShown() - Method in class org.eclipse.jface.action.MenuManager
 
getRemoveAllWhenShown() - Method in class org.eclipse.jface.action.SubMenuManager
 
getRemoveButton() - Method in class org.eclipse.jface.preference.ListEditor
Return the Remove button.
getRemovedAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns the removed annotations.
getRemovedKeys() - Method in class org.eclipse.core.databinding.observable.map.MapDiff
 
getRemovedLinesAbove() - Method in interface org.eclipse.jface.text.source.ILineDiffInfo
Returns the number of deleted lines before this line.
getRemovedLinesBelow() - Method in interface org.eclipse.jface.text.source.ILineDiffInfo
Returns the number of deleted lines after this line.
getRemovedResources() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent
Returns the removed IResource elements for which the set no longer contains on out-of-sync SyncInfo.
getRemovedResources() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
getRemovedRoots() - Method in interface org.eclipse.team.ui.mapping.ITeamStateChangeEvent
Return the set of resources that were previously decorated but are now undecorated.
getRemovedRoots() - Method in class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
 
getRemovedSubtreeRoots() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoTreeChangeEvent
Returns the highest parent resources of all newly removed elements available in this event by calling getRemovedResources().
getRenamedElements() - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns all elements which got renamed during the reorg refactoring
getRenderer() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Renderer' attribute.
getRenderer() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's renderer.
getRendering() - Method in class org.eclipse.debug.ui.memory.MemoryRenderingElement
Returns the memory rendering in which bytes are being rendered.
getRenderingId() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
getRenderingId() - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Returns the identifier associated with this rendering's type.
getRenderings() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Returns all renderings currently hosted by this container.
getRenderingType(String) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingManager
Returns the memory rendering type with the given identifier, or null if none.
getRenderingTypes() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingManager
Returns all contributed memory rendering types.
getRenderingTypes(IMemoryBlock) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider
Returns all rendering types bound to the given memory block.
getRepairer(String) - Method in interface org.eclipse.jface.text.presentation.IPresentationReconciler
Returns the presentation repairer registered with this presentation reconciler for the specified content type.
getRepairer(String) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
getReplacedText() - Method in class org.eclipse.jface.text.TextEvent
Returns the text replaced by this event.
getReplaceEndOffset() - Method in class org.eclipse.jface.text.templates.TemplateProposal
Returns the end offset of the range in the document that will be replaced by applying this template.
getReplaceOffset() - Method in class org.eclipse.jface.text.templates.TemplateProposal
Returns the offset of the range in the document that will be replaced by applying this template.
getRepositoriesVisible() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a boolean indicating whether the repositories should be visible to the user, such that the user can add, remove, and otherwise manipulate the software site list.
getRepository() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
Return the artifact repository that holds the artifact described by this descriptor.
getRepository() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
getRepositoryPreferencePageId() - Method in class org.eclipse.equinox.p2.ui.Policy
Get the id of the preference page that should be used to link to the software sites page.
getRepositoryPreferencePageName() - Method in class org.eclipse.equinox.p2.ui.Policy
Get the localized name of the preference page that should be displayed in links to the software sites page.
getRepositoryProperty(URI, String) - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
Returns the property associated with the repository at the given URI, without loading the repository.
getRepositoryTracker() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the repository tracker that should be used to add, remove, and track the statuses of known repositories.
getRequest() - Method in class org.eclipse.equinox.p2.operations.Remedy
 
getRequestedConfigs() - Method in interface org.eclipse.core.resources.IBuildContext
Returns the full array of configurations that were requested to be built by the API user.
getRequestedVersion() - Method in class org.eclipse.equinox.p2.operations.RemedyIUDetail
 
getRequestingObject() - Method in interface org.eclipse.e4.core.di.suppliers.IRequestor
The injected object that initiated this request
getRequestingObjectClass() - Method in interface org.eclipse.e4.core.di.suppliers.IRequestor
Class of the injected object
getRequiredActivityId() - Method in interface org.eclipse.ui.activities.IActivityRequirementBinding
Returns the identifier of the required activity represented in this binding.
getRequiredActivityIds(String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Return the activities required for this activity.
getRequiredBundles() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns an array of bundle specifications defined by the Require-Bundle clause in this bundle.
getRequiredCapabilities() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Deprecated.
Use getRequirements() instead
getRequiredFieldBackgroundColor(Control) - Static method in class org.eclipse.jface.fieldassist.FieldAssistColors
Deprecated.
Return the color that should be used for the background of a control to indicate that the control is a required field and does not have content.
getRequiredNatureIds() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns the unique identifiers of the natures required by this nature.
getRequirement() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns the requirement represented by this constraint.
getRequirementHost() - Method in class org.eclipse.osgi.service.resolver.StateWire
Gets the requirement host.
getRequirements() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
 
getRequirements() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Return a collection of the requirements specified on this installable unit.
getRequirementsChange() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnitPatch
Returns the requirement changes imposed by the patch.
getRerunLaunchConfiguration(List<ITestElement>) - Method in interface org.eclipse.unittest.ui.ITestViewSupport
Returns a Rerun launch configuration for the given element
getResetRule(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getResetRule(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the scheduling rule required for executing reset on the given element.
getResizable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the resizable attribute.
getResizable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the resizable attribute.
getResolution() - Method in interface org.eclipse.osgi.service.resolver.GenericSpecification
Returns the resolution type of the required capability.
getResolutionDetails() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return a string that can be used to describe the results of the resolution to a client.
getResolutionDetails(IInstallableUnit) - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return a string that describes the specific resolution results related to the supplied IInstallableUnit.
getResolutionResult() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return a status indicating the result of resolving this operation.
getResolutionResult() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getResolutions(IMarker) - Method in interface org.eclipse.ui.IMarkerHelpRegistry
Returns an array of resolutions for the given marker.
getResolutions(IMarker) - Method in interface org.eclipse.ui.IMarkerResolutionGenerator
Returns resolutions for the given marker (may be empty).
getResolvedBundles() - Method in interface org.eclipse.osgi.service.resolver.State
Returns descriptions for all bundles currently resolved in this state.
getResolvedGenericRequires() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all the capabilities that satisfy all the capability requirements for this bundle.
getResolvedImports() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all the export packages that satisfy all the imported packages for this bundle.
getResolvedRequires() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all the bundle descriptions that satisfy all the require bundles for this bundle.
getResolveJob(IProgressMonitor) - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return a job that can be used to resolve this operation in the background.
getResolveJobName() - Method in class org.eclipse.equinox.p2.operations.InstallOperation
 
getResolveJobName() - Method in class org.eclipse.equinox.p2.operations.ProfileChangeOperation
Return an appropriate name for the resolution job.
getResolveJobName() - Method in class org.eclipse.equinox.p2.operations.RemediationOperation
 
getResolveJobName() - Method in class org.eclipse.equinox.p2.operations.UninstallOperation
 
getResolveJobName() - Method in class org.eclipse.equinox.p2.operations.UpdateOperation
 
getResolver() - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Deprecated.
getResolver() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the resolver associated with this state.
getResolver(String) - Method in class org.eclipse.jface.text.templates.TemplateContextType
Returns the resolver for the given type.
getResolverErrors(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Returns all ResolverErrors for the given bundle
getResource() - Method in class org.eclipse.compare.HistoryItem
 
getResource() - Method in interface org.eclipse.compare.IResourceProvider
Returns the corresponding resource for this object or null.
getResource() - Method in class org.eclipse.compare.ResourceNode
Returns the corresponding resource for this object.
getResource() - Method in interface org.eclipse.core.resources.IMarker
Returns the resource with which this marker is associated.
getResource() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the resource with which this marker is associated.
getResource() - Method in interface org.eclipse.core.resources.IResourceChangeEvent
Returns the resource in question or null if not applicable to this type of event.
getResource() - Method in interface org.eclipse.core.resources.IResourceDelta
Returns a handle for the affected resource.
getResource() - Method in interface org.eclipse.core.resources.IResourceFilterDescription
Return the resource towards which this filter is set.
getResource() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringDescriptorResourceMapping
Returns the associated resource.
getResource() - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringHistoryResourceMapping
Returns the associated resource.
getResource() - Method in interface org.eclipse.ltk.core.refactoring.participants.IRenameResourceProcessor
Returns the resource this processor was created on
getResource() - Method in interface org.eclipse.search.ui.ISearchResultViewEntry
Deprecated.
Returns the resource to which this entry's markers are attached.
getResource() - Method in interface org.eclipse.team.core.ITeamStatus
Return the resource associated with this status.
getResource() - Method in interface org.eclipse.team.core.mapping.IResourceDiff
Return the local resource to which this diff applies.
getResource() - Method in class org.eclipse.team.core.mapping.provider.ResourceDiff
 
getResource() - Method in interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
Return the resource whose state with respect to the subscriber has changed.
getResource() - Method in class org.eclipse.team.core.subscribers.SubscriberChangeEvent
 
getResource() - Method in class org.eclipse.team.core.TeamStatus
Return the resource associated with this status.
getResource() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement
Returns the resource this element is showing synchronization information for or null if the element does not have an associated local resource.
getResource() - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Returns the resource on which to create the marker, or null if there is no applicable resource.
getResource() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns the resource for which to create the marker, or null if there is no applicable resource.
getResource() - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
Returns the resource serving as the source of markers for this annotation model.
getResource() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Returns the resource for which to create the marker, or null if there is no applicable resource.
getResource() - Method in class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
Returns the resource to use when creating a new task, or null if none has been set.
getResource(Object) - Static method in class org.eclipse.ui.ide.ResourceUtil
Returns the resource corresponding to the given model element, or null if there is no applicable resource.
getResource(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getResource(IDiff) - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
Return the resource associated with the given diff.
getResource(IDiff) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
 
getResource(IEditorInput) - Static method in class org.eclipse.ui.ide.ResourceUtil
Returns the resource corresponding to the given editor input, or null if there is no applicable resource.
getResourceAttributes() - Method in interface org.eclipse.core.resources.IResource
Gets this resource's extended attributes from the file system, or null if the attributes could not be obtained.
getResourceBundle() - Static method in class org.eclipse.compare.CompareUI
Returns this plug-in's resource bundle.
getResourceBundle() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Returns the resource bundle of this viewer.
getResourceBundle() - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Returns this action's resource bundle.
getResourceBundle() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns this action's resource bundle.
getResourceBundle(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Returns the given bundle's resource bundle for the current locale.
getResourceComparator() - Method in class org.eclipse.team.core.subscribers.Subscriber
Returns the comparison criteria that will be used by the sync info created by this subscriber.
getResourceComparator() - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
 
getResourceEncoding() - Static method in class org.eclipse.ui.ide.IDEEncoding
Get the current value of the encoding preference.
getResourceFor(IDiff) - Static method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
Get the resource for the diff node that was obtained from an IResourceDiffTree.
getResourceKeyPrefix() - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Returns this action's resource key prefix.
getResourceKeyPrefix() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns this action's resource key prefix.
getResourceMapping(Object) - Static method in class org.eclipse.ui.ide.ResourceUtil
Returns the resource mapping corresponding to the given model element, or null if there is no applicable resource mapping.
getResourceMappingContext(Object) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Return a resource mapping context that gives access to the remote state of the resources associated with the provider.
getResourceMappingContext(Object) - Method in class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
 
getResourcePath() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
Returns the path of the resource to rename.
getResourcePath() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Returns the path of the resource to rename.
getResourcePath() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Return the path for the resource field.
getResourcePaths() - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourcesDescriptor
The resource paths to delete.
getResourcePathsToMove() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
Returns the resource to move.
getResources() - Method in class org.eclipse.core.resources.mapping.ResourceTraversal
Returns the file system resource(s) for this traversal.
getResources() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the ResourceManager for the current display.
getResources() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return all out-of-sync resources contained in this set.
getResources() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Returns the resources supervised by this participant.
getResources(String) - Method in class org.eclipse.osgi.launch.Equinox
 
getResources(List) - Method in class org.eclipse.ui.actions.MoveResourceAction
 
getResources(List<? extends IResource>) - Method in class org.eclipse.ui.actions.CopyResourceAction
Returns an array of resources to use for the operation from the provided list.
getResources(Display) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the global resource manager for the given display
getResourceString(Bundle, String) - Static method in class org.eclipse.core.runtime.Platform
Returns a resource string corresponding to the given argument value.
getResourceString(Bundle, String, ResourceBundle) - Static method in class org.eclipse.core.runtime.Platform
Returns a resource string corresponding to the given argument value and resource bundle in the given runtime bundle.
getResourceVariant(IResource) - Method in interface org.eclipse.team.core.variants.IResourceVariantTree
Return the resource variant corresponding to the local resource.
getResourceVariant(IResource) - Method in class org.eclipse.team.core.variants.ThreeWayRemoteTree
 
getResourceVariant(IResource, byte[]) - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
Create the resource variant for the given local resource from the given bytes.
getResovlerHookException() - Method in interface org.eclipse.osgi.service.resolver.StateDelta
Returns the resolver hook exception if one occurred while resolving the state.
getRestartPolicy() - Method in class org.eclipse.equinox.p2.operations.ProfileModificationJob
 
getRestartPolicy() - Method in class org.eclipse.equinox.p2.operations.ProvisioningJob
Return the restart policy that is appropriate for this job.
getRestartPolicy() - Method in class org.eclipse.equinox.p2.ui.Policy
Get the restart policy that should be used when the provisioning UI determines that a restart is required.
getResult() - Method in interface org.eclipse.core.runtime.jobs.IJobChangeEvent
The result returned by the job's run method, or null if not applicable.
getResult() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the result of this job's last run.
getResult() - Method in class org.eclipse.core.runtime.jobs.JobGroup
Returns the result of this job group's last run.
getResult() - Method in class org.eclipse.equinox.p2.engine.spi.ProvisioningAction
This method is meant for provisioning actions that need to communicate the result of their execution to subsequent actions.
getResult() - Method in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
Returns the result of the executed artifact request, or null if the request has never been executed.
getResult() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
Returns the collection of selections made by the user.
getResult() - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog
 
getResult() - Method in class org.eclipse.ui.dialogs.SaveAsDialog
Returns the full path entered by the user.
getResult() - Method in class org.eclipse.ui.dialogs.SelectionDialog
Returns the list of selections made by the user, or null if the selection was canceled.
getResult() - Method in class org.eclipse.ui.wizards.datatransfer.SelectFilesOperation
Returns the resulting root file system element.
getReturnCode() - Method in class org.eclipse.jface.window.Window
Returns this window's return code.
getReturnType() - Method in class org.eclipse.core.commands.Command
Returns the ParameterType for the return value of this command or null if this command does not declare a return value parameter type.
getRevision() - Method in class org.eclipse.jface.text.revisions.RevisionRange
Returns the revision that this range belongs to.
getRevisionId(Object) - Method in class org.eclipse.team.ui.history.RevisionAnnotationController
Return the revision id associated with the given history list entry.
getRevisionInformation() - Method in class org.eclipse.jface.text.revisions.RevisionEvent
Returns the revision information that has changed.
getRevisions() - Method in class org.eclipse.jface.text.revisions.RevisionInformation
Returns the contained revisions.
getRevisionSelectionProvider() - Method in interface org.eclipse.jface.text.revisions.IRevisionRulerColumnExtension
Returns the revision selection provider.
getRevisionSelectionProvider() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
Returns the revision selection provider.
getRevisionSelectionProvider() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
getRewriteTarget() - Method in interface org.eclipse.jface.text.ITextViewerExtension
Returns the viewer's rewrite target.
getRewriteTarget() - Method in class org.eclipse.jface.text.TextViewer
 
getRGB() - Method in class org.eclipse.swt.graphics.Color
Returns an RGB representing the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns the currently selected color in the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.FontDialog
Returns an RGB describing the color that was selected in the dialog, or null if none is available.
getRGB(int) - Method in class org.eclipse.swt.graphics.PaletteData
Returns an RGB corresponding to the given pixel value.
getRGB(String) - Method in class org.eclipse.jface.resource.ColorRegistry
Returns the color data associated with the given symbolic color name.
getRGBA() - Method in class org.eclipse.swt.graphics.Color
Returns an RGBA representing the receiver.
getRGBs() - Method in class org.eclipse.swt.graphics.ImageData
Returns an array of RGBs which comprise the indexed color table of the receiver, or null if the receiver has a direct color model.
getRGBs() - Method in class org.eclipse.swt.graphics.PaletteData
Returns all the RGB values in the receiver if it is an indexed palette, or null if it is a direct palette.
getRGBs() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns an array of RGBs which are the list of custom colors selected by the user in the receiver, or null if no custom colors were selected.
getRHS(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the Right Hand Side (RHS) of a binary expression.
getRight() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
getRight() - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Returns the right side of this input.
getRight() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the right side of the banner.
getRightContent(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the contents for the right side of a ContentMergeViewer.
getRightImage(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the image for the right hand side of compare/merge viewers.
getRightImage(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns an optional image for the right side of a ContentMergeViewer.
getRightImage(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the image for the right hand side of compare/merge viewers.
getRightLabel(Object) - Method in class org.eclipse.compare.CompareConfiguration
Returns the label for the right hand side of compare/merge viewers.
getRightLabel(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns the label for the right side of a ContentMergeViewer.
getRightLabel(Object) - Method in interface org.eclipse.compare.ICompareInputLabelProvider
Returns the label for the right hand side of compare/merge viewers.
getRightMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's right margin.
getRightMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the right margin.
getRightMinimumSize() - Method in class org.eclipse.swt.custom.CBanner
Returns the minimum size of the control that appears on the right of the banner.
getRightWidth() - Method in class org.eclipse.swt.custom.CBanner
Returns the width of the control that appears on the right of the banner.
getRole(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the role of the control, or the role of a child of the control.
getRole(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the role of the control, or the role of a child of the control.
getRoles() - Method in interface org.eclipse.equinox.security.auth.credentials.IPublicCredential
Returns user's roles.
getRoot() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Overridden because the input of this viewer is not identical to the root of the tree.
getRoot() - Method in class org.eclipse.core.expressions.EvaluationContext
 
getRoot() - Method in interface org.eclipse.core.expressions.IEvaluationContext
Returns the root evaluation context.
getRoot() - Method in interface org.eclipse.core.resources.IWorkspace
Returns the root resource of this workspace.
getRoot() - Method in class org.eclipse.jface.preference.PreferenceManager
Returns the root node.
getRoot() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the root element.
getRoot() - Method in class org.eclipse.text.edits.TextEdit
Returns the root edit of the edit tree.
getRoot() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the edit processor's root edit.
getRoot() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Returns the entry that this importer uses as the root sentinel.
getRootCategory() - Method in interface org.eclipse.ui.wizards.IWizardRegistry
Return the root category.
getRootContext() - Method in interface org.eclipse.e4.ui.model.application.commands.MBindingTableContainer
Returns the value of the 'Root Context' containment reference list.
getRootContext(IEclipseContext) - Static method in interface org.eclipse.e4.core.contexts.IContextFunction
Recursively looks up the root IEclipseContext in the context hierarchy.
getRootElements() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
Returns the refactoring history root elements.
getRootLocation() - Method in interface org.eclipse.equinox.p2.core.IAgentLocation
Returns the root URI of the agent metadata.
getRootMode() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getRootMode() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
getRootNode() - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the root node of the Eclipse preference hierarchy.
getRootResources() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
Return the resources that are the roots of the resource trees that can be considered for inclusion.
getRoots() - Method in class org.eclipse.search.core.text.TextSearchScope
Returns the resources that form the root.
getRoots() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
 
getRoots() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the resources that are the roots of this scope.
getRoots() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeScope
Return the root resources that define this scope.
getRoots() - Method in class org.eclipse.team.ui.synchronize.ResourceScope
 
getRoots() - Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
 
getRoots() - Method in class org.eclipse.team.ui.synchronize.WorkspaceScope
 
getRootSubNodes() - Method in class org.eclipse.jface.preference.PreferenceManager
Returns the root level nodes of this preference manager.
getRow() - Method in class org.eclipse.swt.custom.TableCursor
Returns the row over which the TableCursor is positioned.
getRow() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the row over which the TreeCursor is positioned.
getRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified row in the table.
getRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified row in the table.
getRowCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of rows in the receiver.
getRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of rows in the table.
getRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of rows in the table.
getRowDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified row in the table.
getRowDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified row in the table.
getRowHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the row header.
getRowHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the row header.
getRowHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row header cells as an array of accessible objects.
getRowHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row header cells as an array of accessible objects.
getRowHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the row headers as an array of cell accessibles.
getRowHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the row headers as an array of cell accessibles.
getRowIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding row index.
getRowIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding row index.
getRowLabel(IMemoryBlock, BigInteger) - Method in interface org.eclipse.debug.ui.memory.IMemoryBlockTablePresentation
Renders and returns a label for a row starting at the given address within the given memory block, or null if default rendering should be used.
getRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the rows as an array of accessible objects.
getRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the rows as an array of accessible objects.
getRowSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of rows occupied by this cell accessible.
getRowSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of rows occupied by this cell accessible.
getRule() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the scheduling rule for this job.
getRule() - Method in class org.eclipse.ui.actions.WorkspaceModifyOperation
The scheduling rule.
getRule(int, Map<String, String>) - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns the scheduling rule that is required for building the project build configuration for which this builder is defined.
getRule(Object) - Method in class org.eclipse.debug.ui.DeferredDebugElementWorkbenchAdapter
Deprecated.
 
getRule(Object) - Method in interface org.eclipse.ui.progress.IDeferredWorkbenchAdapter
Returns the rule used to schedule the deferred fetching of children for this adapter.
getRuleFactory() - Method in interface org.eclipse.core.resources.IWorkspace
Returns a factory for obtaining scheduling rules prior to modifying resources in the workspace.
getRuleFactory() - Method in class org.eclipse.team.core.RepositoryProvider
Return the resource rule factory for this provider.
getRuleFactory(IProject) - Method in class org.eclipse.core.resources.team.TeamHook
Returns the resource scheduling rule factory that should be used when workspace operations are invoked on resources in that project.
getRulerContextMenuId() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the ruler's context menu id.
getRulerMouseListener() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Creates and returns the listener on this editor's vertical ruler.
getRunCount() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns the total number of times this event has occurred.
getRunnableContext() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns the context for the search operation.
getRunnableContext() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the runnable context.
getRunner() - Static method in class org.eclipse.jface.util.SafeRunnable
Returns the safe runnable runner.
getRunningTime() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns the total execution time in milliseconds for all occurrences of this event.
getRuntimeExceptionHandler() - Method in class org.eclipse.swt.widgets.Display
Returns the current exception handler.
getSashWidth() - Method in class org.eclipse.swt.custom.SashForm
Returns the width of the sashes when the controls in the SashForm are laid out.
getSaveable() - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareInput
Return the saveable for this compare input or null if the input is saved directly to disk when the compare editor input is changed or the compare editor is closed.
getSaveable() - Method in class org.eclipse.team.ui.mapping.MergeActionHandler
Return the saveable that is the target of this handler.
getSaveable() - Method in class org.eclipse.team.ui.mapping.SynchronizationOperation
Return the saveable that this operation will write its results to or null if the operation does not buffer its results.
getSaveable() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
Get the saveable that provides the save behavior for this compare editor input.
getSaveable(Object) - Method in class org.eclipse.ui.navigator.SaveablesProvider
Returns the saveable for the given element, or null if the element does not represent a saveable.
getSaveablePart() - Method in class org.eclipse.ui.views.properties.PropertySheet
Returns an ISaveablePart that delegates to the source part for the current page if it implements ISaveablePart, or null otherwise.
getSaveablePart() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
Returns an ISaveablePart that delegates to the source part for the current page if it implements ISaveablePart, or null otherwise.
getSaveables() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
getSaveables() - Method in interface org.eclipse.ui.ISaveablesSource
Returns the saveables presented by the workbench part.
getSaveables() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getSaveables() - Method in interface org.eclipse.ui.navigator.INavigatorSaveablesService
Returns the Saveable objects for which elements are contained in the tree.
getSaveables() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
getSaveables() - Method in class org.eclipse.ui.navigator.SaveablesProvider
Returns the saveables reachable through this provider.
getSaveables() - Method in class org.eclipse.ui.SaveablesLifecycleEvent
Returns the affected saveables.
getSaveables() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
getSaveablesService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The saveable service helps implementing ISaveablesSource.
getSaveAndRestore() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns whether the workbench state should be saved on close and restored on subsequent open.
getSaveMode() - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
Returns the save mode of this change.
getSaveMode() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Returns the save state set via TextFileChange.setSaveMode(int).
getSaveMode() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Returns the change's save mode.
getSaveNumber() - Method in interface org.eclipse.core.resources.ISaveContext
Returns the number for this save.
getSaveNumber() - Method in interface org.eclipse.core.resources.ISavedState
Returns the save number for the save participant.
getSaveRule(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getSaveRule(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the scheduling rule required for executing save on the given element.
getScaleControl() - Method in class org.eclipse.jface.preference.ScaleFieldEditor
Returns this field editor's scale control.
getSchedulingRule() - Method in interface org.eclipse.core.runtime.jobs.ISchedulableOperation
Gives the caller a hint whether this operation will acquire a rule to proceed in the current thread.
getSchedulingRule() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
Return the scheduling rule that is used when initializing and refreshing the scope.
getSchedulingRule() - Method in class org.eclipse.team.ui.TeamOperation
Returns the scheduling rule that is to be obtained before this operation is executed by its context or null if no scheduling rule is to be obtained.
getSchedulingRule() - Method in class org.eclipse.ui.console.TextConsole
Returns a scheduling rule which can be used to prevent jobs from running while this console's pattern matcher is active.
getSchedulingRule() - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.DocumentProviderOperation
 
getSchedulingRule() - Method in interface org.eclipse.ui.texteditor.ISchedulingRuleProvider
Returns the scheduling rule.
getSchemaReference() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns reference to the extension point schema.
getScheme() - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns the URI scheme of this file system.
getScheme() - Method in class org.eclipse.core.filesystem.provider.FileSystem
 
getScheme() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns the scheme that changed.
getScheme() - Method in class org.eclipse.jface.bindings.SchemeEvent
Returns the instance of the scheme that changed.
getScheme(String) - Method in class org.eclipse.jface.bindings.BindingManager
Gets the scheme with the given identifier.
getScheme(String) - Method in interface org.eclipse.ui.keys.IBindingService
Retrieves the scheme with the given identifier.
getSchemeId() - Method in class org.eclipse.jface.bindings.Binding
Returns the identifier of the scheme in which this binding applies.
getScope() - Method in interface org.eclipse.help.base.IScopeHandle
Get the AbstractHelpScope associated with this handle
getScope() - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension
Returns the find scope of the target, null for global scope.
getScope() - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
Returns the scope for the search
getScope() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the print job scope that the user selected before pressing OK in the dialog.
getScope() - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Return the input that defined the scope of this synchronization context.
getScope() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
Return the scope that is managed by this manager.
getScope() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
 
getScope() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
getScope() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the resource mapping scope associated with the view to which this content provider applies.
getScope() - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
Return the resource mapping scope associated with the view to which this label provider applies.
getScope() - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Return the scope of this operation.
getScope() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Return the scope that defines the resources displayed by this participant.
getScopeHandles() - Method in interface org.eclipse.help.base.IHelpScopeProducer
Obtains a list of IScopeHandles, which in turn will contain AbstracHelpScope implementations.
getScopeManager() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
Return the scope manager for the scope of this context.
getScopeManager() - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Return the scope manager for this operation.
getScopes() - Method in interface org.eclipse.core.runtime.preferences.IPreferenceFilter
Return an array of scopes that this preference filter is applicable for.
getScopes() - Method in interface org.eclipse.ui.IKeyBindingService
Deprecated.
Returns the active accelerator scope ids.
getScopeSetName() - Method in class org.eclipse.help.ui.RootScopePage
Returns the scope set name passed to the page during initialization.
getScore() - Method in interface org.eclipse.help.search.ISearchEngineResult
Returns a float number in the range between 0 and 1 that can be used to sort the hits by relevance (1 being the perfect result).
getScore() - Method in interface org.eclipse.help.search.ISearchResult
Gets the score float value associated with this search result
getScrollbarsMode() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the mode of the receiver's scrollbars.
getScrollLock() - Method in interface org.eclipse.ui.console.IConsoleView
Returns the scroll lock state of the currently active console.
getScrollLock() - Method in interface org.eclipse.ui.console.IScrollLockStateProvider
Returns the scroll lock state that got explicitly set by the user, e.g.
getSearchExpression(Object) - Method in interface org.eclipse.help.IContextProvider
Returns a search expression that should be used to find more information about the current target.
getSearchMarkerImage() - Static method in class org.eclipse.search.ui.SearchUI
Deprecated.
Returns the shared search marker image.
getSearchResult() - Method in interface org.eclipse.search.ui.ISearchQuery
Returns the search result associated with this query.
getSearchResult() - Method in class org.eclipse.search.ui.SearchResultEvent
Gets the ISearchResult for this event.
getSearchResultView() - Static method in class org.eclipse.search.ui.NewSearchUI
Gets the search result view shown in the current workbench window.
getSearchResultView() - Static method in class org.eclipse.search.ui.SearchUI
Deprecated.
getSearchText() - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
Returns the search text to search for.
getSecondaryId() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
getSecondaryId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns the instance id that identified the unique instance of this participant.
getSecondaryId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
Returns the secondary id (e.g. instance id) of the participant type referenced by this handle or null if the participant doesn't support multiple instances.
getSecondaryId() - Method in interface org.eclipse.ui.IViewReference
Returns the secondary ID for the view.
getSecondaryId() - Method in interface org.eclipse.ui.IViewSite
Returns the secondary id for this part site's part, or null if it has none.
getSeconds() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's seconds.
getSection() - Method in class org.eclipse.ui.forms.SectionPart
Returns the section widget used in this part.
getSection(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getSection(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Returns the section with the given name in this dialog settings.
getSectionAtIndex(int) - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
Retrieve the section at a numbered index.
getSectionClass() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the class that implements this section.
getSectionDescriptors() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
Get the list of section descriptors for the tab.
getSectionDescriptors() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptorProvider
Returns all section descriptors for the contributor.
getSectionDescriptors() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Get the list of section descriptors for the tab.
getSectionIndex(ISection) - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
Retrieve a numbered index for the section.
getSections() - Method in class org.eclipse.jface.dialogs.DialogSettings
 
getSections() - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Returns all the sections in this dialog settings.
getSections() - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
Retrieve the sections on the tab.
getSees() - Method in interface org.eclipse.help.IIndexEntry2
Obtains see references for this entry
getSegment(int) - Method in class org.eclipse.equinox.p2.metadata.Version
An element from the raw vector representation of this version.
getSegment(int) - Method in class org.eclipse.jface.viewers.TreePath
Returns the element at the specified index in this path.
getSegmentCount() - Method in class org.eclipse.equinox.p2.metadata.Version
Returns the number of elements in the raw vector representation of this version.
getSegmentCount() - Method in class org.eclipse.jface.viewers.TreePath
Returns the number of elements in this path.
getSegmentListener(String) - Static method in class org.eclipse.jface.util.BidiUtils
Returns a segment listener for the given handlingType that can e.g. be passed to Text.addSegmentListener(SegmentListener).
getSegments() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns the segments of this projection document.
getSegments() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the text segments offsets of the receiver.
getSegments(SegmentEvent) - Method in class org.eclipse.jface.util.StructuredTextSegmentListener
 
getSegments(SegmentEvent) - Method in interface org.eclipse.swt.events.SegmentListener
This method is called when text content is being modified.
getSegmentsChars() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the segments characters of the receiver.
getSelectedAddress() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the currently selected address in this rendering.
getSelectedAddress() - Method in interface org.eclipse.debug.ui.memory.IRepositionableMemoryRendering
Returns the currently selected address of this rendering or null if none
getSelectedAnnotation() - Method in class org.eclipse.jface.text.source.VerticalRulerEvent
 
getSelectedAsBytes() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the currently selected content in this rendering as MemoryByte.
getSelectedAsBytes() - Method in interface org.eclipse.debug.ui.memory.IRepositionableMemoryRendering
Returns the currently selected content as MemoryByte array.
getSelectedAsString() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the currently selected content in this rendering as a String.
getSelectedCellBackgroundColor(ViewerCell) - Method in class org.eclipse.jface.viewers.FocusCellOwnerDrawHighlighter
The color to use when rendering the background of the selected cell when the control has the input focus
getSelectedCellBackgroundColorNoFocus(ViewerCell) - Method in class org.eclipse.jface.viewers.FocusCellOwnerDrawHighlighter
The color to use when rendering the background of the selected cell when the control has no input focus
getSelectedCellCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected cells.
getSelectedCellCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected cells.
getSelectedCellForegroundColor(ViewerCell) - Method in class org.eclipse.jface.viewers.FocusCellOwnerDrawHighlighter
The color to use when rendering the foreground (=text) of the selected cell when the control has the input focus
getSelectedCellForegroundColorNoFocus(ViewerCell) - Method in class org.eclipse.jface.viewers.FocusCellOwnerDrawHighlighter
The color to use when rendering the foreground (=text) of the selected cell when the control has no input focus
getSelectedCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the currently selected cells.
getSelectedCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the currently selected cells.
getSelectedColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected columns.
getSelectedColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected columns.
getSelectedColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column indexes that are currently selected.
getSelectedColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column indexes that are currently selected.
getSelectedDescriptors() - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
Returns the selected refactoring descriptors.
getSelectedDiffElements() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
This method returns all instances of IDiffElement that are in the current selection.
getSelectedEdition() - Method in class org.eclipse.compare.CompareEditorInput
Returns the selected edition or null if no edition is selected.
getSelectedEditor() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
Return the editor the user selected
getSelectedElement() - Method in interface org.eclipse.e4.ui.model.application.ui.MElementContainer
Returns the value of the 'Selected Element' reference.
getSelectedElements() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns an array of the currently selected elements.
getSelectedEncoding() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
Returns the currently selected encoding.
getSelectedExports() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all the exported packages from this bundle that have been selected by the resolver.
getSelectedGenericCapabilities() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns all the capabilities provided by ths bundle that have been selected by the resolver.
getSelectedItems() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Returns the current selection.
getSelectedLinkHref() - Method in class org.eclipse.ui.forms.widgets.FormText
Returns the reference of the hyperlink that currently has keyboard focus, or null if there are no hyperlinks in the receiver or no hyperlink has focus at the moment.
getSelectedLinkText() - Method in class org.eclipse.ui.forms.widgets.FormText
Returns the text of the hyperlink that currently has keyboard focus, or null if there are no hyperlinks in the receiver or no hyperlink has focus at the moment.
getSelectedMarker() - Method in interface org.eclipse.search.ui.ISearchResultViewEntry
Deprecated.
Returns the selected marker of this entry, or the first one if no marker is selected.
getSelectedMarkers(ExecutionEvent) - Method in class org.eclipse.ui.views.markers.MarkerViewHandler
Get the selected markers for the receiver in the view from event.
getSelectedNode() - Method in class org.eclipse.jface.wizard.WizardSelectionPage
Returns the currently selected wizard node within this page.
getSelectedNodePreference() - Method in class org.eclipse.jface.preference.PreferenceDialog
Get the name of the selected item preference
getSelectedNonResources() - Method in class org.eclipse.ui.actions.CloseResourceAction
 
getSelectedNonResources() - Method in class org.eclipse.ui.actions.SelectionListenerAction
Returns the elements in the current selection that are not IResources.
getSelectedObject() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Returns the object currently selected by the viewer.
getSelectedPage() - Method in interface org.eclipse.jface.dialogs.IPageChangeProvider
Returns the currently selected page in the dialog.
getSelectedPage() - Method in class org.eclipse.jface.dialogs.PageChangedEvent
Returns the selected page.
getSelectedPage() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
getSelectedPage() - Method in class org.eclipse.jface.wizard.WizardDialog
 
getSelectedPage() - Method in class org.eclipse.ui.forms.editor.FormEditor
 
getSelectedPage() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Returns the selected page for the current active page index, either the IEditorPart for editors or the Control for other pages.
getSelectedProjectNames() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns the names of the enclosing projects if selected by the container or null if the scope is not ISearchPageContainer.SELECTED_PROJECTS_SCOPE
getSelectedRange() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getSelectedRange() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the selected range.
getSelectedRange() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getSelectedRange() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the range of the current selection in coordinates of this viewer's document.
getSelectedRange() - Method in class org.eclipse.jface.text.TextViewer
 
getSelectedRegion() - Method in class org.eclipse.jface.text.link.LinkedModeUI
Returns the currently selected region or null.
getSelectedResource() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the currently selected resource in the active workbench window, or null if none.
getSelectedResources() - Method in class org.eclipse.ui.actions.CloseResourceAction
 
getSelectedResources() - Method in class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
 
getSelectedResources() - Method in class org.eclipse.ui.actions.RefreshAction
Returns a list containing the workspace root if the selection would otherwise be empty.
getSelectedResources() - Method in class org.eclipse.ui.actions.SelectionListenerAction
Returns the elements in the current selection that are IResources.
getSelectedResources() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns this page's collection of currently-specified resources to be exported.
getSelectedResources() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns this page's list of currently-specified resources to be imported.
getSelectedResources(IElementFilter, IProgressMonitor) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns this page's list of currently-specified resources to be imported filtered by the IElementFilter.
getSelectedResources(IElementFilter, IProgressMonitor) - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Deprecated.
Should use the API IElementFilter
getSelectedResourcesIterator() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns this page's collection of currently-specified resources to be exported.
getSelectedRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected rows.
getSelectedRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected rows.
getSelectedRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row indexes that are currently selected.
getSelectedRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row indexes that are currently selected.
getSelectedScope() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns search container's selected scope.
getSelectedTab() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns the currently selected tab.
getSelectedTemplates() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the currently selected templates
getSelectedTemplates() - Method in interface org.eclipse.ui.texteditor.templates.ITemplatesPageExtension
Returns currently selected templates.
getSelectedTemplates() - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
Returns the currently selected templates.
getSelectedUpdates() - Method in class org.eclipse.equinox.p2.operations.UpdateOperation
Get the updates that have been selected from the set of available updates.
getSelectedWorkingSets() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns the selected working sets of this container.
getSelectedWorkingSets() - Method in class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
Return the selected working sets, if any.
getSelectedWorkingSets() - Method in class org.eclipse.ui.dialogs.WorkingSetConfigurationBlock
Return the currently selected working sets.
getSelectedWorkingSets() - Method in class org.eclipse.ui.dialogs.WorkingSetGroup
Return the working sets selected by the contained WorkingSetConfigurationBlock.
getSelection() - Method in class org.eclipse.compare.CompareViewerPane
 
getSelection() - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
getSelection() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
The ContentMergeViewer implementation of this Viewer method returns the empty selection.
getSelection() - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns the editions that have been selected with the most recent call to selectEdition.
getSelection() - Method in interface org.eclipse.e4.ui.workbench.modeling.ESelectionService
Returns the current selection from the active context or null if the is nothing selected.
getSelection() - Method in class org.eclipse.equinox.p2.ui.RevertProfilePage
 
getSelection() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns the currently selected range of characters as an offset and length in widget coordinates.
getSelection() - Method in class org.eclipse.jface.text.TextViewer
 
getSelection() - Method in class org.eclipse.jface.util.LocalSelectionTransfer
Returns the local transfer data.
getSelection() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
The AbstractTreeViewer implementation of this method returns the result as an ITreeSelection.
getSelection() - Method in class org.eclipse.jface.viewers.DoubleClickEvent
Returns the selection.
getSelection() - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Returns the current selection for this provider.
getSelection() - Method in class org.eclipse.jface.viewers.OpenEvent
Returns the selection.
getSelection() - Method in class org.eclipse.jface.viewers.SelectionChangedEvent
Returns the selection.
getSelection() - Method in class org.eclipse.jface.viewers.StructuredViewer
The StructuredViewer implementation of this method returns the result as an IStructuredSelection.
getSelection() - Method in class org.eclipse.jface.viewers.Viewer
 
getSelection() - Method in interface org.eclipse.search.ui.ISearchPageContainer
Returns the selection with which this container was opened.
getSelection() - Method in interface org.eclipse.search.ui.ISearchResultView
Deprecated.
Returns the current selection of the search result view
getSelection() - Method in class org.eclipse.swt.custom.CCombo
Returns a Point whose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection.
getSelection() - Method in class org.eclipse.swt.custom.CTabFolder
Return the selected tab item, or null if there is no selection.
getSelection() - Method in class org.eclipse.swt.custom.StyledText
Returns the selection.
getSelection() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Combo
Returns a Point whose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.List
Returns an array of Strings that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the single 'selection' that is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.Scale
Returns the 'selection', which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the single 'selection' that is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Slider
Returns the 'selection', which is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Spinner
Returns the selection, which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Text
Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeItems that are currently selected in the receiver.
getSelection() - Method in interface org.eclipse.team.ui.IScmUrlImportWizardPage
Return the import descriptions for the page.
getSelection() - Method in class org.eclipse.ui.actions.ActionContext
 
getSelection() - Method in class org.eclipse.ui.actions.SelectionProviderAction
Returns the current selection in the selection provider.
getSelection() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns an array of the selected elements.
getSelection() - Method in interface org.eclipse.ui.dialogs.IWorkingSetEditWizard
Returns the working set edited in the wizard.
getSelection() - Method in interface org.eclipse.ui.dialogs.IWorkingSetNewWizard
Returns the new working set.
getSelection() - Method in interface org.eclipse.ui.dialogs.IWorkingSetPage
Returns the working set edited or created on the page after the wizard has closed.
getSelection() - Method in interface org.eclipse.ui.dialogs.IWorkingSetSelectionDialog
Returns the working sets selected in the dialog or null if the dialog was canceled.
getSelection() - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Returns the selection of the active workbench window.
getSelection() - Method in class org.eclipse.ui.forms.widgets.AbstractHyperlink
Returns the selection state of the control.
getSelection() - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Get the user selection from the dialog.
getSelection() - Method in interface org.eclipse.ui.ISelectionService
Returns the current selection in the active part.
getSelection() - Method in class org.eclipse.ui.navigator.CommonViewer
Returns the current selection.
getSelection() - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
 
getSelection() - Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
 
getSelection() - Method in class org.eclipse.ui.part.ShowInContext
Returns the selection, or null to indicate no selection.
getSelection() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
 
getSelection() - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
getSelection() - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
getSelection() - Method in class org.eclipse.ui.views.framelist.TreeFrame
Returns the selection.
getSelection() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
Get the current workbench selection.
getSelection() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Returns the selection which was passed to init.
getSelection(String) - Method in interface org.eclipse.e4.ui.workbench.modeling.ESelectionService
Returns the current selection from the the part with the given id.
getSelection(String) - Method in interface org.eclipse.ui.ISelectionService
Returns the current selection in the part with the given id.
getSelection(IDocument) - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
getSelection(IDocument) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Returns the new selection after the proposal has been applied to the given document in absolute document coordinates.
getSelection(IDocument) - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getSelection(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the character offsets of the specified text selection.
getSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the character offsets of the specified text selection.
getSelection(Control) - Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
 
getSelection(Control) - Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter2
Get the current selection range in the control.
getSelection(Control) - Method in class org.eclipse.jface.fieldassist.TextContentAdapter
 
getSelection(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns all selected items for the given SWT control.
getSelection(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getSelectionBackground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection background color.
getSelectionBackground() - Method in class org.eclipse.swt.custom.StyledText
Returns the receiver's selection background color.
getSelectionChangedListener() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns this editor's selection changed listener to be installed on the editor's source viewer.
getSelectionContributor() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Get the current selection-contributor if any
getSelectionCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of selected items contained in the receiver.
getSelectionCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of active non-contiguous selections.
getSelectionCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of active non-contiguous selections.
getSelectionFor(IEditorInput) - Method in class org.eclipse.ui.navigator.LinkHelperService
Return a selection that contains the elements that the given editor input represent.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection foreground color.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabItem
Returns the selection foreground color that the receiver will use to paint textual information.
getSelectionForeground() - Method in class org.eclipse.swt.custom.StyledText
Returns the receiver's selection foreground color.
getSelectionFrame(int) - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
Returns the frame for the selection, or null if there is no frame for the selection.
getSelectionFromWidget() - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
getSelectionFromWidget() - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
getSelectionFromWidget() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
getSelectionFromWidget() - Method in class org.eclipse.jface.viewers.StructuredViewer
Retrieves the selection, as a List, from the underlying widget.
getSelectionHistory() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Returns the history of selected elements.
getSelectionIndex() - Method in class org.eclipse.swt.custom.CCombo
Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the selected tab item, or -1 if there is no selection.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Combo
Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.TabFolder
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns an index referring the first current selection.
getSelectionIndex() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns the selection of the list.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns the indices referring the current selection.
getSelectionIndices() - Method in class org.eclipse.ui.dialogs.FilteredList
Returns the selection of the list.
getSelectionPolicy() - Method in interface org.eclipse.osgi.service.resolver.Resolver
Returns the selection policy for this resolver or null if it is not set
getSelectionProvider() - Method in interface org.eclipse.debug.ui.IDetailPane2
Request the selection provider of this detail pane.
getSelectionProvider() - Method in interface org.eclipse.jface.text.ITextViewer
Returns a selection provider dedicated to this viewer.
getSelectionProvider() - Method in class org.eclipse.jface.text.TextViewer
 
getSelectionProvider() - Method in class org.eclipse.jface.viewers.SelectionChangedEvent
Returns the selection provider that is the source of this event.
getSelectionProvider() - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
 
getSelectionProvider() - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
Deprecated.
 
getSelectionProvider() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Get the selection provider that gives access to the selection of the synchronize page associated with this page site.
getSelectionProvider() - Method in class org.eclipse.team.ui.PageCompareEditorInput
Return the selection provider for the page.
getSelectionProvider() - Method in class org.eclipse.team.ui.PageSaveablePart
Deprecated.
Return the selection provider for the page.
getSelectionProvider() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Get the selection provider that gives access to the selection of the synchronize page associated with this page site.
getSelectionProvider() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
getSelectionProvider() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
 
getSelectionProvider() - Method in class org.eclipse.ui.actions.SelectionProviderAction
Returns the selection provider that is the target of this action.
getSelectionProvider() - Method in interface org.eclipse.ui.IWorkbenchSite
Returns the selection provider for this workbench site.
getSelectionProvider() - Method in interface org.eclipse.ui.navigator.ICommonViewerSite
 
getSelectionProvider() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method returns the selection provider set by setSelectionProvider.
getSelectionProvider() - Method in class org.eclipse.ui.part.PageBookView
Returns the selectionProvider for this page book view.
getSelectionProvider() - Method in class org.eclipse.ui.part.PageSite
 
getSelectionProvider() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns this text editor's selection provider.
getSelectionProvider() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns this text editor's selection provider.
getSelectionRange() - Method in class org.eclipse.swt.custom.StyledText
Returns the selection.
getSelectionRange(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextAdapter
Sent when an accessibility client requests the range of the current text selection.
getSelectionRange(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextListener
Sent when an accessibility client requests the range of the current text selection.
getSelectionRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns the selected ranges of text.
getSelectionService() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns the selection service which tracks selection within this workbench window.
getSelectionSetTime() - Method in class org.eclipse.jface.util.LocalSelectionTransfer
Returns the time when the selection operation this transfer is associated with was started.
getSelectionText() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns the currently selected characters as a string.
getSelectionText() - Method in class org.eclipse.swt.custom.StyledText
Returns the selected text.
getSelectionText() - Method in class org.eclipse.swt.widgets.Text
Gets the selected text, or an empty string if there is no current selection.
getSelectionText() - Method in class org.eclipse.ui.forms.widgets.FormText
Returns the selected text.
getSelectionValue() - Method in class org.eclipse.jface.preference.RadioGroupFieldEditor
Returns this field editor's current selected value.
getSeparatorColor() - Method in class org.eclipse.ui.forms.widgets.Form
Deprecated.
use getHeadColor(IFormColors.H_BOTTOM_KEYLINE2)
getSeparatorControl() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the separator control that will be placed between the title and the description if present.
getSeparatorControl() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the control that is used as a separator between the title and the client, or null if not set.
getSeparators(IStructuredTextExpert) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Indicates the separators to use for the current handler.
getSeperator1() - Method in class org.eclipse.jface.window.ApplicationWindow
Return the top seperator.
getSequenceNumber() - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns the sequence number of this position.
getSequenceNumber() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Returns the unique sequence number of this extension.
getSerialization() - Method in interface org.eclipse.help.ICommandLink
Returns the serialized form of the command to invoke, along with its parameters.
getService() - Method in interface org.eclipse.ui.navigator.ICommonContentExtensionSite
 
getService(Class<T>) - Method in interface org.eclipse.equinox.p2.core.IProvisioningAgent
Returns the service with the given service name, or null if no such service is available in this agent.
getService(Class<T>) - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
getService(Class<T>) - Method in class org.eclipse.ui.part.PageSite
 
getService(Class<T>) - Method in interface org.eclipse.ui.services.IServiceLocator
Retrieves the service corresponding to the given API.
getService(String) - Method in interface org.eclipse.equinox.p2.core.IProvisioningAgent
Returns the service with the given service name, or null if no such service is available in this agent.
getService(Bundle, ServiceRegistration<Object>) - Method in class org.eclipse.osgi.framework.console.ConsoleSession
 
getServiceComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the service level component of this version identifier.
getServiceContext(Class<?>) - Static method in class org.eclipse.e4.core.contexts.EclipseContextFactory
Returns a context that can be used to lookup OSGi services.
getServiceContext(BundleContext) - Static method in class org.eclipse.e4.core.contexts.EclipseContextFactory
Returns a context that can be used to lookup OSGi services.
getServiceLocator() - Method in class org.eclipse.compare.CompareEditorInput
 
getServiceLocator() - Method in interface org.eclipse.compare.ICompareContainer
Return the service locator for the container or null if the container does not have one.
getServiceLocator() - Method in interface org.eclipse.ui.IActionBars
Returns the service locator for these action bars.
getServiceLocator() - Method in class org.eclipse.ui.menus.UIElement
Get the service locator scope in which this UI element resides.
getServiceLocator() - Method in class org.eclipse.ui.SubActionBars
Answer the service locator for this action bar.
getServicesInUse() - Method in class org.eclipse.osgi.launch.Equinox
 
getServletConfig() - Method in class org.eclipse.equinox.jsp.jasper.JspServlet
 
getServletInfo() - Method in class org.eclipse.equinox.jsp.jasper.JspServlet
 
getSession() - Method in class org.eclipse.equinox.p2.operations.ProvisioningJob
Return the provisioning session that is used by the receiver when retrieving necessary provisioning services.
getSession() - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return the provisioning session that should be used to obtain provisioning services.
getSession() - Method in class org.eclipse.jface.text.DocumentRewriteSessionEvent
Returns the rewrite session.
getSession() - Method in class org.eclipse.jsch.ui.UserInfoPrompter
Return the session to which this prompter is assigned.
getSessionProperties() - Method in interface org.eclipse.core.resources.IResource
Returns a copy of the map of this resource's session properties.
getSessionProperty(QualifiedName) - Method in interface org.eclipse.core.resources.IResource
Returns the value of the session property of this resource identified by the given key, or null if this resource has no such property.
getSessionProperty(QualifiedName) - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the value of the session property of the resource being visited, identified by the given key.
getSessionType() - Method in class org.eclipse.jface.text.DocumentRewriteSession
Returns the type of this session.
getSet() - Method in interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent
Returns the SyncInfoSet that generated these events.
getSet() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
getSet(S) - Method in interface org.eclipse.core.databinding.property.set.ISetProperty
Returns an unmodifiable Set with the current contents of the source's set property
getSet(S) - Method in class org.eclipse.core.databinding.property.set.SetProperty
By default, this method returns Collections.EMPTY_SET in case the source object is null.
getSettings() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns a dialog settings object for this search result page.
getSettings(IScopeContext) - Method in interface org.eclipse.core.runtime.content.IContentType
Returns the settings for this content type in the given preference context.
getSettingsTransfers() - Static method in class org.eclipse.ui.preferences.SettingsTransfer
Return the configuration elements for all of the settings transfers.
getSeverity() - Method in interface org.eclipse.core.runtime.IStatus
Returns the severity.
getSeverity() - Method in class org.eclipse.core.runtime.Status
 
getSeverity() - Method in interface org.eclipse.equinox.p2.metadata.IUpdateDescriptor
The importance of the update descriptor represented as a int.
getSeverity() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the severity.
getSeverity() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the severity level.
getSeverity() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
Returns the severity.
getSeverity() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Deprecated.
since 3.0
getSeverity(IMarker) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the severity of the given marker.
getSharedColors() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
getSharedElements() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Shared Elements' containment reference list.
getSharedImageName(String) - Static method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Translates the given symbolic image name into the shared image name as defined in ISharedImages.
getSharedImages() - Method in interface org.eclipse.ui.IWorkbench
Returns the shared images for the workbench.
getSharedTextColors() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the shared text colors of this plug-in.
getShell() - Method in class org.eclipse.compare.patch.ApplyPatchOperation
Return the parent shell to be used when the wizard is opened.
getShell() - Method in class org.eclipse.core.resources.team.FileModificationValidationContext
Return the org.eclipse.swt.widgets.Shell that is to be used to parent any dialogs with the user, or null if there is no UI context available (declared as an Object to avoid any direct references on the SWT component).
getShell() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Returns the shell this tab is contained in, or null.
getShell() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the parent shell for this menu item
getShell() - Method in class org.eclipse.jface.dialogs.DialogPage
Returns this dialog page's shell.
getShell() - Method in class org.eclipse.jface.preference.ListEditor
Returns this field editor's shell.
getShell() - Method in class org.eclipse.jface.preference.StringButtonFieldEditor
Returns this field editor's shell.
getShell() - Method in class org.eclipse.jface.text.AbstractInformationControl
The shell of the popup window.
getShell() - Method in interface org.eclipse.jface.window.IShellProvider
Returns the current shell (or null if none).
getShell() - Method in class org.eclipse.jface.window.SameShellProvider
 
getShell() - Method in class org.eclipse.jface.window.Window
Returns this window's shell.
getShell() - Method in interface org.eclipse.jface.wizard.IWizardContainer
Returns the shell for this wizard container.
getShell() - Method in class org.eclipse.jface.wizard.Wizard
Returns the wizard's shell if the wizard is visible.
getShell() - Method in class org.eclipse.jface.wizard.WizardPage
The WizardPage implementation of this method declared on DialogPage returns the shell of the container.
getShell() - Method in class org.eclipse.swt.custom.CCombo
 
getShell() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's shell.
getShell() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's shell.
getShell() - Method in class org.eclipse.swt.widgets.Shell
 
getShell() - Method in class org.eclipse.team.core.ProjectSetSerializationContext
Return a org.eclipse.swt.Shell if there is a UI context or null if executing headless.
getShell() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Returns the shell for this site.
getShell() - Method in class org.eclipse.team.ui.PageSaveablePart
Deprecated.
Return the parent shell of this part.
getShell() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Returns the shell for this site.
getShell() - Method in class org.eclipse.team.ui.TeamOperation
Return a shell that can be used by the operation to display dialogs, etc.
getShell() - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
getShell() - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Returns the shell of the active workbench window.
getShell() - Method in interface org.eclipse.ui.IWorkbenchSite
Returns the shell for this workbench site.
getShell() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns this workbench window's shell.
getShell() - Method in class org.eclipse.ui.navigator.CommonDragAdapterAssistant
 
getShell() - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
 
getShell() - Method in interface org.eclipse.ui.navigator.ICommonViewerSite
 
getShell() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor to return the shell.
getShell() - Method in class org.eclipse.ui.part.PageSite
 
getShell(IAdaptable) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return the shell described by the specified adaptable, or the active shell if no shell has been specified in the adaptable.
getShell(IAdaptable) - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Return the shell described by the specified adaptable, or the active shell if no shell has been specified in the adaptable.
getShellActivated() - Method in class org.eclipse.ui.part.MultiEditor
Return true if the shell is activated.
getShellListener() - Method in class org.eclipse.jface.window.Window
Returns a shell listener.
getShells() - Method in class org.eclipse.swt.widgets.Display
Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
getShells() - Method in class org.eclipse.swt.widgets.Shell
Returns an array containing all shells which are descendants of the receiver.
getShellStyle() - Method in class org.eclipse.jface.window.Window
Returns the shell style bits.
getShellStyle() - Method in class org.eclipse.jface.wizard.WizardDialog
 
getShellStyle() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the style bits to use for the window's shell when it is created.
getShellType(Shell) - Method in interface org.eclipse.ui.contexts.IContextService
Returns the shell type for the given shell.
getShellType(Shell) - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
Returns the shell type for the given shell.
getShift() - Method in interface org.eclipse.jface.bindings.keys.IKeyLookup
Returns the integer representation of the SHIFT key.
getShift() - Method in class org.eclipse.jface.bindings.keys.SWTKeyLookup
 
getShort() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java short represented by this Variant.
getShortEditionLabel(ITypedElement, ITypedElement, Date) - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns a label for identifying a node in the edition tree viewer.
getShortName() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Return the name of the participant as specified in the plugin manifest file.
getShortName() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Return the name of the participant as specified in the plugin manifest file.
getShortTaskName() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Returns the short task name (e.g. no more than 25 characters) to describe the behavior of the refresh operation to the user.
getShortTaskName() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Returns the short task name (e.g. no more than 25 characters) to describe the behavior of the refresh operation to the user.
getShowActive() - Method in class org.eclipse.ui.actions.PerspectiveMenu
Returns whether the menu item representing the active perspective will have a check mark.
getShowClose() - Method in class org.eclipse.swt.custom.CTabItem
Returns true to indicate that the receiver's close button should be shown.
getShowCoolBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a cool bar.
getShowDerived() - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
Returns whether derived resources should be shown in the list.
getShowDialogAction() - Method in class org.eclipse.ui.actions.BaseNewWizardMenu
Returns the "Other..." action, used to show the new wizards dialog.
getShowDrilldownRequirements() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a boolean indicating whether the user should be allowed drill down from a visible update or installed item into the requirements.
getShowFocusedControl() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the receiver automatically scrolls to a focused child control to make it visible.
getShowHover() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the boolean that controls whether the decoration's description text should be shown in a hover when the user hovers over the decoration.
getShowInContext() - Method in interface org.eclipse.ui.part.IShowInSource
Returns the context to show, or null if there is currently no valid context to show.
getShowInContext() - Method in class org.eclipse.ui.views.properties.PropertySheet
 
getShowInContext(ExecutionEvent) - Method in class org.eclipse.ui.views.properties.NewPropertySheetHandler
 
getShowInInput(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the ShowInContext input.
getShowInInputChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the ShowInContext input.
getShowInNextPrevDropdownToolbarActionKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the visibility in the next/previous drop down toolbar action.
getShowInSelection(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the ShowInContext selection.
getShowInSelectionChecked(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Return the ShowInContext selection.
getShowInTargetIds() - Method in interface org.eclipse.ui.part.IShowInTargetList
Returns the identifiers for the target parts to show.
getShowLatestVersionsOnly() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a boolean indicating whether only the latest versions of updates and available software should be shown to the user.
getShowLinkedResources() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns {true if the page tree and list providers should show linked resources.
getShowMenuBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a menu bar.
getShowOnlyOnFocus() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Get the boolean that controls whether the decoration is shown only when the control has focus.
getShowPerspectiveBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a perspective bar (the perspective bar provides buttons to quickly switch between perspectives).
getShowProgressIndicator() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a progress indicator.
getShowStatusLine() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a status line.
getShowTitle() - Method in interface org.eclipse.ui.IViewLayout
Returns whether the view shows its title.
getShowViewShortcuts() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the show view shortcuts associated with the current perspective.
getSide() - Method in interface org.eclipse.e4.ui.model.application.ui.MGenericTrimContainer
Returns the value of the 'Side' attribute.
getSignedContent(File) - Method in interface org.eclipse.osgi.signedcontent.SignedContentFactory
Returns a SignedContent object for the specified content of a repository.
getSignedContent(Bundle) - Method in interface org.eclipse.osgi.signedcontent.SignedContentFactory
Returns a SignedContent object for the specified bundle.
getSignedEntries() - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns all entries of the content.
getSignedEntry(String) - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns the signed entry for the specified name.
getSignerCertificates(int) - Method in class org.eclipse.osgi.launch.Equinox
 
getSignerInfos() - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns all the signer infos for this SignedContent.
getSignerInfos() - Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
Returns the signer infos for this SignedContentEntry.
getSigningTime(SignerInfo) - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns the signing time for the signer info.
getSimple() - Method in class org.eclipse.swt.custom.CBanner
Returns true if the CBanner is rendered with a simple, traditional shape.
getSimple() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder is rendered with a simple, traditional shape.
getSimpleIdentifier() - Method in interface org.eclipse.core.runtime.IExtension
Returns the simple identifier of this extension, or null if this extension does not have an identifier.
getSimpleIdentifier() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns the simple identifier of this extension point.
getSingle() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder only displays the selected tab and false if the CTabFolder displays multiple tabs.
getSingleSelection(ISelection) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
getSite() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSite
Returns the workbench part site hosting memory renderings for this rendering site.
getSite() - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.
 
getSite() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the site which provides access to certain workbench services.
getSite() - Method in class org.eclipse.ui.console.TextConsolePage
 
getSite() - Method in interface org.eclipse.ui.IWorkbenchPart
Returns the site for this workbench part.
getSite() - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
 
getSite() - Method in interface org.eclipse.ui.part.IPageBookViewPage
Returns the site for this page.
getSite() - Method in class org.eclipse.ui.part.Page
Returns the site which contains this page.
getSite() - Method in class org.eclipse.ui.part.WorkbenchPart
 
getSitePolicy() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns the policy for this site
getSiteProperty(int) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Get the control site property specified by the dispIdMember, or null if the dispId is not recognised.
getSize() - Method in interface org.eclipse.debug.core.model.IIndexedValue
Returns the number of entries in this indexed collection.
getSize() - Method in class org.eclipse.help.webapp.AbstractFrame
 
getSize() - Method in class org.eclipse.jface.action.ContributionManager
Return the number of contributions in this manager.
getSize() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
Return the size of this composite image.
getSize() - Method in class org.eclipse.jface.viewers.DecorationOverlayIcon
 
getSize() - Method in class org.eclipse.swt.widgets.Caret
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's size in points.
getSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return the size (in bytes) of the contents of this resource variant.
getSize(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns the size of the rectangle, as a Point
getSizeConstraints() - Method in class org.eclipse.jface.text.AbstractInformationControl
Returns the size constraints.
getSizeFlags(boolean) - Method in interface org.eclipse.ui.ISizeProvider
Returns a bitwise combination of flags indicating how and when computePreferredSize should be used.
getSlaveDocumentManager() - Method in class org.eclipse.jface.text.TextViewer
Returns the slave document manager
getSlaveDocuments(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManagerExtension
Returns the list of slave documents for the given master document or null if there are no such slave document.
getSlaveDocuments(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
 
getSnapshotInterval() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns the interval between automatic workspace snapshots.
getSnippets() - Method in interface org.eclipse.e4.ui.model.application.ui.MSnippetContainer
Returns the value of the 'Snippets' containment reference list.
getSortColumn() - Method in class org.eclipse.swt.widgets.Table
Returns the column which shows the sort indicator for the receiver.
getSortColumn() - Method in class org.eclipse.swt.widgets.Tree
Returns the column which shows the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Table
Returns the direction of the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Tree
Returns the direction of the sort indicator for the receiver.
getSortedChildren(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
getSortedChildren(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the sorted and filtered set of children of the given element.
getSortedPerspectives() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the descriptors for the perspectives that are open in this page, in the order in which they were activated (oldest first).
getSorter() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns this viewer's sorter, or null if it does not have one.
getSorterService() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The sorter service provides the appropriate sorter based on the current items being sorted.
getSource() - Method in interface org.eclipse.core.resources.IPathVariableChangeEvent
Returns an object identifying the source of this event.
getSource() - Method in interface org.eclipse.core.resources.IResourceChangeEvent
Returns an object identifying the source of this event.
getSource() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the source that triggered this event.
getSource() - Method in class org.eclipse.ui.views.framelist.FrameList
Returns the frame source.
getSourceConflictMessage() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns the error message for when the source conflicts with the destination.
getSourceContainerBrowser(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns a new source container browser for the specified type of source container or null if a browser has not been registered.
getSourceContainerImage(String) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the image associated with the specified type of source container or null if none.
getSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
Returns the source containers currently registered with this participant's source lookup director.
getSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
 
getSourceContainers() - Method in class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
 
getSourceContainers() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Returns the source containers this container is composed of.
getSourceContainers() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns the source containers currently registered with this director, possibly an empty collection.
getSourceContainerType(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the source container type extension registered with the given unique identifier, or null if none.
getSourceContainerType(String) - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
Returns the source container type identified by the given id, or null if none.
getSourceContainerTypes() - Method in interface org.eclipse.debug.core.ILaunchManager
Returns all registered source container type extensions.
getSourceEdit() - Method in class org.eclipse.text.edits.CopyTargetEdit
Returns the associated source edit or null if no source edit is associated yet.
getSourceEdit() - Method in class org.eclipse.text.edits.MoveTargetEdit
Returns the associated source edit or null if no source edit is associated yet.
getSourceElement() - Method in interface org.eclipse.debug.ui.sourcelookup.ISourceLookupResult
Returns the source element resolved during source lookup, or null if a source element was not resolved.
getSourceElement(Object) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getSourceElement(Object) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns a source element that corresponds to the given debug artifact, or null if a source element could not be located.
getSourceElement(IStackFrame) - Method in interface org.eclipse.debug.core.model.ISourceLocator
Returns a source element that corresponds to the given stack frame, or null if a source element could not be located.
getSourceElement(IStackFrame) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getSourceLocator() - Method in interface org.eclipse.debug.core.ILaunch
Returns the source locator to use for locating source elements for the debug target associated with this launch, or null if source lookup is not supported.
getSourceLocator() - Method in class org.eclipse.debug.core.Launch
 
getSourceLocatorId() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the identifier of the persistable source locator registered with this launch configurations type, or null if unspecified.
getSourceModifier() - Method in class org.eclipse.text.edits.CopySourceEdit
Returns the current source modifier or null if no source modifier is set.
getSourceModifier() - Method in class org.eclipse.text.edits.MoveSourceEdit
Returns the current source modifier or null if no source modifier is set.
getSourceName(Object) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant
Returns the source file name associated with the given debug artifact that source needs to be found for, or null if none.
getSourcePathComputer() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns the source path computer registered with this launch configuration type or null if unspecified.
getSourcePathComputer() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
getSourcePathComputer() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns the source path computer to use with this source lookup director, possibly null.
getSourcePathComputer(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns the source path computer extension registered with the given unique identifier, or null if none.
getSourcePathComputer(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns a source path computer to compute a default source lookup path for the given launch configuration, or null if a source path computer has not been registered for the associated launch configuration type.
getSourceProvider(String) - Method in interface org.eclipse.ui.services.ISourceProviderService
Retrieves a source provider providing the given source.
getSourceProviders() - Method in interface org.eclipse.ui.services.ISourceProviderService
Retrieves all of the source providers registered with this service at the time of this call.
getSourceStore() - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Deprecated.
Returns the source store of this rewrite store.
getSourceViewer() - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext
Returns the viewer for this context.
getSourceViewer() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
Returns the source viewer for this hover manager.
getSourceViewer() - Method in class org.eclipse.jface.text.source.TextInvocationContext
 
getSourceViewer() - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
Returns the internal source viewer.
getSourceViewer() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's source viewer.
getSourceViewerConfiguration() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's source viewer configuration.
getSourceViewerDecorationSupport(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns the source viewer decoration support.
getSpacing() - Static method in class org.eclipse.jface.layout.LayoutConstants
Returns the default dialog spacing, in pixels
getSpacing() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the line spacing of the receiver.
getSpacing() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the receiver's spacing.
getSpecialsCount(IStructuredTextExpert) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Indicates the number of special cases handled by the current handler.
getSpecifiedContainer() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns the container resource specified in the container name entry field, or null if such a container does not exist in the workbench.
getSpellingEngineDescriptors() - Method in class org.eclipse.ui.texteditor.spelling.SpellingService
Returns all spelling engine descriptors from extensions to the spelling engine extension point.
getSpellingProblem() - Method in class org.eclipse.ui.texteditor.spelling.SpellingAnnotation
Returns the spelling problem.
getSpellingService() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the spelling service.
getSplash() - Method in class org.eclipse.ui.splash.AbstractSplashHandler
Get the Shell associated with this splash screen.
getStackCode() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
 
getStackFrames() - Method in interface org.eclipse.debug.core.model.IThread
Returns the stack frames contained in this thread.
getStandardDisplay() - Static method in class org.eclipse.ui.console.ConsolePlugin
Returns the workbench display.
getStart() - Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
Returns the beginning offset of the keyword.
getStartAddress() - Method in interface org.eclipse.debug.core.model.IMemoryBlock
Returns the start address of this memory block.
getStartColumn() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getStartColumn() - Method in interface org.eclipse.jface.text.IBlockTextSelection
Returns the column on the start line at which the selection starts.
getStartIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getStartIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getStartingPage() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the first page to be shown in this wizard.
getStartingPage() - Method in class org.eclipse.jface.wizard.Wizard
 
getStartingPage() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
 
getStartingPage() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
 
getStartLevel() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
The start level for this bundle
getStartLine() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getStartLine() - Method in interface org.eclipse.jface.text.ITextSelection
Returns number of the line containing the offset of the selected text.
getStartLine() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getStartLine() - Method in class org.eclipse.jface.text.revisions.RevisionRange
 
getStartLine() - Method in interface org.eclipse.jface.text.source.ILineRange
Returns the start line of this line range or -1.
getStartLine() - Method in class org.eclipse.jface.text.source.LineRange
 
getStartLine() - Method in class org.eclipse.jface.text.TextSelection
 
getStartPage() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the start page setting that the user selected before pressing OK in the dialog.
getStartPosition() - Method in interface org.eclipse.compare.patch.IHunk
Return the start position of the hunk in the target file.
getState() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the state of the job.
getState() - Method in class org.eclipse.core.runtime.jobs.JobGroup
Returns the state of the job group.
getState() - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
Gets the state established by the last text processing call.
getState() - Method in class org.eclipse.help.webapp.AbstractButton
Get the state of a button
getState() - Method in class org.eclipse.osgi.launch.Equinox
 
getState() - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Returns a mutable state representing the current system.
getState() - Method in interface org.eclipse.osgi.service.resolver.Resolver
Returns the state associated with this resolver.
getState() - Method in interface org.eclipse.osgi.service.resolver.StateDelta
Returns the state whose changes are represented by this delta.
getState() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the state of the receiver.
getState() - Method in class org.eclipse.ui.forms.events.ExpansionEvent
Returns the new expansion state of the widget.
getState(boolean) - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Returns a state representing the current system.
getState(Object, int, IProgressMonitor) - Method in class org.eclipse.team.ui.mapping.SynchronizationStateTester
Return the synchronization state of the given element.
getState(String) - Method in class org.eclipse.core.commands.AbstractHandlerWithState
 
getState(String) - Method in interface org.eclipse.core.commands.IObjectWithState
Gets the state with the given id.
getState(String) - Method in class org.eclipse.core.commands.Command
 
getState(ResourceMapping, int, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.Subscriber
Return the synchronization state of the given resource mapping.
getState(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getState(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getStateDescription(Object, int, String[], IProgressMonitor) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Return the state description for the given element.
getStateDescription(Object, int, String[], IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
 
getStateFilter(int[], int) - Static method in class org.eclipse.team.core.diff.FastDiffFilter
 
getStateFlags() - Method in interface org.eclipse.team.ui.mapping.ITeamStateDescription
Return the synchronization state flags for the element for which this state description was generated.
getStateFlags() - Method in class org.eclipse.team.ui.synchronize.TeamStateDescription
 
getStatefulExpert(String) - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler.
getStatefulExpert(String, StructuredTextEnvironment) - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler and the specified environment.
getStatefulExpert(StructuredTextTypeHandler, StructuredTextEnvironment) - Static method in class org.eclipse.equinox.bidi.advanced.StructuredTextExpertFactory
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler and the specified environment.
getStateHelper() - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Returns a state helper object.
getStateHelper() - Method in interface org.eclipse.osgi.service.resolver.State
Returns a state helper object.
getStateIds() - Method in class org.eclipse.core.commands.AbstractHandlerWithState
 
getStateIds() - Method in interface org.eclipse.core.commands.IObjectWithState
Gets the identifiers for all of the state associated with this object.
getStateIds() - Method in class org.eclipse.core.commands.Command
 
getStateLocation() - Method in class org.eclipse.core.runtime.Plugin
Returns the location in the local file system of the plug-in state area for this plug-in.
getStateLocation(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Returns the location in the local file system of the plug-in state area for the given bundle.
getStateMask() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlinkDetectorExtension2
Returns the state mask of the modifier keys that need to be pressed for this hyperlink detector.
getStateMask() - Method in class org.eclipse.ui.forms.events.HyperlinkEvent
Returns the value of the keyboard state mask present when the event occured, or SWT.NULL for no modifiers.
getStateModel() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
 
getStateStamp() - Static method in class org.eclipse.core.runtime.Platform
Returns a number that changes whenever the set of installed plug-ins changes.
getStats(String, Object) - Static method in class org.eclipse.core.runtime.PerformanceStats
Returns the stats object corresponding to the given parameters.
getStatus() - Method in class org.eclipse.core.commands.operations.OperationHistoryEvent
Return the status associated with this event.
getStatus() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns the status of this file buffer.
getStatus() - Method in exception org.eclipse.core.runtime.CoreException
Returns the status object for this exception.
getStatus() - Method in interface org.eclipse.debug.core.IRequest
Returns the status of this request, or null.
getStatus() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns the overall plan status.
getStatus() - Method in class org.eclipse.equinox.p2.operations.RemedyIUDetail
 
getStatus() - Method in class org.eclipse.jface.dialogs.StatusDialog
Returns the last status.
getStatus() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the outcome of the operation or null if an exception has occurred while performing the operation or if the operation hasn't been performed yet.
getStatus() - Method in class org.eclipse.team.core.diff.provider.Diff
Return the status of the diff node.
getStatus() - Method in class org.eclipse.ui.statushandlers.StatusAdapter
Returns the wrapped status.
getStatus() - Method in class org.eclipse.ui.wizards.datatransfer.ImportOperation
Returns the status of the import operation.
getStatus(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getStatus(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getStatus(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getStatus(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getStatus(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns the status of the given element.
getStatusAdapters() - Method in class org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager
Gets a collection of status adapters that were passed to the dialog.
getStatusBanner(IStatus) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Returns a banner for the given status.
getStatusBanner(IStatus) - Method in class org.eclipse.ui.editors.text.TextEditor
 
getStatusBanner(IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
Returns a banner for the given status.
getStatusField(String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the current status field for the given status category.
getStatusHandler() - Static method in class org.eclipse.jface.util.Policy
Returns the status handler used by JFace to handle statuses.
getStatusHandler(IStatus) - Method in class org.eclipse.debug.core.DebugPlugin
Returns the status handler registered for the given status, or null if none.
getStatusHeader(IStatus) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Returns a status header for the given status.
getStatusHeader(IStatus) - Method in class org.eclipse.ui.editors.text.TextEditor
 
getStatusHeader(IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
Returns a header for the given status
getStatusLineManager() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the status line manager for this window (if it has one).
getStatusLineManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the status line manager of a workbench window.
getStatusLineManager() - Method in interface org.eclipse.ui.IActionBars
Returns the status line manager.
getStatusLineManager() - Method in class org.eclipse.ui.SubActionBars
Returns the status line manager.
getStatusLineManager() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the status line manager of this editor.
getStatusMaxSeverity(Collection<? extends ValidationStatusProvider>) - Static method in class org.eclipse.core.databinding.AggregateValidationStatus
Returns a status that always returns the most severe status from the given validation status providers.
getStatusMerged(Collection<? extends ValidationStatusProvider>) - Static method in class org.eclipse.core.databinding.AggregateValidationStatus
Returns a status object that merges multiple non-OK status objects in a MultiStatus.
getStatusMessage(IStatus) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Returns a status message if any.
getStatusMessage(IStatus) - Method in class org.eclipse.ui.editors.text.TextEditor
 
getStatusMessage(IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
Returns a message for the given status.
getStepFilters(String) - Static method in class org.eclipse.debug.core.DebugPlugin
Returns any step filters that have been contributed for the given model identifier.
getStickyViews() - Method in interface org.eclipse.ui.views.IViewRegistry
Return a list of sticky views defined in the registry.
getStippled() - Method in class org.eclipse.swt.widgets.Tracker
Returns true if the rectangles are drawn with a stippled line, false otherwise.
getStorage() - Method in interface org.eclipse.ui.IStorageEditorInput
Returns the underlying IStorage object.
getStorage() - Method in class org.eclipse.ui.part.FileEditorInput
 
getStorage(int) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the possible registry cache location identified by the index.
getStorage(IProgressMonitor) - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the storage for this file revision.
getStorage(IProgressMonitor) - Method in class org.eclipse.team.core.variants.CachedResourceVariant
 
getStorage(IProgressMonitor) - Method in interface org.eclipse.team.core.variants.IResourceVariant
Return an instance of IStorage or null if the remote resource does not have contents (i.e. is a folder).
getStore() - Method in class org.eclipse.jface.text.AbstractDocument
Returns the document's text store.
getStore(URI) - Static method in class org.eclipse.core.filesystem.EFS
Returns the file store corresponding to the provided URI.
getStore(URI) - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns a handle to a file store in this file system.
getStore(URI) - Method in class org.eclipse.core.filesystem.provider.FileSystem
Subclasses must implement this method to satisfy the contract of IFileSystem.getStore(URI).
getStore(IPath) - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns a handle to a file store in this file system.
getStore(IPath) - Method in class org.eclipse.core.filesystem.provider.FileSystem
This is the default implementation of IFileSystem.getStore(IPath).
getStoredRepresentation(FontData[]) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Returns the stored representation of the given array of FontData objects.
getStoredValue() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
Returns the value that is currently stored for the encoding.
getStoredValue() - Method in class org.eclipse.ui.ide.dialogs.EncodingFieldEditor
 
getStoredValue() - Method in class org.eclipse.ui.ide.dialogs.ResourceEncodingFieldEditor
 
getStream(String) - Method in interface org.eclipse.debug.ui.console.IConsole
Returns the stream associated with the specified stream identifier.
getStreamsProxy() - Method in interface org.eclipse.debug.core.model.IProcess
Returns a proxy to the standard input, output, and error streams for this process, or null if not supported.
getStreamsProxy() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
getString() - Method in class org.eclipse.jface.text.templates.TemplateBuffer
Returns the string of the template buffer.
getString() - Method in class org.eclipse.jface.viewers.StyledString
Returns the string of this StyledString.
getString() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the Java String represented by this Variant.
getString() - Method in interface org.eclipse.team.core.IStringMapping
The string part of the mapping
getString() - Method in interface org.eclipse.ui.activities.IActivityPatternBinding
If IActivityPatternBinding.isEqualityPattern() is true this will return the raw pattern string.
getString(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns the current value of the string-valued property with the given name.
getString(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns the current value of the string-valued preference with the given name.
getString(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
getString(String) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the resource object with the given key in JFace's resource bundle.
getString(String) - Method in interface org.eclipse.ui.IMemento
Returns the string value of the given key.
getString(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
getString(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
getString(String) - Method in interface org.eclipse.ui.themes.ITheme
Get arbitrary data associated with this theme.
getString(String) - Method in class org.eclipse.ui.XMLMemento
 
getString(String, String, String, IScopeContext[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Return the value stored in the preference store for the given key.
getString(String, BigInteger, MemoryByte[]) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns text for the given memory bytes at the specified address for the specified rendering type.
getString(String, BigInteger, MemoryByte[]) - Method in class org.eclipse.debug.ui.memory.AbstractTextRendering
 
getString(ResourceBundle, String, String) - Static method in class org.eclipse.ui.texteditor.ResourceAction
Retrieves and returns the value with the given key from the given resource bundle, or returns the given default value if there is no such resource.
getStringAttribute(int) - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns the value of the specified attribute for this file.
getStringAttribute(int) - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
getStringConfigProperty(String) - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
 
getStringHint(String) - Method in interface org.eclipse.ui.activities.ITriggerPoint
Return the hint with the given key defined on this trigger point.
getStringProperty(String) - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
getStrings(String[]) - Static method in class org.eclipse.jface.resource.JFaceResources
Returns a list of string values corresponding to the given list of keys.
getStringValue() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns the field editor's value.
getStringValue(Object) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the value of the given attribute as string.
getStringVariableManager() - Method in class org.eclipse.core.variables.VariablesPlugin
Returns the string variable manager.
getStructure(Object) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
Creates a tree structure consisting of IStructureComparators from the given object and returns its root object.
getStructure(Object) - Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
 
getStructure(Object) - Method in class org.eclipse.compare.ZipFileStructureCreator
 
getStructureCreator() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Returns the structure creator or null if no structure creator has been set with setStructureCreator.
getStructuredSelection() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the ITreeSelection of this viewer.
getStructuredSelection() - Method in class org.eclipse.jface.viewers.SelectionChangedEvent
Returns the selection.
getStructuredSelection() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns the IStructuredSelection of this viewer.
getStructuredSelection() - Method in class org.eclipse.team.ui.mapping.MergeActionHandler
Return the current selection.
getStructuredSelection() - Method in class org.eclipse.ui.actions.BaseSelectionListenerAction
Returns the current structured selection in the workbench, or an empty selection if nothing is selected or if selection does not include objects (for example, raw text).
getStructuredSelection() - Method in class org.eclipse.ui.actions.SelectionProviderAction
Returns the current structured selection in the selection provider, or an empty selection if nothing is selected or if selection does not include objects (for example, raw text).
getStructuredViewer() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns this view's viewer as a structured viewer, or null if none.
getStructuredViewer() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
 
getStructureViewerDescriptor() - Method in class org.eclipse.compare.CompareEditorInput
 
getStyle() - Method in class org.eclipse.jface.action.Action
 
getStyle() - Method in class org.eclipse.jface.action.CoolBarManager
 
getStyle() - Method in interface org.eclipse.jface.action.IAction
Return this action's style.
getStyle() - Method in interface org.eclipse.jface.action.ICoolBarManager
Returns the style of the underlying cool bar widget.
getStyle() - Method in class org.eclipse.jface.action.SubCoolBarManager
 
getStyle() - Method in class org.eclipse.jface.text.TextAttribute
Returns the attribute's style.
getStyle() - Method in class org.eclipse.jface.viewers.CellEditor
Returns the style bits for this cell editor.
getStyle() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the condition checking style.
getStyle() - Method in class org.eclipse.swt.browser.Browser
 
getStyle() - Method in class org.eclipse.swt.custom.CCombo
 
getStyle() - Method in class org.eclipse.swt.custom.CLabel
 
getStyle() - Method in class org.eclipse.swt.custom.CTabFolder
 
getStyle() - Method in class org.eclipse.swt.custom.SashForm
 
getStyle() - Method in class org.eclipse.swt.graphics.FontData
Returns the style of the receiver which is a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
getStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Widget
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the style bits of the text edit processor
getStyle() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getStyle(int) - Method in class org.eclipse.swt.graphics.TextLayout
Gets the style of the receiver at the specified character offset.
getStyle(Object) - Method in interface org.eclipse.e4.ui.services.IStylingEngine
 
getStyle(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The style used to create the CLabel in the default implementation
getStyledDisplayString() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension6
Returns the styled string used to display this proposal in the list of completion proposals.
getStyledDisplayString(IDocument, int, BoldStylerProvider) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension7
Returns the styled display string for this proposal with emphasized ranges that match the token at the current caret offset.
getStyledStringHighlighter() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
 
getStyledStringProvider() - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Returns the styled string provider.
getStyledText() - Method in interface org.eclipse.help.IContext2
Returns the text description for this context with bold markers.
getStyledText(Object) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
Returns the styled text for the label of the given element.
getStyledText(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
Returns the styled text for the label of the given element.
getStyledText(Object) - Method in interface org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.IStyledLabelProvider
Returns the styled text label for the given element
getStyledText(Object) - Method in interface org.eclipse.ui.model.IWorkbenchAdapter3
Returns the styled text label for the given element.
getStyledText(Object) - Method in class org.eclipse.ui.model.WorkbenchAdapter
The default implementation of this IWorkbenchAdapter3 method returns the StyledString which wraps the label of the element.
getStyledText(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
The default implementation of this returns the styled text label for the given element.
getStyleRangeAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the style range at the given offset.
getStyleRanges() - Method in class org.eclipse.jface.viewers.StyledString
Returns an array of StyleRange resulting from applying all associated stylers for this string builder.
getStyleRanges() - Method in class org.eclipse.jface.viewers.ViewerCell
Returns the style ranges to be applied on the text label or null if no style ranges have been set.
getStyleRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Returns the style ranges to be applied on the text label at the column index or null if no style ranges have been set.
getStyleRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyleRanges(int, int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitioner
Returns style ranges for the specified region of this partitioner's document to use when rendering, or null if none.
getStyleRanges(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyles() - Method in class org.eclipse.swt.graphics.TextLayout
Gets all styles of the receiver.
getStyles() - Method in class org.eclipse.swt.widgets.IME
Returns the styles for the ranges.
getSubentries() - Method in interface org.eclipse.help.IIndexEntry
Obtains the index subentries contained in the entry.
getSubject() - Method in interface org.eclipse.equinox.security.auth.ILoginContext
Retrieves the current Subject.
getSubject(ITextViewer, int) - Method in interface org.eclipse.jface.text.information.IInformationProvider
Returns the region of the text viewer's document close to the given offset that contains a subject about which information can be provided.
getSubjectArea() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns the actual subject area.
getSubjectControl() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns the subject control of this manager/information control.
getSubNodes() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Returns an iterator over the subnodes (immediate children) of this contribution node.
getSubNodes() - Method in class org.eclipse.jface.preference.PreferenceNode
 
getSubpathElements() - Method in interface org.eclipse.help.IIndexSee
 
getSubscriber() - Method in class org.eclipse.team.core.RepositoryProvider
Return a Subscriber that describes the synchronization state of the resources contained in the project associated with this provider.
getSubscriber() - Method in class org.eclipse.team.core.RepositoryProviderType
Return a Subscriber that describes the synchronization state of the resources contained in the project associated with this provider type.
getSubscriber() - Method in interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
Return the subscriber to which this change event applies.
getSubscriber() - Method in class org.eclipse.team.core.subscribers.SubscriberChangeEvent
 
getSubscriber() - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
Return the subscriber associated with this context.
getSubscriber() - Method in class org.eclipse.team.core.subscribers.SubscriberScopeManager
Return the subscriber for this manager.
getSubscriber() - Method in class org.eclipse.team.core.variants.ThreeWayRemoteTree
Return the subscriber associated with this resource variant tree.
getSubscriber() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Return the Subscriber associated with this this participant.
getSubscriber() - Method in class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
Return the subscriber associated with this tester.
getSubscriberOperation(ISynchronizePageConfiguration, IDiffElement[]) - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Return the subscriber operation associated with this action.
getSubscriberSyncInfoCollector() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Return the SubscriberSyncInfoCollector for the participant.
getSubstitutedExports() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the export packages that satisfy imported packages for this bundle description and substitute one of the exports for this bundle description.
getSubTaskName() - Method in class org.eclipse.core.runtime.SlicedProgressMonitor
 
getSubtopics() - Method in interface org.eclipse.help.ITopic
Obtains the topics contained in this node.
getSuccessToken() - Method in interface org.eclipse.jface.text.rules.IPredicateRule
Returns the success token of this predicate rule.
getSuccessToken() - Method in class org.eclipse.jface.text.rules.PatternRule
 
getSummary() - Method in interface org.eclipse.help.search.ISearchResult
Gets a summary of this search result
getSummary(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deprecated.
IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.
getSummary(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deprecated.
IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.
getSupertypes(Object) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns the list of super types for the given annotation type.
getSupertypes(Object) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
getSuperTypes(String) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns the list of super types for the given marker.
getSupplier() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the bundle which supplies this base description
getSupplier() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns the supplier that satisfies this constraint, if it is resolved.
getSuppliers() - Method in interface org.eclipse.osgi.service.resolver.GenericSpecification
Returns the suppliers of the capability.
getSupportedDragTransfers() - Method in class org.eclipse.ui.navigator.CommonDragAdapter
 
getSupportedDropTransfers() - Method in class org.eclipse.ui.navigator.CommonDropAdapter
 
getSupportedModeCombinations() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns a java.util.Set of java.util.Sets containing all of the supported launch mode combinations for this type.
getSupportedModes() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Deprecated.
Since 3.3 all modes are provided as sets and not individual strings. The method getSupportedModeCombinations should be used instead to retrieve the complete listing of supported modes and their allowable combinations.
getSupportedModes() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the value of the P_SUPPORTED_MODES property of this configuration.
getSupportedOptions() - Method in class org.eclipse.core.runtime.content.BinarySignatureDescriber
 
getSupportedOptions() - Method in interface org.eclipse.core.runtime.content.IContentDescriber
Returns the properties supported by this describer.
getSupportedOptions() - Method in class org.eclipse.core.runtime.content.XMLContentDescriber
 
getSupportedTransferTypes() - Method in class org.eclipse.ui.navigator.CommonDragAdapterAssistant
Extra TransferTypes allow the Navigator to generate different kinds of payloads for DND clients.
getSupportedTransferTypes() - Method in class org.eclipse.ui.navigator.resources.ResourceDragAdapterAssistant
 
getSupportedTypes() - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
getSupportedTypes() - Method in class org.eclipse.swt.dnd.Transfer
Returns a list of the platform specific data types that can be converted using this transfer agent.
getSuppressedExtensionId() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
 
getSwtHorizontalOrVerticalConstant(boolean) - Static method in class org.eclipse.jface.util.Geometry
Converts the given boolean into an SWT orientation constant.
getSWTKeyLookup() - Static method in class org.eclipse.jface.bindings.keys.KeyLookupFactory
Provides an instance of SWTKeyLookup.
getSymbolicFontName() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the symbolic font name of the font to be used to display text in this window.
getSymbolicImageName() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the symbolic name of the image to be drawn in the vertical ruler.
getSymbolicName() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
The Bundle-SymbolicName for this bundle.
getSymbolicName() - Method in class org.eclipse.osgi.launch.Equinox
 
getSymbolicName() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Gets the Bundle-SymbolicName of this BundleDescription.
getSynchronizationContext() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Return the synchronization context to which the actions of this provider apply.
getSynchronizationContext() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return the synchronization context associated with this action.
getSynchronizationProvider() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSynchronizationService
Returns the rendering currently providing synchronization information for this synchronization service, or null if none.
getSynchronizationService() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSite
Returns the syncrhonization service for this rendering site or null if none.
getSynchronizationStamp(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getSynchronizationStamp(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
getSynchronizationStamp(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
getSynchronizationStamp(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
getSynchronizationStamp(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
getSynchronizationStamp(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns the time stamp of the last synchronization of the given element and its provided document.
getSynchronizationState(Object, int, IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
Obtain the synchronization state of the element.
getSynchronizationState(ITeamStateProvider, ResourceMapping, int, IProgressMonitor) - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter
Return the synchronization state of the resource mapping with respect to the given team state provider.
getSynchronizationState(ITeamStateProvider, ResourceMapping, int, IProgressMonitor) - Method in class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
Return the synchronization state of the resource mapping with respect to the given team state provider.
getSynchronizeManager() - Static method in class org.eclipse.team.ui.TeamUI
Return the synchronize manager.
getSynchronizePageConfiguration() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Return the configuration from the synchronize page that contains the common viewer.
getSynchronizeParticipants() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Returns a collection of synchronize participant references registered with the synchronize manager.
getSynchronizer() - Method in interface org.eclipse.core.resources.IWorkspace
Returns the synchronizer for this workspace.
getSynchronizer() - Method in class org.eclipse.swt.widgets.Display
Gets the synchronizer used by the display.
getSynchronizer() - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
Return the three-way synchronizer of this subscriber.
getSynchronizeRule(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getSynchronizeRule(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the scheduling rule required for executing synchronize on the given element.
getSyncInfo() - Method in class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
 
getSyncInfo(IResource) - Method in class org.eclipse.team.core.subscribers.Subscriber
Returns synchronization info for the given resource, or null if there is no synchronization info because the subscriber does not apply to this resource.
getSyncInfo(IResource) - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
Return the sync info for the given resource.
getSyncInfo(IResource) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return the SyncInfo for the given resource or null if the resource is not contained in the set.
getSyncInfo(IResource) - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
 
getSyncInfo(IResource, IResourceVariant, IResourceVariant) - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
Method that creates an instance of SyncInfo for the provided local, base and remote resource variants.
getSyncInfo(QualifiedName, IResource) - Method in interface org.eclipse.core.resources.ISynchronizer
Returns the named sync partner's synchronization information for the given resource.
getSyncInfoFilter() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Filter uses to filter the user selection to contain only those elements for which this action is enabled.
getSyncInfos() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return an array of SyncInfo for all out-of-sync resources that are contained by the set.
getSyncInfos(IResource, int) - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
Return the SyncInfo for each out-of-sync resource in the subtree rooted at the given resource to the depth specified.
getSyncInfoSet() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the set associated with the P_SYNC_INFO_SET property or null if the property is not set.
getSyncInfoSet() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Returns the SyncInfoTree for this participant.
getSyncInfoSet() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelOperation
Returns a sync info set that contains the SyncInfofor the elements of this operations.
getSyncName() - Method in class org.eclipse.team.core.variants.PersistantResourceVariantByteStore
Return the qualified name that uniquely identifies this tree.
getSyncThread() - Method in class org.eclipse.swt.widgets.Display
Returns the thread that has invoked syncExec or null if no such runnable is currently being invoked by the user-interface thread.
getSysPath() - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
getSystemBundleContext() - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Returns the context of the system bundle.
getSystemCharset() - Static method in class org.eclipse.core.runtime.Platform
Retrieves the system encoding (Charset) based on the locale set in the current user environment.
getSystemColor(int) - Method in class org.eclipse.swt.graphics.Device
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemColor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemColor(int) - Method in class org.eclipse.ui.forms.FormColors
Returns the RGB value of the system color represented by the code argument, as defined in SWT class.
getSystemCursor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform cursor for the given constant, which should be one of the cursor constants specified in class SWT.
getSystemExternalEditorImageDescriptor(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns the image descriptor associated with the system editor that would be used to edit this file externally.
getSystemFile(TextFileDocumentProvider.FileInfo) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
getSystemFileAtLocation(IPath) - Static method in class org.eclipse.core.filebuffers.FileBuffers
Deprecated.
getSystemFont() - Method in class org.eclipse.swt.graphics.Device
Returns a reasonable font for applications to use.
getSystemFont() - Method in class org.eclipse.swt.widgets.Display
Returns a reasonable font for applications to use.
getSystemImage(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in class SWT.
getSystemMenu() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system-provided menu for the application, or null on platforms where no menu is provided for the application.
getSystemPackages() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the list of system packages which are exported by the system bundle.
getSystemProcess() - Method in class org.eclipse.debug.core.model.RuntimeProcess
Returns the underlying system process associated with this process.
getSystemTaskBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system taskBar or null when there is no system taskBar available for the platform.
getSystemTray() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system tray or null when there is no system tray available for the platform.
getTabContents(ITabDescriptor) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns the TabContents object corresponding to the given tab-descriptor.
getTabDescriptors(IWorkbenchPart, ISelection) - Method in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptorProvider
Returns all tab descriptors.
getTabHeight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the height of the tab
getTable() - Method in class org.eclipse.jface.viewers.TableViewer
Returns this table viewer's table control.
getTable(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the accessible for the table containing this cell.
getTable(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the accessible for the table containing this cell.
getTablePresentationAdapter() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the table presentation for this rendering's memory block or null if none.
getTableStyle() - Method in class org.eclipse.ui.dialogs.ListDialog
Return the style flags for the table viewer.
getTableViewer() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns this rendering's table viewer.
getTableViewer() - Method in class org.eclipse.ui.dialogs.ListDialog
 
getTableViewer() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
 
getTabList() - Method in class org.eclipse.swt.widgets.Composite
Gets the (possibly empty) tabbing order for the control.
getTabListContentProvider() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Gets the tab list content provider for the contributor.
getTabPosition() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the position of the tab.
getTabReplacement() - Method in class org.eclipse.jface.text.source.LineChangeHover
Returns a replacement for the tab character.
getTabs() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
 
getTabs() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
Returns the tabs currently being displayed, or null if none.
getTabs() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Returns the tabs contained in this tab group.
getTabs() - Method in class org.eclipse.swt.custom.StyledText
Returns the tab width measured in characters.
getTabs() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the tab list of the receiver.
getTabs() - Method in class org.eclipse.swt.widgets.Text
Returns the number of tabs.
getTabs() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractOverridableTabListPropertySection
 
getTabs() - Method in interface org.eclipse.ui.views.properties.tabbed.IOverridableTabList
Returns the list of tabs.
getTabStops() - Method in class org.eclipse.swt.custom.StyledText
Returns the tab list of the receiver.
getTabStopSequence() - Method in class org.eclipse.jface.text.link.LinkedModeModel
Returns the positions in this model that have a tab stop, in the order they were added.
getTabWidth() - Method in class org.eclipse.ui.console.TextConsole
Returns the tab width used in this console.
getTabWidth(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the visual width of the tab character.
getTabWidth(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getTags() - Method in interface org.eclipse.e4.ui.model.application.MApplicationElement
Returns the value of the 'Tags' attribute list.
getTags() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the set of tags available for this file revision.
getTags() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getTags() - Method in interface org.eclipse.ui.wizards.IWizardDescriptor
Return the tags associated with this wizard.
getTarget() - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns the input target that has been specified with the most recent call to selectEdition.
getTarget() - Method in class org.eclipse.core.databinding.Binding
Returns the target observable
getTarget() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's target descriptor.
getTarget(Object) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns the appropriate target for this command handler for the given object.
getTargetEdit() - Method in class org.eclipse.text.edits.CopySourceEdit
Returns the associated target edit or null if no target edit is associated yet.
getTargetEdit() - Method in class org.eclipse.text.edits.MoveSourceEdit
Returns the associated target edit or null if no target edit is associated yet.
getTargetId() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
Returns the hyperlink detector's target id.
getTargetLabel(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.EditionSelectionDialog
Deprecated.
Returns a label for identifying the target side of a compare viewer.
getTargetPage() - Method in class org.eclipse.jface.dialogs.PageChangingEvent
Returns the target page to change to.
getTargetPart() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
getTargetPath(PatchConfiguration) - Method in interface org.eclipse.compare.patch.IFilePatch
Return the target path for this patch.
getTargetPath(PatchConfiguration) - Method in interface org.eclipse.compare.patch.IFilePatch2
Return the target path for this patch.
getTargets() - Method in class org.eclipse.core.databinding.Binding
 
getTargets() - Method in class org.eclipse.core.databinding.validation.MultiValidator
 
getTargets() - Method in class org.eclipse.core.databinding.ValidationStatusProvider
Returns an IObservableList containing the target observables (if any) that are being tracked by this validation status provider.
getTargets(IFileRevision) - Method in interface org.eclipse.team.core.history.IFileHistory
Returns all of the direct descendents of the given in file revision.
getTargetSaveable() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return the saveable that is the target of this operation.
getTargetTab() - Method in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
Get the target tab where this section will appear.
getTaskName() - Method in class org.eclipse.ant.core.Task
Returns the name of the task
getTasks() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom tasks.
getTasksUndoContext() - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Return the undo context that should be used for operations involving tasks.
getTeamContentProviderManager() - Static method in class org.eclipse.team.ui.TeamUI
Return the team content provider manager which gives access to the team content providers registered with the org.eclipse.team.ui.teamContentProviders extension point.
getTeamStateProvider() - Method in class org.eclipse.team.ui.mapping.SynchronizationStateTester
Return a team state provider that delegates to the appropriate team provider.
getTemplate() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
getTemplate() - Method in class org.eclipse.jface.text.templates.TemplateProposal
Returns the template of this proposal.
getTemplate() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
Returns the created template.
getTemplateData(boolean) - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
 
getTemplateData(String) - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
 
getTemplatePreferenceStore() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the preference store used to create the template store returned by AbstractTemplatesPage.getTemplateStore().
getTemplateProcessor() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
Returns the content assist processor that suggests template variables.
getTemplates(String) - Method in class org.eclipse.jface.text.templates.TemplateCompletionProcessor
Returns the templates valid for the context type specified by contextTypeId.
getTemplateStore() - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Returns the template store used in this page.
getTemplateStore() - Method in interface org.eclipse.ui.texteditor.templates.ITemplatesPageExtension
Returns template store associated with this page.
getTemplateStore() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Returns the template store.
getTemplateStore() - Method in class org.eclipse.ui.texteditor.templates.TemplatesView
Returns the template store of the current page.
getterCalled() - Method in class org.eclipse.core.databinding.observable.DecoratingObservable
 
getterCalled() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
getterCalled() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
getterCalled() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
getterCalled() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
getterCalled() - Method in class org.eclipse.core.databinding.observable.set.UnionSet
 
getterCalled(IObservable) - Static method in class org.eclipse.core.databinding.observable.ObservableTracker
Notifies the ObservableTracker that an observable was read from.
getTestableObject() - Static method in class org.eclipse.ui.PlatformUI
Returns the testable object facade, for use by the test harness.
getTestElement(String) - Method in interface org.eclipse.unittest.model.ITestRunSession
Returns a test element by its identifier
getTestHarness() - Method in class org.eclipse.ui.testing.TestableObject
Returns the test harness, or null if it has not yet been set.
getTestName() - Method in interface org.eclipse.unittest.model.ITestElement
Returns the name of the test element
getTestRunSession() - Method in interface org.eclipse.unittest.model.ITestElement
Returns the test run session.
getText() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getText() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the text to display on the menu item.
getText() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Return the text to be displayed in this editor.
getText() - Method in interface org.eclipse.help.IContext
Returns the text description for this context.
getText() - Method in class org.eclipse.jface.action.Action
 
getText() - Method in interface org.eclipse.jface.action.IAction
Returns the text for this action.
getText() - Method in class org.eclipse.jface.action.StatusLineContributionItem
Retrieves the text that is being displayed in the status line.
getText() - Method in class org.eclipse.jface.dialogs.InputDialog
Returns the text area.
getText() - Method in class org.eclipse.jface.text.BlockTextSelection
 
getText() - Method in class org.eclipse.jface.text.DocumentEvent
Returns the text that has been inserted.
getText() - Method in interface org.eclipse.jface.text.IBlockTextSelection
Returns the selected text.
getText() - Method in interface org.eclipse.jface.text.ITextSelection
Returns the selected text.
getText() - Method in interface org.eclipse.jface.text.MultiStringMatcher.Match
Obtains the matched string.
getText() - Method in class org.eclipse.jface.text.MultiTextSelection
 
getText() - Method in class org.eclipse.jface.text.reconciler.DirtyRegion
Returns the text that changed as part of the region change.
getText() - Method in class org.eclipse.jface.text.source.Annotation
Returns the text associated with this annotation.
getText() - Method in class org.eclipse.jface.text.TextEvent
Returns the text of the event.
getText() - Method in class org.eclipse.jface.text.TextSelection
 
getText() - Method in class org.eclipse.jface.viewers.ViewerCell
Return the text for the cell.
getText() - Method in class org.eclipse.jface.viewers.ViewerLabel
Get the text for the receiver.
getText() - Method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
Returns the text used to render this node in the UI.
getText() - Method in class org.eclipse.swt.browser.Browser
Returns a string with HTML that represents the content of the current page.
getText() - Method in class org.eclipse.swt.custom.CCombo
Returns a string containing a copy of the contents of the receiver's text field.
getText() - Method in class org.eclipse.swt.custom.CLabel
Return the Label's text.
getText() - Method in class org.eclipse.swt.custom.StyledText
Returns a copy of the widget content.
getText() - Method in class org.eclipse.swt.graphics.TextLayout
Gets the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is an ARROW button.
getText() - Method in class org.eclipse.swt.widgets.Combo
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Group
Returns the receiver's text, which is the string that the is used as the title.
getText() - Method in class org.eclipse.swt.widgets.IME
Returns the composition text.
getText() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is a SEPARATOR label.
getText() - Method in class org.eclipse.swt.widgets.Link
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Spinner
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.TableItem
 
getText() - Method in class org.eclipse.swt.widgets.Text
Returns the widget text.
getText() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.TreeItem
 
getText() - Method in class org.eclipse.text.edits.InsertEdit
Returns the text to be inserted.
getText() - Method in class org.eclipse.text.edits.ReplaceEdit
Returns the new text replacing the text denoted by the edit.
getText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the text that has been inserted.
getText() - Method in class org.eclipse.ui.forms.widgets.AbstractHyperlink
Returns the textual representation of this hyperlink suitable for showing in tool tips or on the status line.
getText() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the title string.
getText() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the title text that will be rendered at the top of the form.
getText() - Method in class org.eclipse.ui.forms.widgets.Hyperlink
Returns the current hyperlink text.
getText() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the title text that will be rendered at the top of the form.
getText() - Method in interface org.eclipse.ui.INavigationLocation
Returns the display name for this location.
getText() - Method in class org.eclipse.ui.intro.contentproviders.AlwaysWelcomeCheckbox
Override this method to change the default text used for the checkbox
getText() - Method in class org.eclipse.ui.NavigationLocation
 
getText() - Method in class org.eclipse.ui.texteditor.SimpleMarkerAnnotation
 
getText() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getText() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
getText() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabItem
Get the text label for the tab.
getText(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getText(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getText(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Get the text at the columnIndex.
getText(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content between the two offsets.
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of text.
getText(Object) - Method in interface org.eclipse.debug.ui.IDebugModelPresentation
Returns a label for the element, or null if a default label should be used.
getText(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableMapLabelProvider
 
getText(Object) - Method in class org.eclipse.jface.preference.PreferenceLabelProvider
 
getText(Object) - Method in class org.eclipse.jface.viewers.ColumnLabelProvider
 
getText(Object) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this ILabelProvider method returns the text label provided by the nested label provider's getText method, decorated with the decoration provided by the label decorator's decorateText method.
getText(Object) - Method in interface org.eclipse.jface.viewers.ILabelProvider
Returns the text for the label of the given element.
getText(Object) - Method in class org.eclipse.jface.viewers.LabelProvider
The LabelProvider implementation of this ILabelProvider method returns the element's toString string.
getText(Object) - Method in class org.eclipse.jface.viewers.NamedHandleObjectLabelProvider
The text of the element is simply the name of the element if its a defined instance of NamedHandleObject.
getText(Object) - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
 
getText(Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryLabelProvider
 
getText(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
getText(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.intro.quicklinks.URLLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.model.PerspectiveLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.model.WorkbenchLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.model.WorkbenchPartLabelProvider
 
getText(Object) - Method in class org.eclipse.ui.views.properties.ComboBoxLabelProvider
Returns the String that maps to the given Integer offset in the values array.
getText(Object) - Method in class org.eclipse.ui.views.properties.PropertyColumnLabelProvider
 
getText(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManagerOverrides
This is not intended to be called outside of the workbench.
getText(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns a substring and its range for the given range, count and boundary type.
getText(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns a substring and its range for the given range, count and boundary type.
getText(Event) - Method in class org.eclipse.jface.window.DefaultToolTip
The text displayed in the CLabel in the default implementation
getTextAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's text drawing anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getTextAttributes(AccessibleTextAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns text attributes specific to this Accessible object.
getTextAttributes(AccessibleTextAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns text attributes specific to this Accessible object.
getTextBounds() - Method in class org.eclipse.jface.viewers.ViewerCell
The location and bounds of the area where the text is drawn depends on various things (image displayed, control with SWT.CHECK)
getTextBounds(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getTextBounds(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getTextBounds(int) - Method in class org.eclipse.jface.viewers.ViewerRow
The location and bounds of the area where the text is drawn depends on various things (image displayed, control with SWT.CHECK)
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the table.
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the tree.
getTextBounds(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the smallest bounding rectangle that includes the characters between two offsets.
getTextBounds(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the bounding box(es) of the specified text range in display coordinates.
getTextBounds(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the bounding box(es) of the specified text range in display coordinates.
getTextChange() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the text change this group belongs to.
getTextChange(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Returns the text change for the given element or null if a text change doesn't exist.
getTextChange(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Returns the text change for the given element or null if a text change doesn't exist.
getTextChars() - Method in class org.eclipse.swt.widgets.Text
Returns the widget's text as a character array.
getTextClient() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the text client control.
getTextClientHeightDifference() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the difference in height between the text and the text client (if set).
getTextControl() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns this field editor's text control.
getTextControl(Composite) - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns this field editor's text control.
getTextCursor() - Method in class org.eclipse.ui.console.TextConsoleViewer
Returns the text cursor.
getTextCursor() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Returns the cursor to use when over text.
getTextData() - Method in interface org.eclipse.ui.IMemento
Returns the data of the Text node of the memento.
getTextData() - Method in class org.eclipse.ui.XMLMemento
Returns the data of the Text node of the memento.
getTextDirection() - Static method in class org.eclipse.jface.util.BidiUtils
Returns the Base Text Direction.
getTextDirection() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the text direction of the receiver.
getTextDirection() - Method in class org.eclipse.swt.widgets.Control
Returns the text direction of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getTextDirection(String) - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
Get the base direction of a structured text.
getTextEditBasedChange() - Method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
Returns the TextEditBasedChange this node is associated with.
getTextEditChange() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the text edit change this group belongs to.
getTextEditChangeGroups() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the text edit change groups managed by this text change.
getTextEditChangeNode() - Method in class org.eclipse.ltk.ui.refactoring.TextEditChangeNode.ChildNode
 
getTextEditGroup() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the underlying text edit group.
getTextEditor() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns this action's text editor.
getTextEditor() - Method in class org.eclipse.ui.texteditor.TextEditorAction
Returns the action's text editor.
getTextEdits() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns the text edits managed by the underlying text edit group.
getTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
Returns an array of TextEdits containing the edits managed by this group.
getTextFileBuffer(IPath) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
getTextFileBuffer(IPath, LocationKind) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
Returns the text file buffer managed for the file at the given location or null if there is no such text file buffer.
getTextFileBuffer(IDocument) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
Returns the text file buffer managed for the given document or null if there is no such text file buffer.
getTextFileBufferManager() - Static method in class org.eclipse.core.filebuffers.FileBuffers
Returns the text file buffer manager.
getTextFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns JFace's text font.
getTextFontDescriptor() - Static method in class org.eclipse.jface.resource.JFaceResources
Returns the descriptor for JFace's text font.
getTextHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the receivers's text field.
getTextHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the receivers's text field.
getTextHover(int) - Method in class org.eclipse.jface.text.TextViewer
Returns the text hover for a given offset.
getTextHover(int, int) - Method in class org.eclipse.jface.text.TextViewer
Returns the text hover for a given offset and a given state mask.
getTextHover(ISourceViewer, String) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the text hover which will provide the information to be shown in a text hover popup window when requested for the given source viewer and the given content type.
getTextHover(ISourceViewer, String) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getTextHover(ISourceViewer, String, int) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the text hover which will provide the information to be shown in a text hover popup window when requested for the given source viewer and the given content type.
getTextHoveringController() - Method in class org.eclipse.jface.text.TextViewer
Returns the text hovering controller of this viewer.
getTextInset() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Returns the text inset for text drawn by AbstractRulerColumn.paintLine(GC, int, int, int, int).
getTextLimit() - Method in class org.eclipse.swt.custom.CCombo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.custom.StyledText
Returns the maximum number of characters that the receiver is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Combo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Spinner
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Text
Returns the maximum number of characters that the receiver is capable of holding.
getTextOperationTarget() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the text operation target of this viewer.
getTextOperationTarget() - Method in class org.eclipse.jface.text.TextViewer
 
getTextPreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the visibility inside text.
getTextPreferenceValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default visibility inside text.
getTextRange() - Method in class org.eclipse.ltk.ui.refactoring.LanguageElementNode
Returns the text region the of this language element node.
getTextRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content starting at start for length characters.
getTextRange(int, int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Returns a string representing the content at the given range.
getTextRegion() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
Returns the context's source region
getTextStylePreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the decoration style used when the annotation is shown in text.
getTextStyleValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the value for the decoration style used when the annotation is shown in text.
getTextType() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Returns the text edit change's text type.
getTextViewer() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns this view's viewer as a text viewer, or null if none.
getTextViewer() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns the text viewer this reconciler is installed on.
getTextViewer() - Method in class org.eclipse.jface.text.source.CompositeRuler
Returns this ruler's text viewer.
getTextWidget() - Method in interface org.eclipse.jface.text.ITextViewer
Returns this viewer's SWT control, null if the control is disposed.
getTextWidget() - Method in class org.eclipse.jface.text.TextViewer
 
getTextWidget() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
Returns the text widget this actions is bound to.
getTheme(String) - Method in interface org.eclipse.ui.themes.IThemeManager
Get a theme.
getThemeManager() - Method in interface org.eclipse.ui.IWorkbench
Return the theme manager for this workbench.
getThemeProperty(String) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Returns the value of the theme property with a given name.
getThisMonthPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for this month.
getThisWeekPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for this week.
getThread() - Method in class org.eclipse.core.runtime.jobs.Job
Returns the thread that this job is currently running in.
getThread() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the thread this stack frame is contained in.
getThread() - Method in class org.eclipse.swt.widgets.Display
Returns the user-interface thread for the receiver.
getThreads() - Method in interface org.eclipse.debug.core.model.IDebugTarget
Returns the threads contained in this debug target.
getThreshold() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Get the threshold to determine whether to have before/after feedback or select feedback.
getThrowable() - Method in class org.eclipse.osgi.framework.log.FrameworkLogEntry
 
getThumb() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's thumb value.
getThumb() - Method in class org.eclipse.swt.widgets.Slider
Returns the receiver's thumb value.
getThumbBounds() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a rectangle describing the size and location of the receiver's thumb relative to its parent.
getThumbTrackBounds() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a rectangle describing the size and location of the receiver's thumb track relative to its parent.
getTimestamp() - Method in interface org.eclipse.equinox.p2.engine.IProfile
Returns a timestamp describing when this profile snapshot was created.
getTimestamp() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the time stamp of this revision as a long or -1 if the timestamp is unknown.
getTimestamp() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getTimestamp(IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
Returns the timestamp for the given file as recorded in the workspace resource tree.
getTimeStamp() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Returns the time stamp.
getTimeStamp() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
Returns the time stamp of this refactoring.
getTimeStamp() - Method in interface org.eclipse.osgi.service.resolver.State
Returns the timestamp for this state.
getTitle() - Method in class org.eclipse.compare.CompareEditorInput
Returns the title which will be used in the compare editor's title bar.
getTitle() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Returns the viewer's name.
getTitle() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Returns the viewer's name.
getTitle() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Reimplemented to get the descriptive title for this viewer from the IStructureCreator.
getTitle() - Method in interface org.eclipse.help.IContext2
Returns the optional title for this context.
getTitle() - Method in class org.eclipse.jface.dialogs.DialogPage
 
getTitle() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Returns this dialog page's title.
getTitle() - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
Deprecated.
 
getTitle() - Method in class org.eclipse.team.ui.synchronize.ParticipantPagePane
 
getTitle() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
 
getTitle() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the title of the underlying workbench window.
getTitle() - Method in interface org.eclipse.ui.intro.IIntroPart
Returns the title of this intro part.
getTitle() - Method in interface org.eclipse.ui.IWorkbenchPart
Returns the title of this workbench part.
getTitle() - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
getTitle() - Method in class org.eclipse.ui.part.IntroPart
 
getTitle() - Method in class org.eclipse.ui.part.WorkbenchPart
Returns the title of this workbench part.
getTitle() - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Get the title for the receiver.
getTitle(Locale) - Method in class org.eclipse.help.webapp.AbstractView
A user visible title for the view which will appear in the tooltip
getTitleArea() - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated. 
getTitleArgument() - Method in class org.eclipse.compare.CompareViewerSwitchingPane
Returns the optional title argument that has been set with setTitelArgument or null if no optional title argument has been set.
getTitleBarBackground() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the title bar background when TITLE_BAR style is used.
getTitleBarBorderColor() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the title bar border color when TITLE_BAR style is used.
getTitleBarColor() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the title bar color for this wizard.
getTitleBarColor() - Method in class org.eclipse.jface.wizard.Wizard
 
getTitleBarForeground() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns the title bar foreground when TITLE_BAR style is used.
getTitleBarGradientBackground() - Method in class org.eclipse.ui.forms.widgets.Section
Returns the title bar gradient background color when TITLE_BAR style is used.
getTitleForeground() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
 
getTitleImage() - Method in class org.eclipse.compare.CompareEditorInput
Returns the title image which will be used in the compare editor's title bar.
getTitleImage() - Method in class org.eclipse.team.ui.history.HistoryPageSaveablePart
Deprecated.
 
getTitleImage() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
getTitleImage() - Method in class org.eclipse.team.ui.synchronize.ParticipantPagePane
 
getTitleImage() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
 
getTitleImage() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
getTitleImage() - Method in class org.eclipse.ui.forms.editor.FormPage
Returns null- form page has no title image.
getTitleImage() - Method in interface org.eclipse.ui.intro.IIntroPart
Returns the title image of this intro part.
getTitleImage() - Method in interface org.eclipse.ui.IWorkbenchPart
Returns the title image of this workbench part.
getTitleImage() - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
getTitleImage() - Method in class org.eclipse.ui.part.IntroPart
 
getTitleImage() - Method in class org.eclipse.ui.part.WorkbenchPart
 
getTitleImage(ISelection) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns the title image for given selection.
getTitleImageLabel() - Method in class org.eclipse.jface.dialogs.TitleAreaDialog
Returns the title image label.
getTitleText(ISelection) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns text of the properties title for given selection.
getTitleToolTip() - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.
 
getTitleToolTip() - Method in interface org.eclipse.ui.IWorkbenchPart
Returns the title tool tip text of this workbench part.
getTitleToolTip() - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
getTitleToolTip() - Method in class org.eclipse.ui.part.EditorPart
 
getTitleToolTip() - Method in class org.eclipse.ui.part.WorkbenchPart
 
getToc() - Method in interface org.eclipse.help.ILink
Returns the unique id of the toc to link, e.g.
getToc() - Method in interface org.eclipse.help.ITocContribution
Returns the table of contents data for this contribution.
getToc() - Method in interface org.eclipse.help.search.ISearchResult
Gets the IToc parent of this result
getTocContributions(String) - Method in class org.eclipse.help.AbstractTocProvider
Returns all toc contributions for this provider.
getTocs() - Static method in class org.eclipse.help.HelpSystem
Returns the list of all integrated tables of contents available.
getTocs() - Method in interface org.eclipse.help.IHelp
Deprecated.
Use HelpSystem.getTocs() instead.
getTodayPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for today.
getToggleBreakpointsTarget(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetManager
Given the ID of toggle breakpoint target, this method will try to find the factory that creates it and return an instance of it.
getToggleBreakpointsTargetDescription(String) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetManager
Given the ID of a toggle breakpoints target, this method will try to find the factory that creates it and ask it for the description of it.
getToggleBreakpointsTargetManager() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns the global instance of toggle breakpoints target manager.
getToggleBreakpointsTargetName(String) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetManager
Given the ID of a toggle breakpoints target, this method will try to find the factory that creates it and ask it for the name of it.
getToggleButton() - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
Returns the toggle button.
getToggleState() - Method in class org.eclipse.jface.dialogs.MessageDialogWithToggle
Returns the toggle state.
getToggleTargetDescription(String) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetFactory
Returns a description for the breakpoint toggle target associated with the given ID or null if none.
getToggleTargetName(String) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetFactory
Returns a human readable name for the breakpoint toggle target associated with the given ID.
getToggleTargets(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetFactory
Returns all possible types of toggle breakpoints targets that this factory can create for the given selection and part, possibly empty.
getTokenContentType(IToken) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
Returns a content type encoded in the given token.
getTokenContentType(IToken) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns a content type encoded in the given token.
getTokenContentType(IToken) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
Returns a content type encoded in the given token.
getTokenLength() - Method in interface org.eclipse.jface.text.rules.ITokenScanner
Returns the length of the last token read by this scanner.
getTokenLength() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
getTokenLength(int) - Method in interface org.eclipse.compare.contentmergeviewer.ITokenComparator
Returns the character length of the token with the given index.
getTokenLength(int) - Method in class org.eclipse.compare.contentmergeviewer.TokenComparator
 
getTokenOffset() - Method in interface org.eclipse.jface.text.rules.ITokenScanner
Returns the offset of the last token read by this scanner.
getTokenOffset() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
getTokenStart(int) - Method in interface org.eclipse.compare.contentmergeviewer.ITokenComparator
Returns the start character position of the token with the given index.
getTokenStart(int) - Method in class org.eclipse.compare.contentmergeviewer.TokenComparator
 
getTokenTextAttribute(IToken) - Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
Returns a text attribute encoded in the given token.
getToolbar() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Toolbar' containment reference.
getToolbar() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Toolbar' containment reference.
getToolBar() - Method in class org.eclipse.swt.widgets.Shell
Returns a ToolBar object representing the tool bar that can be shown in the receiver's trim.
getToolBarContributions() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions
Returns the value of the 'Tool Bar Contributions' containment reference list.
getToolBarControl() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the control for the window's toolbar.
getToolBarManager() - Method in class org.eclipse.jface.action.ToolBarContributionItem
Returns the internal tool bar manager of the contribution item.
getToolBarManager() - Method in class org.eclipse.jface.text.AbstractInformationControl
The toolbar manager used to manage the toolbar, or null if no toolbar is shown.
getToolBarManager() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the tool bar manager for this window (if it has one).
getToolBarManager() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Returns the toolbar manager for this site or null it there is no toolbar.
getToolBarManager() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the tool bar manager that is used to manage tool items in the form's title area.
getToolBarManager() - Method in class org.eclipse.ui.forms.widgets.ScrolledForm
Returns the tool bar manager that is used to manage tool items in the form's title area.
getToolBarManager() - Method in interface org.eclipse.ui.IActionBars
Returns the tool bar manager.
getToolBarManager() - Method in class org.eclipse.ui.SubActionBars
Returns the tool bar manager.
getToolBarManager(Composite) - Static method in class org.eclipse.compare.CompareViewerPane
Returns a ToolBarManager if the given parent is a CompareViewerPane or null otherwise.
getToolBarManager(Composite) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Returns the toolbar manager for this viewer.
getToolBarManager2() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns the tool bar manager for this window (if it has one).
getToolBarVerticalAlignment() - Method in class org.eclipse.ui.forms.widgets.Form
Returns the current tool bar alignment (if used).
getToolkit() - Method in class org.eclipse.ui.forms.editor.FormEditor
Returns the toolkit owned by this editor.
getToolkit() - Method in interface org.eclipse.ui.forms.IManagedForm
Returns the toolkit used by this form.
getToolkit() - Method in class org.eclipse.ui.forms.ManagedForm
 
getToolsJarEntry() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the IAntClasspathEntry for the tools.jar associated with the System property "java.home" location.
getToolsJarEntry(IPath) - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the IAntClasspathEntry for the tools.jar associated with the path supplied.
getToolsJarURL() - Method in class org.eclipse.ant.core.AntCorePreferences
Deprecated.
use getToolsJarEntry()
getTooltip() - Method in interface org.eclipse.e4.ui.model.application.ui.MUILabel
Returns the value of the 'Tooltip' attribute.
getTooltip() - Method in interface org.eclipse.search.ui.ISearchResult
Returns a tooltip to be used when this search result is shown in the UI.
getTooltip(Locale) - Method in class org.eclipse.help.webapp.AbstractButton
A user visible description of the button which will appear in the tooltip
getToolTip() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's tool tip, or null if it has not been set.
getToolTip(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Returns the tooltip specific to a configuration.
getTooltipAffordanceString() - Static method in class org.eclipse.ui.editors.text.EditorsUI
Returns the tool tip affordance string.
getToolTipArea(Event) - Method in class org.eclipse.jface.viewers.ColumnViewerToolTipSupport
 
getToolTipArea(Event) - Method in class org.eclipse.jface.window.ToolTip
This method is called to check for which area the tooltip is created/hidden for.
getTooltipBackgroundColor() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return the tool tip background color.
getToolTipBackgroundColor(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Return the background color used for the tool tip
getToolTipDisplayDelayTime(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
The time in milliseconds until the tool tip is displayed.
getToolTipFont(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Get the Font used to display the tool tip
getTooltipForegroundColor() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return the foreground Color.
getToolTipForegroundColor(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
The foreground color used to display the the text in the tool tip
getToolTipImage(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Get the image displayed in the tool tip for object.
getTooltipShift() - Method in class org.eclipse.jface.viewers.ViewerLabel
 
getToolTipShift(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.
getToolTipStyle(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
The SWT style used to create the CLabel (see there for supported styles).
getTooltipText() - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
Returns the text to display in the menu item tooltip
getTooltipText() - Method in class org.eclipse.jface.viewers.ViewerLabel
Returns the tooltipText.
getToolTipText() - Method in class org.eclipse.compare.CompareEditorInput
 
getToolTipText() - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
 
getToolTipText() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditorInput
 
getToolTipText() - Method in class org.eclipse.jface.action.Action
 
getToolTipText() - Method in interface org.eclipse.jface.action.IAction
Returns the tool tip text for this action.
getToolTipText() - Method in class org.eclipse.swt.custom.CLabel
 
getToolTipText() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TabItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
 
getToolTipText() - Method in class org.eclipse.ui.forms.widgets.Hyperlink
 
getToolTipText() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getToolTipText() - Method in interface org.eclipse.ui.IEditorInput
Returns the tool tip text for this editor input.
getToolTipText() - Method in class org.eclipse.ui.part.FileEditorInput
 
getToolTipText() - Method in class org.eclipse.ui.part.MultiEditorInput
 
getToolTipText() - Method in class org.eclipse.ui.Saveable
Returns the tool tip text for this saveable.
getToolTipText() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
 
getToolTipText() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
getToolTipText() - Method in class org.eclipse.ui.views.framelist.Frame
Returns the tool tip text to show for the frame.
getToolTipText(int) - Method in class org.eclipse.jface.dialogs.DialogPage
Deprecated. 
getToolTipText(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Get the text displayed in the tool tip for object.
getToolTipText(Object) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
 
getToolTipText(Object) - Method in interface org.eclipse.jface.viewers.IToolTipProvider
Get the text displayed in the tool tip for object.
getToolTipText(BigInteger, MemoryByte[]) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns the text to display in a tool tip at the specified address for the specified bytes.
getToolTipTimeDisplayed(Object) - Method in class org.eclipse.jface.viewers.CellLabelProvider
The time in milliseconds the tool tip is shown for.
getToPath() - Method in interface org.eclipse.team.core.diff.ITwoWayDiff
Returns the full path (in the "after" state) to which this resource (in the "before" state) was moved.
getToPath() - Method in class org.eclipse.team.core.diff.provider.TwoWayDiff
 
getTopCenter() - Method in class org.eclipse.swt.custom.ViewForm
Returns Control that appears in the top center of the pane.
getTopElement() - Method in class org.eclipse.help.search.SearchParticipantXML
Returns the name of the element that is currently at the top of the element stack.
getTopic(String) - Method in interface org.eclipse.help.IToc
Returns a topic with the specified href defined by this TOC.
getTopics() - Method in interface org.eclipse.help.IIndexEntry
Obtains topics assosiated with this index entry (i.e. keyword).
getTopics() - Method in interface org.eclipse.help.IToc
Obtains the topics directly contained by a toc.
getTopIndex() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the visible line with the smallest line number.
getTopIndex() - Method in class org.eclipse.jface.text.TextViewer
 
getTopIndex() - Method in class org.eclipse.swt.custom.StyledText
Gets the top index.
getTopIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Text
Returns the zero-relative index of the line which is currently at the top of the receiver.
getTopIndexStartOffset() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the document offset of the upper left corner of this viewer's view port.
getTopIndexStartOffset() - Method in class org.eclipse.jface.text.TextViewer
 
getTopInset() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the vertical offset of the first visible line.
getTopInset() - Method in class org.eclipse.jface.text.TextViewer
 
getTopItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the item which is currently at the top of the receiver.
getTopLeft() - Method in class org.eclipse.swt.custom.ViewForm
Returns the Control that appears in the top left corner of the pane.
getTopLevelWindowFor(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Get the top-level window containing this UI element.
getTopMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's top margin.
getTopMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the top margin.
getTopPixel() - Method in class org.eclipse.swt.custom.StyledText
Gets the top SWT logical point.
getTopPixel() - Method in class org.eclipse.swt.widgets.Text
Returns the top SWT logical point.
getTopRight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the control in the top right corner of the tab folder.
getTopRight() - Method in class org.eclipse.swt.custom.ViewForm
Returns the control in the top right corner of the pane.
getTopRightAlignment() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the alignment of the top right control.
getTopStackFrame() - Method in interface org.eclipse.debug.core.model.IThread
Returns the top stack frame or null if there is currently no top stack frame.
getToType() - Method in class org.eclipse.core.databinding.conversion.Converter
 
getToType() - Method in interface org.eclipse.core.databinding.conversion.IConverter
Returns the type to which this converter can convert.
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if this control is set to send touch events, or false if it is set to send gesture events instead.
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Display
Returns a boolean indicating whether a touch-aware input device is attached to the system and is ready for use.
getTouchpoint() - Method in class org.eclipse.equinox.p2.engine.spi.ProvisioningAction
Returns the touchpoint that this action is operating under.
getTouchpointData() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
 
getTouchpointData() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Returns the current touchpoint data on this installable unit description.
getTouchpointType() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
 
getTrace() - Method in class org.eclipse.unittest.model.ITestElement.FailureTrace
Returns the failure stack trace.
getTraceExclusionFilterPatterns() - Method in interface org.eclipse.unittest.ui.ITestViewSupport
Returns filter patterns to exclude lines from stack trace or an error message
getTracker() - Method in class org.eclipse.jface.text.AbstractDocument
Returns the document's line tracker.
getTransfer() - Static method in class org.eclipse.jface.util.LocalSelectionTransfer
Returns the singleton.
getTransfer() - Method in interface org.eclipse.jface.util.TransferDragSourceListener
Returns the Transfer type that this listener can provide data for.
getTransfer() - Method in interface org.eclipse.jface.util.TransferDropTargetListener
Returns the Transfer type that this listener can accept a drop operation for.
getTransfer() - Method in class org.eclipse.swt.dnd.DragSource
Returns the list of data types that can be transferred by this DragSource.
getTransfer() - Method in class org.eclipse.swt.dnd.DropTarget
Returns a list of the data types that can be transferred to this DropTarget.
getTransfers() - Method in class org.eclipse.jface.util.DelegatingDragAdapter
Returns the Transfers from every TransferDragSourceListener.
getTransfers() - Method in class org.eclipse.jface.util.DelegatingDropAdapter
Returns the combined set of Transfer types of all TransferDropTargetListeners.
getTransfers() - Method in interface org.eclipse.ui.texteditor.ITextEditorDropTargetListener
Returns the list of Transfer agents that are supported by this listener.
getTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the parameter to the transform that is currently being used by the receiver.
getTransientData() - Method in interface org.eclipse.e4.ui.model.application.MApplicationElement
Returns the value of the 'Transient Data' map.
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyType() - Method in class org.eclipse.swt.graphics.ImageData
Returns the image transparency type, which will be one of SWT.TRANSPARENCY_NONE, SWT.TRANSPARENCY_MASK, SWT.TRANSPARENCY_PIXEL or SWT.TRANSPARENCY_ALPHA.
getTransparentPixel() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
Return the transparent pixel for the receiver.
getTransparentPixel() - Method in class org.eclipse.jface.viewers.DecorationOverlayIcon
 
getTraversals() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return an array of traversals that cover the resource mappings to be operated on as returned by the ISynchronizationScope.getMappings() method.
getTraversals(String) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return the set of traversals that cover the mappings for the given model provider.
getTraversals(ResourceMapping) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Return an array of traversals that cover the given resource mapping to be operated on.
getTraversals(ResourceMapping[], ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
Returns a set of traversals that cover the given resource mappings.
getTraversals(ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.CompositeResourceMapping
 
getTraversals(ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource.
getTraversals(ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringDescriptorResourceMapping
 
getTraversals(ResourceMappingContext, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.model.AbstractRefactoringHistoryResourceMapping
 
getTraversals(ISynchronizationContext, Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the traversals for the given object in the given context.
getTray() - Method in class org.eclipse.jface.dialogs.TrayDialog
Returns the tray currently shown in the dialog, or null if there is no tray.
getTree() - Method in class org.eclipse.jface.viewers.TreeViewer
Returns this tree viewer's tree control.
getTree() - Method in interface org.eclipse.team.core.diff.IDiffChangeEvent
Returns the tree that has been changed.
getTreePath() - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getTreePath() - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getTreePath() - Method in class org.eclipse.jface.viewers.ViewerRow
The tree path used to identify an element by the unique path
getTreePathFromItem(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the tree path for the given item.
getTreePathProvider() - Method in class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
Return the ITreePathLabelProvider for the receiver.
getTreeRoot() - Method in interface org.eclipse.core.filesystem.IFileTree
Returns the root of this tree
getTreeRoot() - Method in class org.eclipse.core.filesystem.provider.FileTree
 
getTreeStyle() - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
A hint for the styles to use while constructing the TreeViewer.
getTreeViewer() - Method in class org.eclipse.debug.ui.InspectPopupDialog
The viewer is initialized after the dialog is constructed, so only after open is called.
getTreeViewer() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
getTreeViewer() - Method in class org.eclipse.jface.viewers.TreeExpansionEvent
Returns the originator of the event.
getTreeViewer() - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
Returns the tree viewer.
getTreeViewer() - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
Returns the tree viewer.
getTreeViewer() - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
Returns this page's tree viewer.
getTrigger() - Method in class org.eclipse.core.commands.ExecutionEvent
Returns the object that triggered the execution
getTriggerCharacters() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension
Returns the characters which trigger the application of this completion proposal.
getTriggerCharacters() - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
getTriggeringOperation() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Return the operation that triggered the other operations in this composite.
getTriggerPoint(String) - Method in interface org.eclipse.ui.activities.ITriggerPointManager
Return the trigger point with the given id.
getTriggerPointManager() - Method in interface org.eclipse.ui.activities.IWorkbenchActivitySupport
Return the trigger point manager for this instance.
getTriggerPoints() - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns the triggers for the breakpoints associated with the workspace or null if no such breakpoint exists
getTriggers() - Method in class org.eclipse.jface.bindings.TriggerSequence
Returns the list of triggers.
getTriggerSequence() - Method in class org.eclipse.jface.bindings.Binding
Returns the sequence of trigger for a given binding.
getTriggerSequence() - Method in class org.eclipse.jface.bindings.keys.KeyBinding
 
getTrim(MTrimmedWindow, SideValue) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returns the window's MTrimBar for the specified side.
getTrimBars() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Trim Bars' containment reference list.
getTrimBars() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MPerspective
Returns the value of the 'Trim Bars' containment reference list.
getTrimBars() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Trim Bars' containment reference list.
getTrimBars() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow
Returns the value of the 'Trim Bars' containment reference list.
getTrimContributions() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions
Returns the value of the 'Trim Contributions' containment reference list.
getTrustAnchor() - Method in interface org.eclipse.osgi.signedcontent.SignerInfo
Returns the certificate trust anchor used to establish authenticity.
getTrustAnchor(String) - Method in class org.eclipse.osgi.service.security.TrustEngine
Return the certificate associated with the unique "friendly name" in the engine.
getTrustAuthorityInfo(Map<URI, Set<IInstallableUnit>>, Map<URI, List<Certificate>>) - Method in interface org.eclipse.equinox.p2.repository.metadata.spi.IInstallableUnitUIServices
Opens a UI prompt to capture information about trusted authorities.
getTrustedAuthorities() - Method in class org.eclipse.equinox.p2.repository.metadata.spi.IInstallableUnitUIServices.TrustAuthorityInfo
Returns a collection of the authority URIs to be trusted for the requested operation.
getTrustedCertificates() - Method in class org.eclipse.equinox.p2.core.UIServices.TrustInfo
Return an array of the certificates that should be trusted for the requested operation.
getTrustedPGPKeys() - Method in class org.eclipse.equinox.p2.core.UIServices.TrustInfo
Return a collection of the keys that should be trusted for the requested operation.
getTrustInfo(Certificate[][], String[]) - Method in class org.eclipse.equinox.p2.core.UIServices
Opens a UI prompt to capture information about trusted content.
getTrustInfo(Certificate[][], Collection<PGPPublicKey>, String[]) - Method in class org.eclipse.equinox.p2.core.UIServices
Opens a UI prompt to capture information about trusted content.
getTrustInfo(Map<List<Certificate>, Set<IArtifactKey>>, Map<PGPPublicKey, Set<IArtifactKey>>, Set<IArtifactKey>, Map<IArtifactKey, File>) - Method in interface org.eclipse.equinox.p2.repository.artifact.spi.IArtifactUIServices
Opens a UI prompt to capture information about trusted content.
getTrustInfo(UIServices, Map<List<Certificate>, Set<IArtifactKey>>, Map<PGPPublicKey, Set<IArtifactKey>>, Set<IArtifactKey>, Map<IArtifactKey, File>) - Static method in interface org.eclipse.equinox.p2.repository.artifact.spi.IArtifactUIServices
Opens a UI prompt to capture information about trusted content.
getTSASignerInfo(SignerInfo) - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns the TSA signer info used to authenticate the signer time of a signer info.
getType() - Method in class org.eclipse.compare.HistoryItem
 
getType() - Method in interface org.eclipse.compare.ITypedElement
Returns the type of this object.
getType() - Method in class org.eclipse.compare.ResourceNode
 
getType() - Method in class org.eclipse.compare.structuremergeviewer.DiffElement
The DiffElement implementation of this ITypedElement method returns ITypedElement.UNKNOWN_TYPE.
getType() - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
getType() - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
getType() - Method in interface org.eclipse.core.net.proxy.IProxyData
Return the type of this proxy.
getType() - Method in interface org.eclipse.core.resources.IMarker
Returns the type of this marker.
getType() - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns the type of this marker.
getType() - Method in interface org.eclipse.core.resources.IPathVariableChangeEvent
Returns the type of event being reported.
getType() - Method in interface org.eclipse.core.resources.IResource
Returns the type of this resource.
getType() - Method in interface org.eclipse.core.resources.IResourceChangeEvent
Returns the type of event being reported.
getType() - Method in interface org.eclipse.core.resources.IResourceFilterDescription
Return the filter type, either INCLUDE_ONLY or EXCLUDE_ALL
getType() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the type of the resource being visited.
getType() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns the type of this launch configuration.
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.FolderSourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
 
getType() - Method in class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
 
getType() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Returns this container's type.
getType() - Method in class org.eclipse.debug.ui.sourcelookup.WorkingSetSourceContainer
 
getType() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MItem
Returns the value of the 'Type' attribute.
getType() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns a string representing the type of the repository.
getType() - Method in interface org.eclipse.equinox.p2.repository.IRepositoryReference
Returns the type of the referenced repository (currently either IRepository.TYPE_METADATA or IRepository.TYPE_ARTIFACT)
getType() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns a string representing the type of the repository.
getType() - Method in class org.eclipse.equinox.p2.repository.spi.RepositoryReference
 
getType() - Method in interface org.eclipse.help.IContentExtension
Returns the type of extension this is.
getType() - Method in class org.eclipse.jface.bindings.Binding
Returns the type for this binding.
getType() - Method in interface org.eclipse.jface.text.ITypedRegion
Returns the content type of the region.
getType() - Method in class org.eclipse.jface.text.reconciler.DirtyRegion
 
getType() - Method in class org.eclipse.jface.text.source.Annotation
Returns the type of the annotation.
getType() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the type name of the variable.
getType() - Method in class org.eclipse.jface.text.templates.TemplateVariableResolver
Returns the type of this resolver.
getType() - Method in class org.eclipse.jface.text.TypedPosition
Returns the content type of the region.
getType() - Method in class org.eclipse.jface.text.TypedRegion
 
getType() - Method in interface org.eclipse.osgi.service.resolver.BundleDelta
Returns the type of change which occured.
getType() - Method in interface org.eclipse.osgi.service.resolver.GenericDescription
Returns the type of generic description capability
getType() - Method in interface org.eclipse.osgi.service.resolver.GenericSpecification
Returns the type of generic specification
getType() - Method in interface org.eclipse.osgi.service.resolver.ResolverError
Returns the type of ResolverError this is
getType() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the type of the variant type.
getType() - Method in interface org.eclipse.team.core.IFileTypeInfo
Deprecated.
Returns the file type for files ending with the corresponding extension.
getType() - Method in interface org.eclipse.team.core.IStringMapping
The content type associated with the string
getType() - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Return the synchronization type.
getType() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
 
getType() - Method in class org.eclipse.ui.console.AbstractConsole
 
getType() - Method in interface org.eclipse.ui.console.IConsole
Returns a unique identifier for this console's type, or null if unspecified.
getType() - Method in class org.eclipse.ui.ide.dialogs.UIResourceFilterDescription
 
getType() - Method in interface org.eclipse.ui.IMemento
Returns the type for this memento.
getType() - Method in class org.eclipse.ui.XMLMemento
 
getType() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy
Deprecated.
Return policy type
getType(IStorage) - Method in interface org.eclipse.team.core.IFileContentManager
Get the content type for a given instance of IStorage.
getType(IStorage) - Method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
Return the Team content type associated with the given target.
getType(IStorage) - Static method in class org.eclipse.team.core.Team
Deprecated.
Use getFileContentManager().getType(IStorage storage) instead.
getType(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccess
Deprecated.
use Annotation.getType()
getType(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Deprecated.
use Annotation.getType()
getTypeCode() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Returns the type code of this node.
getTypedChildren(Class) - Method in class org.eclipse.ui.model.AdaptableList
Return the elements in this list in an array of the given type.
getTypeForExtension(String) - Method in interface org.eclipse.team.core.IFileContentManager
Get the content type for a given file extension.
getTypeForName(String) - Method in interface org.eclipse.team.core.IFileContentManager
Get the content type for a given file name.
getTypeForScheme(String) - Static method in class org.eclipse.team.core.RepositoryProviderType
Return the repository type for the given file system scheme or null if there isn't one.
getTypeHandler() - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
Obtains the structured type handler associated with this IStructuredTextExpert instance.
getTypeId() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandParameter
Returns the value of the 'Type Id' attribute.
getTypeIds() - Method in class org.eclipse.jface.util.LocalSelectionTransfer
Returns the type id used to identify this transfer.
getTypeIds() - Method in class org.eclipse.swt.dnd.FileTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.ImageTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.RTFTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specific ids of the data types that can be converted using this transfer agent.
getTypeIds() - Method in class org.eclipse.swt.dnd.URLTransfer
 
getTypeIds() - Method in class org.eclipse.ui.part.EditorInputTransfer
 
getTypeIds() - Method in class org.eclipse.ui.part.MarkerTransfer
 
getTypeIds() - Method in class org.eclipse.ui.part.PluginTransfer
 
getTypeIds() - Method in class org.eclipse.ui.part.ResourceTransfer
 
getTypeInfoAttributes() - Method in class org.eclipse.swt.ole.win32.OleAutomation
Returns the type info of the current object referenced by the automation.
getTypeLabel() - Method in interface org.eclipse.jface.text.hyperlink.IHyperlink
Optional label for this type of hyperlink.
getTypeLabel() - Method in class org.eclipse.jface.text.hyperlink.URLHyperlink
 
getTypeLabel(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns the label for the given annotation's type.
getTypeLabel(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
getTypeName() - Method in class org.eclipse.ant.core.Type
Returns the type name
getTypeName(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns the name (user readable String) of the given breakpoint's type or null if none has been specified.
getTypeNames() - Method in class org.eclipse.jface.util.LocalSelectionTransfer
Returns the type name used to identify this transfer.
getTypeNames() - Method in class org.eclipse.swt.dnd.FileTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.ImageTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.RTFTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specific names of the data types that can be converted using this transfer agent.
getTypeNames() - Method in class org.eclipse.swt.dnd.URLTransfer
 
getTypeNames() - Method in class org.eclipse.ui.part.EditorInputTransfer
 
getTypeNames() - Method in class org.eclipse.ui.part.MarkerTransfer
 
getTypeNames() - Method in class org.eclipse.ui.part.PluginTransfer
 
getTypeNames() - Method in class org.eclipse.ui.part.ResourceTransfer
 
getTypes() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the default and custom types.
getTypes() - Method in class org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Returns the types that the context of this hyperlink detector target supports.
getTypesToExport() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns the resource extensions currently specified to be exported.
getTypesToImport() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Returns a collection of the currently-specified resource types for use by the type selection dialog.
getUIInfoAdapter(Shell) - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Make an IAdaptable that adapts to the specified shell, suitable for passing for passing to any IUndoableOperation or IOperationHistory method that requires an IAdaptable uiInfo parameter.
getUIState() - Method in interface org.eclipse.search.ui.ISearchResultPage
Returns an object representing the current user interface state of the page.
getUIState() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
 
getUndoableCopyOrMoveOperation(IResource[], IPath) - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path.
getUndoableCopyOrMoveOperation(IResource[], IPath) - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path.
getUndoChange() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the undo change of the change performed by this operation.
getUndoChange() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
The undo object or null if no undo exists.
getUndoContext() - Method in class org.eclipse.jface.text.DefaultUndoManager
Deprecated.
 
getUndoContext() - Method in interface org.eclipse.jface.text.IUndoManagerExtension
Returns this undo manager's undo context.
getUndoContext() - Method in class org.eclipse.jface.text.TextViewerUndoManager
 
getUndoContext() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
getUndoContext() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Returns the undo context registered for this document
getUndoContext() - Method in interface org.eclipse.ui.operations.IWorkbenchOperationSupport
Returns the undo context for workbench-wide operations.
getUndoHistory(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
getUndoHistory(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Get the array of operations in the undo history for the specified undo context.
getUndoManager() - Method in interface org.eclipse.jface.text.ITextViewerExtension6
Returns this viewer's undo manager.
getUndoManager() - Method in class org.eclipse.jface.text.TextViewer
 
getUndoManager() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
Returns the singleton undo manager for the refactoring undo stack.
getUndoManager(ISourceViewer) - Method in class org.eclipse.jface.text.source.SourceViewerConfiguration
Returns the undo manager for the given source viewer.
getUndoManager(ISourceViewer) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
getUndoOperation(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
getUndoOperation(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Get the operation that will next be undone in the given undo context.
getUndoRedoOperationApprover(IUndoContext) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
getUndoRedoOperationApprover(IUndoContext) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Return an IOperationApprover appropriate for approving the undo and redo of operations that have the specified undo context.
getUndoSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CreateFileOperation
 
getUndoSchedulingRule() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
 
getUndoSchedulingRule() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a scheduling rule appropriate for undoing this operation.
getUndoSchedulingRule() - Method in class org.eclipse.ui.ide.undo.DeleteResourcesOperation
 
getUndoUntilException() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the undo object containing all undo changes of those children that got successfully executed while performing this change.
getUnifiedLines() - Method in interface org.eclipse.compare.patch.IHunk
Returns hunk's content in the unified format.
getUninstallOperation(Collection<IInstallableUnit>, URI[]) - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return an uninstall operation that describes uninstalling the specified IInstallableUnits, using the supplied repositories to replace any metadata that must be retrieved for the uninstall.
getUniqueIdentifier() - Method in interface org.eclipse.core.runtime.IExtension
Returns the unique identifier of this extension, or null if this extension does not have an identifier.
getUniqueIdentifier() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns the unique identifier of this extension point.
getUniqueIdentifier() - Static method in class org.eclipse.core.variables.VariablesPlugin
Convenience method which returns the unique identifier of this plug-in.
getUniqueIdentifier() - Static method in class org.eclipse.debug.core.DebugPlugin
Convenience method which returns the unique identifier of this plug-in.
getUniqueIdentifier() - Static method in class org.eclipse.ui.console.ConsolePlugin
Convenience method which returns the unique identifier of this plug-in.
getUniqueIdForEquals() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
getUnknown() - Method in class org.eclipse.swt.ole.win32.Variant
Returns the IUnknown object represented by this Variant.
getUnknownImageName(IMarker) - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
getUnsatisfiedConstraint() - Method in interface org.eclipse.osgi.service.resolver.ResolverError
Returns the unsatisfied constraint if this ResolverError occurred because of an unsatisfied constraint; otherwise null is returned.
getUnsatisfiedConstraints(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns all unsatisfied constraints in the given bundle.
getUnsatisfiedLeaves(BundleDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns all unsatisfied constraints in the given bundles that have no possible supplier.
getUnselectedCloseVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the close button appears when the user hovers over an unselected tabs.
getUnselectedImageVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if an image appears in unselected tabs.
getUpButton() - Method in class org.eclipse.jface.preference.ListEditor
Return the Up button.
getUpdateDescriptor() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns information about what this installable unit is an update of.
getUpdateDescriptor() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Returns the UpdateDescriptor for this IU
getUpdateDetailsPreferredSize() - Method in class org.eclipse.equinox.p2.ui.Policy
Get a point describing the preferred size of the details area shown in single IU update wizards.
getUpdatedMatches() - Method in class org.eclipse.search.ui.text.FilterUpdateEvent
Returns the matches updated by the filter update.
getUpdateJobDelay() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Return the time delay that should be used when scheduling the update job.
getUpdateOperation(Collection<IInstallableUnit>, URI[]) - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
Return an update operation that describes updating the specified IInstallableUnits from the provided list of repositories.
getUpdatePolicy() - Method in class org.eclipse.core.databinding.UpdateListStrategy
 
getUpdatePolicy() - Method in class org.eclipse.core.databinding.UpdateSetStrategy
 
getUpdatePolicy() - Method in class org.eclipse.core.databinding.UpdateValueStrategy
 
getUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveArguments
Returns whether reference updating is requested or not.
getUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Returns whether reference updating is requested or not.
getUpdateWizardStyle() - Method in class org.eclipse.equinox.p2.ui.Policy
Get the update wizard style that should be used to determine what to show the user when updates are available.
getUri() - Method in class org.eclipse.team.core.ScmUrlImportDescription
 
getURI() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns the URI of the file to which this state is associated or null if the file does not have a URI.
getURI() - Method in class org.eclipse.team.core.history.provider.FileRevision
 
getURI() - Method in class org.eclipse.ui.ide.FileStoreEditorInput
 
getURI() - Method in interface org.eclipse.ui.IURIEditorInput
Returns the URI of the file underlying this editor input.
getURI() - Method in class org.eclipse.ui.part.FileEditorInput
 
getURI(Object) - Method in interface org.eclipse.ui.editors.text.ILocationProviderExtension
Returns the URI of the given object or null.
getURI(String) - Method in class org.eclipse.team.core.ProjectSetCapability
Return the URI for the given reference string or null if this capability does not support file system schemes as defined by the org.eclipse.core.filesystem.filesystems extension point.
getURI(String) - Method in class org.eclipse.ui.ide.fileSystem.FileSystemContributor
Return a URI for the supplied String from the user.
getURIValue(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns the value of the path variable with the given name.
getUrl() - Method in class org.eclipse.swt.browser.Browser
Returns the current URL.
getUrl() - Method in class org.eclipse.team.core.ScmUrlImportDescription
SCM URL
getURL() - Method in class org.eclipse.help.webapp.AbstractFrame
 
getURL() - Method in class org.eclipse.help.webapp.AbstractView
 
getURL() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns the actual URL of this location.
getURL() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns the URL for this site
getURLs() - Method in class org.eclipse.ant.core.AntCorePreferences
Returns the entire set of URLs that define the Ant runtime classpath.
getURLString() - Method in class org.eclipse.jface.text.hyperlink.URLHyperlink
Returns the URL string of this hyperlink.
getUseChevron() - Method in class org.eclipse.jface.action.ToolBarContributionItem
Returns whether chevron support is enabled.
getUseColorIconsInToolbars() - Static method in class org.eclipse.jface.action.ActionContributionItem
Returns whether color icons should be used in toolbars.
getUserId() - Method in interface org.eclipse.core.net.proxy.IProxyData
Return the id of the user that should be used when authenticating for the proxy.
getUserLocation() - Static method in class org.eclipse.core.runtime.Platform
Returns the location of the platform's user data area.
getUsername() - Method in interface org.eclipse.jsch.core.IJSchLocation
Return the user name
getUserName() - Method in class org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
 
getUsernamePassword(String) - Method in class org.eclipse.equinox.p2.core.UIServices
Opens a UI prompt for authentication details
getUsernamePassword(String, UIServices.AuthenticationInfo) - Method in class org.eclipse.equinox.p2.core.UIServices
Opens a UI prompt for authentication details when cached or remembered details where not accepted.
getUserObject() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the user object associated to this description, or null if none exists.
getUserObject() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns the user object associated to this constraint, or null if none exists.
getUUID() - Method in interface org.eclipse.equinox.p2.metadata.ILicense
Returns the message digest of the license body.
getValidateConflictSource() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Returns whether the source file in a destination collision will be validateEdited together with the collision itself.
getValidateConflictSource() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
Returns whether the source file in a destination collision will be validateEdited together with the collision itself.
getValidateStateRule(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
getValidateStateRule(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns the scheduling rule required for executing validateState on the given element.
getValidationContext() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Returns the validation context
getValidationRealm() - Method in class org.eclipse.core.databinding.DataBindingContext
Returns the validation realm.
getValidationStatus() - Method in class org.eclipse.core.databinding.ListBinding
 
getValidationStatus() - Method in class org.eclipse.core.databinding.SetBinding
 
getValidationStatus() - Method in class org.eclipse.core.databinding.validation.MultiValidator
Returns an IObservableValue whose value is always the current validation status of this MultiValidator.
getValidationStatus() - Method in class org.eclipse.core.databinding.ValidationStatusProvider
 
getValidationStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the refactoring status returned from the call IChange#isValid().
getValidationStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
Returns the refactoring status of the change's validation checking or null if a change couldn't be created or the operation hasn't been performed yet.
getValidationStatusMap() - Method in class org.eclipse.core.databinding.DataBindingContext
Deprecated.
getValidationStatusProviders() - Method in class org.eclipse.core.databinding.DataBindingContext
Returns an unmodifiable IObservableList of all validation status providers in order by time of addition.
getValidator() - Static method in class org.eclipse.core.resources.mapping.ResourceChangeValidator
Return the singleton change validator.
getValidator() - Method in class org.eclipse.jface.dialogs.InputDialog
Returns the validator.
getValidator() - Method in class org.eclipse.jface.viewers.CellEditor
Returns the input validator for this cell editor.
getValidator() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Gets the optional validator used to check if the selection is valid.
getValidator() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
Returns the input validator for editing the property.
getValue() - Method in class org.eclipse.ant.core.Property
Returns the value.
getValue() - Method in class org.eclipse.core.commands.Parameterization
Returns the value for the parameter in this parameterization.
getValue() - Method in class org.eclipse.core.commands.State
The current value associated with this state.
getValue() - Method in class org.eclipse.core.databinding.observable.value.AbstractObservableValue
 
getValue() - Method in class org.eclipse.core.databinding.observable.value.DecoratingObservableValue
 
getValue() - Method in interface org.eclipse.core.databinding.observable.value.IObservableValue
Returns the value.
getValue() - Method in interface org.eclipse.core.resources.IPathVariableChangeEvent
Returns the variable's current value.
getValue() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns the text value of this configuration element.
getValue() - Method in interface org.eclipse.core.variables.IValueVariable
Returns the value of this variable, or null if none.
getValue() - Method in interface org.eclipse.debug.core.model.IExpression
Returns the current value of this expression or null if this expression does not currently have a value.
getValue() - Method in interface org.eclipse.debug.core.model.IVariable
Returns the value of this variable.
getValue() - Method in interface org.eclipse.debug.core.model.IWatchExpressionResult
Returns the value representing the result of the evaluation, or null if the associated evaluation failed.
getValue() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns the value of this memory byte.
getValue() - Method in interface org.eclipse.e4.ui.model.application.commands.MParameter
Returns the value of the 'Value' attribute.
getValue() - Method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
getValue() - Method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
getValue() - Method in class org.eclipse.equinox.p2.engine.spi.Value
 
getValue() - Method in interface org.eclipse.help.ICriteria
Returns the value of the criteria element, e.g.
getValue() - Method in class org.eclipse.jface.dialogs.InputDialog
Returns the string typed into this input dialog.
getValue() - Method in class org.eclipse.jface.viewers.CellEditor
Returns this cell editor's value provided that it has a valid one.
getValue() - Method in class org.eclipse.jface.viewers.TreeNode
Returns the value held by this node.
getValue() - Method in class org.eclipse.osgi.util.ManifestElement
Returns the value of the manifest element.
getValue() - Method in class org.eclipse.ui.intro.config.IntroElement
Returns the value of the element.
getValue() - Method in class org.eclipse.ui.navigator.OverridePolicy
 
getValue() - Method in class org.eclipse.ui.navigator.Priority
0 is the lowest priority; 7 is the highest.
getValue(boolean) - Method in class org.eclipse.ant.core.Property
Returns the value.
getValue(Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
Default implementation always returns null as this will be handled by the Binding.
getValue(Object) - Method in class org.eclipse.jface.viewers.EditingSupport
Get the value to set to the editor
getValue(Object) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the value of the given attribute.
getValue(Object) - Method in class org.eclipse.ui.views.properties.PropertyEditingSupport
 
getValue(Object, String) - Method in interface org.eclipse.jface.viewers.ICellModifier
Returns the value for the given property of the given element.
getValue(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
getValue(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
When multi-language support is enabled, this method returns the text value of this configuration element in the specified locale, or null if none.
getValue(String) - Method in interface org.eclipse.core.variables.IDynamicVariable
Returns the value of this variable when referenced with the given argument, possibly null.
getValue(String, IResource) - Method in class org.eclipse.core.resources.variableresolvers.PathVariableResolver
Returns a variable value
getValue(IExpression) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
Obtains the value of a literal expression
getValue(IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IEvaluationContext
Retrieve the value of the given variable from this context
getValue(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getValue(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getValue(MarkerItem) - Method in class org.eclipse.ui.views.markers.MarkerField
 
getValue(S) - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
Returns the current value of this property on the specified property source.
getValue(S) - Method in class org.eclipse.core.databinding.property.value.ValueProperty
By default, this method returns null in case the source object is itself null.
getValueAsIs() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Deprecated.
The method is equivalent to the IConfigurationElement.getValue(). Contrary to its description, this method returns a translated value. Use the IConfigurationElement.getValue() method instead.
getValueAsString() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Returns the value of the objects expressed as a String.
getValueAsString() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
getValueComponents() - Method in class org.eclipse.osgi.util.ManifestElement
Returns the value components of the manifest element.
getValueControl(Composite) - Method in class org.eclipse.jface.preference.FontFieldEditor
Returns the value control for this field editor.
getValueConverter() - Method in class org.eclipse.core.commands.ParameterType
Returns the value converter associated with this parameter, if any.
getValueName() - Method in class org.eclipse.core.commands.Parameterization
Returns the human-readable name for the current value, if any.
getValues() - Method in interface org.eclipse.core.commands.IParameter
Returns the values associated with this parameter.
getValues() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the possible values for this variable.
getValues() - Method in class org.eclipse.ui.views.properties.ComboBoxLabelProvider
 
getValues() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Returns the value objects of this entry.
getValueString() - Method in interface org.eclipse.debug.core.model.IValue
Returns this value as a String.
getValueType() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
getValueType() - Method in class org.eclipse.core.databinding.observable.map.CompositeMap
 
getValueType() - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
getValueType() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
getValueType() - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
Returns the element type for the values of this observable map, or null if the values collection is untyped.
getValueType() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
getValueType() - Method in class org.eclipse.core.databinding.observable.map.WritableMap
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.ComputedValue
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.DateAndTimeObservableValue
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.DecoratingObservableValue
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.DuplexingObservableValue
 
getValueType() - Method in interface org.eclipse.core.databinding.observable.value.IObservableValue
The value type of this observable value, or null if this observable value is untyped.
getValueType() - Method in class org.eclipse.core.databinding.observable.value.LocalDateTimeObservableValue
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.SelectObservableValue
 
getValueType() - Method in class org.eclipse.core.databinding.observable.value.WritableValue
 
getValueType() - Method in class org.eclipse.core.databinding.property.map.DelegatingMapProperty
 
getValueType() - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
Returns the element type of the map's values collection or null if the collection is untyped.
getValueType() - Method in class org.eclipse.core.databinding.property.value.DelegatingValueProperty
 
getValueType() - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
Returns the value type of the property, or null if untyped.
getValueVariable(String) - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns the value variable with the given name, or null if none.
getValueVariables() - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns all registered value variables.
getVariable() - Method in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Get the selected variable if the selection is either IMPORT_VIRTUAL_FOLDERS_AND_LINKS or IMPORT_LINK
getVariable(int) - Method in interface org.eclipse.debug.core.model.IIndexedValue
Returns the variable at the given offset in this collection.
getVariable(Object, String) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Extract the variable.
getVariable(String) - Method in class org.eclipse.core.expressions.EvaluationContext
 
getVariable(String) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Returns the variable managed under the given name.
getVariable(String) - Method in class org.eclipse.jface.text.templates.TemplateContext
Returns the value of a defined variable.
getVariable(String) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Returns the value of the variable defined by the configurer.
getVariable(ExecutionEvent, String) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Extract the variable.
getVariableChecked(ExecutionEvent, String) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Extract the variable.
getVariableExpression() - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog
Returns the variable expression the user generated from this dialog, or null if none.
getVariableName() - Method in interface org.eclipse.core.resources.IPathVariableChangeEvent
Returns the affected variable's name.
getVariableNames(String, IResource) - Method in class org.eclipse.core.resources.variableresolvers.PathVariableResolver
This method can return a list of possible variables resolved by this resolver.
getVariableRelativePathLocation(URI) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns a variable relative path equivalent to an absolute path for a file or folder in the file system, according to the variables defined in this project PathVariableManager.
getVariables() - Method in interface org.eclipse.core.variables.IStringVariableManager
Returns all registered variables.
getVariables() - Method in interface org.eclipse.debug.core.model.IStackFrame
Returns the visible variables in this stack frame.
getVariables() - Method in interface org.eclipse.debug.core.model.IValue
Returns the visible variables in this value.
getVariables() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Variables' attribute list.
getVariables() - Method in interface org.eclipse.e4.ui.model.application.ui.MContext
Returns the value of the 'Variables' attribute list.
getVariables() - Method in class org.eclipse.jface.text.templates.TemplateBuffer
Returns the variable positions of the template buffer.
getVariables(int, int) - Method in interface org.eclipse.debug.core.model.IIndexedValue
Returns a subset of the elements in this collection of variables as specified by the given offset and length.
getVariableType() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns the type of the variable.
getVerifiedCertifications(PGPPublicKey) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the set of keys that have been verified to have signed the given key.
getVerifiedRevocationDate(PGPPublicKey) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
If this key has a revocation signature that is verified to have been signed by the public key of that revocation signature, this returns the creation time of that signature, otherwise it returns null.
getVersion() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the version of this bundle group.
getVersion() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
Return the version
getVersion() - Method in interface org.eclipse.equinox.p2.metadata.IArtifactKey
Returns the version for this artifact key.
getVersion() - Method in interface org.eclipse.equinox.p2.metadata.IProvidedCapability
 
getVersion() - Method in interface org.eclipse.equinox.p2.metadata.ITouchpointType
 
getVersion() - Method in interface org.eclipse.equinox.p2.metadata.IVersionedId
Returns the version portion of this versioned id.
getVersion() - Method in class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
Return the versiono on this installable unit description.
getVersion() - Method in class org.eclipse.equinox.p2.metadata.VersionedId
 
getVersion() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns a string representing the version for the repository type.
getVersion() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
Returns a string representing the version for the repository type.
getVersion() - Method in class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
Returns the version tag.
getVersion() - Method in class org.eclipse.osgi.launch.Equinox
 
getVersion() - Method in interface org.eclipse.osgi.service.resolver.BaseDescription
Returns the version.
getVersion() - Method in interface org.eclipse.osgi.service.resolver.GenericDescription
Deprecated.
matching should only be done against a capability's attributes.
getVersion() - Static method in class org.eclipse.swt.SWT
Returns the SWT version number as an integer.
getVersionRange() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns the version range for this constraint.
getVerticalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's vertical scroll bar if it has one, and null if it does not.
getVerticalIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the vertical indent of the receiver.
getVerticalRuler() - Method in class org.eclipse.jface.text.source.SourceViewer
Returns the vertical ruler of this viewer.
getVerticalRuler() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns the editor's vertical ruler.
getVerticalRuler() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Deprecated.
use getVerticalRulerInfo instead
getVerticalRulerInfo() - Method in class org.eclipse.debug.ui.actions.RulerBreakpointAction
Returns the vertical ruler information this action was created for.
getVerticalRulerInfo() - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager
Returns the vertical ruler info for this hover manager
getVerticalRulerInfo() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Returns this action's vertical ruler info.
getVerticalRulerPreferenceKey() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the preference key for the visibility in the vertical ruler.
getVerticalRulerPreferenceValue() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default visibility in the vertical ruler.
getView(boolean) - Method in interface org.eclipse.ui.IViewReference
Returns the IViewPart referenced by this object.
getView(ExecutionEvent) - Method in class org.eclipse.ui.views.markers.MarkerViewHandler
Get the view this event occurred on.
getViewAdapter(Class<T>) - Method in class org.eclipse.ui.part.PageBookView
Returns an adapter of the specified type, as provided by this view (not the current page), or null if this view does not provide an adapter of the specified adapter.
getViewAdapter(Class<T>) - Method in class org.eclipse.ui.views.properties.PropertySheet
The PropertySheet implementation of this PageBookView method handles the ISaveablePart adapter case by calling getSaveablePart().
getViewer() - Method in class org.eclipse.compare.CompareViewerSwitchingPane
Returns the current viewer.
getViewer() - Method in class org.eclipse.debug.ui.AbstractDebugView
 
getViewer() - Method in interface org.eclipse.debug.ui.IDebugView
Returns the viewer contained in this debug view.
getViewer() - Method in interface org.eclipse.jface.databinding.viewers.IViewerObservable
Returns the underlying viewer for this observable.
getViewer() - Method in class org.eclipse.jface.text.link.LinkedModeUI.LinkedModeUITarget
Returns the viewer represented by this target, never null.
getViewer() - Method in class org.eclipse.jface.viewers.ColumnViewerEditor
 
getViewer() - Method in class org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
 
getViewer() - Method in class org.eclipse.jface.viewers.ComboBoxViewerCellEditor
 
getViewer() - Method in class org.eclipse.jface.viewers.DoubleClickEvent
Returns the viewer that is the source of this event.
getViewer() - Method in class org.eclipse.jface.viewers.EditingSupport
 
getViewer() - Method in class org.eclipse.jface.viewers.OpenEvent
Returns the viewer that is the source of this event.
getViewer() - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
Returns the viewer on which this label provider is installed on or null if the label provider is not installed.
getViewer() - Method in class org.eclipse.jface.viewers.ViewerColumn
Returns the viewer of this viewer column.
getViewer() - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
 
getViewer() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the viewer currently used in this page.
getViewer() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return the viewer to which the content provider is associated.
getViewer() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePage
Returns the viewer associated with this page or null if the page doesn't have a viewer.
getViewer() - Method in class org.eclipse.ui.console.TextConsolePage
Returns the viewer contained in this page.
getViewer() - Method in class org.eclipse.ui.dialogs.FilteredTree
Get the tree viewer of the receiver.
getViewer() - Method in class org.eclipse.ui.dialogs.ListSelectionDialog
Returns the viewer used to show the list.
getViewer() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
 
getViewer() - Method in class org.eclipse.ui.views.framelist.TreeFrame
Returns the tree viewer.
getViewer() - Method in class org.eclipse.ui.views.framelist.TreeViewerFrameSource
Returns the tree viewer.
getViewer(Viewer, Object) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
Returns a viewer which is able to display the given input.
getViewerDescriptor() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The viewer descriptor provides some basic information about the abstract viewer that uses this content service.
getViewerFilter(ICommonFilterDescriptor) - Method in interface org.eclipse.ui.navigator.INavigatorFilterService
Return the viewer filter for the given descriptor
getViewerFont() - Static method in class org.eclipse.jface.resource.JFaceResources
Deprecated.
This font is not in use
getViewerId() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Return the id of the viewer to which this configuration is associated.
getViewerId() - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
getViewerId() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
The viewer id is used to locate matching viewerContentBindings.
getViewerId() - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
Returns the id of the viewer targeted by this extension.
getViewerRedrawState() - Method in class org.eclipse.jface.text.TextEvent
Returns the viewer's redraw state.
getViewerRow() - Method in class org.eclipse.jface.viewers.ViewerCell
 
getViewerRow(Point) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns the viewer row at the given widget-relative coordinates.
getViewerRowFromItem(Widget) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
getViewerRowFromItem(Widget) - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns a ViewerRow associated with the given row widget.
getViewerRowFromItem(Widget) - Method in class org.eclipse.jface.viewers.TableViewer
 
getViewerRowFromItem(Widget) - Method in class org.eclipse.jface.viewers.TreeViewer
 
getViewId(IMarker) - Static method in class org.eclipse.ui.views.markers.MarkerViewUtil
Returns the id of the view used to show markers of the same type as the given marker.
getViewLayout(String) - Method in interface org.eclipse.ui.IPageLayout
Returns the layout for the view or placeholder with the given compound id in this page layout.
getViewPart() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Returns the view part set with setViewPart(ISearchResultViewPart).
getViewReferences() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns a list of the reference to views visible on this page.
getViewRegistry() - Method in interface org.eclipse.ui.IWorkbench
Returns the view registry for the workbench.
getViews() - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated.
Clients are encouraged to use IWorkbenchPage.getViewReferences() instead. Calling this method has the side effect of restoring all the views in the page which can cause plug-in activation.
getViews() - Method in interface org.eclipse.ui.views.IViewCategory
Return the views contained within this category.
getViews() - Method in interface org.eclipse.ui.views.IViewRegistry
Return a list of views defined in the registry.
getViewSite() - Method in interface org.eclipse.ui.IViewPart
Returns the site for this view.
getViewSite() - Method in interface org.eclipse.ui.navigator.ICommonActionExtensionSite
 
getViewSite() - Method in class org.eclipse.ui.part.ViewPart
 
getViewStack(IViewPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns an array of IViewParts that are stacked with the given part in the currently active perspective.
getVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.TrayItem
Returns true if the receiver is visible and false otherwise.
getVisible(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManagerOverrides
Visiblity override.
getVisibleAvailableIUQuery() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a query that can be used to obtain the IInstallableUnits that should be presented to the user from the software repositories.
getVisibleColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible columns as an array of accessible objects.
getVisibleColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible columns as an array of accessible objects.
getVisibleDocument() - Method in class org.eclipse.jface.text.TextViewer
Returns the viewer's visible document.
getVisibleExpandedElements() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Gets the expanded elements that are visible to the user.
getVisibleExtensionIds() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
Return the set of visible extension ids for this content service, which includes those that are bound through viewerContentBindings and those that are bound through INavigatorContentService.bindExtensions(String[], boolean).
getVisibleExtensions() - Method in interface org.eclipse.ui.navigator.INavigatorContentService
Return the set of visible content descriptors for this content service, which includes those that are bound through viewerContentBindings and those that are bound through INavigatorContentService.bindExtensions(String[], boolean).
getVisibleFilterDescriptors() - Method in interface org.eclipse.ui.navigator.INavigatorFilterService
Visible filters are filters whose ids match a viewerContentBinding for the corresponding viewer.
getVisibleFilters(boolean) - Method in interface org.eclipse.ui.navigator.INavigatorFilterService
Determine the set of filters which are visible to the content service associated with this filter service.
getVisibleInstalledIUQuery() - Method in class org.eclipse.equinox.p2.ui.Policy
Return a query that can be used to obtain the IInstallableUnits in the profile that should be presented to the user.
getVisibleItemCount() - Method in class org.eclipse.swt.custom.CCombo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleItemCount() - Method in class org.eclipse.swt.widgets.Combo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleLinesInViewport() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
Deprecated.
as of 3.2 the number of lines in the viewport cannot be computed because StyledText supports variable line heights
getVisibleLinesInViewport() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Deprecated.
as of 3.2 the number of lines in the viewport cannot be computed because StyledText supports variable line heights
getVisibleLinesInViewport() - Method in class org.eclipse.jface.text.TextViewer
Deprecated.
as of 3.2
getVisibleModelLines(ITextViewer) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns the range of lines that is visible in the viewer, including any partially visible lines.
getVisiblePackages(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns a list of all packages that the specified bundle has access to which are exported by other bundles.
getVisiblePackages(BundleDescription, int) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns a list of all packages that the specified bundle has access to which are exported by other bundles.
getVisibleRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the visible text range(s).
getVisibleRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the visible text range(s).
getVisibleRegion() - Method in interface org.eclipse.jface.text.ITextViewer
Returns the current visible region of this viewer's document.
getVisibleRegion() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
 
getVisibleRegion() - Method in class org.eclipse.jface.text.TextViewer
 
getVisibleRootsSelectionProvider() - Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
Return a selection provider whose selection includes all roots of the elements visible in the page.
getVisibleRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible rows as an array of accessible objects.
getVisibleRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible rows as an array of accessible objects.
getVisibleWhen() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Visible When' containment reference.
getVisualAnnotationModel() - Method in interface org.eclipse.jface.text.source.ISourceViewerExtension2
Returns the visual annotation model of this viewer.
getVisualAnnotationModel() - Method in class org.eclipse.jface.text.source.SourceViewer
 
getVisualIndex() - Method in class org.eclipse.jface.viewers.ViewerCell
Get the current index.
getVisualIndex(int) - Method in class org.eclipse.jface.viewers.TableViewerRow
 
getVisualIndex(int) - Method in class org.eclipse.jface.viewers.TreeViewerRow
 
getVisualIndex(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Translate the original column index to the actual one.
getWarningImage() - Method in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the Image to be used when displaying a warning.
getWarningMessage() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
getWarningMessage() - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab2
Returns a warning message to be displayed to the user or null if none is present.
getWarnings() - Method in class org.eclipse.swt.graphics.Device
Returns true if the underlying window system prints out warning messages on the console, and setWarnings had previously been called with true.
getWarningStatus(String, int) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return a warning status describing the warning state of an operation using the provided message and code.
getWbCommand() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MHandledItem
Returns the value of the 'Wb Command' attribute.
getWebBrowser() - Method in class org.eclipse.swt.browser.Browser
Deprecated.
SWT.MOZILLA is deprecated and XULRunner as a browser renderer is no longer supported.
getWeekPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for weeks.
getWeights() - Method in class org.eclipse.swt.custom.SashForm
Answer the relative weight of each child in the SashForm.
getWhiteCheckedResources() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns this page's collection of currently-specified resources to be exported.
getWideCaret() - Method in class org.eclipse.swt.widgets.IME
Returns true if the caret should be wide, and false otherwise.
getWidget() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Widget' attribute.
getWidget() - Method in class org.eclipse.jface.action.ActionContributionItem
Return the widget associated with this contribution item.
getWidget() - Method in interface org.eclipse.jface.databinding.swt.ISWTObservable
Returns the widget of this observable
getWidgetFactory() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
Get the widget factory for the property sheet page.
getWidgetFactory() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Get the widget factory.
getWidgetSelectionRange() - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.
 
getWidgetSelectionRange() - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Returns the selected range in the subject's widget.
getWidgetSelectionRange() - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
 
getWidth() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Width' attribute.
getWidth() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor.CachedImageDataProvider
Returns the ImageData.width in points.
getWidth() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
getWidth() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
getWidth() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
getWidth() - Method in class org.eclipse.jface.text.source.CompositeRuler
 
getWidth() - Method in interface org.eclipse.jface.text.source.IVerticalRulerColumn
Returns the width of this column's control.
getWidth() - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfo
Returns the width of this ruler's control.
getWidth() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
getWidth() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
 
getWidth() - Method in class org.eclipse.jface.text.source.OverviewRuler
 
getWidth() - Method in class org.eclipse.jface.text.source.VerticalRuler
 
getWidth() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.ToolItem
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the width of the receiver.
getWidthInChars() - Method in class org.eclipse.ui.dialogs.ListDialog
Returns the initial width of the dialog in number of characters.
getWidthInPixels(int, int) - Method in class org.eclipse.jface.text.TextViewer
Returns the width of the representation of a text range in the visible region of the viewer's document as drawn in this viewer's widget.
getWidthInPixels(String) - Method in class org.eclipse.jface.text.TextViewer
Deprecated.
use getWidthInPixels(int, int) instead
getWindow() - Method in class org.eclipse.ui.actions.BaseNewWizardMenu
Returns the window in which this menu appears.
getWindow() - Method in class org.eclipse.ui.actions.PerspectiveMenu
Returns the window for this menu.
getWindow() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the underlying workbench window.
GetWindow(long) - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
GetWindow(long) - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
getWindowConfigurer() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the workbench window configurer for the window containing this configurer's action bars.
getWindowConfigurer() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Returns the workbench window configurer.
getWindowConfigurer(IWorkbenchWindow) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns an object that can be used to configure the given window.
getWindowCount() - Method in class org.eclipse.jface.window.WindowManager
Returns this window manager's number of windows
getWindowManager() - Method in class org.eclipse.jface.window.Window
Returns the window manager of this window.
getWindowMenus() - Method in class org.eclipse.swt.ole.win32.OleFrame
Returns the application menu items that will appear in the Window location when an OLE Document is in-place activated.
getWindows() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MPerspective
Returns the value of the 'Windows' containment reference list.
getWindows() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Windows' containment reference list.
getWindows() - Method in class org.eclipse.jface.window.WindowManager
Returns this window manager's set of windows.
getWindowTitle() - Method in interface org.eclipse.jface.wizard.IWizard
Returns the window title string for this wizard.
getWindowTitle() - Method in class org.eclipse.jface.wizard.Wizard
 
getWindowTitle() - Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
 
getWizard() - Method in interface org.eclipse.jface.wizard.IWizardNode
Returns the wizard this node stands for.
getWizard() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns the wizard that hosts this wizard page.
getWizard() - Method in class org.eclipse.jface.wizard.WizardDialog
Returns the wizard this dialog is currently displaying.
getWizard() - Method in class org.eclipse.jface.wizard.WizardPage
 
getWizard() - Method in class org.eclipse.ui.preferences.WizardPropertyPage
 
getWizardActionIds() - Method in class org.eclipse.ui.navigator.WizardActionGroup
 
getWizardFlags() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring wizard flags that have been set for this wizard.
getWizards() - Method in interface org.eclipse.ui.wizards.IWizardCategory
Return the wizards in this category, minus the wizards which failed the Expressions check.
getWordWrap() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget wraps lines.
getWordWrap() - Method in interface org.eclipse.ui.console.IConsoleView
Returns the word wrap state of the currently active console.
getWorkbench() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the underlying workbench.
getWorkbench() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns the workbench for this window.
getWorkbench() - Static method in class org.eclipse.ui.PlatformUI
Returns the workbench.
getWorkbench() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated.
getWorkbench() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Returns the workbench which was passed to init.
getWorkbenchConfigurer() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the workbench configurer.
getWorkbenchConfigurer() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the workbench configurer for the advisor.
getWorkbenchDefaultEncoding() - Static method in class org.eclipse.ui.WorkbenchEncoding
Get the default encoding from the virtual machine.
getWorkbenchErrorHandler() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the workbench error handler for the advisor.
getWorkbenchPageSite() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Return the workbench page site for the page or null if a workbench page site is not available (e.g. if the page is being shown in a dialog).
getWorkbenchPart() - Method in class org.eclipse.compare.CompareEditorInput
 
getWorkbenchPart() - Method in interface org.eclipse.compare.ICompareContainer
Return the workbench part associated with this container or null if there is no part or it is not available.
getWorkbenchSite() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Return the workbench site for the page or null if a workbench site is not available (e.g. if the page is being shown in a dialog).
getWorkbenchWindow() - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
getWorkbenchWindow() - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Returns the active workbench window.
getWorkbenchWindow() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the workbench window of this page.
getWorkbenchWindow() - Method in interface org.eclipse.ui.IWorkbenchSite
Returns the workbench window containing this workbench site.
getWorkbenchWindow() - Method in class org.eclipse.ui.menus.AbstractWorkbenchTrimWidget
Convenience method to get the IWorkbenchWindow that is hosting this widget.
getWorkbenchWindow() - Method in class org.eclipse.ui.menus.WorkbenchWindowControlContribution
 
getWorkbenchWindow() - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
 
getWorkbenchWindow() - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor to return the workbench window.
getWorkbenchWindow() - Method in class org.eclipse.ui.part.PageSite
 
getWorkbenchWindowCount() - Method in interface org.eclipse.ui.IWorkbench
Returns the number of open main windows associated with this workbench.
getWorkbenchWindowManager() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the workbench window manager.
getWorkbenchWindows() - Method in interface org.eclipse.ui.IWorkbench
Returns a list of the open main windows associated with this workbench.
getWorkingCopy() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns a working copy of this launch configuration.
getWorkingCopy(IEclipsePreferences) - Method in interface org.eclipse.ui.preferences.IWorkingCopyManager
Return a working copy instance based on the given preference node.
getWorkingCopy(IEclipsePreferences) - Method in class org.eclipse.ui.preferences.WorkingCopyManager
 
getWorkingCopyManager() - Method in interface org.eclipse.ui.preferences.IWorkbenchPreferenceContainer
Get the working copy manager in use by this preference page container.
getWorkingDirectoryText() - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
Retrieves the path from the text box that has been selected.
getWorkingLocation(String) - Method in interface org.eclipse.core.resources.IProject
Returns the location in the local file system of the project-specific working data area for use by the bundle/plug-in with the given identifier, or null if the project does not exist.
getWorkingSet() - Method in class org.eclipse.ui.actions.WorkingSetFilterActionGroup
Returns the working set which is currently selected.
getWorkingSet() - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated.
individual views should store a working set if needed
getWorkingSet() - Method in class org.eclipse.ui.ResourceWorkingSetFilter
Returns the active working set the filter is working with.
getWorkingSet(String) - Static method in class org.eclipse.debug.ui.RefreshTab
Creates and returns a working set from the given refresh attribute created by the method getRefreshAttribute(IWorkingSet), or null if none.
getWorkingSet(String) - Method in interface org.eclipse.ui.IWorkingSetManager
Returns the working set with the specified name.
getWorkingSetLabel() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
getWorkingSetLabel() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
getWorkingSetManager() - Method in interface org.eclipse.ui.IWorkbench
Returns the working set manager for the workbench.
getWorkingSets() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns the working-sets that were used to configure this scope or null if the scope was not created off working sets.
getWorkingSets() - Method in interface org.eclipse.ui.IWorkbenchPage
Return the visible working sets for this page.
getWorkingSets() - Method in interface org.eclipse.ui.IWorkingSetManager
Returns an array of all working sets stored in the receiver.
getWorkspace() - Method in interface org.eclipse.core.resources.IResource
Returns the workspace which manages this resource.
getWorkspace() - Static method in class org.eclipse.core.resources.ResourcesPlugin
Returns the workspace.
getWorkspace() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return the workspace manipulated by this operation.
getWorkspaceCaption() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the caption of the refactoring history tree if refactorings of more than one project are displayed.
getWorkspaceFileAtLocation(IPath) - Static method in class org.eclipse.core.filebuffers.FileBuffers
Returns the workspace file at the given location if such a file exists.
getWorkspaceFileAtLocation(IPath, boolean) - Static method in class org.eclipse.core.filebuffers.FileBuffers
Returns the workspace file at the given location if such a file exists.
getWorkspaceFileRevision(IResource) - Method in interface org.eclipse.team.core.history.IFileHistoryProvider
Returns the file revision of the passed in resource or null if that file revision cannot be determined
getWorkspaceHistory(long, long, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns the workspace refactoring history.
getWorkspaceHistory(IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Returns the workspace refactoring history.
getWorkspacePatchHeader() - Static method in class org.eclipse.compare.patch.WorkspacePatcherUI
Returns a string that must be the first line of a workspace patch (a multi-project patch that is understood by the Apply Patch wizard).
getWorkspacePatchProjectHeader(IProject) - Static method in class org.eclipse.compare.patch.WorkspacePatcherUI
Returns the project header that must appear before any patches that apply to that project.
getWorkspaceRuleFactory() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return the workspace rule factory associated with this operation.
getWorkspaceUndoContext() - Static method in class org.eclipse.ui.ide.undo.WorkspaceUndoUtil
Return the undo context that should be used for workspace-wide operations
getWrapIndent() - Method in class org.eclipse.swt.custom.StyledText
Returns the wrap indentation of the widget.
getWrapIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's wrap indent.
getWrapIndices() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of ints that describe the zero-relative indices of any item(s) in the receiver that will begin on a new row.
getWrappedAdapter() - Method in class org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper
Returns the wrapped adapter.
getWrappedProgressMonitor() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
Returns the wrapped progress monitor.
getWrappedSet() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
getWrappedSet() - Method in class org.eclipse.core.databinding.observable.set.ComputedSet
 
getWrapper(IMenuManager) - Method in class org.eclipse.jface.action.SubMenuManager
Returns the menu wrapper for a menu manager.
getWS() - Static method in class org.eclipse.core.runtime.Platform
Returns the string name of the current window system for use in finding files whose path starts with $ws$.
getWS() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
getWS() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns the string name of the current window system for use in finding files whose path starts with $ws$.
getX() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'X' attribute.
getXMLParser() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the parser used by the registry to parse descriptions of extension points and extensions.
getXORMode() - Method in class org.eclipse.swt.graphics.GC
Returns true if this GC is drawing in the mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and false if it is drawing in the mode where the destination color is being replaced with the source color value.
getY() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns the value of the 'Y' attribute.
getYear() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's year.
getYearPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for years.
getYesterdayPattern() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns the message format pattern to use for yesterday.
getZipEntry() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
Returns the entry that contains the source
getZipFile() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Returns the zip file that this provider provides structure for.
getZoom() - Method in class org.eclipse.swt.widgets.Monitor
Returns the zoom value for the monitor
getZoomLevel() - Method in class org.eclipse.jface.resource.CompositeImageDescriptor
Returns the current zoom level.
GLCanvas - Class in org.eclipse.swt.opengl
GLCanvas is a widget capable of displaying OpenGL content.
GLCanvas(Composite, int, GLData) - Constructor for class org.eclipse.swt.opengl.GLCanvas
Create a GLCanvas widget using the attributes described in the GLData object provided.
GLData - Class in org.eclipse.swt.opengl
The GLData class is a device-independent description of the pixel format attributes of a GL drawable.
GLData() - Constructor for class org.eclipse.swt.opengl.GLData
 
GLOBAL - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Searches for elements in the UI that the user is currently seeing that are OUTSIDE the perspective (i.e. visible regardless of the current perspective)
GLOBAL_ACTIONS - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated.
in 3.0
GLOBAL_FILE_TYPES_CHANGED - Static variable in class org.eclipse.team.ui.TeamUI
Property constant indicating the global file types list has changed.
GLOBAL_IGNORES_CHANGED - Static variable in class org.eclipse.team.ui.TeamUI
Property constant indicating the global ignores list has changed.
GLOBAL_UNDO_CONTEXT - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
An undo context that can be used to refer to the global undo history.
GlobalBuildAction - Class in org.eclipse.ui.actions
Standard action for full and incremental builds of all projects within the workspace.
GlobalBuildAction(IWorkbench, Shell, int) - Constructor for class org.eclipse.ui.actions.GlobalBuildAction
Deprecated.
use GlobalBuildAction(IWorkbenchWindow, type) instead
GlobalBuildAction(IWorkbenchWindow, int) - Constructor for class org.eclipse.ui.actions.GlobalBuildAction
Creates a new action of the appropriate type.
globalIgnore - Static variable in class org.eclipse.team.core.Team
 
GlobalTemplateVariables - Class in org.eclipse.jface.text.templates
Global variables which are available in any context.
GlobalTemplateVariables() - Constructor for class org.eclipse.jface.text.templates.GlobalTemplateVariables
 
GlobalTemplateVariables.Cursor - Class in org.eclipse.jface.text.templates
The cursor variable determines the cursor placement after template edition.
GlobalTemplateVariables.Date - Class in org.eclipse.jface.text.templates
The date variable evaluates to the current date.
GlobalTemplateVariables.Dollar - Class in org.eclipse.jface.text.templates
The dollar variable inserts an escaped dollar symbol.
GlobalTemplateVariables.LineSelection - Class in org.eclipse.jface.text.templates
The line selection variable determines templates that work on selected lines.
GlobalTemplateVariables.Selection - Class in org.eclipse.jface.text.templates
The selection variable determines templates that work on a selection.
GlobalTemplateVariables.Time - Class in org.eclipse.jface.text.templates
The time variable evaluates to the current time.
GlobalTemplateVariables.User - Class in org.eclipse.jface.text.templates
The user variable evaluates to the current user.
GlobalTemplateVariables.WordSelection - Class in org.eclipse.jface.text.templates
The word selection variable determines templates that work on selected words, but not on selected lines.
GlobalTemplateVariables.Year - Class in org.eclipse.jface.text.templates
The year variable evaluates to the current year.
GlyphMetrics - Class in org.eclipse.swt.graphics
Instances of this class represent glyph metrics.
GlyphMetrics(int, int, int) - Constructor for class org.eclipse.swt.graphics.GlyphMetrics
Constructs an instance of this class with the given ascent, descent and width values.
GO_INTO - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id: "goInto", commandId: "org.eclipse.ui.navigate.goInto"): Go Into.
GO_INTO - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Navigate menu: name of standard Go Into global action (value "goInto").
GO_INTO - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Navigate menu: name of standard Go Into global action (value "goInto").
GO_TO - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Navigate menu: name of standard Go To submenu (value "goTo").
GO_TO - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Navigate menu: name of standard Go To submenu (value "goTo").
GO_TO_RESOURCE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Navigate menu: name of standard Go To Resource global action (value "goToResource").
GO_TO_RESOURCE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Navigate menu: name of standard Go To Resource global action (value "goToResource").
goBack() - Method in class org.eclipse.ui.part.DrillDownAdapter
Reverts the input for the tree back to the state when goInto was last called.
goHome() - Method in class org.eclipse.ui.part.DrillDownAdapter
Reverts the input for the tree back to the state when the adapter was created.
goInto() - Method in class org.eclipse.ui.part.DrillDownAdapter
Sets the input for the tree to the current selection.
goInto(Object) - Method in class org.eclipse.ui.part.DrillDownAdapter
Sets the input for the tree to a particular item in the tree.
GoIntoAction - Class in org.eclipse.ui.views.framelist
Generic "Go Into" action which goes to the frame for the current selection.
GoIntoAction(FrameList) - Constructor for class org.eclipse.ui.views.framelist.GoIntoAction
Constructs a new action for the specified frame list.
GoIntoActionProvider - Class in org.eclipse.ui.navigator.resources
Provides the Go Into action for the ProjectExplorer
GoIntoActionProvider() - Constructor for class org.eclipse.ui.navigator.resources.GoIntoActionProvider
 
GOTO_LAST_EDIT_POSITION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of go to last edit position action.
GOTO_LAST_EDIT_POSITION_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
GOTO_LINE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action to jump to a certain text line.
GOTO_LINE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
GOTO_NEXT_ANNOTATION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of go to next annotation action.
GOTO_NEXT_ANNOTATION_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
GOTO_NEXT_EDIT_POSITION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of go to next edit position action.
GOTO_NEXT_EDIT_POSITION_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
GOTO_PREVIOUS_ANNOTATION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of go to previous annotation action.
GOTO_PREVIOUS_ANNOTATION_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
goToAddress(BigInteger) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Moves the cursor to the specified address.
goToAddress(BigInteger) - Method in interface org.eclipse.debug.ui.memory.IRepositionableMemoryRendering
Position the rendering to the given address.
gotoAnnotation(boolean) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Jumps to the next annotation according to the given direction.
gotoAnnotation(boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Jumps to the next annotation according to the given direction.
gotoAnnotation(boolean) - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension4
Jumps to the next annotation according to the given direction.
GotoAnnotationAction - Class in org.eclipse.ui.texteditor
Action for jumping to a particular annotation in the editor's text viewer.
GotoAnnotationAction(ResourceBundle, String, ITextEditor, boolean) - Constructor for class org.eclipse.ui.texteditor.GotoAnnotationAction
Creates a new action for the given text editor.
GotoAnnotationAction(ITextEditor, boolean) - Constructor for class org.eclipse.ui.texteditor.GotoAnnotationAction
Creates a new action for the given text editor.
gotoFrame(Frame) - Method in class org.eclipse.ui.views.framelist.FrameList
Adds the given frame after the current frame, and advances the pointer to the new frame.
GotoLastEditPositionAction - Class in org.eclipse.ui.texteditor
Goes to last edit position.
GotoLastEditPositionAction() - Constructor for class org.eclipse.ui.texteditor.GotoLastEditPositionAction
Creates a goto last edit action.
gotoLine(int) - Method in class org.eclipse.ui.console.actions.TextViewerGotoLineAction
Jumps to the line.
GotoLineAction - Class in org.eclipse.ui.texteditor
Action for jumping to a particular line in the editor's text viewer.
GotoLineAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.GotoLineAction
Creates a new action for the given text editor.
GotoLineAction(ITextEditor) - Constructor for class org.eclipse.ui.texteditor.GotoLineAction
Creates a new action for the given text editor.
gotoMarker(IMarker) - Method in interface org.eclipse.ui.ide.IGotoMarker
Sets the cursor and selection state for an editor to reveal the position of the given marker.
gotoMarker(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Deprecated.
visibility will be reduced, use getAdapter(IGotoMarker.class) for accessing this method
gotoMarker(IEditorPart, IMarker) - Static method in class org.eclipse.ui.ide.IDE
Sets the cursor and selection state for the given editor to reveal the position of the given marker.
GotoNextEditPositionAction - Class in org.eclipse.ui.texteditor
Goes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.
GotoNextEditPositionAction() - Constructor for class org.eclipse.ui.texteditor.GotoNextEditPositionAction
Creates a goto next edit action.
gotoNextMatch() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Selects the element corresponding to the next match and shows the match in an editor.
gotoPreviousMatch() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Selects the element corresponding to the previous match and shows the match in an editor.
grab(boolean, boolean) - Method in class org.eclipse.jface.layout.GridDataFactory
Determines whether extra horizontal or vertical space should be allocated to this control's column when the layout resizes.
GRAB_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining horizontal space.
GRAB_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining vertical space.
grabExcessHorizontalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace() - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Returns whether the configuration area should grab remaining vertical space.
grabHorizontal - Variable in class org.eclipse.jface.viewers.CellEditor.LayoutData
Indicates control grabs additional space; true by default.
grabHorizontal - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire width of the control.
grabHorizontal - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
If true, take part in excess horizontal space distribution.
grabVertical - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire height of the control.
grabVertical - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
If true, will grab any excess vertical space (default is false).
Gradient() - Constructor for class org.eclipse.ui.part.MultiEditor.Gradient
 
greater(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Create an expression that tests if lhs is greater than rhs.
greaterEqual(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Create an expression that tests if lhs is greater than or equal to rhs.
green - Variable in class org.eclipse.swt.graphics.RGB
the green component of the RGB
greenMask - Variable in class org.eclipse.swt.graphics.PaletteData
the green mask for a direct palette
greenShift - Variable in class org.eclipse.swt.graphics.PaletteData
the green shift for a direct palette
greenSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's green channel.
GRID - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
Layout constant (value 1) indicating that the field editors' basic controls are put into a grid layout.
GridData - Class in org.eclipse.swt.layout
GridData is the layout data object associated with GridLayout.
GridData() - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData using default values.
GridData(int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance based on the GridData style.
GridData(int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean, int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridDataFactory - Class in org.eclipse.jface.layout
This class provides a convenient shorthand for creating and initializing GridData.
GridLayout - Class in org.eclipse.swt.layout
Instances of this class lay out the control children of a Composite in a grid.
GridLayout() - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class with a single column.
GridLayout(int, boolean) - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width.
GridLayoutFactory - Class in org.eclipse.jface.layout
GridLayoutFactory creates and initializes grid layouts.
Group - Class in org.eclipse.swt.widgets
Instances of this class provide an etched border with an optional title.
Group(Composite, int) - Constructor for class org.eclipse.swt.widgets.Group
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
GROUP_ADD - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Pop-up menu: name of group for Add actions (value "group.add").
GROUP_ADD - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Pop-up menu: name of group for Add actions (value "group.add").
GROUP_ADDITIONS - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for additional actions (value "group.additions").
GROUP_ADDITIONS - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for additional actions (value "additions").
GROUP_APP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Coolbar: name of group for application created actions
GROUP_ASSIST - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for typing aid actions such as content assist.
GROUP_BUILD - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for build actions (value "group.build").
GROUP_BUILD - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for build actions (value "group.build").
GROUP_COPY - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for copy/paste related actions.
GROUP_EDIT - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for cut/copy/paste actions (value "group.edit").
GROUP_EDIT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Pop-up menu and cool bar: name of group for Edit actions (value "group.edit").
GROUP_EDIT - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for properties actions (value "group.edit").
GROUP_EDIT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for text manipulation actions.
GROUP_EDITOR - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Toolbar: name of group for editor action bars.
GROUP_FILE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Pop-up menu and cool bar: name of group for File actions (value "group.file").
GROUP_FILE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Pop-up menu: name of group for File actions (value "group.file").
GROUP_FILTERING - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for filtering (value "group.filtering").
GROUP_FIND - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for find/replace related actions.
GROUP_GENERATE - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for code generation or refactoring actions ( value "group.generate").
GROUP_GENERATE - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for code generation actions ( value "group.generate").
GROUP_GENERATE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Menu group for code generation and content assist actions.
GROUP_GOTO - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for goto actions (value "group.open").
GROUP_GOTO - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for goto actions (value "group.goto").
GROUP_HELP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Coolbar: name of group for help actions and contributions
GROUP_INFORMATION - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for actions that display additional information.
GROUP_MANAGING - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Pop-up menu: name of group for Managing actions (value "group.managing").
GROUP_NAV - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Coolbar: name of group for Navigate actions (value "group.nav").
GROUP_NEW - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for new actions (value "group.new").
GROUP_NEW - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for new actions (value "group.new").
GROUP_OPEN - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for open actions (value "group.open").
GROUP_OPEN - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for open actions (value "group.open").
GROUP_OPEN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Menu group for open actions.
GROUP_OPEN_WITH - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for open actions (value "group.openWith").
GROUP_PORT - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for porting actions (value "group.port").
GROUP_PRINT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for print related actions.
GROUP_PROPERTIES - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for properties actions (value "group.properties").
GROUP_PROPERTIES - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for properties actions (value "group.properties").
GROUP_REMOVE_MATCHES - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for remove match actions (value "group.removeMatches").
GROUP_REORGANIZE - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for reorganize actions (value "group.reorganize").
GROUP_REORGANIZE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Pop-up menu: name of group for Reorganize actions (value "group.reorganize").
GROUP_REORGANIZE - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for reorganize actions (value "group.reorganize").
GROUP_REST - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for actions which do not fit in one of the other categories.
GROUP_RESTORE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for quick diff revert related actions.
GROUP_RULERS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for ruler column related actions.
GROUP_SAVE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for save related actions.
GROUP_SEARCH - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for search actions (value "group.search").
GROUP_SEARCH - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for search actions (value "group.search").
GROUP_SETTINGS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for preference related actions.
GROUP_SHOW - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for show actions (value "group.show").
GROUP_SHOW - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for show actions (value "group.show").
GROUP_SHOW_IN - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Pop-up menu: name of group for Show In actions (value "group.showIn").
GROUP_SHOW_IN - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Pop-up menu: name of group for Show In actions (value "group.showIn").
GROUP_SOURCE - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for source actions.
GROUP_TOP - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for the top of the menu (value "group.top").
GROUP_UNDO - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Context menu group for undo/redo related actions.
GROUP_VIEWER_SETUP - Static variable in interface org.eclipse.search.ui.IContextMenuConstants
Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
GROUP_VIEWER_SETUP - Static variable in interface org.eclipse.ui.navigator.ICommonMenuConstants
Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
GroupCategory - Class in org.eclipse.ltk.core.refactoring
A group category is used to annotate change groups so that they can be identified and filtered.
GroupCategory(String, String, String) - Constructor for class org.eclipse.ltk.core.refactoring.GroupCategory
Creates a new group category with the given name and description.
GroupCategorySet - Class in org.eclipse.ltk.core.refactoring
A special set to manage group categories.
GroupCategorySet(GroupCategory) - Constructor for class org.eclipse.ltk.core.refactoring.GroupCategorySet
Creates a new list of group categories initialized with the given group category.
GroupCategorySet(GroupCategory[]) - Constructor for class org.eclipse.ltk.core.refactoring.GroupCategorySet
Creates a new set of group categories initialized from the given array of group categories
groupCount - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")
groupIndex - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based index of this accessible in its group (0 means "not applicable")
groupLevel - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based level of this accessible in its group (0 means "not applicable")
GroupMarker - Class in org.eclipse.jface.action
A group marker is a special kind of contribution item denoting the beginning of a group.
GroupMarker(String) - Constructor for class org.eclipse.jface.action.GroupMarker
Create a new group marker with the given name.
GroupUpdates - Annotation Interface in org.eclipse.e4.core.di.annotations
This annotation indicates that injection field or method supports batching of updates.
guessContentType(IFile) - Static method in class org.eclipse.ui.ide.IDE
Guess at the content type of the given file based on the filename.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form