|
Eclipse Platform Release 3.3 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
FileDialog
style constant for save file dialog behavior
(value is 1<<13).
ActionFactory.SAVE.getId()
instead.
ActionFactory.SAVE_ALL.getId()
instead.
ActionFactory.SAVE_AS.getId()
instead.
"save.ext"
).
"save.ext"
).
"project"
) used for the
scope name for this preference scope.
"configuration"
) used for the
scope name for the configuration preference scope.
"default"
) used for the
scope name for the default preference scope.
"instance"
) used for the
scope name for the instance preference scope.
SpecialKey
which represents
the 'Scroll Lock' key.
"org.eclipse.search.searchmarker"
).
NewSearchUI.SEARCH_MARKER
instead.
"org.eclipse.search.SearchResultView"
).
"org.eclipse.search.ui.views.SearchView"
).
NewSearchUI.SEARCH_VIEW_ID
instead.
leave
specifying that a UI of a parent mode should
select the current position.
3
).
scope
field value indicating that
the current selection should be printed
1
).
ActionFactory.SELECT_ALL.getId()
instead.
1
) indicating a layout
where the field editor's label appears on the left
with a check box on the right.
header
and
footer
.
IFormColors.SEPARATOR
.
"sessionProperty"
).
"severity"
).
ModifierKey
which represents
the 'Shift' key.
setMinimumItemsToShow
and getMinimumItemsToShow
to indicate that all tool items should be shown in the cool item.
"show.ext"
).
"show.ext"
).
"SHOW_PSEUDO_CONFLICTS"
).
IFileHistoryProvider.getFileHistoryFor(IResource, int, IProgressMonitor)
to indicate
that the resulting history will be restricted to a single line-of-descent
(e.g. a single branch).
IFileHistoryProvider.getFileHistoryFor(IResource, int, IProgressMonitor)
to indicate that only a single revision is desired.
"size"
).
CharacterKey
which
represents the space (U+0020) key.
StyledText
."stepGroup"
).
"stepIntoGroup"
).
"stepOverGroup"
).
"stepReturnGroup"
).
""
).
""
).
2
).
"superType"
).
subTask
should not have any effect.
SyncInfoSet
.
systemTest
)
Saveable
represents a unit of saveability, e.g. an editable
subset of the underlying domain model that may contain unsaved changes.
Saveable
to manage the save
lifecycle of the editor input. LocalResourceCompareEditorInput
which is initialized with the given
compare configuration.
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
CompareEditorInput
and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
Saveable
objects to the common navigator, and allows to map
between elements in the tree and models.
IScheme
is a handle representing a binding
scheme as defined by the extension point org.eclipse.ui.bindings
.
IScheme
.
ISearchResults
.
NewSearchUI
instead.SelectFilesOperation
.
SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
SelectMarkerRulerAction
SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
SelectionListener
interface.
SelectionStatusDialog
.
GapTextStore
performs better even for sequential rewrite scenariosParameterizedCommand
to a string or deserializing a String to a
ParameterizedCommand
.
ResourceVariantByteStore
that caches the variant bytes in memory
and does not persist them over workbench invocations.
IObservableSet
object.IConcurrentModel
. ISharedDocumentAdapter
that provides default behavior for the
methods of that interface.
ISharedDocumentAdapter
that wraps another
shared document adapter.
FormEditor
, this editor has a stable header that does
not change when pages are switched. ShellListener
interface.
Shell
s.
ShowInContext
with the given input and
selection.
WhitespaceCharacterPainter
to the
associated text editor.
ISourceViewer
and its extension
interfaces. ISpellingEngine
to retrieve information
about the spelling check it has to perform.
spellingEngine
extension point.
element
.
SpellingService
service to the
ISpellingProblemCollector
.
IObservable
object is
about to change. OK
.
OK
and
exception is null
.
Control
within the status line.
StatusTextEvent
is sent by a Browser
to
StatusTextListener
's when the status text is changed.
StatusTextEvent
notification when the status text for
a Browser
is changed.IStorage
s.IStorage
as underlying document resources.NumberFormat.parse(...)- StringVariableSelectionDialog - class org.eclipse.debug.ui.StringVariableSelectionDialog.
- A dialog that prompts the user to choose and configure a string
substitution variable.
- StringVariableSelectionDialog(Shell) -
Constructor for class org.eclipse.debug.ui.StringVariableSelectionDialog
- Constructs a new string substitution variable selection dialog.
- StructureCreator - class org.eclipse.compare.structuremergeviewer.StructureCreator.
- An
IStructureCreator2
that attempts to use an IDocumentProvider
to obtain a shared document for an ITypedElement
.
- StructureCreator() -
Constructor for class org.eclipse.compare.structuremergeviewer.StructureCreator
-
- StructureDiffViewer - class org.eclipse.compare.structuremergeviewer.StructureDiffViewer.
- A diff tree viewer that can be configured with a
IStructureCreator
to retrieve a hierarchical structure from the input object (an ICompareInput
)
and perform a two-way or three-way compare on it.
- StructureDiffViewer(Tree, CompareConfiguration) -
Constructor for class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
- Creates a new viewer for the given SWT tree control with the specified configuration.
- StructureDiffViewer(Composite, CompareConfiguration) -
Constructor for class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
- Creates a new viewer under the given SWT parent with the specified configuration.
- StructureRootNode - class org.eclipse.compare.structuremergeviewer.StructureRootNode.
- A node that acts as the root of the tree returned from a
StructureCreator
.
- StructureRootNode(IDocument, Object, StructureCreator, ISharedDocumentAdapter) -
Constructor for class org.eclipse.compare.structuremergeviewer.StructureRootNode
- Create the structure root node.
- StructuredSelection - class org.eclipse.jface.viewers.StructuredSelection.
- A concrete implementation of the
IStructuredSelection
interface,
suitable for instantiating.
- StructuredSelection() -
Constructor for class org.eclipse.jface.viewers.StructuredSelection
- Creates a new empty selection.
- StructuredSelection(Object[]) -
Constructor for class org.eclipse.jface.viewers.StructuredSelection
- Creates a structured selection from the given elements.
- StructuredSelection(Object) -
Constructor for class org.eclipse.jface.viewers.StructuredSelection
- Creates a structured selection containing a single object.
- StructuredSelection(List) -
Constructor for class org.eclipse.jface.viewers.StructuredSelection
- Creates a structured selection from the given
List
.
- StructuredViewer - class org.eclipse.jface.viewers.StructuredViewer.
- Abstract base implementation for structure-oriented viewers (trees, lists,
tables).
- StructuredViewer() -
Constructor for class org.eclipse.jface.viewers.StructuredViewer
- Creates a structured element viewer.
- StructuredViewer.ColorAndFontCollector - class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollector.
- The ColorAndFontManager collects fonts and colors without a
a color or font provider.
- StructuredViewer.ColorAndFontCollector() -
Constructor for class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollector
- Create a new instance of the receiver with
no color and font provider.
- StructuredViewer.ColorAndFontCollectorWithProviders - class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders.
- The ColorAndFontCollector is a helper class for viewers
that have color and font support ad optionally decorators.
- StructuredViewer.ColorAndFontCollectorWithProviders(IBaseLabelProvider) -
Constructor for class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
- Create a new instance of the receiver using the supplied
label provider.
- StyleRange - class org.eclipse.swt.custom.StyleRange.
-
- StyleRange() -
Constructor for class org.eclipse.swt.custom.StyleRange
- Create a new style range with no styles
- StyleRange(int, int, Color, Color) -
Constructor for class org.eclipse.swt.custom.StyleRange
- Create a new style range.
- StyleRange(int, int, Color, Color, int) -
Constructor for class org.eclipse.swt.custom.StyleRange
- Create a new style range.
- StyledText - class org.eclipse.swt.custom.StyledText.
- A StyledText is an editable user interface object that displays lines
of text.
- StyledText(Composite, int) -
Constructor for class org.eclipse.swt.custom.StyledText
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
- StyledTextContent - interface org.eclipse.swt.custom.StyledTextContent.
- Clients may implement the StyledTextContent interface to provide a
custom store for the StyledText widget content.
- StyledTextDropTargetEffect - class org.eclipse.swt.custom.StyledTextDropTargetEffect.
- This adapter class provides a default drag under effect (eg. select and scroll)
when a drag occurs over a
Table
.
- StyledTextDropTargetEffect(StyledText) -
Constructor for class org.eclipse.swt.custom.StyledTextDropTargetEffect
- Creates a new
StyledTextDropTargetEffect
to handle the drag under effect on the specified
StyledText
.
- StyledTextPrintOptions - class org.eclipse.swt.custom.StyledTextPrintOptions.
- Use StyledTextPrintOptions to specify printing options for the
StyledText.print(Printer, StyledTextPrintOptions) API.
- StyledTextPrintOptions() -
Constructor for class org.eclipse.swt.custom.StyledTextPrintOptions
-
- SubActionBars - class org.eclipse.ui.SubActionBars.
- Generic implementation of the
IActionBars
interface. - SubActionBars(IActionBars) -
Constructor for class org.eclipse.ui.SubActionBars
- Construct a new
SubActionBars
object.
- SubActionBars(IActionBars, IServiceLocator) -
Constructor for class org.eclipse.ui.SubActionBars
- Constructs a new instance of
SubActionBars
.
- SubActionBars2 - class org.eclipse.ui.SubActionBars2.
- A implementation of the extended
IActionBars2
interface. - SubActionBars2(IActionBars2) -
Constructor for class org.eclipse.ui.SubActionBars2
- Constucts a sub action bars object using an IActionBars2 parent.
- SubActionBars2(IActionBars2, IServiceLocator) -
Constructor for class org.eclipse.ui.SubActionBars2
- Constucts a sub action bars object using an IActionBars2 parent.
- SubContributionItem - class org.eclipse.jface.action.SubContributionItem.
- A
SubContributionItem
is a wrapper for an IContributionItem
.
- SubContributionItem(IContributionItem) -
Constructor for class org.eclipse.jface.action.SubContributionItem
- Creates a new
SubContributionItem
.
- SubContributionManager - class org.eclipse.jface.action.SubContributionManager.
- A
SubContributionManager
is used to define a set of contribution
items within a parent manager. - SubContributionManager(IContributionManager) -
Constructor for class org.eclipse.jface.action.SubContributionManager
- Constructs a new
SubContributionManager
- SubCoolBarManager - class org.eclipse.jface.action.SubCoolBarManager.
- A
SubCoolBarManager
monitors the additional and removal of
items from a parent manager so that visibility of the entire set can be changed as a
unit. - SubCoolBarManager(ICoolBarManager) -
Constructor for class org.eclipse.jface.action.SubCoolBarManager
- Constructs a new manager.
- SubMenuManager - class org.eclipse.jface.action.SubMenuManager.
- A
SubMenuManager
is used to define a set of contribution
items within a parent manager. - SubMenuManager(IMenuManager) -
Constructor for class org.eclipse.jface.action.SubMenuManager
- Constructs a new manager.
- SubMonitor - class org.eclipse.core.runtime.SubMonitor.
- A progress monitor that uses a given amount of work ticks from a parent monitor.
- SubProgressMonitor - class org.eclipse.core.runtime.SubProgressMonitor.
- For new implementations consider using
SubMonitor
.
- SubProgressMonitor(IProgressMonitor, int) -
Constructor for class org.eclipse.core.runtime.SubProgressMonitor
- Creates a new sub-progress monitor for the given monitor.
- SubProgressMonitor(IProgressMonitor, int, int) -
Constructor for class org.eclipse.core.runtime.SubProgressMonitor
- Creates a new sub-progress monitor for the given monitor.
- SubStatusLineManager - class org.eclipse.jface.action.SubStatusLineManager.
- A
SubStatusLineManager
is used to define a set of contribution
items within a parent manager. - SubStatusLineManager(IStatusLineManager) -
Constructor for class org.eclipse.jface.action.SubStatusLineManager
- Constructs a new manager.
- SubToolBarManager - class org.eclipse.jface.action.SubToolBarManager.
- A
SubToolBarManager
monitors the additional and removal of
items from a parent manager so that visibility of the entire set can be changed as a
unit. - SubToolBarManager(IToolBarManager) -
Constructor for class org.eclipse.jface.action.SubToolBarManager
- Constructs a new manager.
- SubjectControlContentAssistant - class org.eclipse.jface.contentassist.SubjectControlContentAssistant.
- Deprecated. As of 3.2, replaced by Platform UI's field assist support *
- SubjectControlContentAssistant() -
Constructor for class org.eclipse.jface.contentassist.SubjectControlContentAssistant
- Deprecated.
- SubjectControlContextInformationValidator - class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator.
- Deprecated. As of 3.2, replaced by Platform UI's field assist support
- SubjectControlContextInformationValidator(IContentAssistProcessor) -
Constructor for class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
- Deprecated. Creates a new context information validator which is ready to be installed on
a particular context information.
- Subscriber - class org.eclipse.team.core.subscribers.Subscriber.
- A Subscriber provides synchronization between local resources and a
remote location that is used to share those resources.
- Subscriber() -
Constructor for class org.eclipse.team.core.subscribers.Subscriber
-
- SubscriberChangeEvent - class org.eclipse.team.core.subscribers.SubscriberChangeEvent.
- A concrete implementation of
ISubscriberChangeEvent
that can
be used by clients. - SubscriberChangeEvent(Subscriber, int, IResource) -
Constructor for class org.eclipse.team.core.subscribers.SubscriberChangeEvent
- Create a change event with the given flags for the given subscriber and resource.
- SubscriberMergeContext - class org.eclipse.team.core.subscribers.SubscriberMergeContext.
- A merge context that uses a subscriber to populate the diff tree
used by the context.
- SubscriberMergeContext(Subscriber, ISynchronizationScopeManager) -
Constructor for class org.eclipse.team.core.subscribers.SubscriberMergeContext
- Create a merge context for the given subscriber
- SubscriberParticipant - class org.eclipse.team.ui.synchronize.SubscriberParticipant.
- A synchronize participant that displays synchronization information for local resources that are
managed via a
Subscriber
. - SubscriberParticipant() -
Constructor for class org.eclipse.team.ui.synchronize.SubscriberParticipant
- Constructor initializes the schedule.
- SubscriberParticipant(ISynchronizeScope) -
Constructor for class org.eclipse.team.ui.synchronize.SubscriberParticipant
- Constructor which should be called when creating a participant whose resources
are to be scoped.
- SubscriberParticipantWizard - class org.eclipse.team.ui.synchronize.SubscriberParticipantWizard.
- This is a convenience class for creating wizards for use with the
org.eclipse.team.ui.synchronizeWizard
extension point
that create a SubscriberParticipant
. - SubscriberParticipantWizard() -
Constructor for class org.eclipse.team.ui.synchronize.SubscriberParticipantWizard
-
- SubscriberResourceMappingContext - class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext.
- A resource mapping context that provides the client access to the remote state
of local resources using a subscriber.
- SubscriberResourceMappingContext(Subscriber, boolean) -
Constructor for class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
- Create a resource mapping context for the given subscriber
- SubscriberScopeManager - class org.eclipse.team.core.subscribers.SubscriberScopeManager.
- A
ISynchronizationScopeManager
that uses a Subscriber
to provide
a RemoteResourceMappingContext
and to notify participants when the
remote state of resources change. - SubscriberScopeManager(String, ResourceMapping[], Subscriber, boolean) -
Constructor for class org.eclipse.team.core.subscribers.SubscriberScopeManager
- Create a manager for the given subscriber and input.
- SubscriberScopeManager(String, ResourceMapping[], Subscriber, RemoteResourceMappingContext, boolean) -
Constructor for class org.eclipse.team.core.subscribers.SubscriberScopeManager
- Create a manager for the given subscriber and input.
- SubscriberTeamStateProvider - class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider.
- A team state provider that makes use of a
Subscriber
to determine the synchronization
state. - SubscriberTeamStateProvider(Subscriber) -
Constructor for class org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider
- Create a provider that determines the synchronization state
from the subscriber.
- SyncInfo - class org.eclipse.team.core.synchronize.SyncInfo.
- Describes the synchronization of a local resource
relative to a remote resource variant.
- SyncInfo(IResource, IResourceVariant, IResourceVariant, IResourceVariantComparator) -
Constructor for class org.eclipse.team.core.synchronize.SyncInfo
- Construct a sync info object.
- SyncInfoCompareInput - class org.eclipse.team.ui.synchronize.SyncInfoCompareInput.
- A
SyncInfo
editor input used as input to a two-way or three-way
compare viewer. - SyncInfoCompareInput(String, SyncInfo) -
Constructor for class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
- Creates a compare editor input based on an existing
SyncInfo
.
- SyncInfoCompareInput(ISynchronizeParticipant, SyncInfo) -
Constructor for class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
- Creates a compare editor input based on an existing
SyncInfo
from the given participant.
- SyncInfoCompareInput(ISynchronizePageConfiguration, SyncInfo) -
Constructor for class org.eclipse.team.ui.synchronize.SyncInfoCompareInput
-
- SyncInfoFilter - class org.eclipse.team.core.synchronize.SyncInfoFilter.
- A
SyncInfoFilter
tests a SyncInfo
for inclusion,
typically in a SyncInfoSet
. - SyncInfoFilter() -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoFilter
-
- SyncInfoFilter.ContentComparisonSyncInfoFilter - class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter.
- Selects
SyncInfo
whose local and remote contents match.
- SyncInfoFilter.ContentComparisonSyncInfoFilter() -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
- Create a filter that does not ignore whitespace.
- SyncInfoFilter.ContentComparisonSyncInfoFilter(boolean) -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
- Create a filter and configure how whitespace is handled.
- SyncInfoSet - class org.eclipse.team.core.synchronize.SyncInfoSet.
- A dynamic collection of
SyncInfo
objects that provides
change notification to registered listeners. - SyncInfoSet() -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoSet
- Create an empty set.
- SyncInfoSet(SyncInfo[]) -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoSet
- Create a
SyncInfoSet
containing the given SyncInfo
instances.
- SyncInfoTree - class org.eclipse.team.core.synchronize.SyncInfoTree.
- Provides addition API for accessing the
SyncInfo
in the set through
their resource's hierarchical relationships.
- SyncInfoTree() -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoTree
- Create an empty sync info tree.
- SyncInfoTree(SyncInfo[]) -
Constructor for class org.eclipse.team.core.synchronize.SyncInfoTree
- Create a sync info tree containing the given sync info elements.
- SynchronizationActionProvider - class org.eclipse.team.ui.mapping.SynchronizationActionProvider.
- An action group that can be used by models to contribute actions
to a team synchronization viewer.
- SynchronizationActionProvider() -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationActionProvider
-
- SynchronizationCompareAdapter - class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter.
- A abstract implementation of
ISynchronizationCompareAdapter
.
- SynchronizationCompareAdapter() -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
-
- SynchronizationContentProvider - class org.eclipse.team.ui.mapping.SynchronizationContentProvider.
- Abstract team aware content provider that delegates to another content provider.
- SynchronizationContentProvider() -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationContentProvider
-
- SynchronizationContext - class org.eclipse.team.core.mapping.provider.SynchronizationContext.
- Abstract implementation of the
ISynchronizationContext
interface.
- SynchronizationContext(ISynchronizationScopeManager, int, IResourceDiffTree) -
Constructor for class org.eclipse.team.core.mapping.provider.SynchronizationContext
- Create a synchronization context.
- SynchronizationLabelProvider - class org.eclipse.team.ui.mapping.SynchronizationLabelProvider.
- A label provider wrapper that adds synchronization image and/or text decorations
to the image and label obtained from the delegate provider.
- SynchronizationLabelProvider() -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
-
- SynchronizationOperation - class org.eclipse.team.ui.mapping.SynchronizationOperation.
- This operation class can be used by model providers when performing
merge operations triggered from a synchronize participant page
associated with a synchronization or merge context.
- SynchronizationOperation(ISynchronizePageConfiguration, Object[]) -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationOperation
- Create a synchronize operation that operations on the given elements
- SynchronizationScopeManager - class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager.
- Class for translating a set of
ResourceMapping
objects
representing a view selection into the complete set of resources to be
operated on.
- SynchronizationScopeManager(String, ResourceMapping[], ResourceMappingContext, boolean) -
Constructor for class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
- Create a scope manager that uses the given context to
determine what resources should be included in the scope.
- SynchronizationStateTester - class org.eclipse.team.ui.mapping.SynchronizationStateTester.
- A state change tester is used by logical models to communicate the
synchronization state of their logical model elements to
the lightweight label decorator of a team provider.
- SynchronizationStateTester() -
Constructor for class org.eclipse.team.ui.mapping.SynchronizationStateTester
- Create a synchronization state tester.
- SynchronizeModelAction - class org.eclipse.team.ui.synchronize.SynchronizeModelAction.
- This action provides utilities for performing operations on selections that
contain
ISynchronizeModelElement
instances. - SynchronizeModelAction(String, ISynchronizePageConfiguration) -
Constructor for class org.eclipse.team.ui.synchronize.SynchronizeModelAction
- Create an action with the given text and configuration.
- SynchronizeModelAction(String, ISynchronizePageConfiguration, ISelectionProvider) -
Constructor for class org.eclipse.team.ui.synchronize.SynchronizeModelAction
- Create an action with the given text and configuration.
- SynchronizeModelOperation - class org.eclipse.team.ui.synchronize.SynchronizeModelOperation.
- A specialized team operation that operates on
ISynchronizeModelElement
elements. - SynchronizeModelOperation(ISynchronizePageConfiguration, IDiffElement[]) -
Constructor for class org.eclipse.team.ui.synchronize.SynchronizeModelOperation
- Create an operation that will operate on the given diff elements.
- SynchronizePageActionGroup - class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup.
- Used to add one or more actions to the context menu, toolbar or view menu
of an
ISynchronizePage
. - SynchronizePageActionGroup() -
Constructor for class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
-
- Synchronizer - class org.eclipse.swt.widgets.Synchronizer.
- Instances of this class provide synchronization support
for displays.
- Synchronizer(Display) -
Constructor for class org.eclipse.swt.widgets.Synchronizer
- Constructs a new instance of this class.
- safeRun(Runnable) -
Static method in class org.eclipse.core.databinding.observable.Realm
- Runs the given runnable.
- safelySanityCheckState(IEditorInput) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Checks the state of the given editor input if sanity checking is enabled.
- sampleBuffers -
Variable in class org.eclipse.swt.opengl.GLData
- The number of multisample buffers used by this context.
- samples -
Variable in class org.eclipse.swt.opengl.GLData
- The number of samples accepted in the multisample buffer.
- sanityCheckState(IEditorInput) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Checks the state of the given editor input.
- sanityCheckState(IEditorInput) -
Method in class org.eclipse.ui.texteditor.StatusTextEditor
-
- sashForm -
Variable in class org.eclipse.ui.forms.MasterDetailsBlock
- The form that is the parent of both master and details part.
- save(IProgressMonitor) -
Method in class org.eclipse.compare.CompareEditorInput
- Deprecated. Override method saveChanges instead.
- save(IStructureComparator, Object) -
Method in class org.eclipse.compare.ZipFileStructureCreator
- Called whenever a copy operation has been performed on a tree node.
- save(IProgressMonitor) -
Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
- Deprecated. use
IFlushable.flush(IProgressMonitor)
.
- save(IStructureComparator, Object) -
Method in interface org.eclipse.compare.structuremergeviewer.IStructureCreator
- Called whenever a copy operation has been performed on a tree node.
- save(IStructureComparator, Object) -
Method in class org.eclipse.compare.structuremergeviewer.StructureCreator
- Default implementation of save that extracts the contents from
the document of an
IDocumentRange
and sets it on the
input.
- save(boolean, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IWorkspace
- Saves this workspace's valuable state on disk.
- save(IPreferenceStore, String) -
Method in class org.eclipse.jface.commands.PersistentState
- Saves this state to the preference store, given the location at which to
write.
- save(IPreferenceStore, String) -
Method in class org.eclipse.jface.commands.ToggleState
-
- save(Writer) -
Method in class org.eclipse.jface.dialogs.DialogSettings
-
- save(String) -
Method in class org.eclipse.jface.dialogs.DialogSettings
-
- save(Writer) -
Method in interface org.eclipse.jface.dialogs.IDialogSettings
- Save a dialog settings to a stream
- save(String) -
Method in interface org.eclipse.jface.dialogs.IDialogSettings
- Save a dialog settings to a file.
- save(IPreferenceStore, String) -
Method in class org.eclipse.jface.menus.TextState
-
- save() -
Method in interface org.eclipse.jface.preference.IPersistentPreferenceStore
- Saves the non-default-valued preferences known to this preference
store to the file from which they were originally loaded.
- save() -
Method in class org.eclipse.jface.preference.PreferenceStore
- Saves the non-default-valued preferences known to this preference store
to the file from which they were originally loaded.
- save(OutputStream, String) -
Method in class org.eclipse.jface.preference.PreferenceStore
- Saves this preference store to the given output stream.
- save(TemplatePersistenceData[], OutputStream) -
Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
- Saves the templates as XML, encoded as UTF-8 onto the given byte stream.
- save(TemplatePersistenceData[], Writer) -
Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
- Saves the templates as XML.
- save() -
Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
- Saves the templates to the preferences.
- save(OutputStream, int) -
Method in class org.eclipse.swt.graphics.ImageLoader
- Saves the image data in this ImageLoader to the specified stream.
- save(String, int) -
Method in class org.eclipse.swt.graphics.ImageLoader
- Saves the image data in this ImageLoader to a file with the specified name.
- save(File, boolean) -
Method in class org.eclipse.swt.ole.win32.OleClientSite
-
- save(ResourceMapping[], IMemento) -
Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter
- Save the given resource mappings from this adapters
model provider into the given memento in a form
that can be restored at a future time.
- save(Writer) -
Method in class org.eclipse.ui.XMLMemento
- Saves this memento's document current values to the
specified writer.
- save(IMemento) -
Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
- Save history elements to memento.
- save() -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- save() -
Method in interface org.eclipse.update.configuration.ILocalSite
- Saves the local site state
- save() -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
- Called to save the configuration information
- save(URL) -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
- Called to save the configuration information in the
specified location
- saveAll(IShellProvider, IRunnableContext, ISaveableFilter, boolean) -
Method in interface org.eclipse.ui.IWorkbench
- Save all dirty saveables in the workbench that match the given filter.
- saveAllCheckedActionStates() -
Method in class org.eclipse.debug.ui.AbstractDebugView
- Saves the checked state for all actions contributed to the toolbar
manager that function as a toggle action.
- saveAllEditors() -
Method in class org.eclipse.compare.patch.ApplyPatchOperation
- This method will save all dirty editors.
- saveAllEditors(boolean) -
Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
- Save all dirty editors in the workbench that are open on files that may
be affected by this operation.
- saveAllEditors(boolean) -
Method in interface org.eclipse.ui.IWorkbench
- Save all dirty editors in the workbench.
- saveAllEditors(boolean) -
Method in interface org.eclipse.ui.IWorkbenchPage
- Saves the contents of all dirty editors belonging to this workbench page.
- saveAllEditors(IResource[], boolean) -
Static method in class org.eclipse.ui.ide.IDE
- Save all dirty editors in the workbench whose editor input is a child
resource of one of the
IResource
's provided.
- saveAndBuildBeforeLaunch() -
Static method in class org.eclipse.debug.ui.DebugUITools
- Deprecated. Saving has been moved to the launch delegate
LaunchConfigurationDelegate
to allow for scoped saving
of resources that are only involved in the current launch, no longer the entire workspace
- saveBeforeLaunch(ILaunchConfiguration, String, IProgressMonitor) -
Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
- Performs the scoped saving of resources before launching and returns whether
the launch should continue.
- saveBeforeLaunch() -
Static method in class org.eclipse.debug.ui.DebugUITools
- Deprecated. Saving has been moved to the launch delegate
LaunchConfigurationDelegate
to allow for scoped saving
of resources that are only involved in the current launch, no longer the entire workspace
- saveCellEditorValue(CellEditor, ViewerCell) -
Method in class org.eclipse.jface.viewers.EditingSupport
- Save the value of the cell editor back to the model.
- saveChanges(IProgressMonitor) -
Method in class org.eclipse.compare.CompareEditorInput
- Save any unsaved changes.
- saveChanges(IProgressMonitor) -
Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
-
- saveCheckedActionState(IAction) -
Method in class org.eclipse.debug.ui.AbstractDebugView
- Save the checked state of the specified action in the Debug UI plugin's
preference store.
- saveDialogBounds(Shell) -
Method in class org.eclipse.debug.ui.InspectPopupDialog
-
- saveDialogBounds(Shell) -
Method in class org.eclipse.jface.dialogs.PopupDialog
- Saves the bounds of the shell in the appropriate dialog settings.
- saveDialogSettings() -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
- Saves this plug-in's dialog settings.
- saveDirtyEditors() -
Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
- Save any editors that the user wants to save before export.
- saveDocument(IDocumentProvider, IEditorInput, IDocument, boolean, IProgressMonitor) -
Method in class org.eclipse.compare.SharedDocumentAdapter
- A helper method to save a document.
- saveDocument(IProgressMonitor, Object, IDocument, boolean) -
Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
-
- saveDocument(IProgressMonitor, Object, IDocument, boolean) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
- Deprecated.
- saveDocument(IProgressMonitor, Object, IDocument, boolean) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
- saveDocument(IProgressMonitor, Object, IDocument, boolean) -
Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
- saveDocument(IProgressMonitor, Object, IDocument, boolean) -
Method in interface org.eclipse.ui.texteditor.IDocumentProvider
- Saves the given document provided for the given element.
- saveEditor(IEditorPart, boolean) -
Method in interface org.eclipse.ui.IWorkbenchPage
- Saves the contents of the given editor if dirty.
- saveLeftContent(Object, byte[]) -
Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
- Saves new contents for the left side of the
ContentMergeViewer
.
- savePerspective() -
Method in interface org.eclipse.ui.IWorkbenchPage
- Saves the visible views, their layout, and the visible action sets for
this page to the current perspective descriptor.
- savePerspectiveAs(IPerspectiveDescriptor) -
Method in interface org.eclipse.ui.IWorkbenchPage
- Saves the visible views, their layout, and the visible action sets for
this page to the given perspective descriptor.
- savePluginPreferences() -
Method in class org.eclipse.core.runtime.Plugin
- Saves preferences settings for this plug-in.
- savePreferenceStore() -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
- Deprecated. As of Eclipse 2.0, preferences exist for all plug-ins. The
equivalent of this method is
Plugin.savePluginPreferences
.
This method now calls savePluginPreferences
, and exists only for
backwards compatibility.
- savePreferences(Scheme, Binding[]) -
Method in interface org.eclipse.ui.keys.IBindingService
-
Writes the given active scheme and bindings to the preference store.
- saveRightContent(Object, byte[]) -
Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
- Saves new contents for the right side of the
ContentMergeViewer
.
- saveScope(ISynchronizeScope, IMemento) -
Static method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
- Save the scope to the given memento
- saveScopedDirtyEditors -
Static variable in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
- Status code for which a prompter will ask the user to save any/all of the dirty editors which have only to do
with this launch (scoping them to the current launch/build)
- saveState(IMemento) -
Method in interface org.eclipse.search.ui.ISearchResultPage
- Saves the page state in a memento.
- saveState(IMemento) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
- Persist the state of this scope.
- saveState(IMemento) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
- Saves the participants object state within the memento.
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.ResourceScope
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
-
- saveState(IMemento) -
Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
-
- saveState(IMemento) -
Method in interface org.eclipse.ui.ILocalWorkingSetManager
- Saves the state of the working set manager to the given
memento.
- saveState(IMemento) -
Method in interface org.eclipse.ui.INavigationLocation
- Persists the state of this location into the
memento
- saveState(IMemento) -
Method in interface org.eclipse.ui.IPersistable
- Saves the state of the object in the given memento.
- saveState(IMemento) -
Method in interface org.eclipse.ui.IViewPart
- Saves the object state within a memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.actions.WorkingSetFilterActionGroup
- Saves the state of the filter actions in a memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.application.ActionBarAdvisor
- Saves arbitrary application-specific state information
for this action bar advisor.
- saveState(IMemento) -
Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
- Saves the current state of the window using the specified memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.application.WorkbenchAdvisor
- Saves arbitrary application-specific state information for this workbench
advisor.
- saveState(IMemento) -
Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
- Saves arbitrary application specific state information.
- saveState(IMemento) -
Method in class org.eclipse.ui.ide.FileStoreEditorInput
-
- saveState(IMemento) -
Method in interface org.eclipse.ui.intro.IIntroPart
- Saves the object state within a memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
-
- saveState(IMemento) -
Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
- Saves the object state within a memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.navigator.CommonActionProvider
-
Save flags in aMemento to remember the state of any actions that persist
from session to session.
- saveState(IMemento) -
Method in class org.eclipse.ui.navigator.CommonNavigator
-
Note: This method is for internal use only.
- saveState(IMemento) -
Method in interface org.eclipse.ui.navigator.IMementoAware
-
Save flags in aMemento to remember the state of any actions that persist
from session to session.
- saveState(IMemento) -
Method in interface org.eclipse.ui.navigator.INavigatorContentService
- Persist any session-to-session state with the memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.navigator.NavigatorActionService
- Request that Action Providers save any state that they find interesting.
- saveState(IMemento) -
Method in class org.eclipse.ui.part.FileEditorInput
-
- saveState(IMemento, FileEditorInput) -
Static method in class org.eclipse.ui.part.FileEditorInputFactory
- Saves the state of the given file editor input into the given memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.part.IntroPart
- The base implementation of this
IIntroPart
method does nothing.
- saveState(IMemento) -
Method in class org.eclipse.ui.part.ViewPart
-
- saveState(IPresentationSerializer, IMemento) -
Method in class org.eclipse.ui.presentations.StackPresentation
- Saves the state of this presentation to the given memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- saveState(IMemento) -
Method in class org.eclipse.ui.texteditor.TextSelectionNavigationLocation
- Stores the object state into the given memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
-
- saveState(IMemento) -
Method in class org.eclipse.ui.views.framelist.TreeFrame
- Save the frame state in the given memento.
- saveState(IMemento) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
-
- saveState(IMemento) -
Method in class org.eclipse.ui.views.tasklist.TaskList
-
- saveState() -
Method in class org.eclipse.update.core.InstallMonitor
- Save the current monitor state.
- saveVariable(IVariable, String, Shell) -
Method in interface org.eclipse.debug.ui.actions.IVariableValueEditor
- Saves the given expression to the given variable, if appropriate.
- saveWidgetState() -
Method in class org.eclipse.jface.action.ContributionItem
- The default implementation of this
IContributionItem
method does nothing.
- saveWidgetState() -
Method in interface org.eclipse.jface.action.IContributionItem
- Saves any state information of the control(s) owned by this contribution item.
- saveWidgetState() -
Method in class org.eclipse.jface.action.MenuManager
-
- saveWidgetState() -
Method in class org.eclipse.jface.action.SubContributionItem
-
- saveWidgetState() -
Method in class org.eclipse.jface.action.SubMenuManager
-
- saveWidgetState() -
Method in class org.eclipse.jface.action.ToolBarContributionItem
-
- saveWidgetValues() -
Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
- Since Finish was pressed, write widget values to the dialog store so that
they will persist into the next invocation of this wizard page
- saveWidgetValues() -
Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
- Saves control settings that are to be restored in the next instance of
this page.
- saveWidgetValues() -
Method in class org.eclipse.ui.dialogs.WizardExportPage
- Deprecated. Persists resource specification control setting that are to be restored
in the next instance of this page.
- saveWidgetValues() -
Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
- Persists resource specification control setting that are to be restored
in the next instance of this page.
- saving(ISaveContext) -
Method in interface org.eclipse.core.resources.ISaveParticipant
- Tells this participant to save its important state because
the workspace is being saved, as described in the supplied
save context.
- scale -
Variable in class org.eclipse.jface.preference.ScaleFieldEditor
- The scale, or
null
if none.
- scale(float, float) -
Method in class org.eclipse.swt.graphics.Transform
- Modifies the receiver so that it represents a transformation that is
equivalent to its previous transformation scaled by (scaleX, scaleY).
- scaledTo(int, int) -
Method in class org.eclipse.swt.graphics.ImageData
- Returns a copy of the receiver which has been stretched or
shrunk to the specified size.
- scanlinePad -
Variable in class org.eclipse.swt.graphics.ImageData
- The scanline padding.
- schedule() -
Method in class org.eclipse.core.runtime.jobs.Job
- Schedules this job to be run.
- schedule(long) -
Method in class org.eclipse.core.runtime.jobs.Job
- Schedules this job to be run after a specified delay.
- schedule(Job, long, boolean) -
Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
- Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes.
- schedule(Job, long) -
Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
- Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes.
- schedule(Job) -
Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
- Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes.
- scheduleChangeEvent(Object[], Map, Object) -
Method in class org.eclipse.core.runtime.spi.RegistryStrategy
- Override this method to customize scheduling of an extension registry event.
- scheduleProgressMessageRefresh() -
Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- Schedules progress message refresh.
- scheduleRefresh() -
Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- Schedule refresh job.
- scheduled(IJobChangeEvent) -
Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
- Notification that a job is being added to the queue of scheduled jobs.
- scheduled(IJobChangeEvent) -
Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
-
- scheduled(IJobChangeEvent) -
Method in class org.eclipse.team.ui.synchronize.SynchronizeModelOperation
-
- schemeChanged(SchemeEvent) -
Method in class org.eclipse.jface.bindings.BindingManager
-
Notifies this manager that a scheme has changed.
- schemeChanged(SchemeEvent) -
Method in interface org.eclipse.jface.bindings.ISchemeListener
- Notifies that one or more attributes of an instance of
IScheme
have changed.
- scope -
Variable in class org.eclipse.swt.printing.PrinterData
- the scope of the print job, expressed as one of the following values:
ALL_PAGES
Print all pages in the current document
PAGE_RANGE
Print the range of pages specified by startPage and endPage
SELECTION
Print the current selection
- scopeChanged(ISynchronizationScope, ResourceMapping[], ResourceTraversal[]) -
Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeChangeListener
- Notification that the scope has changed.
- scroll(int, int, int, int, int, int, boolean) -
Method in class org.eclipse.swt.custom.StyledText
-
- scroll(int, int, int, int, int, int, boolean) -
Method in class org.eclipse.swt.widgets.Canvas
- Scrolls a rectangular area of the receiver by first copying
the source area to the destination and then causing the area
of the source which is not covered by the destination to
be repainted.
- scrollDown(int, int) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
- scrollDown(int, int) -
Method in class org.eclipse.jface.viewers.Viewer
- Scrolls the viewer's control down by one item from the given
display-relative coordinates.
- scrollUp(int, int) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
- scrollUp(int, int) -
Method in class org.eclipse.jface.viewers.Viewer
- Scrolls the viewer's control up by one item from the given
display-relative coordinates.
- search(int, String, boolean, boolean, boolean) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- search(int, String, boolean, boolean, boolean) -
Method in interface org.eclipse.jface.text.IDocument
- Deprecated. as of 3.0 search is provided by
FindReplaceDocumentAdapter
- search(TextSearchScope, TextSearchRequestor, Pattern, IProgressMonitor) -
Method in class org.eclipse.search.core.text.TextSearchEngine
- Uses a given search pattern to find matches in the content of workspace file resources.
- search(IFile[], TextSearchRequestor, Pattern, IProgressMonitor) -
Method in class org.eclipse.search.core.text.TextSearchEngine
- Uses a given search pattern to find matches in the content of workspace file resources.
- search(String) -
Method in class org.eclipse.ui.help.AbstractHelpUI
- Starts the help search using the help search facility.
- search(String) -
Method in interface org.eclipse.ui.help.IWorkbenchHelpSystem
- Starts the search using the help search system.
- searchFinished() -
Method in interface org.eclipse.search.ui.ISearchResultView
- Deprecated. Informs the view that the search has finished.
- searchResultChanged(SearchResultEvent) -
Method in interface org.eclipse.search.ui.ISearchResultListener
- Called to notify listeners of changes in a
ISearchResult
.
- searchStarted(IActionGroupFactory, String, String, ImageDescriptor, String, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress) -
Method in interface org.eclipse.search.ui.ISearchResultView
- Deprecated. Informs the view that a search has started.
- searchStarted(String, String, ImageDescriptor, IContextMenuContributor, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress) -
Method in interface org.eclipse.search.ui.ISearchResultView
- Deprecated. As of build > 20011107, replaced by the new version with additional parameter
- searchStarted(String, String, String, ImageDescriptor, IContextMenuContributor, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress) -
Method in interface org.eclipse.search.ui.ISearchResultView
- Deprecated. As of build > 20020514, replaced by the new version which provides an action group factory
- segment(int) -
Method in interface org.eclipse.core.runtime.IPath
- Returns the specified segment of this path, or
null
if the path does not have such a segment.
- segment(int) -
Method in class org.eclipse.core.runtime.Path
-
- segment -
Variable in class org.eclipse.jface.text.projection.Fragment
- The corresponding segment of this fragment.
- segmentCount() -
Method in interface org.eclipse.core.runtime.IPath
- Returns the number of segments in this path.
- segmentCount() -
Method in class org.eclipse.core.runtime.Path
-
- segments() -
Method in interface org.eclipse.core.runtime.IPath
- Returns the segments in this path in order.
- segments() -
Method in class org.eclipse.core.runtime.Path
-
- segments -
Variable in class org.eclipse.swt.custom.BidiSegmentEvent
- bidi segments, see above
- select(IContentType[], boolean, boolean) -
Method in interface org.eclipse.core.runtime.content.IContentTypeManager.ISelectionPolicy
- Returns a subset of the given content types sorted by using a custom criterion.
- select(Object) -
Method in class org.eclipse.jface.viewers.AcceptAllFilter
-
- select(Object) -
Method in interface org.eclipse.jface.viewers.IFilter
- Determines if the given object passes this filter.
- select(Viewer, Object, Object) -
Method in class org.eclipse.jface.viewers.ViewerFilter
- Returns whether the given element makes it through this filter.
- select(IConfigurationElement, RefactoringStatus) -
Method in interface org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter
- Returns whether the given element makes it through this filter.
- select(int) -
Method in class org.eclipse.swt.custom.CCombo
- Selects the item at the given zero-relative index in the receiver's
list.
- select(String) -
Method in class org.eclipse.swt.custom.PopupList
- Selects an item with text that starts with specified String.
- select(int) -
Method in class org.eclipse.swt.widgets.Combo
- Selects the item at the given zero-relative index in the receiver's
list.
- select(int[]) -
Method in class org.eclipse.swt.widgets.List
- Selects the items at the given zero-relative indices in the receiver.
- select(int) -
Method in class org.eclipse.swt.widgets.List
- Selects the item at the given zero-relative index in the receiver's
list.
- select(int, int) -
Method in class org.eclipse.swt.widgets.List
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
- select(int[]) -
Method in class org.eclipse.swt.widgets.Table
- Selects the items at the given zero-relative indices in the receiver.
- select(int) -
Method in class org.eclipse.swt.widgets.Table
- Selects the item at the given zero-relative index in the receiver.
- select(int, int) -
Method in class org.eclipse.swt.widgets.Table
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
- select(IDiff, IProgressMonitor) -
Method in class org.eclipse.team.core.diff.DiffFilter
- Return
true
if the provided IDiffNode
matches the filter.
- select(IDiff, IProgressMonitor) -
Method in class org.eclipse.team.core.diff.FastDiffFilter
-
- select(IDiff) -
Method in class org.eclipse.team.core.diff.FastDiffFilter
- Return
true
if the provided IDiffNode
matches the filter.
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.AndSyncInfoFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.AutomergableFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.OrSyncInfoFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.PseudoConflictFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.SyncInfoChangeTypeFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter.SyncInfoDirectionFilter
-
- select(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter
- Return whether the provided
SyncInfo
matches the filter.
- select(SyncInfo, IProgressMonitor) -
Method in class org.eclipse.team.core.synchronize.FastSyncInfoFilter
-
- select(SyncInfo, IProgressMonitor) -
Method in class org.eclipse.team.core.synchronize.SyncInfoFilter.ContentComparisonSyncInfoFilter
-
- select(SyncInfo, IProgressMonitor) -
Method in class org.eclipse.team.core.synchronize.SyncInfoFilter
- Return
true
if the provided SyncInfo
matches the filter.
- select(Saveable, IWorkbenchPart[]) -
Method in interface org.eclipse.ui.ISaveableFilter
- Indicate whether the given saveable matches this filter.
- select(Viewer, Object, Object) -
Method in class org.eclipse.ui.ResourceWorkingSetFilter
- Determines if an element should be filtered out.
- select(Viewer, Object, Object) -
Method in class org.eclipse.ui.dialogs.PatternFilter
-
- select(IResource) -
Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
- Use this method to further filter resources.
- select(Viewer, Object, Object) -
Method in class org.eclipse.ui.views.navigator.ResourcePatternFilter
-
- selectAll() -
Method in class org.eclipse.swt.custom.StyledText
- Selects all the text.
- selectAll() -
Method in class org.eclipse.swt.custom.TableTree
- Deprecated. Selects all of the items in the receiver.
- selectAll() -
Method in class org.eclipse.swt.widgets.List
- Selects all of the items in the receiver.
- selectAll() -
Method in class org.eclipse.swt.widgets.Table
- Selects all of the items in the receiver.
- selectAll() -
Method in class org.eclipse.swt.widgets.Text
- Selects all the text in the receiver.
- selectAll() -
Method in class org.eclipse.swt.widgets.Tree
- Selects all of the items in the receiver.
- selectAll() -
Method in class org.eclipse.ui.dialogs.FilteredTree
- Select all text in the filter text field.
- selectAndReveal(int, int) -
Method in class org.eclipse.jface.text.DefaultUndoManager
- Deprecated. Selects and reveals the specified range.
- selectAndReveal(int, int) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- selectAndReveal(int, int, int, int) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Selects and reveals the specified ranges in this text editor.
- selectAndReveal(int, int) -
Method in interface org.eclipse.ui.texteditor.ITextEditor
- Selects and reveals the specified range in this text editor.
- selectAndReveal(IResource) -
Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
- Selects and reveals the newly added resource in all parts
of the active workbench window's active page.
- selectAndReveal(IResource, IWorkbenchWindow) -
Static method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
- Attempts to select and reveal the specified resource in all
parts within the supplied workbench window's active page.
- selectAppropriateFolderContents(IContainer) -
Method in class org.eclipse.ui.dialogs.WizardExportPage
- Deprecated. Records a container's recursive file descendents which have an extension
that has been specified for export by the user.
- selectAppropriateResources(Object) -
Method in class org.eclipse.ui.dialogs.WizardExportPage
- Deprecated. Records a resource's recursive descendents which are appropriate
for export based upon this page's current controls contents.
- selectChange(boolean) -
Method in class org.eclipse.compare.CompareNavigator
-
- selectChange(boolean) -
Method in interface org.eclipse.compare.ICompareNavigator
- Starting from the current selection
selectChange
selects and reveals the next (previous) change.
- selectChange(int) -
Method in interface org.eclipse.compare.INavigatable
- Starting from the current selection
selectChange
selects and reveals the specified change.
- selectContentTypePlugin(int, Map) -
Method in class org.eclipse.jface.text.TextViewer
- Selects from the given map the one which is registered under
the content type of the partition in which the given offset is located.
- selectEdition(ITypedElement, ITypedElement[], Object) -
Method in class org.eclipse.compare.EditionSelectionDialog
- Presents this modal dialog with the functionality described in the class comment above.
- selectNodes(FastSyncInfoFilter) -
Method in class org.eclipse.team.core.synchronize.SyncInfoSet
- Removes all nodes from this set that do not match the given filter
leaving only those that do match the filter.
- selectPart(IPresentablePart) -
Method in interface org.eclipse.ui.presentations.IStackPresentationSite
- Makes the given part active
- selectPart(IPresentablePart) -
Method in class org.eclipse.ui.presentations.StackPresentation
- Brings the specified part to the foreground.
- selectPreviewChange(Change) -
Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
- Hook method which is called for each change before it is displayed in a
preview page.
- selectPreviousEdition(ITypedElement, ITypedElement[], Object) -
Method in class org.eclipse.compare.EditionSelectionDialog
- Select the previous edition (presenting a UI).
- selectReveal(Object) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Iterates through the pages calling similar method until a page is found
that contains the desired page input.
- selectReveal(Object) -
Method in class org.eclipse.ui.forms.editor.FormPage
- Attempts to select and reveal the given object by passing the request to
the managed form.
- selectReveal(Object) -
Method in interface org.eclipse.ui.forms.editor.IFormPage
- A hint to bring the provided object into focus.
- selectReveal(ISelection) -
Method in class org.eclipse.ui.navigator.CommonNavigator
-
Set the selection to the Common Navigator tree, and expand nodes if
necessary.
- selectReveal(ISelection) -
Method in interface org.eclipse.ui.part.ISetSelectionTarget
- Reveals and selects the given element within this target view.
- selectReveal(ISelection) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
- Selects and reveals the specified elements.
- selectSavedItem() -
Method in class org.eclipse.jface.preference.PreferenceDialog
- Selects the saved item in the tree of preference pages.
- selectStatusEntry(RefactoringStatusEntry) -
Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
- Hook method which is called for each status entry before it is displayed
in a wizard page.
- selected(ITextViewer, boolean) -
Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension2
- Called when the proposal is selected.
- selected(ITextViewer, boolean) -
Method in class org.eclipse.jface.text.templates.TemplateProposal
-
- selectedPage -
Variable in class org.eclipse.jface.dialogs.PageChangedEvent
- The selected page.
- selectedTypes -
Variable in class org.eclipse.ui.dialogs.WizardResourceImportPage
-
- selection -
Variable in class org.eclipse.jface.viewers.DoubleClickEvent
- The selection.
- selection -
Variable in class org.eclipse.jface.viewers.OpenEvent
- The selection.
- selection -
Variable in class org.eclipse.jface.viewers.SelectionChangedEvent
- The selection.
- selection -
Variable in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
- The current selection.
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.compare.CompareViewerPane
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.ContextualLaunchAction
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.LaunchAsAction
- Deprecated.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.help.ui.browser.LaunchURL
-
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.jface.text.PaintManager
-
- selectionChanged(int, int) -
Method in class org.eclipse.jface.text.TextViewer
- Sends out a text selection changed event to all registered listeners and
registers the selection changed event to be sent out to all post selection
listeners.
- selectionChanged(ICompletionProposal, boolean) -
Method in interface org.eclipse.jface.text.contentassist.ICompletionListener
- Called when the selection in the proposal popup is changed or if the insert-mode changed.
- selectionChanged(SelectionChangedEvent) -
Method in interface org.eclipse.jface.viewers.ISelectionChangedListener
- Notifies that the selection has changed.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
- Deprecated.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
- Deprecated.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction
- Notifies this action delegate that the selection in the workbench has changed.
Implementers can use this opportunity to change the availability of the
action or to modify other presentation properties.
When the selection changes, the action enablement state is updated based on
the criteria specified in the plugin.xml file. Then the delegate is notified
of the selection change regardless of whether the enablement criteria in the
plugin.xml file is met.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction
- Notifies this action delegate that the selection in the workbench has changed.
Implementers can use this opportunity to change the availability of the
action or to modify other presentation properties.
When the selection changes, the action enablement state is updated based on
the criteria specified in the plugin.xml file. Then the delegate is notified
of the selection change regardless of whether the enablement criteria in the
plugin.xml file is met.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ltk.ui.refactoring.actions.ShowRefactoringHistoryAction
- Notifies this action delegate that the selection in the workbench has changed.
Implementers can use this opportunity to change the availability of the
action or to modify other presentation properties.
When the selection changes, the action enablement state is updated based on
the criteria specified in the plugin.xml file. Then the delegate is notified
of the selection change regardless of whether the enablement criteria in the
plugin.xml file is met.
- selectionChanged() -
Method in class org.eclipse.swt.accessibility.Accessible
- Sends a message to accessible clients that the child selection
within a custom container control has changed.
- selectionChanged(ISelection) -
Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
- Set the selection of this action to the given selection
- selectionChanged(ISelection) -
Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
- Set the selection of this action to the given selection
- selectionChanged(IAction, ISelection) -
Method in interface org.eclipse.ui.IActionDelegate
- Notifies this action delegate that the selection in the workbench has changed.
- selectionChanged(IWorkbenchPart, ISelection) -
Method in interface org.eclipse.ui.ISelectionListener
- Notifies this listener that the selection has changed.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ui.actions.ActionDelegate
- The
ActionDelegate
implementation of this
IActionDelegate
method does nothing.
- selectionChanged(IStructuredSelection) -
Method in class org.eclipse.ui.actions.BaseSelectionListenerAction
- Notifies this action that the given structured selection has changed.
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.actions.BaseSelectionListenerAction
- The
BaseSelectionListenerAction
implementation of this
ISelectionChangedListener
method calls
selectionChanged(IStructuredSelection)
assuming the selection is
a structured one.
- selectionChanged(ISelection) -
Method in class org.eclipse.ui.actions.SelectionProviderAction
- Notifies this action that the given (non-structured) selection has changed
in the selection provider.
- selectionChanged(IStructuredSelection) -
Method in class org.eclipse.ui.actions.SelectionProviderAction
- Notifies this action that the given structured selection has changed
in the selection provider.
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.actions.SelectionProviderAction
- The
SelectionProviderAction
implementation of this
ISelectionChangedListener
method calls
selectionChanged(IStructuredSelection)
if the selection is
a structured selection but selectionChanged(ISelection)
if it is
not.
- selectionChanged(IStructuredSelection) -
Method in class org.eclipse.ui.dialogs.PropertyDialogAction
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
-
- selectionChanged(IFormPart, ISelection) -
Method in class org.eclipse.ui.forms.DetailsPart
-
- selectionChanged(IFormPart, ISelection) -
Method in interface org.eclipse.ui.forms.IPartSelectionListener
- Called when the provided part has changed selection state.
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.part.DrillDownAdapter
- Updates the navigation buttons when a selection change occurs
in the tree.
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
- The selection has changed.
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
-
- selectionChanged(IAction, ISelection) -
Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiffToggleAction
-
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutline
-
- selectionChanged(SelectionChangedEvent) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
-
- selectionChanged(IStructuredSelection) -
Method in class org.eclipse.ui.views.navigator.ShowInNavigatorAction
-
- selectionChanged(IWorkbenchPart, ISelection) -
Method in class org.eclipse.ui.views.properties.PropertySheet
-
- selectionChanged(IWorkbenchPart, ISelection) -
Method in class org.eclipse.ui.views.properties.PropertySheetPage
-
- selectionChanged(IWorkbenchPart, ISelection) -
Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
-
- selectionGroup -
Variable in class org.eclipse.ui.dialogs.WizardResourceImportPage
- The
selectionGroup
field should have been created with a
private modifier.
- selectionIsOfType(int) -
Method in class org.eclipse.ui.actions.SelectionListenerAction
- Returns whether the current selection consists entirely of resources
whose types are among those in the given resource type mask.
- sendRemainingWork() -
Method in class org.eclipse.jface.dialogs.ProgressIndicator
- Moves the progress indicator to the end.
- seperator1 -
Variable in class org.eclipse.jface.window.ApplicationWindow
- The seperator between the menu bar and the rest of the window.
- sequenceDetected(ICharacterScanner, char[], boolean) -
Method in class org.eclipse.jface.text.rules.PatternRule
- Returns whether the next characters to be read by the character scanner
are an exact match with the given sequence.
- serialize() -
Method in class org.eclipse.core.commands.ParameterizedCommand
- Returns a
String
containing the command id, parameter ids and
parameter values for this ParameterizedCommand
.
- serializeDocument(Document) -
Static method in class org.eclipse.debug.core.DebugPlugin
- Serializes the given XML document into a string.
- serializeDocument(Document) -
Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainerTypeDelegate
- Returns the given XML document as a string.
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.eclipse.equinox.jsp.jasper.JspServlet
-
- set(int, Object) -
Method in interface org.eclipse.core.databinding.observable.list.IObservableList
-
- set(int, Object) -
Method in class org.eclipse.core.databinding.observable.list.ObservableList
-
- set(int, Object) -
Method in class org.eclipse.core.databinding.observable.list.WritableList
-
- set(String) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- set(String, long) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- set(String) -
Method in class org.eclipse.jface.text.AbstractLineTracker
-
- set(String) -
Method in class org.eclipse.jface.text.CopyOnWriteTextStore
-
- set(String) -
Method in class org.eclipse.jface.text.GapTextStore
-
- set(String) -
Method in interface org.eclipse.jface.text.IDocument
- Replaces the content of the document with the given text.
- set(String, long) -
Method in interface org.eclipse.jface.text.IDocumentExtension4
- Replaces the content of the document with the given text.
- set(String) -
Method in interface org.eclipse.jface.text.ILineTracker
- Sets the tracked text to the specified text.
- set(String) -
Method in interface org.eclipse.jface.text.ITextStore
- Replace the content of the text store with the given text.
- set(String) -
Method in class org.eclipse.jface.text.SequentialRewriteTextStore
- Deprecated.
- set(String) -
Method in class org.eclipse.jface.text.projection.ProjectionDocument
-
- set(Point, Point) -
Static method in class org.eclipse.jface.util.Geometry
- Sets result equal to toCopy
- set(Rectangle, Rectangle) -
Static method in class org.eclipse.jface.util.Geometry
- Sets result equal to toCopy
- set(Object[]) -
Method in class org.eclipse.jface.viewers.deferred.SetModel
- Sets the contents to the given array of elements
- setAccelerator(int) -
Method in class org.eclipse.jface.action.Action
-
- setAccelerator(int) -
Method in interface org.eclipse.jface.action.IAction
-
Sets the accelerator keycode that this action maps to.
- setAccelerator(int) -
Method in class org.eclipse.swt.widgets.MenuItem
- Sets the widget accelerator.
- setAccelerator(int) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- setAccess(boolean) -
Method in interface org.eclipse.debug.core.model.IWatchpoint
- Sets whether this breakpoint will suspend execution when its associated
variable is accessed.
- setAction(String, IAction) -
Method in class org.eclipse.debug.ui.AbstractDebugView
-
- setAction(String, IAction) -
Method in interface org.eclipse.debug.ui.IDebugView
- Installs the given action under the given action id.
- setAction(String, IAction) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- setAction(String, IAction) -
Method in interface org.eclipse.ui.texteditor.ITextEditor
- Installs the given action under the given action id.
- setAction(IAction) -
Method in class org.eclipse.ui.texteditor.RetargetTextEditorAction
- Sets the underlying action.
- setActionActivationCode(String, char, int, int) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- setActionActivationCode(String, char, int, int) -
Method in interface org.eclipse.ui.texteditor.ITextEditor
- Sets the given activation code for the specified action.
- setActionBars(IActionBars) -
Method in class org.eclipse.ui.console.TextConsolePage
-
- setActionBars(IActionBars) -
Method in interface org.eclipse.ui.part.IPage
- Allows the page to make contributions to the given action bars.
- setActionBars(IActionBars) -
Method in class org.eclipse.ui.part.Page
-
- setActionBars(IActionBars) -
Method in class org.eclipse.ui.views.properties.PropertySheetPage
- The
PropertySheetPage
implementation of this IPage
method
calls makeContributions
for backwards compatibility with
previous versions of IPage
.
- setActionBars(ITabbedPropertySheetPageContributor, IActionBars) -
Method in interface org.eclipse.ui.views.properties.tabbed.IActionProvider
- Allows the page to make contributions to the given action bars.
- setActionBars(IActionBars) -
Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
-
- setActionDefinitionId(String) -
Method in class org.eclipse.jface.action.Action
-
- setActionDefinitionId(String) -
Method in interface org.eclipse.jface.action.IAction
- Sets the action definition id of this action.
- setActionDefinitionId(String) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- setActionGroup(ResourceNavigatorActionGroup) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
- Sets the action group.
- setActionHandler(IAction) -
Method in class org.eclipse.ui.actions.LabelRetargetAction
- Sets the action handler.
- setActionHandler(IAction) -
Method in class org.eclipse.ui.actions.RetargetAction
- Sets the action handler.
- setActionHandler(IAction) -
Method in class org.eclipse.ui.texteditor.StatusLineContributionItem
-
- setActivateOnWrite(boolean) -
Method in class org.eclipse.ui.console.IOConsoleOutputStream
- Sets whether to activate the console this stream is writing to when this stream
is written to.
- setActive() -
Method in class org.eclipse.swt.widgets.Shell
- If the receiver is visible, moves it to the top of the
drawing order for the display on which it was created
(so that all other shells on that display, which are not
the receiver's children will be drawn behind it) and asks
the window manager to make the shell active
- setActive(boolean) -
Method in class org.eclipse.ui.SubActionBars
- Activate / deactivate the contributions.
- setActive(boolean) -
Method in class org.eclipse.ui.SubActionBars2
-
- setActive(boolean) -
Method in class org.eclipse.ui.forms.editor.FormPage
- Implements the required method by refreshing the form when set active.
- setActive(boolean) -
Method in interface org.eclipse.ui.forms.editor.IFormPage
- Indicates whether the page has become the active in the editor.
- setActive(int) -
Method in class org.eclipse.ui.presentations.StackPresentation
- This is invoked to notify the presentation that its activation
state has changed.
- setActiveBackground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkGroup
- Sets the new active hyperlink background for all the links.
- setActiveBackground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkSettings
- Sets the new active hyperlink background for all the links.
- setActiveContextIds(Set) -
Method in class org.eclipse.core.commands.contexts.ContextManager
- Changes the set of active contexts for this context manager.
- setActiveEditor(IAction, IEditorPart) -
Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
-
- setActiveEditor(IAction, IEditorPart) -
Method in class org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
-
- setActiveEditor(IAction, IEditorPart) -
Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
-
- setActiveEditor(IEditorPart) -
Method in interface org.eclipse.ui.IEditorActionBarContributor
- Sets the active editor for the contributor.
- setActiveEditor(IAction, IEditorPart) -
Method in interface org.eclipse.ui.IEditorActionDelegate
- Sets the active editor for the delegate.
- setActiveEditor(IEditorPart) -
Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
-
- setActiveEditor(IEditorPart) -
Method in class org.eclipse.ui.part.EditorActionBarContributor
- Sets the active editor for the contributor.
- setActiveEditor(IEditorPart) -
Method in class org.eclipse.ui.part.MultiPageEditorActionBarContributor
-
- setActiveEditor(IEditorPart) -
Method in class org.eclipse.ui.part.MultiPageEditorPart
- Set the active page of this multi-page editor to the
page that contains the given editor part.
- setActiveEditor(IAction, IEditorPart) -
Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
-
- setActiveEditor(IEditorPart) -
Method in class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
- The
BasicTextEditorActionContributor
implementation of this
IEditorActionBarContributor
method installs the global
action handler for the given text editor by calling a private helper
method.
- setActiveEditor(ITextEditor) -
Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider
- Sets the active editor for the provider implementation.
- setActiveEditor(IAction, IEditorPart) -
Method in class org.eclipse.ui.texteditor.quickdiff.QuickDiffToggleAction
-
- setActiveFilterIds(String[]) -
Method in interface org.eclipse.ui.navigator.INavigatorFilterService
- Activate the set of given filters.
- setActiveForeground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkGroup
- Sets the new active hyperlink foreground for all the links.
- setActiveForeground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkSettings
- Sets the new active hyperlink foreground for all the links.
- setActiveImage(Image) -
Method in class org.eclipse.ui.forms.widgets.ImageHyperlink
- Sets the image to show when link is activated.
- setActiveMatchFilters(MatchFilter[]) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
- Sets the active match filters for this result.
- setActivePage(IWorkbenchPage) -
Method in interface org.eclipse.ui.IWorkbenchWindow
- Sets or clears the currently active page for this workbench window.
- setActivePage(String) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Sets the active page using the unique page identifier.
- setActivePage(String, Object) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Sets the active page using the unique page identifier and sets its input
to the provided object.
- setActivePage(int) -
Method in class org.eclipse.ui.forms.editor.FormEditor
-
- setActivePage(int) -
Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
-
- setActivePage(IEditorPart) -
Method in class org.eclipse.ui.part.MultiPageEditorActionBarContributor
- Sets the active page of the the multi-page editor to be the given editor.
- setActivePage(int) -
Method in class org.eclipse.ui.part.MultiPageEditorPart
- Sets the currently active page.
- setActivePart(IAction, IWorkbenchPart) -
Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
-
- setActivePart(IAction, IWorkbenchPart) -
Method in class org.eclipse.debug.ui.actions.ContextualLaunchAction
-
- setActivePart(IAction, IWorkbenchPart) -
Method in interface org.eclipse.ui.IObjectActionDelegate
- Sets the active part for the delegate.
- setActiveSaveable(SaveableComparison) -
Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
- Set the active saveable.
- setActiveSaveable(SaveableComparison) -
Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
- Set the active saveable of this participant.
- setActiveScheme(Scheme) -
Method in class org.eclipse.jface.bindings.BindingManager
-
Selects one of the schemes as the active scheme.
- setActiveTab(ILaunchConfigurationTab) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
- Sets the displayed tab to the given tab.
- setActiveTab(int) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationDialog
- Sets the displayed tab to the tab with the given index.
- setActiveToggleColor(Color) -
Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
- Sets the active color of the toggle control (when the mouse enters the
toggle area).
- setAddCancelButton(boolean) -
Method in class org.eclipse.ui.dialogs.ListDialog
-
- setAddMode(boolean) -
Method in class org.eclipse.compare.EditionSelectionDialog
- Controls whether the
EditionSelectionDialog
is in 'add' mode
or 'replace' mode (the default).
- setAddedColor(Color) -
Method in class org.eclipse.jface.text.source.ChangeRulerColumn
-
- setAddedColor(Color) -
Method in interface org.eclipse.jface.text.source.IChangeRulerColumn
- Sets the background color for added lines.
- setAddedColor(Color) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
- setAdditionalClasspathEntries(IAntClasspathEntry[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the set of classpath entries that the user has added to the
Ant runtime classpath.
- setAdvanced(boolean) -
Method in class org.eclipse.swt.graphics.GC
- Sets the receiver to always use the operating system's advanced graphics
subsystem for all graphics operations if the argument is
true
.
- setAffinityFeature(String) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets the identifier of the Feature this feature should be
installed with.
- setAfterConvertValidator(IValidator) -
Method in class org.eclipse.core.databinding.UpdateValueStrategy
- Sets the validator to be invoked after the source value is converted to
the type of the destination observable.
- setAfterGetValidator(IValidator) -
Method in class org.eclipse.core.databinding.UpdateValueStrategy
- Sets the validator to be invoked after the source value is retrieved at
the beginning of the synchronization process.
- setAlignment(int) -
Method in class org.eclipse.swt.custom.CLabel
- Set the alignment of the CLabel.
- setAlignment(int) -
Method in class org.eclipse.swt.custom.StyledText
- Sets the alignment of the widget.
- setAlignment(int) -
Method in class org.eclipse.swt.graphics.TextLayout
- Sets the text alignment for the receiver.
- setAlignment(int) -
Method in class org.eclipse.swt.widgets.Button
- Controls how text, images and arrows will be displayed
in the receiver.
- setAlignment(int) -
Method in class org.eclipse.swt.widgets.Label
- Controls how text and images will be displayed in the receiver.
- setAlignment(int) -
Method in class org.eclipse.swt.widgets.TableColumn
- Controls how text and images will be displayed in the receiver.
- setAlignment(int) -
Method in class org.eclipse.swt.widgets.TreeColumn
- Controls how text and images will be displayed in the receiver.
- setAllChecked(boolean) -
Method in class org.eclipse.jface.viewers.CheckboxTableViewer
- Sets to the given value the checked state for all elements in this viewer.
- setAllChecked(boolean) -
Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
- Sets to the given value the checked state for all elements in this viewer.
- setAllGrayed(boolean) -
Method in class org.eclipse.jface.viewers.CheckboxTableViewer
- Sets to the given value the grayed state for all elements in this viewer.
- setAllIgnores(String[], boolean[]) -
Static method in class org.eclipse.team.core.Team
- Add patterns to the list of global ignores.
- setAllSelections(boolean) -
Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
- Set all of the selections in the selection group to value
- setAllTypes(String[], int[]) -
Static method in class org.eclipse.team.core.Team
- Deprecated. Use
getFileContentManager().setExtensionMappings()
instead.
- setAllowDuplicates(boolean) -
Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
- Specifies whether duplicate entries are displayed or not.
- setAllowDuplicates(boolean) -
Method in class org.eclipse.ui.dialogs.FilteredList
- Sets whether or not duplicates are allowed.
- setAllowMultiple(boolean) -
Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
- Specifies if multiple selection is allowed.
- setAllowPluginActivation(boolean) -
Method in class org.eclipse.core.expressions.EvaluationContext
- Specifies whether this evaluation context allows activation
of plug-ins for testers used in the expression tree. To actual
trigger the plug-in loading this flag has to be set to
true
and the actual test expression must have the
attribute forcePluginActivation
set to
true
as well.
- setAllowPluginActivation(boolean) -
Method in interface org.eclipse.core.expressions.IEvaluationContext
- Specifies whether this evaluation context allows activation
of plug-ins for testers used in the expression tree.
- setAllowReadAndDispatch(boolean) -
Static method in class org.eclipse.jface.operation.ModalContext
- Sets whether ModalContext may process events (by calling
Display.readAndDispatch()
)
while running operations.
- setAllowUserToToggleDerived(boolean) -
Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
- Sets whether to include a "Show derived resources" checkbox in the dialog.
- setAlpha(int) -
Method in class org.eclipse.swt.graphics.GC
- Sets the receiver's alpha value.
- setAlpha(int, int, int) -
Method in class org.eclipse.swt.graphics.ImageData
- Sets the alpha value at offset
x
in
scanline y
in the receiver's alpha data.
- setAlphas(int, int, int, byte[], int) -
Method in class org.eclipse.swt.graphics.ImageData
- Sets the alpha values starting at offset
x
in
scanline y
in the receiver's alpha data to the
values from the array alphas
starting at
startIndex
.
- setAlwaysIncompatible(boolean) -
Method in class org.eclipse.ui.views.properties.PropertyDescriptor
- Sets a flag indicating whether this property descriptor is to be always
considered incompatible with any other property descriptor.
- setAlwaysShowScrollBars(boolean) -
Method in class org.eclipse.swt.custom.ScrolledComposite
- Set the Always Show Scrollbars flag.
- setAncestor(ITypedElement) -
Method in class org.eclipse.compare.structuremergeviewer.DiffNode
- Sets the ancestor input to the given value.
- setAncestorImage(Image) -
Method in class org.eclipse.compare.CompareConfiguration
- Sets the image to use for the ancestor of compare/merge viewers.
- setAncestorLabel(String) -
Method in class org.eclipse.compare.CompareConfiguration
- Sets the label to use for the ancestor of compare/merge viewers.
- setAnchor(AbstractInformationControlManager.Anchor) -
Method in class org.eclipse.jface.text.AbstractInformationControlManager
- Sets the anchor used for laying out the information control relative to the
subject control.
- setAnimatorFactory(AnimatorFactory) -
Static method in class org.eclipse.jface.util.Policy
- Deprecated. this is no longer in use as of 3.3
- setAnnotation(String) -
Method in class org.eclipse.update.core.model.URLEntryModel
- Sets the annotation.
- setAnnotationHover(IAnnotationHover) -
Method in interface org.eclipse.jface.text.source.ISourceViewer
- Sets the annotation hover of this source viewer.
- setAnnotationHover(IAnnotationHover) -
Method in class org.eclipse.jface.text.source.SourceViewer
-
- setAnnotationImageProvider(IAnnotationImageProvider) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets the annotation image provider who provides images for annotations
of the specified annotation type.
- setAnnotationImageProviderData(IConfigurationElement, String) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets the data needed to create the annotation image provider.
- setAnnotationPainterDrawingStrategy(AnnotationPainter.IDrawingStrategy) -
Method in class org.eclipse.jface.text.source.projection.ProjectionSupport
- Sets the drawing strategy that the projection support's annotation
painter uses to draw the indication of collapsed regions onto the
projection viewer's text widget.
- setAnnotationPainterPreferenceKeys(Object, String, String, String, int) -
Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
- Sets the preference keys for the annotation painter.
- setAnnotationPreference(AnnotationPreference) -
Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
- Sets the preference info for the annotation painter.
- setAnnotationType(Object) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets the annotation type.
- setAnnotationTypeColor(Object, Color) -
Method in class org.eclipse.jface.text.source.AnnotationPainter
- Sets the color in which the squiggly for the given annotation type should be drawn.
- setAnnotationTypeColor(Object, Color) -
Method in interface org.eclipse.jface.text.source.IOverviewRuler
- Sets the color for the given annotation type in this overview ruler.
- setAnnotationTypeColor(Object, Color) -
Method in class org.eclipse.jface.text.source.OverviewRuler
-
- setAnnotationTypeLayer(Object, int) -
Method in interface org.eclipse.jface.text.source.IOverviewRuler
- Sets the drawing layer for the given annotation type in this overview ruler.
- setAnnotationTypeLayer(Object, int) -
Method in class org.eclipse.jface.text.source.OverviewRuler
-
- setAntHome(String) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the string that defines the Ant home set by the user.
- setAntHome(String) -
Method in class org.eclipse.ant.core.AntRunner
- Sets the Ant home to use for this build
- setAntHomeClasspathEntries(IAntClasspathEntry[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the set of classpath entries that compose the libraries added to the
Ant runtime classpath from the Ant home location.
- setAntURLs(URL[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Deprecated. use setAntHomeEntires(IAntClasspathEntry[])
- setAntialias(int) -
Method in class org.eclipse.swt.graphics.GC
- Sets the receiver's anti-aliasing value to the parameter,
which must be one of
SWT.DEFAULT
, SWT.OFF
or SWT.ON
.
- setAppName(String) -
Static method in class org.eclipse.swt.widgets.Display
- On platforms which support it, sets the application name
to be the argument.
- setAppendPosition(int) -
Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
- Sets a position within the document range that can be used to (legally) insert
text without breaking the syntax of the document.
- setAppendToGroup(String) -
Method in class org.eclipse.search.ui.actions.TextSearchGroup
- Changes the group where the submenu is appended to.
- setApplication(String) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets the feature application identifier.
- setArch(String) -
Method in class org.eclipse.update.core.model.ContentEntryModel
- Sets the system architecture specification.
- setArch(String) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets the system architecture specification.
- setArch(String) -
Method in class org.eclipse.update.core.model.FeatureReferenceModel
- Sets the system architecture specification.
- setArchive(boolean) -
Method in class org.eclipse.core.resources.ResourceAttributes
- Sets or unsets whether this ResourceAttributes object is marked archive.
- setArchiveReferenceModels(ArchiveReferenceModel[]) -
Method in class org.eclipse.update.core.model.SiteModel
- Sets the archive references for this site.
- setArguments(String) -
Method in class org.eclipse.ant.core.AntRunner
- Sets the arguments to be passed to the build (e.g.
- setArguments(String[]) -
Method in class org.eclipse.ant.core.AntRunner
- Sets the arguments to be passed to the build (e.g.
- setArguments(Map) -
Method in interface org.eclipse.core.resources.ICommand
- Sets this command's arguments to be the given table of name-values
pairs, or to
null
if there are no arguments.
- setAscent(int) -
Method in class org.eclipse.swt.graphics.TextLayout
- Sets the ascent of the receiver.
- setAttribute(int, boolean) -
Method in interface org.eclipse.core.filesystem.IFileInfo
- Sets the value of the specified attribute for this file info.
- setAttribute(int, boolean) -
Method in class org.eclipse.core.filesystem.provider.FileInfo
-
- setAttribute(String, int) -
Method in interface org.eclipse.core.resources.IMarker
- Sets the integer-valued attribute with the given name.
- setAttribute(String, Object) -
Method in interface org.eclipse.core.resources.IMarker
- Sets the attribute with the given name.
- setAttribute(String, boolean) -
Method in interface org.eclipse.core.resources.IMarker
- Sets the boolean-valued attribute with the given name.
- setAttribute(String, String) -
Method in interface org.eclipse.debug.core.ILaunch
- Sets the value of a client defined attribute.
- setAttribute(String, int) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the integer-valued attribute with the given name.
- setAttribute(String, String) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the String-valued attribute with the given name.
- setAttribute(String, List) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the
java.util.List
-valued attribute with the given name.
- setAttribute(String, Map) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the
java.util.Map
-valued attribute with the given name.
- setAttribute(String, boolean) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the boolean-valued attribute with the given name.
- setAttribute(String, String) -
Method in class org.eclipse.debug.core.Launch
-
- setAttribute(String, boolean) -
Method in class org.eclipse.debug.core.model.Breakpoint
- Convenience method to set the given boolean attribute of
this breakpoint's underlying marker in a workspace
runnable.
- setAttribute(String, int) -
Method in class org.eclipse.debug.core.model.Breakpoint
- Convenience method to set the given integer attribute of
this breakpoint's underlying marker in a workspace
runnable.
- setAttribute(String, Object) -
Method in class org.eclipse.debug.core.model.Breakpoint
- Convenience method to set the given attribute of
this breakpoint's underlying marker in a workspace
runnable.
- setAttribute(String, String) -
Method in interface org.eclipse.debug.core.model.IProcess
- Sets the value of a client defined attribute.
- setAttribute(String, String) -
Method in class org.eclipse.debug.core.model.RuntimeProcess
-
- setAttribute(String, ILaunchConfigurationWorkingCopy, boolean, boolean) -
Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
- Convenience method to set a boolean attribute of on a launch
configuration.
- setAttribute(String, Object) -
Method in interface org.eclipse.debug.ui.IDebugModelPresentation
- Sets a presentation attribute of this label provider.
- setAttribute(String, Object) -
Method in class org.eclipse.ui.console.TextConsole
- Sets an attribute value.
- setAttribute(String, String) -
Method in class org.eclipse.ui.intro.config.IntroElement
- Sets the value of the named attribute.
- setAttributes(String[], Object[]) -
Method in interface org.eclipse.core.resources.IMarker
- Sets the given attribute key-value pairs on this marker.
- setAttributes(Map) -
Method in interface org.eclipse.core.resources.IMarker
- Sets the attributes for this marker to be the ones contained in the
given table.
- setAttributes(Map) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the attributes of this launch configuration to be the ones contained
in the given map.
- setAttributes(String[], Object[]) -
Method in class org.eclipse.debug.core.model.Breakpoint
- Convenience method to set the given attributes of
this breakpoint's underlying marker in a workspace
runnable.
- setAttributes(Map) -
Method in class org.eclipse.debug.core.model.Breakpoint
- Convenience method to set the attributes of
this breakpoint's underlying marker in a workspace
runnable.
- setAutoActivationCharacters(char[]) -
Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
- Set the array of characters that will trigger autoactivation of the
popup.
- setAutoActivationDelay(int) -
Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
- Set the delay, in milliseconds, used before autoactivation is triggered.
- setAutoActivationDelay(int) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the delay after which the content assistant is automatically invoked if the cursor is
behind an auto activation character.
- setAutoBuilding(boolean) -
Method in interface org.eclipse.core.resources.IWorkspaceDescription
- Records whether this workspace performs autobuilds.
- setAutoEditStrategies(IAutoEditStrategy[], String) -
Method in class org.eclipse.jface.text.TextViewer
- Sets the given edit strategy as the only strategy for the given content type.
- setAutoExpandLevel(int) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
- Sets the auto-expand level.
- setAutoExpandMode(IDocument, boolean) -
Method in interface org.eclipse.jface.text.ISlaveDocumentManager
- Sets the given slave document's auto expand mode.
- setAutoExpandMode(boolean) -
Method in class org.eclipse.jface.text.projection.ProjectionDocument
- Sets the auto expand mode for this document.
- setAutoExpandMode(IDocument, boolean) -
Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
-
- setAutoHide(boolean) -
Method in class org.eclipse.swt.widgets.ToolTip
- Makes the receiver hide automatically when
true
,
and remain visible when false
.
- setAutoIndentStrategy(IAutoIndentStrategy, String) -
Method in interface org.eclipse.jface.text.ITextViewer
- Deprecated. since 3.1, use
ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy, String)
and
ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy, String)
instead
- setAutoIndentStrategy(IAutoIndentStrategy, String) -
Method in class org.eclipse.jface.text.TextViewer
- Deprecated. since 3.1, use
ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy, String)
and
ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy, String)
instead
- setAutoRefresh(boolean) -
Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
- Set whether the context should refresh the state of resources
when their state is requested.
- setAutoUpdate(boolean) -
Method in interface org.eclipse.ui.forms.IMessageManager
- Controls whether the form is automatically updated when messages are
added or removed.
- setBackgrond(Color) -
Method in class org.eclipse.ui.console.TextConsole
- Deprecated. use setBackground(Color) instead
- setBackground(Color) -
Method in class org.eclipse.jface.dialogs.ImageAndMessageArea
- Deprecated.
- setBackground(Color) -
Method in class org.eclipse.jface.text.source.ChangeRulerColumn
-
- setBackground(Color) -
Method in interface org.eclipse.jface.text.source.IChangeRulerColumn
- Sets the background color for normal lines.
- setBackground(Color) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
- setBackground(Color) -
Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
- Sets the background color of this column.
- setBackground(Color) -
Method in class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollector
- Set the background color.
- setBackground(int, Color) -
Method in class org.eclipse.jface.viewers.TableViewerRow
-
- setBackground(int, Color) -
Method in class org.eclipse.jface.viewers.TreeViewerRow
-
- setBackground(Color) -
Method in class org.eclipse.jface.viewers.ViewerCell
- Set the background color of the cell.
- setBackground(Color) -
Method in class org.eclipse.jface.viewers.ViewerLabel
- Set the background Color.
- setBackground(int, Color) -
Method in class org.eclipse.jface.viewers.ViewerRow
- Set the background at the columnIndex.
- setBackground(Color) -
Method in class org.eclipse.swt.custom.CCombo
-
- setBackground(Color) -
Method in class org.eclipse.swt.custom.CLabel
-
- setBackground(Color[], int[]) -
Method in class org.eclipse.swt.custom.CLabel
- Specify a gradient of colours to be drawn in the background of the CLabel.
- setBackground(Color[], int[], boolean) -
Method in class org.eclipse.swt.custom.CLabel
- Specify a gradient of colours to be drawn in the background of the CLabel.
- setBackground(Image) -
Method in class org.eclipse.swt.custom.CLabel
- Set the image to be drawn in the background of the label.
- setBackground(Color) -
Method in class org.eclipse.swt.custom.CTabFolder
-
- setBackground(Color) -
Method in class org.eclipse.swt.custom.SashForm
-
- setBackground(Color) -
Method in class org.eclipse.swt.custom.StyledText
-
- setBackground(Color) -
Method in class org.eclipse.swt.custom.TableCursor
-
- setBackground(Color) -
Method in class org.eclipse.swt.custom.TableTree
- Deprecated.
- setBackground(Color) -
Method in class org.eclipse.swt.custom.TableTreeItem
- Deprecated. Sets the receiver's background color to the color specified
by the argument, or to the default system color for the item
if the argument is null.
- setBackground(Color) -
Method in class org.eclipse.swt.graphics.GC
- Sets the background color.
- setBackground(Color) -
Method in class org.eclipse.swt.graphics.Image
- Sets the color to which to map the transparent pixel.
- setBackground(Color) -
Method in class org.eclipse.swt.ole.win32.OleControlSite
-
- setBackground(Color) -
Method in class org.eclipse.swt.widgets.Control
- Sets the receiver's background color to the color specified
by the argument, or to the default system color for the control
if the argument is null.
- setBackground(Color) -
Method in class org.eclipse.swt.widgets.TableItem
- Sets the receiver's background color to the color specified
by the argument, or to the default system color for the item
if the argument is null.
- setBackground(int, Color) -
Method in class org.eclipse.swt.widgets.TableItem
- Sets the background color at the given column index in the receiver
to the color specified by the argument, or to the default system color for the item
if the argument is null.
- setBackground(Color) -
Method in class org.eclipse.swt.widgets.TreeItem
- Sets the receiver's background color to the color specified
by the argument, or to the default system color for the item
if the argument is null.
- setBackground(int, Color) -
Method in class org.eclipse.swt.widgets.TreeItem
- Sets the background color at the given column index in the receiver
to the color specified by the argument, or to the default system color for the item
if the argument is null.
- setBackground(Color) -
Method in class org.eclipse.ui.console.TextConsole
- Sets the background color used by this console.
- setBackground(Color) -
Method in class org.eclipse.ui.dialogs.FilteredTree
- Set the background for the widgets that support the filter text area.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.FormColors
- Sets the background color.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkGroup
- Sets the group background and also sets the background of all the
currently managed links.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.HyperlinkSettings
- Sets the new hyperlink background for all the links.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
- Sets the background of all the custom controls in the expandable.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.Form
- Sets the background color of the form.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.FormToolkit
- Sets the background color for the entire toolkit.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.ScrolledForm
- Sets the background color of the form.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.ScrolledFormText
- Sets the background color of the scrolled form text.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.Section
- Sets the background of the section.
- setBackground(Color) -
Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
- Sets the background of the control and its content.
- setBackgroundColor(RGB) -
Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
- Sets the viewer's background color to the given RGB value.
- setBackgroundColor(Color) -
Method in class org.eclipse.jface.text.DefaultInformationControl
-
- setBackgroundColor(Color) -
Method in interface org.eclipse.jface.text.IInformationControl
- Sets the background color of this information control.
- setBackgroundColor(Color) -
Method in interface org.eclipse.jface.viewers.IDecoration
- Set the background color for this decoration.
- setBackgroundColor(Color) -
Method in class org.eclipse.jface.window.DefaultToolTip
- The background
Image
used by CLabel
in the default
implementation
- setBackgroundImage(Image) -
Method in class org.eclipse.jface.window.DefaultToolTip
- The background
Image
used by CLabel
in the default
implementation
- setBackgroundImage(Image) -
Method in class org.eclipse.swt.widgets.Control
- Sets the receiver's background image to the image specified
by the argument, or to the default system color for the control
if the argument is null.
- setBackgroundImage(Image) -
Method in class org.eclipse.ui.forms.widgets.Form
- Sets the optional background image to be rendered behind the title
starting at the position 0,0.
- setBackgroundImage(Image) -
Method in class org.eclipse.ui.forms.widgets.ScrolledForm
- Sets the optional background image to be rendered behind the title
starting at the position 0,0.
- setBackgroundImage(Image) -
Method in class org.eclipse.ui.forms.widgets.Section
- Background image is used for the title gradient - does nothing.
- setBackgroundImageAlignment(int) -
Method in class org.eclipse.ui.forms.widgets.Form
- Deprecated. due to the underlying widget limitations, background image is
always tiled and alignment cannot be controlled.
- setBackgroundImageClipped(boolean) -
Method in class org.eclipse.ui.forms.widgets.Form
- Deprecated. due to the underlying widget limitations, background image is
always clipped.
- setBackgroundImageTiled(boolean) -
Method in class org.eclipse.ui.forms.widgets.Form
- Sets whether the header background image is repeated to cover the entire
heading area or not.
- setBackgroundMode(int) -
Method in class org.eclipse.swt.widgets.Composite
- Sets the background drawing mode to the argument which should
be one of the following constants defined in class
SWT
:
INHERIT_NONE
, INHERIT_DEFAULT
,
INHERIT_FORCE
.
- setBackgroundPattern(Pattern) -
Method in class org.eclipse.swt.graphics.GC
- Sets the background pattern.
- setBannerText(String) -
Method in class org.eclipse.ui.texteditor.InfoForm
- Deprecated. Sets the banner text of this info form.
- setBaseAddress(BigInteger) -
Method in interface org.eclipse.debug.core.model.IMemoryBlockExtension
- Sets the base address of this memory block to the given address.
- setBaseBytes(IResource, byte[]) -
Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
- Set the base bytes for the given resource.
- setBeforeSetValidator(IValidator) -
Method in class org.eclipse.core.databinding.UpdateValueStrategy
- Sets the validator to be invoked before the value is to be set on the
destination at the end of the synchronization process.
- setBidiColoring(boolean) -
Method in class org.eclipse.swt.custom.StyledText
- Deprecated. use BidiSegmentListener instead.
- setBigEndian(boolean) -
Method in class org.eclipse.debug.core.model.MemoryByte
- Sets whether this byte of memory is big endian.
- setBindings(Binding[]) -
Method in class org.eclipse.jface.bindings.BindingManager
-
Changes the set of bindings for this binding manager.
- setBlockOnOpen(boolean) -
Method in class org.eclipse.jface.window.Window
- Sets whether the
open
method should block until the window
closes.
- setBlocked(IStatus) -
Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
- Indicates that this operation is blocked by some background activity.
- setBlocked(IStatus) -
Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
- This implementation of a
IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor.
- setBlocked(IStatus) -
Method in class org.eclipse.core.runtime.SubMonitor
-
- setBlocked(IStatus) -
Method in class org.eclipse.jface.wizard.ProgressMonitorPart
-
- setBlockedHandler(IDialogBlockedHandler) -
Static method in class org.eclipse.jface.dialogs.Dialog
- Set the IDialogBlockedHandler to be used by WizardDialogs and
ModalContexts.
- setBooleanProperty(String, boolean) -
Method in interface org.eclipse.ui.navigator.IExtensionStateModel
-
- setBootstrapPluginLocation(String, URL) -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
- Deprecated. Do not use this method. Use the osig.bundles system property contains
the urls of the automatically started bundles.
- setBorderStyle(int) -
Method in class org.eclipse.ui.forms.widgets.FormToolkit
- Sets the border style to be used when creating widgets.
- setBorderVisible(boolean) -
Method in class org.eclipse.swt.custom.CTabFolder
- Toggle the visibility of the border
- setBorderVisible(boolean) -
Method in class org.eclipse.swt.custom.ViewForm
- Specify whether the border should be displayed or not.
- setBottom(Control) -
Method in class org.eclipse.swt.custom.CBanner
- Set the control that appears on the bottom side of the banner.
- setBounds(int, int, int, int) -
Method in class org.eclipse.swt.widgets.Caret
- Sets the receiver's size and location to the rectangular
area specified by the arguments.
- setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.Caret
- Sets the receiver's size and location to the rectangular
area specified by the argument.
- setBounds(int, int, int, int) -
Method in class org.eclipse.swt.widgets.Control
- Sets the receiver's size and location to the rectangular
area specified by the arguments.
- setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.Control
- Sets the receiver's size and location to the rectangular
area specified by the argument.
- setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.Event
- Sets the bounds.
- setBounds(int, int, int, int) -
Method in class org.eclipse.ui.forms.widgets.SizeCache
-
- setBounds(Rectangle) -
Method in class org.eclipse.ui.forms.widgets.SizeCache
-
- setBounds(Rectangle) -
Method in interface org.eclipse.ui.presentations.IPresentablePart
- Sets the bounds of this part.
- setBounds(Rectangle) -
Method in class org.eclipse.ui.presentations.StackPresentation
- Sets the bounding rectangle for this presentation.
- setBufferSize(int) -
Method in class org.eclipse.jface.text.rules.BufferedRuleBasedScanner
- Sets the buffer to the given number of characters.
- setBuffered(boolean) -
Method in interface org.eclipse.debug.core.model.IFlushableStreamMonitor
- Sets whether the contents of this monitor's underlying stream should be
buffered.
- setBuildFileLocation(String) -
Method in class org.eclipse.ant.core.AntRunner
- Sets the build file location on the file system.
- setBuildOrder(String[]) -
Method in interface org.eclipse.core.resources.IWorkspaceDescription
- Sets the order in which projects in the workspace should be built.
- setBuildSpec(ICommand[]) -
Method in interface org.eclipse.core.resources.IProjectDescription
- Sets the list of build command to run when building the described project.
- setBuilderName(String) -
Method in interface org.eclipse.core.resources.ICommand
- Sets the name of the builder to run for this command.
- setBuilding(int, boolean) -
Method in interface org.eclipse.core.resources.ICommand
- Specifies whether this build command responds to the provided kind of build.
- setBusy(IDiff[], IProgressMonitor) -
Method in interface org.eclipse.team.core.diff.IDiffTree
- Set the given diff nodes and all their parents to busy
- setBusy(IDiff[], IProgressMonitor) -
Method in class org.eclipse.team.core.diff.provider.DiffTree
-
- setBusy(boolean) -
Method in class org.eclipse.ui.forms.widgets.Form
- Sets the form's busy state.
- setBusy(boolean) -
Method in class org.eclipse.ui.forms.widgets.ScrolledForm
- Sets the form's busy state.
- setButtonLabels(String[]) -
Method in class org.eclipse.jface.dialogs.MessageDialog
- A mutator for the button labels.
- setButtonLayoutData(Button) -
Method in class org.eclipse.jface.dialogs.Dialog
- Set the layout data of the button to a GridData with appropriate heights
and widths.
- setButtonLayoutData(Button) -
Method in class org.eclipse.jface.dialogs.DialogPage
- Sets the
GridData
on the specified button to be one that
is spaced for the current dialog page units.
- setButtonLayoutData(Button) -
Method in class org.eclipse.jface.preference.FieldEditor
- Set the GridData on button to be one that is spaced for the
current font.
- setButtonLayoutData(Button) -
Method in class org.eclipse.jface.wizard.WizardDialog
-
- setButtonLayoutFormData(Button) -
Method in class org.eclipse.jface.dialogs.Dialog
- Set the layout data of the button to a FormData with appropriate heights
and widths.
- setButtons(Button[]) -
Method in class org.eclipse.jface.dialogs.MessageDialog
- A mutator for the array of buttons in the button bar.
- setByRef(boolean) -
Method in class org.eclipse.swt.ole.win32.Variant
- Update the by reference value of this variant with a new boolean value.
- setByRef(float) -
Method in class org.eclipse.swt.ole.win32.Variant
- Update the by reference value of this variant with a new float value.
- setByRef(int) -
Method in class org.eclipse.swt.ole.win32.Variant
- Update the by reference value of this variant with a new integer value.
- setByRef(short) -
Method in class org.eclipse.swt.ole.win32.Variant
- Update the by reference value of this variant with a new short value.
- setBytes(IResource, byte[]) -
Method in class org.eclipse.team.core.variants.PersistantResourceVariantByteStore
-
- setBytes(IResource, byte[]) -
Method in class org.eclipse.team.core.variants.ResourceVariantByteStore
- Set the bytes for the variant corresponding the given local resource.
- setBytes(IResource, byte[]) -
Method in class org.eclipse.team.core.variants.SessionResourceVariantByteStore
-
- setCallback(ExternalActionManager.ICallback) -
Method in class org.eclipse.jface.action.ExternalActionManager
- A mutator for the current call back
- setCanSaveDocument(Object) -
Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
-
- setCanSaveDocument(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
- Deprecated.
- setCanSaveDocument(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
- setCanSaveDocument(Object) -
Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
- setCanSaveDocument(Object) -
Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
- Marks the document managed for the given element as savable.
- setCancelEnabled(boolean) -
Method in interface org.eclipse.jface.action.IStatusLineManager
- Sets whether the cancel button on the status line's progress monitor
is enabled.
- setCancelEnabled(boolean) -
Method in class org.eclipse.jface.action.StatusLineManager
-
- setCancelEnabled(boolean) -
Method in class org.eclipse.jface.action.SubStatusLineManager
-
- setCancelable(boolean) -
Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
- Sets whether the progress dialog is cancelable or not.
- setCanceled(boolean) -
Method in interface org.eclipse.core.runtime.IProgressMonitor
- Sets the cancel state to the given value.
- setCanceled(boolean) -
Method in class org.eclipse.core.runtime.NullProgressMonitor
- This implementation sets the value of an internal state variable.
- setCanceled(boolean) -
Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
- This implementation of a
IProgressMonitor
method forwards to the wrapped progress monitor.
- setCanceled(boolean) -
Method in class org.eclipse.core.runtime.SubMonitor
-
- setCanceled(boolean) -
Method in class org.eclipse.jface.wizard.ProgressMonitorPart
- Implements
IProgressMonitor.setCanceled
.
- setCanceled(boolean) -
Method in class org.eclipse.update.core.InstallMonitor
- Set the cancellation state.
- setCapacity(int) -
Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
- Increases the capacity of this collection, if necessary, so that it can hold the
given number of elements.
- setCapture(boolean) -
Method in class org.eclipse.swt.widgets.Control
- If the argument is
true
, causes the receiver to have
all mouse events delivered to it until the method is called with
false
as the argument.
- setCaret(Caret) -
Method in class org.eclipse.swt.custom.StyledText
- Sets the receiver's caret.
- setCaret(Caret) -
Method in class org.eclipse.swt.widgets.Canvas
- Sets the receiver's caret.
- setCaretOffset(int) -
Method in class org.eclipse.swt.custom.StyledText
- Sets the caret offset.
- setCategory(String) -
Method in class org.eclipse.ui.views.properties.PropertyDescriptor
- Sets the category for this property descriptor.
- setCategoryId(String) -
Method in class org.eclipse.ui.actions.NewWizardAction
- Sets the id of the category of wizards to show
or
null
to show all categories.
- setCategoryModels(CategoryModel[]) -
Method in class org.eclipse.update.core.model.SiteModel
- Sets the site categories.
- setCategoryNames(String[]) -
Method in class org.eclipse.update.core.SiteFeatureReferenceModel
- Sets the names of categories this feature belongs to.
- setCellEditors(CellEditor[]) -
Method in class org.eclipse.jface.viewers.ColumnViewer
- Sets the cell editors of this column viewer.
- setCellEditors(CellEditor[]) -
Method in class org.eclipse.jface.viewers.TableTreeViewer
- Deprecated. Sets the cell editors of this table viewer.
- setCellModifier(ICellModifier) -
Method in class org.eclipse.jface.viewers.ColumnViewer
- Sets the cell modifier for this column viewer.
- setCellModifier(ICellModifier) -
Method in class org.eclipse.jface.viewers.TableTreeViewer
- Deprecated. Sets the cell modifier of this table viewer.
- setChangeButtonText(String) -
Method in class org.eclipse.jface.preference.FontFieldEditor
- Sets the text of the change button.
- setChangeButtonText(String) -
Method in class org.eclipse.jface.preference.StringButtonFieldEditor
- Sets the text of the change button.
- setChangeCreationCancelable(boolean) -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
- If set to
true
the change creation is cancelable by the user.
- setChanged(boolean) -
Method in class org.eclipse.debug.core.model.MemoryByte
- Sets whether this memory byte has changed.
- setChangedColor(Color) -
Method in class org.eclipse.jface.text.source.ChangeRulerColumn
-
- setChangedColor(Color) -
Method in interface org.eclipse.jface.text.source.IChangeRulerColumn
- Sets the background color for changed lines.
- setChangedColor(Color) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
- setCharEnd(IMarker, int) -
Static method in class org.eclipse.ui.texteditor.MarkerUtilities
- Sets the ending character offset of the given marker.
- setCharEnd(Map, int) -
Static method in class org.eclipse.ui.texteditor.MarkerUtilities
- Sets the ending character offset in the given map using the standard
marker attribute name as the key.
- setCharStart(IMarker, int) -
Static method in class org.eclipse.ui.texteditor.MarkerUtilities
- Sets the starting character offset of the given marker.
- setCharStart(Map, int) -
Static method in class org.eclipse.ui.texteditor.MarkerUtilities
- Sets the starting character offset in the given map using the standard
marker attribute name as the key.
- setCharacterPairMatcher(ICharacterPairMatcher) -
Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
- Sets the character pair matcher for the matching character painter.
- setCharset(String) -
Method in interface org.eclipse.core.resources.IFile
- Deprecated. Replaced by
IFile.setCharset(String, IProgressMonitor)
which
is a workspace operation and reports changes in resource deltas.
- setCharset(String, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IFile
- Sets the charset for this file.
- setChecked(boolean) -
Method in class org.eclipse.jface.action.Action
-
- setChecked(boolean) -
Method in interface org.eclipse.jface.action.IAction
- Sets the checked status of this action.
- setChecked(Object, boolean) -
Method in class org.eclipse.jface.viewers.CheckboxTableViewer
-
- setChecked(Object, boolean) -
Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
-
- setChecked(Object, boolean) -
Method in interface org.eclipse.jface.viewers.ICheckable
- Sets the checked state for the given element in this viewer.
- setChecked(boolean) -
Method in class org.eclipse.swt.custom.TableTreeItem
- Deprecated. Sets the checked state of the checkbox for this item.
- setChecked(boolean) -
Method in class org.eclipse.swt.widgets.TableItem
- Sets the checked state of the checkbox for this item.
- setChecked(boolean) -
Method in class org.eclipse.swt.widgets.TreeItem
- Sets the checked state of the receiver.
- setChecked(boolean) -
Method in class org.eclipse.ui.actions.RetargetAction
-
- setChecked(Object, boolean) -
Method in class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
-
- setChecked(boolean) -
Method in class org.eclipse.ui.menus.UIElement
- Update the checked state on this UI element.
- setChecked(boolean) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- setCheckedDescriptors(RefactoringDescriptorProxy[]) -
Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
- Sets the checked refactoring descriptors.
- setCheckedElements(Object[]) -
Method in class org.eclipse.jface.viewers.CheckboxTableViewer
- Sets which nodes are checked in this viewer.
- setCheckedElements(Object[]) -
Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
- Sets which elements are checked in this viewer's tree.
- setCheckedElements(Object[]) -
Method in class org.eclipse.ui.dialogs.ContainerCheckedTreeViewer
-
- setChildCount(Object, int) -
Method in class org.eclipse.jface.viewers.TreeViewer
- For a TreeViewer with a tree with the VIRTUAL style bit set, set the
number of children of the given element or tree path.
- setChildTree(TreeViewer) -
Method in class org.eclipse.ui.part.DrillDownComposite
- Sets the child viewer.
- setChildren(TreeNode[]) -
Method in class org.eclipse.jface.viewers.TreeNode
- Sets the children for this node
- setChildren(IEditorPart[]) -
Method in class org.eclipse.ui.part.MultiEditor
- Set the inner editors.
- setClient(Control) -
Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
- Sets the client of this expandable composite.
- setClipping(int, int, int, int) -
Method in class org.eclipse.swt.graphics.GC
- Sets the area of the receiver which can be changed
by drawing operations to the rectangular area specified
by the arguments.
- setClipping(Path) -
Method in class org.eclipse.swt.graphics.GC
- Sets the area of the receiver which can be changed
by drawing operations to the path specified
by the argument.
- setClipping(Rectangle) -
Method in class org.eclipse.swt.graphics.GC
- Sets the area of the receiver which can be changed
by drawing operations to the rectangular area specified
by the argument.
- setClipping(Region) -
Method in class org.eclipse.swt.graphics.GC
- Sets the area of the receiver which can be changed
by drawing operations to the region specified
by the argument.
- setCloseable(boolean) -
Method in interface org.eclipse.ui.IViewLayout
- Sets whether the view is closeable.
- setCloser(AbstractInformationControlManager.IInformationControlCloser) -
Method in class org.eclipse.jface.text.AbstractInformationControlManager
- Sets the information control closer for this manager.
- setCode(int) -
Method in class org.eclipse.core.runtime.Status
- Sets the status code.
- setCodePage(String) -
Method in class org.eclipse.debug.ui.memory.AbstractTextRendering
- Sets the code page for this rendering.
- setColor(Color) -
Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
-
- setColor(Color) -
Method in class org.eclipse.jface.text.source.MatchingCharacterPainter
- Sets the color in which to highlight the match character.
- setColor(Color) -
Method in class org.eclipse.ui.console.IOConsoleInputStream
- Sets the color to used to decorate input in the associated console.
- setColor(Color) -
Method in class org.eclipse.ui.console.IOConsoleOutputStream
- Sets the color of this stream.
- setColor(String, Color) -
Method in class org.eclipse.ui.forms.widgets.FormText
- Registers the color referenced by the provided key.
- setColorPreferenceKey(String) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets the preference key for the presentation color.
- setColorPreferenceValue(RGB) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets the default presentation color.
- setColorValue(RGB) -
Method in class org.eclipse.jface.preference.ColorSelector
- Set the current color value and update the control.
- setColors(Control, Color, Color) -
Static method in class org.eclipse.jface.resource.JFaceColors
- Set the foreground and background colors of the
control to the specified values.
- setColumn(int) -
Method in class org.eclipse.swt.custom.TableEditor
- Sets the zero based index of the column of the cell being tracked by this editor.
- setColumn(int) -
Method in class org.eclipse.swt.custom.TableTreeEditor
- Deprecated.
- setColumn(int) -
Method in class org.eclipse.swt.custom.TreeEditor
- Sets the zero based index of the column of the cell being tracked by this editor.
- setColumnConstraint(int) -
Method in class org.eclipse.jface.text.rules.NumberRule
- Sets a column constraint for this rule.
- setColumnConstraint(int) -
Method in class org.eclipse.jface.text.rules.PatternRule
- Sets a column constraint for this rule.
- setColumnConstraint(int) -
Method in class org.eclipse.jface.text.rules.WordRule
- Sets a column constraint for this rule.
- setColumnOrder(int[]) -
Method in class org.eclipse.swt.widgets.Table
- Sets the order that the items in the receiver should
be displayed in to the given argument which is described
in terms of the zero-relative ordering of when the items
were added.
- setColumnOrder(int[]) -
Method in class org.eclipse.swt.widgets.Tree
- Sets the order that the items in the receiver should
be displayed in to the given argument which is described
in terms of the zero-relative ordering of when the items
were added.
- setColumnProperties(String[]) -
Method in class org.eclipse.jface.viewers.ColumnViewer
- Sets the column properties of this column viewer.
- setColumnProperties(String[]) -
Method in class org.eclipse.jface.viewers.TableTreeViewer
- Deprecated. Sets the column properties of this table viewer.
- setColumnViewerEditor(ColumnViewerEditor) -
Method in class org.eclipse.jface.viewers.ColumnViewer
-
- setColumnVisible(RulerColumnDescriptor, boolean) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
-
- setColumnVisible(RulerColumnDescriptor, boolean) -
Method in interface org.eclipse.ui.texteditor.rulers.IColumnSupport
- Attempts to set the visibility of the column described by
descriptor
.
- setComment(String) -
Method in interface org.eclipse.core.resources.IProjectDescription
- Sets the comment for the described project.
- setComment(String) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
- Sets the details comment of this refactoring.
- setComparator(Comparator) -
Static method in class org.eclipse.jface.util.Policy
- Sets the comparator used by JFace to sort strings.
- setComparator(ViewerComparator) -
Method in class org.eclipse.jface.viewers.StructuredViewer
- Sets this viewer's comparator to be used for sorting elements, and triggers refiltering and
resorting of this viewer's element.
- setComparator(ViewerComparator) -
Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
- Sets the comparator used by the tree viewer.
- setComparator(ViewerComparator) -
Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
- Sets the comparator used by the tree viewer.
- setComparator(Comparator) -
Method in class org.eclipse.ui.dialogs.FilteredList
- Sets a custom comparator for sorting the list.
- setComparator(ResourceComparator) -
Method in interface org.eclipse.ui.views.navigator.IResourceNavigator
- Sets the current comparator.
- setComparator(ResourceComparator) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
- Sets the resource comparator
- setCompareEditorInput(CompareEditorInput) -
Method in class org.eclipse.compare.NavigationAction
- Sets the
CompareEditorInput
on which this action operates.
- setCompareMode(boolean) -
Method in class org.eclipse.compare.EditionSelectionDialog
- Controls whether the
EditionSelectionDialog
is in 'compare' mode
or 'add/replace' (the default) mode.
- setComparer(IElementComparer) -
Method in class org.eclipse.jface.viewers.StructuredViewer
- Sets the comparer to use for comparing elements, or
null
to use the default equals
and hashCode
methods on the elements themselves.
- setComparisonType(String) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
- Set the comparison type used by the page's
SyncInfo
modes.
- setCompatibilityMode(boolean) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Sets the context menu registration 1.0 compatibility mode.
- setCompletionLength(int) -
Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
- Sets the completion length.
- setCompletionOffset(int) -
Method in class org.eclipse.jface.text.templates.DocumentTemplateContext
- Sets the completion offset.
- setConfiguration(RefactoringHistoryControlConfiguration) -
Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
- Sets the refactoring history control configuration.
- setConfiguredSiteModel(ConfiguredSiteModel) -
Method in class org.eclipse.update.core.model.SiteModel
-
- setConfirmSave(boolean) -
Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
- Controls whether
doSave(Object, Object)
asks for confirmation before saving
the old input with saveContent(Object)
.
- setConsoleWidth(int) -
Method in class org.eclipse.ui.console.TextConsole
- Sets the width of this console in characters.
- setConsoleWidth(int) -
Method in class org.eclipse.ui.console.TextConsoleViewer
- Sets the console to have a fixed character width.
- setContainer(ICompareContainer) -
Method in class org.eclipse.compare.CompareConfiguration
- Set the container of the compare associated with this configuration.
- setContainer(ICompareContainer) -
Method in class org.eclipse.compare.CompareEditorInput
- Set the container of this input to the given container
- setContainer(IContainer) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Sets the container this launch configuration will be stored
in when saved.
- setContainer(IPreferencePageContainer) -
Method in interface org.eclipse.jface.preference.IPreferencePage
- Sets or clears the container of this page.
- setContainer(IPreferencePageContainer) -
Method in class org.eclipse.jface.preference.PreferencePage
- (non-Javadoc)
Method declared on IPreferencePage.
- setContainer(IWizardContainer) -
Method in interface org.eclipse.jface.wizard.IWizard
- Sets or clears the container of this wizard.
- setContainer(IWizardContainer) -
Method in class org.eclipse.jface.wizard.Wizard
-
- setContainer(ISearchPageContainer) -
Method in interface org.eclipse.search.ui.ISearchPage
- Sets the container of this page.
- setContainer(IContainer) -
Method in class org.eclipse.ui.dialogs.WizardNewLinkPage
- Sets the container to use for link validation.
- setContainer(Object) -
Method in interface org.eclipse.ui.forms.IManagedForm
- Sets the container that owns this form.
- setContainer(Object) -
Method in class org.eclipse.ui.forms.ManagedForm
-
- setContainerFieldValue(String) -
Method in class org.eclipse.ui.dialogs.WizardImportPage
- Deprecated. Sets the value of this page's container resource field, or stores
it for future use if this page's controls do not exist yet.
- setContainerFieldValue(String) -
Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
- Sets the value of this page's container resource field, or stores
it for future use if this page's controls do not exist yet.
- setContainerFullPath(IPath) -
Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
- Sets the value of this page's container name field, or stores it for
future use if this page's controls do not exist yet.
- setContainerMenus(MenuItem[]) -
Method in class org.eclipse.swt.ole.win32.OleFrame
- Specify the menu items that should appear in the Container location when an OLE Document
is in-place activated.
- setContainerMode(boolean) -
Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
- If set, the checked /gray state of containers (inner nodes) is derived
from the checked state of its leaf nodes.
- setContent(byte[]) -
Method in class org.eclipse.compare.BufferedContent
- Sets the contents.
- setContent(byte[]) -
Method in interface org.eclipse.compare.IEditableContent
- Replaces the current content with the given new bytes.
- setContent(byte[]) -
Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
- Default implementation that calls
DocumentRangeNode.internalSetContents(byte[])
and then DocumentRangeNode.nodeChanged(DocumentRangeNode)
.
- setContent(String, TemplateVariable[]) -
Method in class org.eclipse.jface.text.templates.TemplateBuffer
- Sets the content of the template buffer.
- setContent(Control) -
Method in class org.eclipse.swt.custom.ScrolledComposite
- Set the content that will be scrolled.
- setContent(StyledTextContent) -
Method in class org.eclipse.swt.custom.StyledText
- Sets the content implementation to use for text storage.
- setContent(Control) -
Method in class org.eclipse.swt.custom.ViewForm
- Sets the content.
- setContent(Control) -
Method in class org.eclipse.ui.forms.widgets.ScrolledForm
- The form sets the content widget.
- setContent(Control) -
Method in class org.eclipse.ui.forms.widgets.ScrolledFormText
- The class sets the content widget.
- setContent(Control) -
Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
- Overrides 'super' to pass the proper colors and font
- setContentAssistCueProvider(ILabelProvider) -
Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
- Deprecated. Sets the visual feedback provider for content assist.
- setContentAssistProcessor(IContentAssistProcessor, String) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Registers a given content assist processor for a particular content type.
- setContentDescription(String) -
Method in class org.eclipse.ui.part.EditorPart
-
- setContentDescription(String) -
Method in class org.eclipse.ui.part.ViewPart
-
- setContentDescription(String) -
Method in class org.eclipse.ui.part.WorkbenchPart
- Sets the content description for this part.
- setContentProposalProvider(IContentProposalProvider) -
Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
- Set the content proposal provider that is used to show proposals.
- setContentProvider(IContentProvider) -
Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
- The
ContentMergeViewer
implementation of this
ContentViewer
method
checks to ensure that the content provider is an IMergeViewerContentProvider
.
- setContentProvider(IContentProvider) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
- The
AbstractTreeViewer
implementation of this method
checks to ensure that the content provider is an
ITreeContentProvider
.
- setContentProvider(IContentProvider) -
Method in class org.eclipse.jface.viewers.ContentViewer
- Sets the content provider used by this viewer.
- setContentProvider(IContentProvider) -
Method in class org.eclipse.jface.viewers.StructuredViewer
-
- setContentProvider(IContentProvider) -
Method in class org.eclipse.jface.viewers.TreeViewer
-
- setContentProvider(IStructuredContentProvider) -
Method in class org.eclipse.ui.dialogs.ListDialog
-
- setContentService(INavigatorContentService) -
Method in class org.eclipse.ui.navigator.CommonDragAdapterAssistant
- Accept and remember the content service this assistant is associated
with.
- setContentService(INavigatorContentService) -
Method in class org.eclipse.ui.navigator.CommonViewerSorter
- Create a sorter service attached to the given content service.
- setContentType(IContentType) -
Method in class org.eclipse.ui.texteditor.spelling.SpellingContext
- Sets the content type of the document.
- setContents(InputStream, boolean, boolean, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IFile
- Sets the contents of this file to the bytes in the given input stream.
- setContents(IFileState, boolean, boolean, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IFile
- Sets the contents of this file to the bytes in the given file state.
- setContents(InputStream, int, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IFile
- Sets the contents of this file to the bytes in the given input stream.
- setContents(IFileState, int, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IFile
- Sets the contents of this file to the bytes in the given file state.
- setContents(Object[]) -
Method in interface org.eclipse.jface.viewers.deferred.IConcurrentModelListener
- Notifies the receiver about the complete set
of elements in the model.
- setContents(Object[], Transfer[]) -
Method in class org.eclipse.swt.dnd.Clipboard
- Place data of the specified type on the system clipboard.
- setContents(Object[], Transfer[], int) -
Method in class org.eclipse.swt.dnd.Clipboard
- Place data of the specified type on the specified clipboard.
- setContents(InputStream, IProgressMonitor) -
Method in class org.eclipse.team.core.variants.CachedResourceVariant
- This method should be invoked by subclasses from within their
fetchContents
method in order to cache the contents for this resource variant.
- setContents(InputStream, boolean) -
Method in class org.eclipse.ui.forms.widgets.FormText
- Sets the contents of the stream.
- setContents(InputStream) -
Method in class org.eclipse.ui.forms.widgets.ScrolledFormText
- Sets the contents to rendered in the scrolled form text.
- setContext(IAdaptable) -
Method in class org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector
- Sets this hyperlink detector's context which
is responsible to provide the adapters.
- setContext(ActionContext) -
Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
-
- setContext(ActionContext) -
Method in class org.eclipse.ui.actions.ActionGroup
- Sets the context used to determine which actions are added,
and what their enabled state should be.
- setContext(ActionContext) -
Method in class org.eclipse.ui.navigator.WizardActionGroup
-
- setContext(IUndoContext) -
Method in class org.eclipse.ui.operations.OperationHistoryActionHandler
- Set the context shown by the handler.
- setContext(ActionContext) -
Method in class org.eclipse.ui.views.navigator.MainActionGroup
- Extends the superclass implementation to set the context in the subgroups.
- setContext(Shell) -
Method in class org.eclipse.ui.wizards.datatransfer.ImportOperation
- Sets the context for use by the VCM provider to prompt the user
for check-out of files.
- setContextInformationPopupBackground(Color) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the context information popup's background color.
- setContextInformationPopupForeground(Color) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the context information popup's foreground color.
- setContextInformationPopupOrientation(int) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the context information popup's orientation.
- setContextMenuManager(IMenuManager) -
Method in class org.eclipse.jface.action.CoolBarManager
-
- setContextMenuManager(IMenuManager) -
Method in interface org.eclipse.jface.action.ICoolBarManager
- Sets the context menu of this cool bar manager to the given menu
manager.
- setContextMenuManager(IMenuManager) -
Method in class org.eclipse.jface.action.SubCoolBarManager
-
- setContextMenuManager(MenuManager) -
Method in class org.eclipse.jface.action.ToolBarManager
- Sets the context menu manager for this tool bar manager to the given menu
manager.
- setContextSelectorBackground(Color) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the context selector's background color.
- setContextSelectorForeground(Color) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the context selector's foreground color.
- setContextTypeId(String) -
Method in class org.eclipse.jface.text.templates.Template
- Deprecated. Templates should never be modified
- setContextTypeRegistry(ContextTypeRegistry) -
Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
- Sets the context type registry.
- setContributesToHeader(boolean) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
- Sets whether the annotation type contributes to the overview ruler's header.
- setControl(Control) -
Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
- Sets the control to be displayed in this tab.
- setControl(Control) -
Method in class org.eclipse.jface.dialogs.DialogPage
- Set the control for the receiver.
- setControl(Control) -
Method in class org.eclipse.swt.custom.CTabItem
- Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
- setControl(Control) -
Method in class org.eclipse.swt.widgets.CoolItem
- Sets the control that is associated with the receiver
to the argument.
- setControl(Control) -
Method in class org.eclipse.swt.widgets.ExpandItem
- Sets the control that is shown when the item is expanded.
- setControl(Control) -
Method in class org.eclipse.swt.widgets.TabItem
- Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
- setControl(Control) -
Method in class org.eclipse.swt.widgets.ToolItem
- Sets the control that is used to fill the bounds of
the item when the item is a
SEPARATOR
.
- setControl(String, Control) -
Method in class org.eclipse.ui.forms.widgets.FormText
- Registers the control referenced by the provided key.
- setControl(Control) -
Method in class org.eclipse.ui.forms.widgets.SizeCache
- Sets the control whose size is being cached.
- setControl(int, Control) -
Method in class org.eclipse.ui.part.MultiPageEditorPart
- Sets the control for the given page index.
- setControlContents(Control, String, int) -
Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
-
- setControlContents(Control, String, int) -
Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
- Set the contents of the specified control to the specified text.
- setControlContents(Control, String, int) -
Method in class org.eclipse.jface.fieldassist.TextContentAdapter
-
- setControlVisible(Control, boolean) -
Static method in class org.eclipse.ui.forms.widgets.FormToolkit
- A utility method that ensures that the control is visible in the scrolled
composite.
- setControls(Control[]) -
Method in class org.eclipse.ui.forms.widgets.LayoutCache
- Sets the controls that are being cached here.
- setConverter(IConverter) -
Method in class org.eclipse.core.databinding.UpdateListStrategy
- Sets the converter to be invoked when converting added elements from the
source element type to the destination element type.
- setConverter(IConverter) -
Method in class org.eclipse.core.databinding.UpdateValueStrategy
- Sets the converter to be invoked when converting from the source type to
the destination type.
- setCoordinate(Rectangle, boolean, int) -
Static method in class org.eclipse.jface.util.Geometry
- Sets one coordinate of the given rectangle.
- setCoordinate(Point, boolean, int) -
Static method in class org.eclipse.jface.util.Geometry
- Sets one coordinate of the given point.
- setCopyAction(IAction) -
Method in class org.eclipse.ui.actions.TextActionHandler
- Set the default
IAction
handler for the Copy
action.
- setCopyAction(IAction) -
Method in class org.eclipse.ui.part.CellEditorActionHandler
- Sets the default
IAction
handler for the Copy
action.
- setCopyCount(long) -
Method in class org.eclipse.update.core.InstallMonitor
- Sets the number of bytes already copied.
- setCopyrightModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets the feature copyright information.
- setCreateContainerStructure(boolean) -
Method in class org.eclipse.ui.wizards.datatransfer.ImportOperation
- Sets whether the containment structures that are implied from the full paths
of file system objects being imported should be duplicated in the workbench.
- setCriteria(int) -
Method in class org.eclipse.ui.views.navigator.ResourceComparator
- Sets the sort criteria of this sorter.
- setCriteria(int) -
Method in class org.eclipse.ui.views.navigator.ResourceSorter
- Deprecated. Sets the sort criteria of this sorter.
- setCurrent() -
Method in class org.eclipse.swt.opengl.GLCanvas
- Sets the OpenGL context associated with this GLCanvas to be the
current GL context.
- setCurrentHeight(int) -
Method in class org.eclipse.jface.action.ToolBarContributionItem
- Sets the current height of the cool item.
- setCurrentIndex(int) -
Method in class org.eclipse.ui.views.framelist.FrameList
- Sets the current frame to the frame with the given index.
- setCurrentPage(IPreferencePage) -
Method in class org.eclipse.jface.preference.PreferenceDialog
- Sets the current page.
- setCurrentTheme(String) -
Method in interface org.eclipse.ui.themes.IThemeManager
- Set the currently active theme.
- setCurrentWidth(int) -
Method in class org.eclipse.jface.action.ToolBarContributionItem
- Sets the current width of the cool item.
- setCursor(Cursor) -
Method in class org.eclipse.swt.custom.StyledText
- Sets the receiver's cursor to the cursor specified by the
argument.
- setCursor(Cursor) -
Method in class org.eclipse.swt.widgets.Control
- Sets the receiver's cursor to the cursor specified by the
argument, or to the default cursor for that kind of control
if the argument is null.
- setCursor(Cursor) -
Method in class org.eclipse.swt.widgets.Tracker
- Sets the
Cursor
of the Tracker.
- setCursorLinePainterPreferenceKeys(String, String) -
Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
- Sets the preference keys for the cursor line painter.
- setCursorLocation(int, int) -
Method in class org.eclipse.swt.widgets.Display
- Sets the location of the on-screen pointer relative to the top left corner
of the screen.
- setCursorLocation(Point) -
Method in class org.eclipse.swt.widgets.Display
- Sets the location of the on-screen pointer relative to the top left corner
of the screen.
- setCursorPosition(Control, int) -
Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
-
- setCursorPosition(Control, int) -
Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
- Set the current cursor position in the control.
- setCursorPosition(Control, int) -
Method in class org.eclipse.jface.fieldassist.TextContentAdapter
-
- setCustomClasspath(URL[]) -
Method in class org.eclipse.ant.core.AntRunner
- Sets the custom classpath to use for this build
- setCustomInformationControlCreator(IInformationControlCreator) -
Method in class org.eclipse.jface.text.AbstractInformationControlManager
- Sets the temporary custom control creator, overriding this manager's default information control creator.
- setCustomProperties(Property[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the custom user properties specified for Ant builds.
- setCustomPropertyFiles(String[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the custom property files specified for Ant builds.
- setCustomTasks(Task[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the user defined custom tasks.
- setCustomTypes(Type[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Sets the user defined custom types.
- setCustomURLs(URL[]) -
Method in class org.eclipse.ant.core.AntCorePreferences
- Deprecated. use setAdditionalEntries(IAntClasspathEntry)[]
- setCutAction(IAction) -
Method in class org.eclipse.ui.actions.TextActionHandler
- Set the default
IAction
handler for the Cut
action.
- setCutAction(IAction) -
Method in class org.eclipse.ui.part.CellEditorActionHandler
- Sets the default
IAction
handler for the Cut
action.
- setCyclingMode(Object) -
Method in class org.eclipse.jface.text.link.LinkedModeUI
- Sets the cycling mode to either of
CYCLING_ALWAYS
,
CYCLING_NEVER
, or CYCLING_WHEN_NO_PARENT
,
which is the default.
- setDamager(IPresentationDamager, String) -
Method in class org.eclipse.jface.text.presentation.PresentationReconciler
- Registers the given presentation damager for a particular content type.
- setData(Object) -
Method in class org.eclipse.debug.core.DebugEvent
- Sets this event's application defined data.
- setData(Object) -
Method in class org.eclipse.jface.text.rules.Token
- Re-initializes the data of this token.
- setData(String, Object) -
Method in class org.eclipse.jface.viewers.Viewer
- Sets the value of the property with the given name to the
given value, or to
null
if the property is to be
removed.
- setData(String, Object) -
Method in class org.eclipse.jface.window.ToolTip
- Restore arbitary data under the given key
- setData(String, Object) -
Method in class org.eclipse.swt.widgets.Display
- Sets the application defined property of the receiver
with the specified name to the given argument.
- setData(Object) -
Method in class org.eclipse.swt.widgets.Display
- Sets the application defined, display specific data
associated with the receiver, to the argument.
- setData(Object) -
Method in class org.eclipse.swt.widgets.Widget
- Sets the application defined widget data associated
with the receiver to be the argument.
- setData(String, Object) -
Method in class org.eclipse.swt.widgets.Widget
- Sets the application defined property of the receiver
with the specified name to the given value.
- setData(String, Object) -
Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
- Sets the data associated with the workbench at the given key.
- setData(String, Object) -
Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
- Sets the data associated with this workbench window at the given key.
- setData(String, String) -
Method in interface org.eclipse.ui.cheatsheets.ICheatSheetManager
- Sets the data value associated with the given key.
- setDay(int) -
Method in class org.eclipse.swt.widgets.DateTime
- Sets the receiver's date, or day of the month, to the specified day.
- setDebugMode(boolean) -
Static method in class org.eclipse.jface.operation.ModalContext
- Sets whether ModalContext is running in debug mode.
- setDebugging(boolean) -
Method in class org.eclipse.core.runtime.Plugin
- Sets whether this plug-in is in debug mode.
- setDeclaredExtensionPoints(ExtensionPointModel[]) -
Method in class org.eclipse.core.runtime.model.PluginModel
- Deprecated. Sets the extension points in this plug-in descriptor.
- setDeclaredExtensions(ExtensionModel[]) -
Method in class org.eclipse.core.runtime.model.ExtensionPointModel
- Deprecated. Sets this extensions added to this extension point.
- setDeclaredExtensions(ExtensionModel[]) -
Method in class org.eclipse.core.runtime.model.PluginModel
- Deprecated. Sets the extensions in this plug-in descriptor.
- setDecorationColor(Color) -
Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
- Sets the color of the decoration.
- setDecorationContext(IDecorationContext) -
Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
- Set the decoration context that will be based to the decorator
for this label provider if that decorator implements
LabelDecorator
.
- setDecorationPosition(int) -
Method in interface org.eclipse.ui.forms.IMessageManager
- Message manager uses SWT.LEFT|SWT.BOTTOM for the default decoration
position.
- setDefault(Realm) -
Static method in class org.eclipse.core.databinding.observable.Realm
- Sets the default realm for the calling thread, returning the current
default thread.
- setDefault(String, boolean) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the boolean-valued property with the
given name.
- setDefault(String, double) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the double-valued property with the
given name.
- setDefault(String, float) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the float-valued property with the
given name.
- setDefault(String, int) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the integer-valued property with the
given name.
- setDefault(String, long) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the long-valued property with the
given name.
- setDefault(String, String) -
Method in class org.eclipse.core.runtime.Preferences
- Sets the default value for the string-valued property with the
given name.
- setDefault(IKeyLookup) -
Static method in class org.eclipse.jface.bindings.keys.KeyLookupFactory
- Sets the default look-up.
- setDefault(IKeyFormatter) -
Static method in class org.eclipse.jface.bindings.keys.formatting.KeyFormatterFactory
- Sets the default key formatter.
- setDefault(FieldDecorationRegistry) -
Static method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
- Set the default FieldDecorationRegistry.
- setDefault(String, double) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the double-valued preference with the
given name.
- setDefault(String, float) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the float-valued preference with the
given name.
- setDefault(String, int) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the integer-valued preference with the
given name.
- setDefault(String, long) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the long-valued preference with the
given name.
- setDefault(String, String) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the string-valued preference with the
given name.
- setDefault(String, boolean) -
Method in interface org.eclipse.jface.preference.IPreferenceStore
- Sets the default value for the boolean-valued preference with the
given name.
- setDefault(IPreferenceStore, String, FontData) -
Static method in class org.eclipse.jface.preference.PreferenceConverter
- Sets the default value of the preference with the given name
in the given preference store.
- setDefault(IPreferenceStore, String, FontData[]) -
Static method in class org.eclipse.jface.preference.PreferenceConverter
- Sets the default value of the preference with the given name
in the given preference store.
- setDefault(IPreferenceStore, String, Point) -
Static method in class org.eclipse.jface.preference.PreferenceConverter
- Sets the default value of the preference with the given name
in the given preference store.
- setDefault(IPreferenceStore, String, Rectangle) -
Static method in class org.eclipse.jface.preference.PreferenceConverter
- Sets the default value of the preference with the given name
in the given preference store.
- setDefault(IPreferenceStore, String, RGB) -
Static method in class org.eclipse.jface.preference.PreferenceConverter
- Sets the default value of the preference with the given name
in the given preference store.
- setDefault(String, double) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(String, float) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(String, int) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(String, long) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(String, String) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(String, boolean) -
Method in class org.eclipse.jface.preference.PreferenceStore
-
- setDefault(IKeyFormatter) -
Static method in class org.eclipse.ui.keys.KeyFormatterFactory
- Deprecated. Sets the default key formatter.
- setDefault(String, double) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, float) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, int) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, long) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, String) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, boolean) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- setDefault(String, double) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefault(String, float) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefault(String, int) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefault(String, long) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefault(String, String) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefault(String, boolean) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- setDefaultBackground(Color) -
Method in class org.eclipse.jface.text.source.AbstractRulerColumn
- Sets the default background color for this column.
- setDefaultButton(Button) -
Method in class org.eclipse.swt.widgets.Decorations
- If the argument is not null, sets the receiver's default
button to the argument, and if the argument is null, sets
the receiver's default button to the first button which
was set as the receiver's default button (called the
saved default button).
- setDefaultCharset(String) -
Method in interface org.eclipse.core.resources.IContainer
- Deprecated. Replaced by
IContainer.setDefaultCharset(String, IProgressMonitor)
which
is a workspace operation and reports changes in resource deltas.
- setDefaultCharset(String, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IContainer
- Sets the default charset for this container.
- setDefaultCharset(String) -
Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
- Sets the default charset for the corresponding content type.
- setDefaultEditor(String, String) -
Method in interface org.eclipse.ui.IEditorRegistry
- Sets the default editor id for the files that match that
specified file name or extension.
- setDefaultEditor(IFile, String) -
Static method in class org.eclipse.ui.ide.IDE
- Sets the default editor id for a given file.
- setDefaultImage(Image) -
Static method in class org.eclipse.jface.window.Window
- Sets the default image.
- setDefaultImages(Image[]) -
Static method in class org.eclipse.jface.window.Window
- Sets the array of default images to use for newly opened windows.
- setDefaultItem(MenuItem) -
Method in class org.eclipse.swt.widgets.Menu
- Sets the default menu item to the argument or removes
the default emphasis when the argument is
null
.
- setDefaultLabelProvider(ICompareInputLabelProvider) -
Method in class org.eclipse.compare.CompareConfiguration
- Set the default label provider for this configuration.
- setDefaultLookupOrder(String, String, String[]) -
Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
- Set the default scope lookup order for the preference keyed by the given
qualifier and simple name.
- setDefaultModalParent(IShellProvider) -
Static method in class org.eclipse.jface.window.Window
- Sets the default parent for modal Windows.
- setDefaultOrientation(int) -
Static method in class org.eclipse.jface.window.Window
- Sets the default orientation of windows.
- setDefaultPageImageDescriptor(ImageDescriptor) -
Method in class org.eclipse.jface.wizard.Wizard
- Sets the default page image descriptor for this wizard.
- setDefaultPageTitle(String) -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
- Sets the default page title to the given value.
- setDefaultPerspective(String) -
Method in interface org.eclipse.ui.IPerspectiveRegistry
- Sets the default perspective for the workbench to the given perspective id.
- setDefaultPrefixes(String[], String) -
Method in interface org.eclipse.jface.text.ITextViewer
- Sets the strings that are used as prefixes when lines of the given content type
are prefixed using the prefix text operation.
- setDefaultPrefixes(String[], String) -
Method in class org.eclipse.jface.text.TextViewer
-
- setDefaultRegistryProvider(IRegistryProvider) -
Static method in class org.eclipse.core.runtime.RegistryFactory
- Use this method to specify the default registry provider.
- setDefaultReturnToken(IToken) -
Method in class org.eclipse.jface.text.rules.RuleBasedScanner
- Configures the scanner's default return token.
- setDefaultStructureType(ILogicalStructureType[], ILogicalStructureType) -
Static method in class org.eclipse.debug.core.DebugPlugin
- Sets the default logical structure type among the given combination of logical structure
types.
- setDefaultStyleRange(StyleRange) -
Method in class org.eclipse.jface.text.TextPresentation
- Set the default style range of this presentation.
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
- By default, delegate to all of the tabs in this group.
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in class org.eclipse.debug.ui.CommonTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in class org.eclipse.debug.ui.EnvironmentTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
- Initializes the given launch configuration with
default values for this tab.
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
- Initializes the given launch configuration with
default values for this tab group.
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in class org.eclipse.debug.ui.RefreshTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) -
Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
-
- setDelay(int) -
Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
- Tells the reconciler how long it should wait for further text changes before
activating the appropriate reconciling strategies.
- setDelayedReflow(boolean) -
Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
- Sets the delayed reflow feature.
- setDeleteAction(IAction) -
Method in class org.eclipse.ui.actions.TextActionHandler
- Set the default
IAction
handler for the Delete
action.
- setDeleteAction(IAction) -
Method in class org.eclipse.ui.part.CellEditorActionHandler
- Sets the default
IAction
handler for the Delete
action.
- setDeleted(boolean) -
Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
- Sets the deletion state of the stored template.
- setDeletedColor(Color) -
Method in class org.eclipse.jface.text.source.ChangeRulerColumn
-
- setDeletedColor(Color) -
Method in interface org.eclipse.jface.text.source.IChangeRulerColumn
- Sets the color for the deleted lines indicator.
- setDeletedColor(Color) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
- setDerived(boolean) -
Method in interface org.eclipse.core.resources.IResource
- Sets whether this resource subtree is marked as derived.
- setDescent(int) -
Method in class org.eclipse.swt.graphics.TextLayout
- Sets the descent of the receiver.
- setDescription(IProjectDescription, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IProject
- Changes this project resource to match the given project
description.
- setDescription(IProjectDescription, int, IProgressMonitor) -
Method in interface org.eclipse.core.resources.IProject
- Changes this project resource to match the given project
description.
- setDescription(IWorkspaceDescription) -
Method in interface org.eclipse.core.resources.IWorkspace
- Sets the workspace description.
- setDescription(String) -
Method in interface org.eclipse.core.variables.IValueVariable
- Sets the description of this variable to the given value.
- setDescription(String) -
Method in interface org.eclipse.help.ui.IEngineDescriptor
- Changes the description of this engine.
- setDescription(String) -
Method in class org.eclipse.jface.action.Action
-
- setDescription(String) -
Method in interface org.eclipse.jface.action.IAction
- Sets this action's description.
- setDescription(String) -
Method in class org.eclipse.jface.dialogs.DialogPage
-
- setDescription(String) -
Method in interface org.eclipse.jface.dialogs.IDialogPage
- Sets this dialog page's description text.
- setDescription(String) -
Method in class org.eclipse.jface.fieldassist.FieldDecoration
- Set the description for the decoration shown when the user hovers over
the decoration.
- setDescription(String) -
Method in class org.eclipse.jface.text.templates.Template
- Deprecated. Templates should never be modified
- setDescription(String) -
Method in class org.eclipse.jface.text.templates.TemplateVariableResolver
- Sets the description.
- setDescription(String) -
Method in class org.eclipse.jface.wizard.WizardPage
- The
WizardPage
implementation of this IDialogPage
method extends the DialogPage
implementation to update
the wizard container title bar.
- setDescription(String) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
- Sets the description of this refactoring.
- setDescription(String) -
Method in class org.eclipse.ui.forms.widgets.Section
- Sets the description text.
- setDescription(String) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- setDescription(String) -
Method in class org.eclipse.ui.views.properties.PropertyDescriptor
- Sets the description for this property descriptor.
- setDescriptionControl(Control) -
Method in class org.eclipse.ui.forms.widgets.Section
- Sets the description control of this section.
- setDescriptionModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.CategoryModel
- Sets the category description.
- setDescriptionModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets the feature description information.
- setDescriptionModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.SiteModel
- Sets the site description.
- setDescriptionText(String) -
Method in class org.eclipse.jface.fieldassist.ControlDecoration
- Set the image shown in this control decoration.
- setDescriptor(RulerColumnDescriptor) -
Method in class org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
-
- setDescriptor(RulerColumnDescriptor) -
Method in interface org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
- Sets the extension point descriptor of this ruler.
- setDesiredExtensions(String[]) -
Method in class org.eclipse.ui.wizards.datatransfer.SelectFilesOperation
- Sets the file extensions which are desired.
- setDestination(File) -
Method in class org.eclipse.help.search.HelpIndexBuilder
- Sets the destination directory where index should be created.
- setDetails(ICategory) -
Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
-
- setDetailsLabelProvider(ILabelProvider) -
Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- Sets label provider for the details field.
- setDevice(String) -
Method in interface org.eclipse.core.runtime.IPath
- Returns a new path which is the same as this path but with
the given device id.
- setDevice(String) -
Method in class org.eclipse.core.runtime.Path
-
- setDialogBoundsSettings(IDialogSettings, int) -
Method in class org.eclipse.ui.dialogs.SelectionDialog
- Set the dialog settings that should be used to save the bounds of this
dialog.
- setDialogComplete(boolean) -
Method in class org.eclipse.ui.dialogs.SaveAsDialog
- Sets the completion state of this dialog and adjusts the enable state of
the Ok button accordingly.
- setDialogHelpAvailable(boolean) -
Static method in class org.eclipse.jface.dialogs.TrayDialog
- Sets whether JFace dialogs that support help control should
show the control by default.
- setDialogSettings(IDialogSettings) -
Method in class org.eclipse.jface.wizard.Wizard
- Sets the dialog settings for this wizard.
- setDigits(int) -
Method in class org.eclipse.swt.widgets.Spinner
- Sets the number of decimal places used by the receiver.
- setDimension(Rectangle, boolean, int) -
Static method in class org.eclipse.jface.util.Geometry
- Sets one dimension of the given rectangle.
- setDirectory(boolean) -
Method in class org.eclipse.core.filesystem.provider.FileInfo
- Sets whether this is a file or directory.
- setDirty(boolean) -
Method in class org.eclipse.compare.CompareEditorInput
- Sets the dirty state of this input to the given
value and sends out a
PropertyChangeEvent
if the new value differs from the old value.
- setDirty(boolean) -
Method in interface org.eclipse.core.filebuffers.IFileBuffer
- Sets the dirty state of the file buffer to the given value.
- setDirty(boolean) -
Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
- Sets the dirty state of the tab.
- setDirty(boolean) -
Method in class org.eclipse.jface.action.ContributionManager
- Sets whether this manager is dirty.
- setDirty(boolean) -
Method in class org.eclipse.team.ui.PageSaveablePart
- Deprecated. Set the saveable part's dirty state to the given state.
- setDirty(boolean) -
Method in class org.eclipse.team.ui.mapping.SaveableComparison
- Set the dirty state of this buffer.
- setDisabledIcon(ImageDescriptor) -
Method in class org.eclipse.ui.menus.UIElement
- Update the disabled icon on this UI element.
- setDisabledImage(Image) -
Method in class org.eclipse.swt.custom.CTabItem
- Deprecated. This image is not used
- setDisabledImage(Image) -
Method in class org.eclipse.swt.widgets.ToolItem
- Sets the receiver's disabled image to the argument, which may be
null indicating that no disabled image should be displayed.
- setDisabledImageDescriptor(ImageDescriptor) -
Method in class org.eclipse.jface.action.Action
-
- setDisabledImageDescriptor(ImageDescriptor) -
Method in interface org.eclipse.jface.action.IAction
- Sets the disabled image for this action, as an image descriptor.
- setDisabledImageDescriptor(ImageDescriptor) -
Method in class org.eclipse.ui.actions.LabelRetargetAction
-
- setDisabledImageDescriptor(ImageDescriptor) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- setDiscoverySiteEntryModels(URLEntryModel[]) -
Method in class org.eclipse.update.core.model.FeatureModel
- Sets additional update site references.
- setDisplay(Display) -
Method in class org.eclipse.ui.progress.UIJob
- Sets the display to execute the asyncExec in.
- setDisplayMode(boolean) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
- Sets the display mode of the ruler.
- setDoContextInfo(boolean) -
Method in class org.eclipse.jface.text.link.LinkedModeUI
- Sets the context info property.
- setDocument(IDocument) -
Method in interface org.eclipse.jface.text.IDocumentAdapter
- Sets the adapters document.
- setDocument(IDocument) -
Method in interface org.eclipse.jface.text.ITextViewer
- Sets the given document as the text viewer's model and updates the
presentation accordingly.
- setDocument(IDocument, int, int) -
Method in interface org.eclipse.jface.text.ITextViewer
- Sets the given document as this viewer's model and
exposes the specified region.
- setDocument(IDocument) -
Method in class org.eclipse.jface.text.TextViewer
-
- setDocument(IDocument, int, int) -
Method in class org.eclipse.jface.text.TextViewer
-
- setDocument(IDocument) -
Method in interface org.eclipse.jface.text.presentation.IPresentationDamager
- Tells the presentation damager on which document it will work.
- setDocument(IDocument) -
Method in interface org.eclipse.jface.text.presentation.IPresentationRepairer
- Tells the presentation repairer on which document it will work.
- setDocument(IDocument) -
Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
- Tells this reconciling strategy on which document it will
work.
- setDocument(IDocument) -
Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
-
- setDocument(IDocument, IAnnotationModel) -
Method in interface org.eclipse.jface.text.source.ISourceViewer
- Sets the given document as this viewer's text model and the
given annotation model as the model for this viewer's visual
annotations.
- setDocument(IDocument, IAnnotationModel, int, int) -
Method in interface org.eclipse.jface.text.source.ISourceViewer
- Sets the given document as this viewer's text model and the
given annotation model as the model for this viewer's visual
annotations.
- setDocument(IDocument) -
Method in class org.eclipse.jface.text.source.SourceViewer
-
- setDocument(IDocument, int, int) -
Method in class org.eclipse.jface.text.source.SourceViewer
-
- setDocument(IDocument, IAnnotationModel) -
Method in class org.eclipse.jface.text.source.SourceViewer
-
- setDocument(IDocument, IAnnotationModel, int, int) -
Method in class org.eclipse.jface.text.source.SourceViewer
-
- setDocument(IDocument, IAnnotationModel, int, int) -
Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
-
- setDocument(IDocument) -
Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
-
- setDocumentContent(IDocument, IEditorInput) -
Method in class org.eclipse.ui.editors.text.FileDocumentProvider
- Deprecated. use file encoding based version
- setDocumentContent(IDocument, IEditorInput, String) -
Method in class org.eclipse.ui.editors.text.FileDocumentProvider
-
- setDocumentContent(IDocument, InputStream) -
Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- Deprecated. use encoding based version instead
- setDocumentContent(IDocument, InputStream, String) -
Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- Initializes the given document with the given stream using the given encoding.
- setDocumentContent(IDocument, IEditorInput) -
Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- Deprecated. use the encoding based version instead
- setDocumentContent(IDocument, IEditorInput, String) -
Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
- Initializes the given document from the given editor input using the given character encoding.
- setDocumentPartitioner(IDocumentPartitioner) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- setDocumentPartitioner(String, IDocumentPartitioner) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- setDocumentPartitioner(IDocumentPartitioner) -
Method in interface org.eclipse.jface.text.IDocument
- Sets this document's partitioner.
- setDocumentPartitioner(String, IDocumentPartitioner) -
Method in interface org.eclipse.jface.text.IDocumentExtension3
- Sets this document's partitioner.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.TextViewer
- Sets the document partitioning of this viewer.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
- Sets the document partitioning this content assistant is using.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.formatter.ContentFormatter
- Sets the document partitioning to be used by this formatter.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.information.InformationPresenter
- Sets the document partitioning to be used by this information presenter.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.presentation.PresentationReconciler
- Sets the document partitioning for this presentation reconciler.
- setDocumentPartitioning(String) -
Method in class org.eclipse.jface.text.reconciler.Reconciler
- Sets the document partitioning for this reconciler.
- setDocumentProvider(IEditorInput) -
Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
- setDocumentProvider(IDocumentProvider) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Sets this editor's document provider.
- setDocumentProvider(IEditorInput) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Hook method for setting the document provider for the given input.
- setDocumentToDamagers(IDocument) -
Method in class org.eclipse.jface.text.presentation.PresentationReconciler
- Informs all registered damagers about the document on which they will work.
- setDocumentToRepairers(IDocument) -
Method in class org.eclipse.jface.text.presentation.PresentationReconciler
- Informs all registered repairers about the document on which they will work.
- setDontExpand(boolean) -
Method in class org.eclipse.compare.structuremergeviewer.DiffNode
- Controls whether this node is not automatically expanded when displayed in
a
DiffTreeViewer.
Event.data
field using the given selection.
empty lists
are displayed.
setEnabled
to all its children.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
null
.
WizardPage
implementation of this method
declared on DialogPage
updates the container
if this is the current page.
IExitPolicy
to customize the exit behavior of
this linked mode UI.
null
if none.
SWT.FILL_EVEN_ODD
or SWT.FILL_WINDING
.
patterns
in the preference store.
IAction
handler for the Find
action.
Page
implementation of this IPage
method
does nothing. Subclasses must implement.
MultiPageEditor
implementation of this
IWorkbenchPart
method sets focus on the active nested
editor, if there is one.
Page
implementation of this IPage
method
does nothing.
Font
at the columnIndex.
Font
used by CLabel
in the default implementation
true
the Finish or OK button, respectively will
be disabled until the user has visited the preview page.
Color
used by CLabel
in the default
implementation
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
RetargetAction
implementation of this method declared on
IAction
stores the help listener in a local field.
RetargetTextEditorAction
implementation of this method declared on
IAction
stores the help listener in a local field.
false
.
IProxyService
directly
null
if
this extension does not have an identifier.
null
if this extension point does not have an identifier.
null
if no image
is specified.
Image
displayed in the CLabel
in the default
implementation implementation
null
indicating that no image should be displayed.
IAnnotationPresentation
WizardPage
implementation of this method
declared on DialogPage
updates the container
if this page is the current page.
SWT
:
NONE
, ROMAN
, DBCS
,
PHONETIC
, NATIVE
, ALPHA
.
getDefaultLineDelimiter
if the document does not yet contain any line delimiter.
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information.
IntroPart
implementation of this
IExecutableExtension
records the configuration element in
and internal state variable (accessible via getConfigElement
).
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information. Most executable extensions only make use of the first
two call arguments.
Regular executable extensions specify their Java implementation class name as an attribute of the configuration element for the extension. For example
<action run="com.example.BaseAction"/>In the above example, this method would be called with a reference to the
<action>
element (first argument), and
"run"
as the name of the attribute that defined
this executable extension (second argument).
The last parameter is for the specific use of extension adapters and is typically not used by regular executable extensions.
There are two supported ways of associating additional adapter-specific data with the configuration in a way that is transparent to the extension point implementor:
(1) by specifying adapter data as part of the implementation
class attribute value. The Java class name can be followed
by a ":" separator, followed by any adapter data in string
form. For example, if the extension point specifies an attribute
"run"
to contain the name of the extension implementation,
an adapter can be configured as
<action run="com.example.ExternalAdapter:./cmds/util.exe -opt 3"/>
(2) by converting the attribute used to specify the executable extension to a child element of the original configuration element, and specifying the adapter data in the form of xml markup. Using this form, the example above would become
<action> <run class="com.xyz.ExternalAdapter"> <parameter name="exec" value="./cmds/util.exe"/> <parameter name="opt" value="3"/> </run > </action>
Form (2) will typically only be used for extension points that anticipate the majority of extensions configured into it will in fact be in the form of adapters.
In either case, the specified adapter class is instantiated using its 0-argument public constructor. The adapter data is passed as the last argument of this method. The data argument is defined as Object. It can have the following values:
null
, if no adapter data was suppliedString
Hashtable
containing the actual
parameter names and values (both String
s)WorkbenchPart
implementation of this
IExecutableExtension
records the configuration element in
and internal state variable (accessible via getConfigElement
).
IExecutableExtension
documentation.
ContentViewer
implementation of this Viewer
method invokes inputChanged
on the content provider and then the
inputChanged
hook method.
uiState
object.
null
to indicate no input.
SWT.DEFAULT
, SWT.NONE
,
SWT.LOW
or SWT.HIGH
.
Viewer
framework
method ensures that the given label provider is an instance of
ILabelProvider
.
Viewer
framework
method ensures that the given label provider is an instance of
ITableLabelProvider
, ILabelProvider
, or
CellLabelProvider
.
IAnnotationPresentation
true
, causes subsequent layout
operations in the receiver or any of its children to be ignored.
SWT.CAP_FLAT
, SWT.CAP_ROUND
,
or SWT.CAP_SQUARE
.
SWT.JOIN_MITER
, SWT.JOIN_ROUND
,
or SWT.JOIN_BEVEL
.
SWT.LINE_SOLID
, SWT.LINE_DASH
,
SWT.LINE_DOT
, SWT.LINE_DASHDOT
or
SWT.LINE_DASHDOTDOT
.
drawLine
, drawRectangle
,
drawPolyline
, and so forth.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
CommonNavigator.IS_LINKING_ENABLED_PROPERTY
.
plugin.xml
)
which corresponds to this plug-in descriptor.
null
.
-1
.
true
,
and marks it invisible otherwise.
null
.
WizardPage
implementation of this method
declared on DialogPage
updates the container
if this is the current page.
true
,
and marks it invisible otherwise.
MODE_*
constants.
INCOMING_MODE
,
OUTGOING_MODE
, BOTH_MODE
or CONFLICTING_MODE
).
newName
by the reorg refactoring.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
null
.
null
to clear the image for the page.
IAction
handler for the Paste
action.
IAction
handler for the Paste
action.
x
in
scanline y
in the receiver's data.
x
in
scanline y
in the receiver's data to the
values from the array pixels
starting at
startIndex
.
x
in
scanline y
in the receiver's data to the
values from the array pixels
starting at
startIndex
.
update
calls.
key
in the formatting context.
ResourcePropertySource
implementation of this
IPropertySource
method does nothing since all
properties are read-only.
IAction
handler for the Redo
action.
ITextViewerExtension.setRedraw(boolean)
.
false
, causes subsequent drawing
operations in the receiver to be ignored.
false
if display bounds should not be respected or
to true
if the tooltip is should repositioned to not
overlap the display bounds.
false
if monitor bounds should not be respected or
to true
if the tooltip is should repositioned to not
overlap the monitors bounds.
null
if the
selection was canceled.
IAction
handler for the Select All
action.
IAction
handler for the Select All
action.
ContentMergeViewer
implementation of this
Viewer
method does nothing.
ISelectionProvider
method make the new selection for this viewer without making it visible.
CHECK
,
RADIO
, or TOGGLE
.
null
to indicate no selection.
MultiPageEditorSite
implementation of this
IWorkbenchPartSite
method remembers the selection
provider, and also hooks a listener on it, which calls
handleSelectionChanged
when a selection changed event
occurs.
null
if the
selection was canceled.
List
and calls
setSelectionToWidget(List, boolean)
.
setHeadColor(IFormColors.H_BOTTOM_KEYLINE2, separatorColor)
IHistoryPageSite
in order to allow history pages to be displayed in
both views and dialogs.
CheckedTreeSelectionDialog.setComparator(ViewerComparator)
instead
ElementTreeSelectionDialog.setComparator(ViewerComparator)
instead
IResourceNavigator.setComparator(ResourceComparator)
instead
ResourceNavigator.setComparator(ResourceComparator)
null
if source lookup is not supported.
StructureDiffViewer
with a structure creator.
CLabel
in the default implementation
SWT
constants NORMAL, BOLD and ITALIC.
start
and
length
and adds the new styles.
INCOMING_MODE
,
OUTGOING_MODE
, BOTH_MODE
and CONFLICTING_MODE
).
null
if none.
IProgressMonitor
method forwards to the wrapped progress monitor.
CLabel
in the default implementation
SWT.DEFAULT
, SWT.OFF
or SWT.ON
.
AbstractRulerColumn.paintLine(GC, int, int, int, int)
.
null
if this job is not running or the thread is unknown.
DialogPage
implementation of this
IDialogPage
method remembers the title in an internal
state variable.
PreferencePage
implementation of this IDialogPage
method extends the DialogPage
implementation to update
the preference page container title.
WizardPage
implementation of this IDialogPage
method extends the DialogPage
implementation to update
the wizard container title bar.
Color
for tool tip.
Color
for tool tip.
URL
.
IAction
handler for the Undo
action.
IWorkspace.validateEdit(org.eclipse.core.resources.IFile[], java.lang.Object)
.
IAntPropertyValueProvider
to be used to dynamically provide a
value for this property.
PropertySheetEntry
implmentation of this method
declared onIPropertySheetEntry
will obtain an editable
value for the given objects and update the child entries.
IContributionItem
method stores the value in an internal state variable,
which is true
by default.
DialogPage
implementation of this
IDialogPage
method sets the control to the given
visibility state.
DialogPage
implementation of this
IDialogPage
method sets the control to the given
visibility state. Subclasses may extend.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and makes it invisible otherwise.
false
prevents these
messages from being printed.
SEPARATOR
ToolItems.
RefactoringWizard
.
null
to clear it.
LockListener
class.
t
so that its length doesn't exceed
the width of the given ToolItem.The default implementation replaces
characters in the center of the original string with an ellipsis ("...").
textValue
so that its width in
pixels does not exceed the width of the given control.
t
so that its length doesn't exceed
the given width.
run()
method before
the operation is run in the operation's context.
shouldRun
public so the result
can be used to provide handler enablement
Browser
is requested to be displayed.
true
on success.
setErrorMessage
.
null
if no history was available for the given input.
ContentOutline
implementation of this PageBookView
method
extends the behavior of its parent to use the current page as a selection provider.
Runnable
while providing
busy feedback using this busy indicator.
Plugin.stop(BundleContext context)
.
Implementations of shutdown()
should be changed to override
stop(BundleContext context)
and call super.stop(context)
instead of super.shutdown()
.
The shutdown()
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in.
shutdown
has been replaced by Plugin.stop(BundleContext context)
.
Implementations of shutdown
should be changed to extend
stop(BundleContext context)
and call super.stop(context)
instead of super.shutdown()
. Unlike super.shutdown()
,
super.stop(context)
must be called as the very last thing rather
than as the very first thing. The shutdown
method is called
only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in;
in contrast, the stop
method is always called.
Browser
size.
BundleActivator
method
opens the workspace.
AbstractUIPlugin
implementation of this Plugin
method refreshes the plug-in actions.
IDocumentExtension4.startRewriteSession(DocumentRewriteSessionType)
instead.
IDocumentExtension4.startRewriteSession(DocumentRewriteSessionType)
instead
-1
if none matches.
Plugin.start(BundleContext context)
.
Implementations of startup()
should be changed to extend
start(BundleContext context)
and call super.start(context)
instead of super.startup()
.
The startup()
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in.
startup
has been replaced by Plugin.start(BundleContext context)
.
Implementations of startup
should be changed to extend
start(BundleContext context)
and call super.start(context)
instead of super.startup()
. Like super.startup()
,
super.stop(context)
must be called as the very first thing.
The startup
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in; in contrast,
the start
method is always called.
SWT
.
Shell
hosting the Browser
should
display a status bar.
RESUME
and SUSPEND
events for the associated thread.
RESUME
and SUSPEND
events for the associated thread.
RESUME
and SUSPEND
events for
the associated thread.
RESUME
and SUSPEND
events for the associated thread, applying step
filters, as applicable for the associated thread.
BundleActivator
method
closes the workspace without saving.
delayRestart
is set
allows restart only after a certain delay.
AbstractUIPlugin
implementation of this Plugin
method saves this plug-in's preference and dialog stores and shuts down
its image registry (if they are in use).
replace
operation.
TemplateStore.startListeningForPreferenceChanges()
.
resumePostNotificationProcessing
is called.
startRewriteSession
has
been called before.
May be extended by subclasses.
IDocumentExtension4.stopRewriteSession(DocumentRewriteSession)
instead.
IDocumentExtension4.stopRewriteSession(DocumentRewriteSession)
instead
Properties.store(OutputStream,String)
.
IMemento
.
IProgressMonitor
method forwards to the wrapped progress monitor.
// Compute the client area, in the coordinate system of the input composite's parent
Rectangle clientArea = Display.getCurrent().map(inputComposite,
inputComposite.getParent(), inputComposite.getClientArea());
// Compute the margins for a given Composite by subtracting the client area from the composite's bounds
Rectangle margins = Geometry.subtract(inputComposite.getBounds(), clientArea);
// Now apply these margins to a new GridLayout
GridLayout layout = GridLayoutFactory.fillDefaults().margins(margins).create();
prependVerifyKeyListener
or IContentAssistSubjectControl.appendVerifyKeyListener(VerifyKeyListener)
.
SUSPEND
event.
model
.
run()
method of the runnable to be invoked from
within this realm at the next reasonable opportunity.
run()
method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity.
run()
method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity.
SyncInfoSet
changes.
SyncInfo
for a resource.
SyncInfoSet
have been reset or the
listener has been connected to the set for the first time using
SyncInfoSet#connect(ISyncInfoSetChangeListener, IProgressMonitor)
.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.