Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- M_EDIT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard Edit menu (value
"edit"
). - M_EDIT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Edit menu (value
"edit"
). - M_FILE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard File menu (value
"file"
). - M_FILE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard File menu (value
"file"
). - M_HELP - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard Help menu (value
"help"
). - M_HELP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Help menu (value
"help"
). - M_LAUNCH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of Launch window menu (value
"launch"
). - M_NAVIGATE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard Navigate menu (value
"navigate"
). - M_NAVIGATE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Navigate menu (value
"navigate"
). - M_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Perspective menu (value
"perspective"
). - M_PROJECT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard Project menu (value
"project"
). - M_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Project menu (value
"project"
). - M_PROJECT_CONFIGURE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
ID of the Project configure popup menu, can be used in menuContributions and objectContributions.
- M_VIEW - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.Since 3.0. This is no longer used.
- M_WINDOW - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Name of standard Window menu (value
"window"
). - M_WINDOW - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of standard Window menu (value
"window"
). - M_WORKBENCH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.Since 3.0. This is no longer used.
- M1_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'M1' key.
- M2_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'M2' key.
- M3_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'M3' key.
- M4_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'M4' key.
- MACOSX_BUNDLED - Static variable in interface org.eclipse.equinox.p2.core.spi.Constants
- MAddon - Interface in org.eclipse.e4.ui.model.application
-
A representation of the model object 'Addon'.
- MAdvancedFactory - Interface in org.eclipse.e4.ui.model.application.ui.advanced
-
The Factory for the model.
- magnification - Variable in class org.eclipse.swt.events.GestureEvent
-
This field is valid when the
detail
field is set toGESTURE_MAGNIFY
. - magnification - Variable in class org.eclipse.swt.widgets.Event
-
The change in magnification.
- magnitude(Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns the magnitude of the given 2d vector (represented as a Point)
- magnitudeSquared(Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns the square of the magnitude of the given 2-space vector (represented using a point)
- main(String[]) - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
-
This is the main to start osgi.
- main(String[]) - Static method in class org.eclipse.help.standalone.Help
-
Controls standalone help system from command line.
- main(String[]) - Static method in class org.eclipse.help.standalone.Infocenter
-
Controls start up and shut down of infocenter from command line.
- main(String[]) - Static method in class org.eclipse.ui.testing.dumps.AwtScreenshot
- MAIN_MENU - Static variable in class org.eclipse.ui.menus.MenuUtil
-
Main Menu
- MAIN_MENU_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
- MAIN_TOOLBAR - Static variable in class org.eclipse.ui.menus.MenuUtil
-
Main ToolBar (CoolBar)
- MAIN_TOOLBAR_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
- mainMenu - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
-
The cached value of the '
Main Menu
' containment reference. - MAINMENU - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
- make(Class<T>, IEclipseContext) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
-
Obtain an instance of the specified class and inject it with the context.
- make(Class<T>, IEclipseContext, IEclipseContext) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
-
Obtain an instance of the specified class and inject it with the context.
- make(Class<T>, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
-
Obtain an instance of the specified class and inject it with the data from the supplier.
- make(Class<T>, PrimaryObjectSupplier, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
-
Obtain an instance of the specified class and inject it with the data from the supplier.
- makeAbsolute() - Method in interface org.eclipse.core.runtime.IPath
-
Returns an absolute path with the segments and device id of this path.
- makeAbsolute() - Method in class org.eclipse.core.runtime.Path
- makeAbsolute(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns an absolute URI that is created by appending the given relative URI to the given base.
- makeActions(IWorkbenchWindow) - Method in class org.eclipse.ui.application.ActionBarAdvisor
-
Instantiates the actions used in the fill methods.
- makeClone() - Method in class org.eclipse.ui.views.markers.internal.MarkerFilter
-
Make a clone of the receiver.
- makeColumnsEqualWidth - Variable in class org.eclipse.swt.layout.GridLayout
-
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
- makeColumnsEqualWidth - Variable in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
If set to
true
, all the columns will have the same width. - makeCommittable(IResource[], Object) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
-
Makes the given resources committable.
- makeCommittable(IResource, Object) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
-
Makes the given resource committable.
- makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.ui.part.Page
-
This method exists for backward compatibility.
- makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.ui.views.properties.PropertySheetPage
- makeCSSParser() - Method in interface org.eclipse.e4.ui.css.core.dom.parsers.ICSSParserFactory
-
Return instance of
CSSParser
. - makeCSSParser() - Method in class org.eclipse.e4.ui.css.core.impl.dom.parsers.CSSParserFactoryImpl
- makeCSSParser() - Method in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
-
Return instance of CSS Parser.
- makeCSSParser() - Method in class org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
- makeDirty() - Method in class org.eclipse.core.databinding.observable.value.ComputedValue
- makeDirty() - Method in class org.eclipse.core.databinding.observable.value.DuplexingObservableValue
- makeDocumentHandler() - Method in class org.eclipse.e4.ui.css.core.impl.sac.DocumentHandlerFactoryImpl
- makeDocumentHandler() - Method in interface org.eclipse.e4.ui.css.core.sac.IDocumentHandlerFactory
-
Return default instance of
ExtendedDocumentHandler
. - makeInjector() - Static method in class org.eclipse.e4.core.di.InjectorFactory
-
Returns a new instance of the dependency injector.
- makeInSync(IDiff, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
-
Method that is invoked from
MergeContext.performReplace(IDiff, IProgressMonitor)
after the local has been changed to match the remote. - makeParser() - Method in interface org.eclipse.e4.ui.css.core.sac.ISACParserFactory
-
Return default instance of SAC Parser.
- makeParser() - Method in class org.eclipse.e4.ui.css.core.sac.SACParserFactory
-
Return default instance of SAC Parser.
- makeParser(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.SACParserFactoryImpl
- makeParser(String) - Method in interface org.eclipse.e4.ui.css.core.sac.ISACParserFactory
-
Return instance of SAC Parser registered into the factory with name
name
. - makeParser(String) - Method in class org.eclipse.e4.ui.css.core.sac.SACParserFactory
-
Return instance of SAC Parser registered into the factory with name
name
. - makeReference(Object) - Method in class org.eclipse.e4.core.di.suppliers.PrimaryObjectSupplier
-
Creates a new reference to the object.
- makeRelative() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a relative path with the segments and device id of this path.
- makeRelative() - Method in class org.eclipse.core.runtime.Path
- makeRelative(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a URI equivalent to the given original URI, but relative to the given base URI if possible.
- makeRelative(FilePath) - Method in class org.eclipse.osgi.framework.util.FilePath
-
Returns a string representing this path as a relative to the given base path.
- makeRelativeTo(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a path equivalent to this path, but relative to the given base path if possible.
- makeRelativeTo(IPath) - Method in class org.eclipse.core.runtime.Path
-
Returns a path equivalent to this path, but relative to the given base path if possible.
- makeUNC(boolean) - Method in interface org.eclipse.core.runtime.IPath
-
Return a new path which is the equivalent of this path converted to UNC form (if the given boolean is true) or this path not as a UNC path (if the given boolean is false).
- makeUNC(boolean) - Method in class org.eclipse.core.runtime.Path
- MalformedTreeException - Exception in org.eclipse.text.edits
-
Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
- MalformedTreeException(TextEdit, TextEdit, String) - Constructor for exception org.eclipse.text.edits.MalformedTreeException
-
Constructs a new malformed tree exception.
- malloc(long) - Static method in class org.eclipse.swt.internal.C
- MANAGED_ONLY - Static variable in interface org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy
-
Deprecated.When this site policy is used, only plug-ins specified by the configured features are contributed to the runtime.
- ManagedForm - Class in org.eclipse.ui.forms
-
Managed form wraps a form widget and adds life cycle methods for form parts.
- ManagedForm(Composite) - Constructor for class org.eclipse.ui.forms.ManagedForm
-
Creates a managed form in the provided parent.
- ManagedForm(FormToolkit, ScrolledForm) - Constructor for class org.eclipse.ui.forms.ManagedForm
-
Creates a managed form that will use the provided toolkit and
- ManagedOutputStream - Class in org.eclipse.osgi.storagemanager
-
Represents a managed output stream for target managed by a storage manager.
- manageJob(Job, int) - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
-
Manage the supplied job as a provisioning operation.
- managePosition(Position) - Method in interface org.eclipse.jface.text.IPaintPositionManager
-
Starts managing the given position until
unmanagePosition
is called. - manager - Variable in class org.eclipse.osgi.framework.eventmgr.ListenerQueue
-
EventManager with which this queue is associated.
- MANAGER_KEY - Static variable in class org.eclipse.jface.action.MenuManager
-
The key under which the
MenuManager
is added to the data properties of theMenu
created by the manager. - managerFor(Control) - Static method in class org.eclipse.jface.resource.JFaceResources
-
Creates a local registry that wraps the ResourceManager for the current display.
- ManifestElement - Class in org.eclipse.osgi.util
-
This class represents a single manifest element.
- ManifestLocalization - Class in org.eclipse.osgi.storage
-
This class is used to localize manifest headers for a revision.
- ManifestLocalization(BundleInfo.Generation, Dictionary<String, String>, String) - Constructor for class org.eclipse.osgi.storage.ManifestLocalization
- manipulateRepositories(Shell) - Method in class org.eclipse.equinox.p2.ui.ProvisioningUI
-
Open a UI that allows the user to manipulate the repositories.
- MANUAL_CONFLICT - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
-
Sync constant (value 64) indicating that both the local and remote resources have changed relative to the base and their content changes conflict (e.g. local and remote resource have changes on same lines).
- map(Class<S>, String) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
-
Returns a map property for the given property name of the given bean class.
- map(Class<S>, String) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
-
Returns a map property for the given property name of the given bean class.
- map(Class<S>, String, Class<K>, Class<V>) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
-
Returns a map property for the given property name of the given bean class.
- map(Class<S>, String, Class<K>, Class<V>) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
-
Returns a map property for the given property name of the given bean class.
- map(String) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
-
Returns a master-detail combination of this property and the specified map property.
- map(String) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
-
Returns a map property for the given property name of an arbitrary bean class.
- map(String) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
-
Returns a map property for the given property name of an arbitrary bean class.
- map(String, Class<K>, Class<V>) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
-
Returns a master-detail combination of this property and the specified map property.
- map(String, Class<K>, Class<V>) - Static method in class org.eclipse.core.databinding.beans.typed.BeanProperties
-
Returns a map property for the given property name of an arbitrary bean class.
- map(String, Class<K>, Class<V>) - Static method in class org.eclipse.core.databinding.beans.typed.PojoProperties
-
Returns a map property for the given property name of an arbitrary bean class.
- map(IBeanMapProperty<? super T, K, V>) - Method in interface org.eclipse.core.databinding.beans.IBeanValueProperty
-
Returns a master-detail combination of this property and the specified map property.
- map(IMapProperty<? super T, K, V>) - Method in interface org.eclipse.core.databinding.property.value.IValueProperty
-
Returns the nested combination of this property and the specified detail map property.
- map(IMapProperty<? super T, K, V>) - Method in class org.eclipse.core.databinding.property.value.ValueProperty
- map(IProject, String) - Static method in class org.eclipse.team.core.RepositoryProvider
-
Instantiate a new RepositoryProvider with concrete class by given providerID and associate it with project.
- map(IPath, IPath) - Method in interface org.eclipse.core.resources.ISaveContext
-
Maps the given plug-in file to its real location.
- map(Control, Control, int, int) - Method in class org.eclipse.swt.widgets.Display
-
Maps a point from one coordinate system to another.
- map(Control, Control, int, int, int, int) - Method in class org.eclipse.swt.widgets.Display
-
Maps a point from one coordinate system to another.
- map(Control, Control, Point) - Method in class org.eclipse.swt.widgets.Display
-
Maps a point from one coordinate system to another.
- map(Control, Control, Rectangle) - Method in class org.eclipse.swt.widgets.Display
-
Maps a point from one coordinate system to another.
- mapAttribute(AttributeMarkerGrouping, MarkerGroupingEntry, String) - Method in class org.eclipse.ui.views.markers.internal.MarkerGroup
-
Add an attributeMapping for the markerType.
- MapChangeEvent<K,
V> - Class in org.eclipse.core.databinding.observable.map -
Map change event describing an incremental change of an
IObservableMap
object. - MapChangeEvent(IObservableMap<K, V>, MapDiff<K, V>) - Constructor for class org.eclipse.core.databinding.observable.map.MapChangeEvent
-
Creates a new map change event
- MapDiff<K,
V> - Class in org.eclipse.core.databinding.observable.map - MapDiff() - Constructor for class org.eclipse.core.databinding.observable.map.MapDiff
- mapDPIToZoom(int) - Static method in class org.eclipse.swt.internal.DPIUtil
-
Compute the zoom value based on the DPI value.
- mapElement(Object, Widget) - Method in class org.eclipse.jface.viewers.StructuredViewer
-
Adds the element item pair to the element map.
- mapElement(Object, Widget) - Method in class org.eclipse.jface.viewers.TreeViewer
- mapElement(Object, Widget) - Method in class org.eclipse.ui.navigator.CommonViewer
- mapEntryValueFactory(IObservableMap<K, V>, Object) - Static method in class org.eclipse.core.databinding.observable.Observables
-
Returns a factory for creating observable values tracking the value of the
observable map
entry identified by a particular key. - mapFactory() - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
-
Returns a factory for creating observable maps tracking this property of a particular property source.
- mapFactory() - Method in class org.eclipse.core.databinding.property.map.MapProperty
- mapFactory(Realm) - Method in interface org.eclipse.core.databinding.property.map.IMapProperty
-
Returns a factory for creating observable maps in the given realm, tracking this property of a particular property source.
- mapFactory(Realm) - Method in class org.eclipse.core.databinding.property.map.MapProperty
- mapLibraryNames(String) - Method in class org.eclipse.osgi.storage.NativeCodeFinder
- MappedSet - Class in org.eclipse.core.databinding.observable.set
-
Deprecated.This class is deprecated.
- MappedSet(IObservableSet, IObservableMap) - Constructor for class org.eclipse.core.databinding.observable.set.MappedSet
-
Deprecated.
- MApplication - Interface in org.eclipse.e4.ui.model.application
-
A representation of the model object 'Application'.
- MApplicationElement - Interface in org.eclipse.e4.ui.model.application
-
A representation of the model object 'Element'.
- MApplicationFactory - Interface in org.eclipse.e4.ui.model.application
-
The Factory for the model.
- MapProperty<S,
K, V> - Class in org.eclipse.core.databinding.property.map -
Abstract implementation of IMapProperty
- MapProperty() - Constructor for class org.eclipse.core.databinding.property.map.MapProperty
- mapToStore(Map<Object, Object>, IPreferenceStore) - Method in class org.eclipse.jface.text.formatter.FormattingContext
- mapToStore(Map<Object, Object>, IPreferenceStore) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
-
Stores the preferences from a map to a preference store.
- mapType(Object) - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTypeMapper
- mapType(Object) - Method in interface org.eclipse.ui.views.properties.tabbed.ITypeMapper
-
Map the input object to a domain model type.
- mapZoomToDPI(int) - Static method in class org.eclipse.swt.internal.DPIUtil
-
Compute the DPI value value based on the zoom.
- MArea - Interface in org.eclipse.e4.ui.model.application.ui.advanced
-
A representation of the model object 'Area'.
- MARGIN_HEIGHT - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
-
The margin height used by layout styles
FLAT
andGRID
. - MARGIN_WIDTH - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
-
The margin width used by layout styles
FLAT
andGRID
. - MARGIN_WRAPPER_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
- marginBottom - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
- marginBottom - Variable in class org.eclipse.swt.layout.FormLayout
-
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
- marginBottom - Variable in class org.eclipse.swt.layout.GridLayout
-
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
- marginBottom - Variable in class org.eclipse.swt.layout.RowLayout
-
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
- marginHeight - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
The margin height;
5
pixels by default. - marginHeight - Variable in class org.eclipse.swt.custom.CTabFolder
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the form.
- marginHeight - Variable in class org.eclipse.swt.custom.StackLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.swt.custom.ViewForm
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the form.
- marginHeight - Variable in class org.eclipse.swt.layout.BorderLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.swt.layout.FillLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.swt.layout.FormLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.swt.layout.GridLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.swt.layout.RowLayout
-
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
- marginHeight - Variable in class org.eclipse.ui.forms.widgets.AbstractHyperlink
-
Amount of the margin height around the hyperlink (default is 1).
- marginHeight - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
-
Height of the margin that will be added around the control (default is 0).
- marginHeight - Variable in class org.eclipse.ui.forms.widgets.FormText
-
Value of tue vertical margin (default is 1).
- marginLeft - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
- marginLeft - Variable in class org.eclipse.swt.layout.FormLayout
-
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
- marginLeft - Variable in class org.eclipse.swt.layout.GridLayout
-
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
- marginLeft - Variable in class org.eclipse.swt.layout.RowLayout
-
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
- MarginPainter - Class in org.eclipse.jface.text
-
Paints a vertical line (margin line) after a given column respecting the text viewer's font.
- MarginPainter(ITextViewer) - Constructor for class org.eclipse.jface.text.MarginPainter
-
Creates a new painter for the given text viewer.
- marginRight - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
- marginRight - Variable in class org.eclipse.swt.layout.FormLayout
-
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
- marginRight - Variable in class org.eclipse.swt.layout.GridLayout
-
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
- marginRight - Variable in class org.eclipse.swt.layout.RowLayout
-
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
- margins(int, int) - Method in class org.eclipse.jface.layout.FillLayoutFactory
-
Sets the margins for layouts created with this factory.
- margins(int, int) - Method in class org.eclipse.jface.layout.GridLayoutFactory
-
Sets the margins for layouts created with this factory.
- margins(int, int) - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
Sets the margins for layouts created with this factory.
- margins(Point) - Method in class org.eclipse.jface.layout.FillLayoutFactory
-
Sets the margins for layouts created with this factory.
- margins(Point) - Method in class org.eclipse.jface.layout.GridLayoutFactory
-
Sets the margins for layouts created with this factory.
- margins(Point) - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
Sets the margins for layouts created with this factory.
- marginTop - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
- marginTop - Variable in class org.eclipse.swt.layout.FormLayout
-
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
- marginTop - Variable in class org.eclipse.swt.layout.GridLayout
-
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
- marginTop - Variable in class org.eclipse.swt.layout.RowLayout
-
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
- marginWidth - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
The margin width;
5
pixels by default. - marginWidth - Variable in class org.eclipse.swt.custom.CTabFolder
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the form.
- marginWidth - Variable in class org.eclipse.swt.custom.StackLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.swt.custom.ViewForm
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the form.
- marginWidth - Variable in class org.eclipse.swt.layout.BorderLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.swt.layout.FillLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.swt.layout.FormLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.swt.layout.GridLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.swt.layout.RowLayout
-
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
- marginWidth - Variable in class org.eclipse.ui.forms.widgets.AbstractHyperlink
-
Amount of the margin width around the hyperlink (default is 1).
- marginWidth - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
-
Width of the margin that will be added around the control (default is 0).
- marginWidth - Variable in class org.eclipse.ui.forms.widgets.FormText
-
Value of the horizontal margin (default is 0).
- MARK_AS_MERGE_ACTION_ID - Static variable in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
-
Action id constant for the mark-as-merge action.
- MarkAction - Class in org.eclipse.ui.texteditor
-
An action to handle emacs-like marked regions.
- MarkAction(ResourceBundle, String, ITextEditor, int) - Constructor for class org.eclipse.ui.texteditor.MarkAction
-
Constructor for MarkAction.
- markAsCanceled() - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
-
Logs that the reorg refactoring got canceled by the user.
- markAsContentDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Marks or unmarks the given action to be updated on content changes.
- markAsMerged(IDiff[], boolean, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
-
Mark the files associated with the given diff nodes as being merged.
- markAsMerged(IDiff[], boolean, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
- markAsMerged(IDiff, boolean, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
-
Method that allows the model merger to signal that the file associated with the given diff node has been completely merged.
- markAsProcessed(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
-
Logs that the given element got processed by the refactoring
- markAsPropertyDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Marks or unmarks the given action to be updated on property changes.
- markAsSelectionDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Marks or unmarks the given action to be updated on text selection changes.
- markAsStateDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Marks or unmarks the given action to be updated on state changes.
- markAsSynthetic() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
-
Marks this change as synthetic.
- markChanged(int, int) - Method in class org.eclipse.jface.text.TextViewer
-
Sends out a mark selection changed event to all registered listeners.
- markCollapsed() - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
-
Marks this annotation as being collapsed.
- markCompletedAction_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- markCompletedHandler_task - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- markDefaultVariableAccessed() - Method in class org.eclipse.core.expressions.ExpressionInfo
-
Marks the default variable as accessed.
- markDeleted(boolean) - Method in class org.eclipse.jface.text.source.Annotation
-
Marks this annotation deleted according to the value of the
deleted
parameter. - markDirty() - Method in class org.eclipse.jface.action.ContributionManager
- markDirty() - Method in interface org.eclipse.jface.action.IContributionManager
-
Marks this contribution manager as dirty.
- markDirty() - Method in class org.eclipse.jface.action.MenuManager
-
The
MenuManager
implementation of thisContributionManager
method also propagates the dirty flag up the parent chain. - markDirty() - Method in class org.eclipse.jface.action.SubContributionManager
- markDirty() - Method in class org.eclipse.jface.viewers.CellEditor
-
Marks this cell editor as dirty.
- markDirty() - Method in class org.eclipse.ui.forms.AbstractFormPart
-
Marks the part dirty.
- markDirty() - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
- markDirty() - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
-
Sets the dialog's dirty flag to
true
- markEditor(IEditorPart) - Method in class org.eclipse.ui.internal.NavigationHistory
- MARKER - Static variable in interface org.eclipse.core.resources.IMarker
-
Base marker type.
- MARKER_ATTRIBUTE_GROUPING - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The attribute grouping element name.
- MARKER_GROUPING - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The tag for marker grouping.
- MARKER_GROUPING_ENTRY - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The constant for grouping entries.
- MARKER_NOT_FOUND - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 376) indicating a marker unexpectedly does not exist in the workspace tree.
- marker_statusSelectedCount - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- marker_statusSummarySelected - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MARKER_SUPPORT - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The tag for the marker support extension
- MARKER_TYPE_REFERENCE - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The key for marker type references.
- MarkerAnnotation - Class in org.eclipse.ui.texteditor
-
Annotation representing a marker on a resource in the workspace.
- MarkerAnnotation(String, IMarker) - Constructor for class org.eclipse.ui.texteditor.MarkerAnnotation
-
Creates a new annotation of the given type for the given marker.
- MarkerAnnotation(IMarker) - Constructor for class org.eclipse.ui.texteditor.MarkerAnnotation
-
Creates a new annotation for the given marker.
- MarkerAnnotationPreferences - Class in org.eclipse.ui.texteditor
-
Objects of this class provide access to all extensions declared for the
markerAnnotationSpecification
extension point. - MarkerAnnotationPreferences() - Constructor for class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
-
Creates a new marker annotation preferences to access marker annotation preferences.
- MarkerConfigurationsLabel - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- markerExists() - Method in class org.eclipse.debug.core.model.Breakpoint
-
Returns whether this breakpoint has an associated marker that exists.
- markerField - Variable in class org.eclipse.ui.views.markers.internal.MarkerGroup
- MarkerField - Class in org.eclipse.ui.views.markers
-
MarkerField is the abstract superclass of the definition of the content providers for columns in a Markers View.
- MarkerField() - Constructor for class org.eclipse.ui.views.markers.MarkerField
- MarkerFieldFilter - Class in org.eclipse.ui.views.markers
-
A MarkerFieldFilter is a filter on a particular marker field.
- MarkerFieldFilter() - Constructor for class org.eclipse.ui.views.markers.MarkerFieldFilter
- MarkerFilter - Class in org.eclipse.ui.views.markers.internal
-
MarkerFilter is the class that defines a filter on markers in a MarkerView.
- MarkerFilter_addFilterName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_cloneFilterName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_ConfigureContentsCommand_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_defaultFilterName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_deleteSelectedName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_editFilterName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_filtersTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_newFilterName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_renameName - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_searching - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilter_showAllCommand_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_emptyMessage - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_errorTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_failedFilterMessage - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_message - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerFilterDialog_YouHaveDisabledMarkerLimit - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerGroup - Class in org.eclipse.ui.views.markers.internal
- MarkerGroup(IConfigurationElement) - Constructor for class org.eclipse.ui.views.markers.internal.MarkerGroup
-
Create a new instance of the receiver called name with id identifier.
- MarkerGroupingEntry - Class in org.eclipse.ui.views.markers.internal
-
MarkerGroupingEntry is the configuration object for the markerGroupingEntry extension.
- MarkerGroupingEntry(String) - Constructor for class org.eclipse.ui.views.markers.internal.MarkerGroupingEntry
-
Create a new instance of the receiver with just a label.
- MarkerGroupingEntry(IConfigurationElement) - Constructor for class org.eclipse.ui.views.markers.internal.MarkerGroupingEntry
-
Create a new instance of the receiver from element.
- MarkerItem - Class in org.eclipse.ui.views.markers
-
The MarkerItem class is the class that represents the objects displayed at
IMarker
related views. - MarkerItem() - Constructor for class org.eclipse.ui.views.markers.MarkerItem
- MarkerMessages - Class in org.eclipse.ui.views.markers.internal
-
MarkerMessages is the class that handles the messages for the markers.
- MarkerMessages() - Constructor for class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerNode - Class in org.eclipse.ui.views.markers.internal
-
The MarkerNode class is the class that handles category nodes and concrete markers.
- MarkerNode() - Constructor for class org.eclipse.ui.views.markers.internal.MarkerNode
- MarkerPreferences_AtLeastOneVisibleColumn - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_ColumnGroupTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_DialogTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_HiddenColumnsTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_MarkerLimits - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_MoveLeft - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_MoveRight - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_VisibleColumnsTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_VisibleItems - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerPreferences_WidthOfShownColumn - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_AddOthers - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_CalculatingTask - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_CannotFixMessage - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_CannotFixTitle - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Description - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Fixing - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_NoResolutionsFound - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_NoResolutionsFoundForMultiSelection - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Problems_List_Location - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Problems_List_Resource - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Problems_List_Title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Resolutions_List_Title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_Title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionDialog_WorkingSubTask - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerResolutionSelectionDialog - Class in org.eclipse.ui.dialogs
-
Dialog to allow the user to select from a list of marker resolutions.
- MarkerResolutionSelectionDialog(Shell, IMarkerResolution[]) - Constructor for class org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog
-
Creates an instance of this dialog to display the given resolutions.
- markerRule(IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for creating, modifying, or deleting markers on a resource.
- markerRule(IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of
IResourceRuleFactory#markerRule
. - MarkerRulerAction - Class in org.eclipse.ui.texteditor
-
A ruler action which can add and remove markers which have a visual representation in the ruler.
- MarkerRulerAction(ResourceBundle, String, IVerticalRuler, ITextEditor, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerAction
-
Deprecated.use
MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean)
instead - MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerAction
-
Creates a new action for the given ruler and editor.
- MarkerRulerInfoAction - Class in org.eclipse.ui.texteditor
-
Deprecated.use
MarkerRulerAction
instead - MarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerInfoAction
-
Deprecated.use super class constructor instead
- MARKERS - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Change constant (bit mask) indicating that the resource's markers have changed.
- MARKERS_ID - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
-
The id for the new markers view.
- markersExist() - Method in class org.eclipse.ui.ide.undo.CreateMarkersOperation
-
Return whether the markers known by this operation currently exist.
- MarkerSupportConstants - Class in org.eclipse.ui.views.markers
-
MarkerSupportConstants is a static class that supplies commonly used constants.
- MarkerSupportConstants() - Constructor for class org.eclipse.ui.views.markers.MarkerSupportConstants
- MarkerSupportRegistry - Class in org.eclipse.ui.views.markers.internal
-
The ProblemFilterRegistryReader is the registry reader for declarative problem filters.
- MarkerSupportView - Class in org.eclipse.ui.views.markers
-
The MarkerSupportView is a view that supports the extensions in the markerSupport extension point.
- MarkerSupportView(String) - Constructor for class org.eclipse.ui.views.markers.MarkerSupportView
-
Create a new instance of the receiver on contentGeneratorId.
- MarkerTransfer - Class in org.eclipse.ui.part
-
A
MarkerTransfer
is used to transfer an array ofIMarker
s from one part to another in a drag and drop operation. - MarkerType - Class in org.eclipse.ui.views.markers.internal
-
Represents a marker type.
- MarkerType(MarkerTypesModel, String, String, String[]) - Constructor for class org.eclipse.ui.views.markers.internal.MarkerType
-
Creates a new marker type.
- MarkerTypesModel - Class in org.eclipse.ui.views.markers.internal
-
Maintains a model of all known marker types.
- MarkerUtilities - Class in org.eclipse.ui.texteditor
-
Utility class for accessing marker attributes.
- MarkerView_18 - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_19 - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_processUpdates - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_queueing_updates - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_refreshing_counts - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_searching_for_markers - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerView_waiting_on_changes - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- MarkerViewHandler - Class in org.eclipse.ui.views.markers
-
MarkerViewHandler is the abstract class of the handlers for the
MarkerSupportView
- MarkerViewHandler() - Constructor for class org.eclipse.ui.views.markers.MarkerViewHandler
- MarkerViewUtil - Class in org.eclipse.ui.views.markers
-
Utility class for showing markers in the marker views.
- MarkerViewUtil() - Constructor for class org.eclipse.ui.views.markers.MarkerViewUtil
- markExpanded() - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
-
Marks this annotation as being unfolded.
- markForShift() - Method in class org.eclipse.jface.text.projection.Segment
-
Sets the shifting flag.
- markForStretch() - Method in class org.eclipse.jface.text.projection.Segment
-
Sets the stretching flag.
- markInNavigationHistory() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Writes a check mark of the given situation into the navigation history.
- markInvalid() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
-
Mark this operation invalid due to some external change.
- markLocation(IEditorPart) - Method in interface org.eclipse.ui.INavigationHistory
-
Mark the current location into the history.
- markLocation(IEditorPart) - Method in class org.eclipse.ui.internal.NavigationHistory
- MarkRegionTarget - Class in org.eclipse.ui.texteditor
-
Default implementation of
IMarkRegionTarget
usingITextViewer
andIStatusLineManager
. - MarkRegionTarget(ITextViewer, IStatusLineManager) - Constructor for class org.eclipse.ui.texteditor.MarkRegionTarget
-
Creates a MarkRegionTaret.
- markSealed() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
-
Seals this event.
- MarkSelection - Class in org.eclipse.jface.text
-
Default implementation of
IMarkSelection
. - MarkSelection(IDocument, int, int) - Constructor for class org.eclipse.jface.text.MarkSelection
-
Creates a MarkSelection.
- markShared() - Method in class org.eclipse.ui.forms.FormColors
-
Marks the colors shared.
- markStale() - Method in class org.eclipse.ui.forms.AbstractFormPart
-
Marks the part stale.
- markSystemPropertyAccessed() - Method in class org.eclipse.core.expressions.ExpressionInfo
-
Marks the system property as accessed.
- maskAction(IActionSetDescriptor) - Method in class org.eclipse.ui.internal.ActionSetManager
- maskData - Variable in class org.eclipse.swt.graphics.ImageData
-
An icon-specific field containing the data from the icon mask.
- maskPad - Variable in class org.eclipse.swt.graphics.ImageData
-
An icon-specific field containing the scanline pad of the mask.
- MasterDetailObservables - Class in org.eclipse.core.databinding.observable.masterdetail
-
Allows for the observation of an attribute, the detail, of an observable representing selection or another transient instance, the master.
- MasterDetailObservables() - Constructor for class org.eclipse.core.databinding.observable.masterdetail.MasterDetailObservables
- MasterDetailsBlock - Class in org.eclipse.ui.forms
-
This class implements the 'master/details' UI pattern suitable for inclusion in a form.
- MasterDetailsBlock() - Constructor for class org.eclipse.ui.forms.MasterDetailsBlock
- masterDocumentAboutToBeChanged(DocumentEvent) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
-
When called, this projection document is informed about a forthcoming change of its master document.
- masterDocumentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
-
When called, this projection document is informed about a change of its master document.
- masterValueChanged(boolean) - Method in class org.eclipse.help.ui.RootScopePage
-
Called when the value of the master switch has changed.
- match(Object) - Method in interface org.eclipse.ui.dialogs.FilteredList.FilterMatcher
- match(String) - Method in class org.eclipse.core.text.StringMatcher
-
Determines whether the given
text
matches the pattern. - match(String, int, int) - Method in class org.eclipse.core.text.StringMatcher
-
Determines whether the given sub-string of
text
fromstart
(inclusive) toend
(exclusive) matches the pattern. - match(Map<String, ? extends Object>) - Method in interface org.eclipse.equinox.p2.metadata.expression.IFilterExpression
-
Filter using a
Map
. - match(IDocument, int) - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
- match(IDocument, int) - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcher
-
Starting at the given offset, the matcher chooses a character close to this offset.
- match(IDocument, int, int) - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
- match(IDocument, int, int) - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcherExtension
-
Starting at the given offset (i.e. length 0) or the selected character, the matcher searches for the matching peer character and if it finds one, returns the minimal region of the document that contains both characters.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSAndConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSAttributeConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSBeginHyphenAttributeConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSChildSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSClassConditionImpl
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionalSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDescendantSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDirectAdjacentSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSElementSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSIdConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSLangConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSOneOfAttributeConditionImpl
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoClassConditionImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoElementSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, String) - Method in interface org.eclipse.e4.ui.css.core.impl.sac.ExtendedCondition
-
Tests whether this condition matches the given element.
- match(Element, String) - Method in interface org.eclipse.e4.ui.css.core.impl.sac.ExtendedSelector
-
Tests whether this selector matches the given element.
- match(Element, Node[], int, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSChildSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, Node[], int, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionalSelectorImpl
- match(Element, Node[], int, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDescendantSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, Node[], int, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDirectAdjacentSelectorImpl
-
Tests whether this selector matches the given element.
- match(Element, Node[], int, String) - Method in interface org.eclipse.e4.ui.css.core.impl.sac.ExtendedSelector
- Match - Class in org.eclipse.search.ui.text
-
A textual match in a given object.
- Match(Object, int, int) - Constructor for class org.eclipse.search.ui.text.Match
-
Constructs a new Match object.
- Match(Object, int, int, int) - Constructor for class org.eclipse.search.ui.text.Match
-
Constructs a new Match object.
- MATCH_ID - Static variable in interface org.eclipse.ui.IWorkbenchPage
-
Editor opening match mode specifying that the editor id should be considered when matching against existing editors.
- MATCH_IGNORE_SIZE - Static variable in interface org.eclipse.ui.IWorkbenchPage
-
Editor opening match mode specifying that the editor selection strategy should ignore file size
- MATCH_INPUT - Static variable in interface org.eclipse.ui.IWorkbenchPage
-
Editor opening match mode specifying that the editor input should be considered when matching against existing editors.
- MATCH_NONE - Static variable in interface org.eclipse.ui.IWorkbenchPage
-
Editor opening match mode specifying that no matching against existing editors should be done.
- matchCase(Map<String, ? extends Object>) - Method in interface org.eclipse.equinox.p2.metadata.expression.IFilterExpression
-
Filter with case sensitivity using a
Map
. - matchDNChain(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
This method verifies whether the specified
pattern
matches the Distinguished Names of any of the certificate chains used to authenticate this application. - matcherFinished() - Method in class org.eclipse.ui.console.TextConsole
-
Called by this console's pattern matcher when matching is complete.
- matchers - Variable in class org.eclipse.core.resources.filtermatchers.CompoundFileInfoMatcher
- matches(int) - Method in interface org.eclipse.core.runtime.IStatus
-
Returns whether the severity of this status matches the given severity mask.
- matches(int) - Method in class org.eclipse.core.runtime.Status
- matches(String) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
-
Matches text with filter.
- matches(String) - Method in class org.eclipse.ui.dialogs.SearchPattern
-
Matches text with pattern.
- matches(String, String) - Method in class org.eclipse.jface.text.templates.Template
-
Returns
true
if template is enabled and matches the context,false
otherwise. - matches(Map<String, Object>, IBreakpoint) - Method in interface org.eclipse.debug.core.model.IBreakpointImportParticipant
-
Determines if the given attributes match the given breakpoint.
- matches(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IUndoContext
-
Return whether the specified context is considered a match for the receiving context.
- matches(IUndoContext) - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
- matches(IUndoContext) - Method in class org.eclipse.core.commands.operations.UndoContext
-
Return whether the specified context is considered a match for the receiving context.
- matches(IContainer, IFileInfo) - Method in class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
-
Tests the given
FileInfo
- matches(IExtensionPoint) - Method in interface org.eclipse.core.runtime.dynamichelpers.IFilter
-
Return
true
if the given object matches the criteria for this filter. - matches(IEclipsePreferences, IPreferenceFilter[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
-
Return a list of filters which match the given tree and is a subset of the given filter list.
- matches(IRequiredCapability) - Method in interface org.eclipse.equinox.p2.metadata.IRequirementChange
- matches(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Create an expression that tests if
lhs
matchesrhs
. - matches(MenuManager, ISelectionProvider, IWorkbenchPart) - Method in class org.eclipse.ui.internal.PopupMenuExtender
-
Determines whether this extender would be the same as another extender created with the given values.
- matches(IEditorInput) - Method in class org.eclipse.ui.internal.EditorHistoryItem
-
Returns whether this item matches the given editor input.
- matches(IEditorReference, IEditorInput) - Method in interface org.eclipse.ui.IEditorMatchingStrategy
-
Returns whether the editor represented by the given editor reference matches the given editor input.
- matches(ServiceReference<?>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
- matches(BundleCapability) - Method in class org.eclipse.osgi.container.ModuleRequirement
- matches(Selector, Object, String) - Method in interface org.eclipse.e4.ui.css.core.engine.CSSEngine
-
Check if the
selector
matches the objectnode
. - matches(Selector, Object, String) - Method in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
- matchesAnyContext(ServiceReference<?>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
- matchesEditor(ITextEditor) - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
-
Returns
true
if this contribution matches the passed editor,false
if not. - matchesRadioState(ExecutionEvent) - Static method in class org.eclipse.ui.handlers.HandlerUtil
-
Checks whether the radio state of the command is same as the radio state parameter's value
- matchesRawNamePattern(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
-
General method for matching raw name pattern.
- MatchEvent - Class in org.eclipse.search.ui.text
-
An event object describing addition and removal of matches.
- MatchEvent(ISearchResult) - Constructor for class org.eclipse.search.ui.text.MatchEvent
-
Constructs a new
MatchEvent
. - matchExpression(IExpression, Object...) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Creates a parameterized top level expression suitable for predicate matching
- MatchFilter - Class in org.eclipse.search.ui.text
-
A match filter is used to evaluate the filter state of a match (
Match.isFiltered()
. - MatchFilter() - Constructor for class org.eclipse.search.ui.text.MatchFilter
- matchFound(PatternMatchEvent) - Method in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
-
Notification that a match has been found.
- MatchingCharacterPainter - Class in org.eclipse.jface.text.source
-
Highlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position.
- MatchingCharacterPainter(ISourceViewer, ICharacterPairMatcher) - Constructor for class org.eclipse.jface.text.source.MatchingCharacterPainter
-
Creates a new MatchingCharacterPainter for the given source viewer using the given character pair matcher.
- matchingFirstSegments(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a count of the number of segments which match in this path and the given path (device ids are ignored), comparing in increasing segment number order.
- matchingFirstSegments(IPath) - Method in class org.eclipse.core.runtime.Path
- matchItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
-
Matches an item against filter conditions.
- matchItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.ResourceFilter
- MatchQuery<T> - Class in org.eclipse.equinox.p2.query
-
Deprecated.If possible, use one of the predefined queries in
QueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query. If the query cannot be expressed using the p2QL, then use a predefined or custom expression query as a first filter (in worst case, useQueryUtil.createIUAnyQuery()
) and then provide further filtering like so:for(iter = queryable.query(someExpressionQuery).iterator(); iter.hasNext();) { // do your match here }
- MatchQuery() - Constructor for class org.eclipse.equinox.p2.query.MatchQuery
-
Deprecated.
- max(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a new point whose coordinates are the maximum of the coordinates of the given points
- MAX - Static variable in class org.eclipse.swt.SWT
-
Style constant for maximize box trim (value is 1<<10).
- MAX_DEPTH - Static variable in class org.eclipse.ui.views.markers.internal.TableComparator
- MAX_PERFORMANCE - Static variable in class org.eclipse.core.runtime.Platform
-
Constant (value 5) indicating the maximum allowed value for the
PREF_PLATFORM_PERFORMANCE
preference setting. - MAX_PROGRESS_ENTRIES - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
- MAX_RECENT_WORKSPACES - Static variable in interface org.eclipse.ui.ide.IDE.Preferences
-
Stores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog.
- MAX_SEVERITY - Static variable in class org.eclipse.core.databinding.AggregateValidationStatus
-
Constant denoting an aggregation strategy that always returns the most severe status from the given validation status providers.
- MAX_SIZE - Static variable in class org.eclipse.ui.internal.EditorHistory
-
The maximum of entries in the history.
- MAX_TEST_RUNS - Static variable in class org.eclipse.unittest.internal.UnitTestPreferencesConstants
-
Maximum number of remembered test runs.
- MAX_VERSION - Static variable in class org.eclipse.equinox.p2.metadata.Version
-
The version that is semantically greater then all other versions.
- maxHeight - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
Maximum height of the control (default is SWT.DEFAULT).
- maximize(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
-
Sent when the user clicks on the maximize button of a CTabFolder.
- maximize(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
-
Sent when the user clicks on the maximize button of a CTabFolder.
- MAXIMIZE - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Deprecated.you should not use this field, kept for compatibility reasons. use instead the command
org.eclipse.ui.window.maximizePart
. - MAXIMIZE_PART_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- maximizeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
-
Static helper method to create a
CTabFolder2Listener
for theCTabFolder2Listener.maximize(CTabFolderEvent e)
) method, given a lambda expression or a method reference. - maximized(boolean) - Method in class org.eclipse.jface.widgets.ShellFactory
-
Sets the maximized state of the receiver.
- MAXIMIZED - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
When added to an element's 'tags' this should cause the presentation to minimize all other presentation elements.
- MaximizePartAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- maximum() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
- maxLength() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
-
Returns the maximum number of entities in the left, right, and ancestor sides of this range.
- maxNextCharInd - Variable in class org.apache.lucene.demo.html.SimpleCharStream
- maxNumColumns - Variable in class org.eclipse.ui.forms.widgets.ColumnLayout
-
Maximum number of columns (default is 3).
- maxWidth - Variable in class org.eclipse.help.ui.internal.StyledLineWrapper
- maxWidth - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
Maximum width of the control (default is SWT.DEFAULT).
- mayHaveChildren(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
-
Provides an optimized lookup for determining if an element has children.
- MB_ADDITIONS - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Name of group for adding new top-level menus (value
"additions"
). - MBasicFactory - Interface in org.eclipse.e4.ui.model.application.descriptor.basic
-
The Factory for the model.
- MBasicFactory - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
The Factory for the model.
- MBindingContext - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Binding Context'.
- MBindings - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Bindings'.
- MBindingTable - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Binding Table'.
- MBindingTableContainer - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Binding Table Container'.
- MCategory - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Category'.
- MCommand - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Command'.
- MCommandParameter - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Command Parameter'.
- MCommandsFactory - Interface in org.eclipse.e4.ui.model.application.commands
-
The Factory for the model.
- MCompositePart - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Composite Part'.
- MContext - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Context'.
- MContribution - Interface in org.eclipse.e4.ui.model.application
-
A representation of the model object 'Contribution'.
- MCoreExpression - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Core Expression'.
- MDialog - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
Deprecated.
- MDirectMenuItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Direct Menu Item'.
- MDirectToolItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Direct Tool Item'.
- MDirtyable - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Dirtyable'.
- MDynamicMenuContribution - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Dynamic Menu Contribution'.
- measure(Event, Object) - Method in class org.eclipse.jface.viewers.OwnerDrawLabelProvider
-
Handle the measure event.
- measure(Event, Object) - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
- Measure - Class in org.eclipse.e4.ui.css.core.impl.dom
- Measure(LexicalUnit) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.Measure
- MeasureItem - Static variable in class org.eclipse.swt.SWT
-
The measure item event type (value is 41).
- MediaListImpl - Class in org.eclipse.e4.ui.css.core.impl.dom
- MediaListImpl(SACMediaList) - Constructor for class org.eclipse.e4.ui.css.core.impl.dom.MediaListImpl
- MEDIUM - Static variable in class org.eclipse.swt.SWT
-
Style constant for medium date/time format (value is 1<<16).
- MElementContainer<T extends MUIElement> - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Element Container'.
- member(IExpression, String) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Creates a member accessor expression.
- MEMBER_ARTIFACT_KEY - Static variable in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
- MEMBER_PROCESSING_STEPS - Static variable in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
- MEMBER_PROPERTIES - Static variable in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
- MEMBER_REPOSITORY - Static variable in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
- memberCall(IExpression, String, IExpression...) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Creates a member call expression.
- members() - Method in interface org.eclipse.core.resources.IContainer
-
Returns a list of existing member resources (projects, folders and files) in this resource, in no particular order.
- members(boolean) - Method in interface org.eclipse.core.resources.IContainer
-
Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.
- members(int) - Method in interface org.eclipse.core.resources.IContainer
-
Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.
- members(IResource) - Method in interface org.eclipse.team.core.mapping.IResourceDiffTree
-
Return the members of the given resource that either have diffs in this tree of contain descendants that have diffs in this tree.
- members(IResource) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
- members(IResource) - Method in class org.eclipse.team.core.subscribers.Subscriber
-
Returns all non-transient member resources of the given resource.
- members(IResource) - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
-
Return the immediate children of the given resource who are either out-of-sync or contain out-of-sync resources.
- members(IResource) - Method in interface org.eclipse.team.core.variants.IResourceVariantTree
-
Returns the members of the local resource that have resource variants in this tree.
- members(IResource) - Method in class org.eclipse.team.core.variants.PersistantResourceVariantByteStore
- members(IResource) - Method in class org.eclipse.team.core.variants.ResourceVariantByteStore
-
Return the children of the given resource that have resource variants in this tree.
- members(IResource) - Method in class org.eclipse.team.core.variants.ResourceVariantTree
- members(IResource) - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
- members(IResource) - Method in class org.eclipse.team.core.variants.SessionResourceVariantByteStore
- members(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
-
Return the members of the local resource that either have sync bytes or exist locally and are not ignored.
- memento - Variable in class org.eclipse.ui.navigator.CommonNavigator
-
To allow
CommonNavigator.createCommonViewer(Composite)
to be subclassed - Memento - Class in org.eclipse.equinox.p2.engine.spi
- Memento() - Constructor for class org.eclipse.equinox.p2.engine.spi.Memento
- MEMENTO_KEY - Static variable in class org.eclipse.ui.internal.Workbench
- MEMENTO_SELECTED_CONTAINER - Static variable in class org.eclipse.debug.core.RefreshUtil
-
Resource memento referring to the selected resource's container.
- MEMENTO_SELECTED_PROJECT - Static variable in class org.eclipse.debug.core.RefreshUtil
-
Resource memento referring to the selected resource's project.
- MEMENTO_SELECTED_RESOURCE - Static variable in class org.eclipse.debug.core.RefreshUtil
-
Resource memento referring to the selected resource.
- MEMENTO_WORKSPACE - Static variable in class org.eclipse.debug.core.RefreshUtil
-
Resource memento referring to the workspace root.
- memmove(byte[], char[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(byte[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(char[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(double[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(float[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(int[], byte[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(int[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(long[], long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, byte[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, char[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, double[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, float[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, int[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, long[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, long, long) - Static method in class org.eclipse.swt.internal.C
- memmove(long, short[], long) - Static method in class org.eclipse.swt.internal.C
- memmove(short[], long, long) - Static method in class org.eclipse.swt.internal.C
- memoryBlocksAdded(IMemoryBlock[]) - Method in interface org.eclipse.debug.core.IMemoryBlockListener
-
Notification the given memory blocks have been added to the memory block manager.
- memoryBlocksRemoved(IMemoryBlock[]) - Method in interface org.eclipse.debug.core.IMemoryBlockListener
-
Notification the given memory blocks have been removed from the memory block manager.
- MemoryByte - Class in org.eclipse.debug.core.model
-
A byte of memory in a memory block.
- MemoryByte() - Constructor for class org.eclipse.debug.core.model.MemoryByte
-
Constructs a readable, writable memory byte without a change history, and a value of 0.
- MemoryByte(byte) - Constructor for class org.eclipse.debug.core.model.MemoryByte
-
Constructs a readable, writable memory byte without a change history, with the given value.
- MemoryByte(byte, byte) - Constructor for class org.eclipse.debug.core.model.MemoryByte
-
Constructs a memory byte with the given value and attributes.
- MemoryEventConstants - Class in org.eclipse.equinox.events
-
Defines constants for memory event handlers.
- memoryRenderingBindingsChanged() - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsListener
-
Notification that the bindings provided by a rendering bindings provider have changed.
- MemoryRenderingElement - Class in org.eclipse.debug.ui.memory
-
A memory rendering element represents a set of memory bytes being rendered in a memory rendering.
- MemoryRenderingElement(IMemoryRendering, BigInteger, MemoryByte[]) - Constructor for class org.eclipse.debug.ui.memory.MemoryRenderingElement
-
Constructs a new memory rendering element for the given rendering and specified bytes.
- memset(long, int, long) - Static method in class org.eclipse.swt.internal.C
- menu - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolItemImpl
-
The cached value of the '
Menu
' containment reference. - Menu - Class in org.eclipse.swt.widgets
-
Instances of this class are user interface objects that contain menu items.
- Menu(Control) - Constructor for class org.eclipse.swt.widgets.Menu
-
Constructs a new instance of this class given its parent, and sets the style for the instance so that the instance will be a popup menu on the given parent's shell.
- Menu(Decorations, int) - Constructor for class org.eclipse.swt.widgets.Menu
-
Constructs a new instance of this class given its parent (which must be a
Decorations
) and a style value describing its behavior and appearance. - Menu(Menu) - Constructor for class org.eclipse.swt.widgets.Menu
-
Constructs a new instance of this class given its parent (which must be a
Menu
) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent. - Menu(MenuItem) - Constructor for class org.eclipse.swt.widgets.Menu
-
Constructs a new instance of this class given its parent (which must be a
MenuItem
) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent menu. - MENU - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Menu
' class. - MENU - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Menu
' class. - MENU - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolItem
- MENU - Static variable in class org.eclipse.swt.SWT
-
Style constant for shell menu trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
- MENU___GET_LOCALIZED_MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Get Localized Mnemonics' operation.
- MENU___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Update Localization' operation.
- MENU__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- MENU__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Children' containment reference list.
- MENU__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Container Data' attribute.
- MENU__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- MENU__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- MENU__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Element Id' attribute.
- MENU__ENABLED - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Enabled' attribute feature.
- MENU__ENABLED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Enabled' attribute.
- MENU__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Icon URI' attribute.
- MENU__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Label' attribute.
- MENU__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- MENU__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Label' attribute.
- MENU__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Tooltip' attribute.
- MENU__MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Mnemonics' attribute.
- MENU__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'On Top' attribute.
- MENU__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent' container reference.
- MENU__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Persisted State' map.
- MENU__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Renderer' attribute.
- MENU__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Selected Element' reference.
- MENU__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tags' attribute list.
- MENU__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- MENU__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tooltip' attribute.
- MENU__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Transient Data' map.
- MENU__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible' attribute.
- MENU__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible When' containment reference.
- MENU__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Widget' attribute.
- MENU_CONTRIBUTION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Contribution
' class. - MENU_CONTRIBUTION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Contribution
' class. - MENU_CONTRIBUTION___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Update Localization' operation.
- MENU_CONTRIBUTION__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- MENU_CONTRIBUTION__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Children' containment reference list.
- MENU_CONTRIBUTION__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Container Data' attribute.
- MENU_CONTRIBUTION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- MENU_CONTRIBUTION__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- MENU_CONTRIBUTION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Element Id' attribute.
- MENU_CONTRIBUTION__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- MENU_CONTRIBUTION__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'On Top' attribute.
- MENU_CONTRIBUTION__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent' container reference.
- MENU_CONTRIBUTION__PARENT_ID - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Parent Id' attribute feature.
- MENU_CONTRIBUTION__PARENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent Id' attribute.
- MENU_CONTRIBUTION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Persisted State' map.
- MENU_CONTRIBUTION__POSITION_IN_PARENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Position In Parent' attribute feature.
- MENU_CONTRIBUTION__POSITION_IN_PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Position In Parent' attribute.
- MENU_CONTRIBUTION__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Renderer' attribute.
- MENU_CONTRIBUTION__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Selected Element' reference.
- MENU_CONTRIBUTION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tags' attribute list.
- MENU_CONTRIBUTION__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- MENU_CONTRIBUTION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Transient Data' map.
- MENU_CONTRIBUTION__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible' attribute.
- MENU_CONTRIBUTION__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible When' containment reference.
- MENU_CONTRIBUTION__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Widget' attribute.
- MENU_CONTRIBUTION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Contribution' class.
- MENU_CONTRIBUTION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Contribution' class.
- MENU_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Contributions
' class. - MENU_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Contributions
' class. - MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Menu Contributions' containment reference list feature.
- MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Menu Contributions' containment reference list.
- MENU_CONTRIBUTIONS_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Contributions' class.
- MENU_CONTRIBUTIONS_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Contributions' class.
- MENU_ELEMENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Element
' class. - MENU_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Element
' class. - MENU_ELEMENT___GET_LOCALIZED_MNEMONICS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Get Localized Mnemonics' operation.
- MENU_ELEMENT___GET_LOCALIZED_MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Get Localized Mnemonics' operation.
- MENU_ELEMENT___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Update Localization' operation.
- MENU_ELEMENT___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Update Localization' operation.
- MENU_ELEMENT__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- MENU_ELEMENT__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Container Data' attribute.
- MENU_ELEMENT__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- MENU_ELEMENT__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- MENU_ELEMENT__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Element Id' attribute.
- MENU_ELEMENT__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Icon URI' attribute.
- MENU_ELEMENT__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Label' attribute.
- MENU_ELEMENT__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- MENU_ELEMENT__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Label' attribute.
- MENU_ELEMENT__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Tooltip' attribute.
- MENU_ELEMENT__MNEMONICS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Mnemonics' attribute feature.
- MENU_ELEMENT__MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Mnemonics' attribute.
- MENU_ELEMENT__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'On Top' attribute.
- MENU_ELEMENT__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent' container reference.
- MENU_ELEMENT__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Persisted State' map.
- MENU_ELEMENT__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Renderer' attribute.
- MENU_ELEMENT__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tags' attribute list.
- MENU_ELEMENT__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- MENU_ELEMENT__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tooltip' attribute.
- MENU_ELEMENT__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Transient Data' map.
- MENU_ELEMENT__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible' attribute.
- MENU_ELEMENT__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible When' containment reference.
- MENU_ELEMENT__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Widget' attribute.
- MENU_ELEMENT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Element' class.
- MENU_ELEMENT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Element' class.
- MENU_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Menu' class.
- MENU_ITEM - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Item
' class. - MENU_ITEM - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Item
' class. - MENU_ITEM___GET_LOCALIZED_MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Get Localized Mnemonics' operation.
- MENU_ITEM___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the 'Update Localization' operation.
- MENU_ITEM___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Update Localization' operation.
- MENU_ITEM__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- MENU_ITEM__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Container Data' attribute.
- MENU_ITEM__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- MENU_ITEM__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- MENU_ITEM__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Element Id' attribute.
- MENU_ITEM__ENABLED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Enabled' attribute.
- MENU_ITEM__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Icon URI' attribute.
- MENU_ITEM__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Label' attribute.
- MENU_ITEM__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- MENU_ITEM__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Label' attribute.
- MENU_ITEM__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Tooltip' attribute.
- MENU_ITEM__MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Mnemonics' attribute.
- MENU_ITEM__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'On Top' attribute.
- MENU_ITEM__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent' container reference.
- MENU_ITEM__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Persisted State' map.
- MENU_ITEM__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Renderer' attribute.
- MENU_ITEM__SELECTED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Selected' attribute.
- MENU_ITEM__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tags' attribute list.
- MENU_ITEM__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- MENU_ITEM__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tooltip' attribute.
- MENU_ITEM__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Transient Data' map.
- MENU_ITEM__TYPE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Type' attribute.
- MENU_ITEM__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible' attribute.
- MENU_ITEM__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible When' containment reference.
- MENU_ITEM__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Widget' attribute.
- MENU_ITEM_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Item' class.
- MENU_ITEM_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Item' class.
- MENU_KEYBOARD - Static variable in class org.eclipse.swt.SWT
-
MenuDetect event detail value indicating that a context menu was requested by a keyboard or other focus-based device (value is 1).
- MENU_MOUSE - Static variable in class org.eclipse.swt.SWT
-
MenuDetect event detail value indicating that a context menu was requested by a mouse or other pointing device (value is 0).
- MENU_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Menu' class.
- MENU_PREFIX - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
[Issue: MENU_PREFIX is "".
- MENU_SEPARATOR - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
-
The meta object literal for the '
Separator
' class. - MENU_SEPARATOR - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The meta object id for the '
Separator
' class. - MENU_SEPARATOR___GET_LOCALIZED_MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Get Localized Mnemonics' operation.
- MENU_SEPARATOR___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The operation id for the 'Update Localization' operation.
- MENU_SEPARATOR__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Accessibility Phrase' attribute.
- MENU_SEPARATOR__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Container Data' attribute.
- MENU_SEPARATOR__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Contributor URI' attribute.
- MENU_SEPARATOR__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Cur Shared Ref' reference.
- MENU_SEPARATOR__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Element Id' attribute.
- MENU_SEPARATOR__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Icon URI' attribute.
- MENU_SEPARATOR__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Label' attribute.
- MENU_SEPARATOR__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Accessibility Phrase' attribute.
- MENU_SEPARATOR__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Label' attribute.
- MENU_SEPARATOR__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Localized Tooltip' attribute.
- MENU_SEPARATOR__MNEMONICS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Mnemonics' attribute.
- MENU_SEPARATOR__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'On Top' attribute.
- MENU_SEPARATOR__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Parent' container reference.
- MENU_SEPARATOR__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Persisted State' map.
- MENU_SEPARATOR__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Renderer' attribute.
- MENU_SEPARATOR__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tags' attribute list.
- MENU_SEPARATOR__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'To Be Rendered' attribute.
- MENU_SEPARATOR__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Tooltip' attribute.
- MENU_SEPARATOR__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Transient Data' map.
- MENU_SEPARATOR__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible' attribute.
- MENU_SEPARATOR__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Visible When' containment reference.
- MENU_SEPARATOR__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The feature id for the 'Widget' attribute.
- MENU_SEPARATOR_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of structural features of the 'Separator' class.
- MENU_SEPARATOR_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
-
The number of operations of the 'Separator' class.
- menuAboutToHide(IMenuManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor
- menuAboutToHide(IMenuManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor
- menuAboutToHide(IMenuManager) - Method in interface org.eclipse.jface.action.IMenuListener2
-
Notifies this listener that the menu is about to be hidden by the given menu manager.
- menuAboutToHide(IMenuManager) - Method in class org.eclipse.ui.internal.PopupMenuExtender
-
Notifies the listener that the menu is about to be hidden.
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.compare.internal.MergeSourceViewer
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate
-
Deprecated.
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor
- menuAboutToShow(IMenuManager) - Method in interface org.eclipse.jface.action.IMenuListener
-
Notifies this listener that the menu is about to be shown by the given menu manager.
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.internal.PopupMenuExtender
-
Notifies the listener that the menu is about to be shown.
- menuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
- MenuAdapter - Class in org.eclipse.swt.events
-
This adapter class provides default implementations for the methods described by the
MenuListener
interface. - MenuAdapter() - Constructor for class org.eclipse.swt.events.MenuAdapter
- MenuAdapterFactory - Class in org.eclipse.e4.ui.model.application.ui.menu.util
-
The Adapter Factory for the model.
- MenuAdapterFactory() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
Creates an instance of the adapter factory.
- menuAddition(String) - Static method in class org.eclipse.ui.menus.MenuUtil
-
Convenience method to create a standard menu addition The resulting string has the format: "menu:[id]?
- menuAddition(String, String, String) - Static method in class org.eclipse.ui.menus.MenuUtil
- menuBar - Variable in class org.eclipse.swt.browser.WindowEvent
-
Specifies whether the
Shell
hosting theBrowser
should display a menu bar. - menuBar(Function<Decorations, Menu>) - Method in class org.eclipse.jface.widgets.ShellFactory
-
Sets the shell's menu bar by a
Function
. - MenuContributionImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model object 'Contribution'.
- MenuContributionImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl
- menuContributions - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
-
The cached value of the '
Menu Contributions
' containment reference list. - MENUCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContributions
- MenuDetect - Static variable in class org.eclipse.swt.SWT
-
The menu detect event type (value is 35).
- menuDetected(MenuDetectEvent) - Method in interface org.eclipse.swt.events.MenuDetectListener
-
Sent when the platform-dependent trigger for showing a menu item is detected.
- MenuDetectEvent - Class in org.eclipse.swt.events
-
Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
- MenuDetectEvent(Event) - Constructor for class org.eclipse.swt.events.MenuDetectEvent
-
Constructs a new instance of this class based on the information in the given untyped event.
- MenuDetectListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.
- MenuElementImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model object 'Element'.
- MenuElementImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
- MenuEvent - Class in org.eclipse.swt.events
-
Instances of this class are sent as a result of menus being shown and hidden.
- MenuEvent(Event) - Constructor for class org.eclipse.swt.events.MenuEvent
-
Constructs a new instance of this class based on the information in the given untyped event.
- menuExist() - Method in class org.eclipse.jface.action.MenuManager
-
Returns whether the menu control is created and not disposed.
- menuExtenders - Variable in class org.eclipse.ui.internal.PartSite
- MenuFactoryImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model Factory.
- MenuFactoryImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
-
Creates an instance of the factory.
- menuHidden(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
-
Sent when a menu is hidden.
- menuHidden(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
-
Sent when a menu is hidden.
- menuHiddenAdapter(Consumer<MenuEvent>) - Static method in interface org.eclipse.swt.events.MenuListener
-
Static helper method to create a
MenuListener
for theMenuListener.menuHidden(MenuEvent e)
) method, given a lambda expression or a method reference. - MenuImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model object 'Menu'.
- MenuImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl
- MenuInsertionPoint - Class in org.eclipse.ui.navigator
-
A descriptive construct to relay information about a menu insertion point; including the name of the insertion point and whether the item should be rendered as a separator or group marker.
- MenuInsertionPoint(String, boolean) - Constructor for class org.eclipse.ui.navigator.MenuInsertionPoint
- MenuItem - Class in org.eclipse.swt.widgets
-
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
- MenuItem(Menu, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
-
Constructs a new instance of this class given its parent (which must be a
Menu
) and a style value describing its behavior and appearance. - MenuItem(Menu, int, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
-
Constructs a new instance of this class given its parent (which must be a
Menu
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. - MenuItemImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model object 'Item'.
- MenuItemImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl
- menuItemListener - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem
- menuItemSelection() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
-
Returns a value property for observing the selection state of a
MenuItem
. - menuListener - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem
- MenuListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide methods that deal with the hiding and showing of menus.
- MenuManager - Class in org.eclipse.jface.action
-
A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
- MenuManager() - Constructor for class org.eclipse.jface.action.MenuManager
-
Creates a menu manager.
- MenuManager(String) - Constructor for class org.eclipse.jface.action.MenuManager
-
Creates a menu manager with the given text.
- MenuManager(String, String) - Constructor for class org.eclipse.jface.action.MenuManager
-
Creates a menu manager with the given text and id.
- MenuManager(String, ImageDescriptor, String) - Constructor for class org.eclipse.jface.action.MenuManager
-
Creates a menu manager with the given text, image, and id.
- MenuManagerEventHelper - Class in org.eclipse.jface.internal
- MenuManagerHideProcessor - Class in org.eclipse.e4.ui.workbench.renderers.swt
-
MenuManagerHideProcessor
provides hooks for renderer processing before and after theMenuManager
calls out to itsIMenuManagerListener2
for themenuAboutToHide
events. - MenuManagerHideProcessor() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor
- MenuManagerRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
-
Create a contribute part.
- MenuManagerRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
- MenuManagerRendererFilter - Class in org.eclipse.e4.ui.workbench.renderers.swt
- MenuManagerRendererFilter() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter
- MenuManagerServiceFilter - Class in org.eclipse.e4.ui.workbench.renderers.swt
- MenuManagerServiceFilter() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerServiceFilter
- MenuManagerShowProcessor - Class in org.eclipse.e4.ui.workbench.renderers.swt
-
MenuManagerShowProcessor
provides hooks for renderer processing before and after theMenuManager
calls out to itsIMenuManagerListener2
for themenuAboutToShow
events. - MenuManagerShowProcessor() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor
- MenuPackageImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
The Package for the model.
- MenuPackageImpl.Literals - Interface in org.eclipse.e4.ui.model.application.ui.menu.impl
-
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
- menus - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
-
The cached value of the '
Menus
' containment reference list. - menus - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
-
The cached value of the '
Menus
' containment reference list. - menus - Variable in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
- MENUS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
- MENUS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
- MenuSeparatorImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
-
An implementation of the model object 'Separator'.
- MenuSeparatorImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuSeparatorImpl
- menuShown(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
-
Sent when a menu is shown.
- menuShown(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
-
Sent when a menu is shown.
- menuShownAdapter(Consumer<MenuEvent>) - Static method in interface org.eclipse.swt.events.MenuListener
-
Static helper method to create a
MenuListener
for theMenuListener.menuShown(MenuEvent e)
) method, given a lambda expression or a method reference. - MenuSwitch<T1> - Class in org.eclipse.e4.ui.model.application.ui.menu.util
-
The Switch for the model's inheritance hierarchy.
- MenuSwitch() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
Creates an instance of the switch.
- menuUri(String) - Static method in class org.eclipse.ui.menus.MenuUtil
- MenuUtil - Class in org.eclipse.ui.menus
-
Provides utilities and constants for use with the new menus API.
- MenuUtil() - Constructor for class org.eclipse.ui.menus.MenuUtil
- merge(OutputStream, String, InputStream, String, InputStream, String, InputStream, String, IProgressMonitor) - Method in interface org.eclipse.compare.IStreamMerger
-
Deprecated.Performs a merge operation on the given input streams and writes the merge result to the output stream.
- merge(OutputStream, String, IStorage, IStorage, IStorage, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.DelegatingStorageMerger
- merge(OutputStream, String, IStorage, IStorage, IStorage, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IStorageMerger
-
Performs a merge operation on the given storage instances and writes the merge result to the output stream.
- merge(ExpressionInfo) - Method in class org.eclipse.core.expressions.ExpressionInfo
-
Merges this reevaluation information with the given info.
- merge(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
-
Merges the given status into this multi-status.
- merge(MApplication) - Method in class org.eclipse.e4.ui.model.fragment.impl.ModelFragmentImpl
- merge(MApplication) - Method in class org.eclipse.e4.ui.model.fragment.impl.StringModelFragmentImpl
- merge(MApplication) - Method in interface org.eclipse.e4.ui.model.fragment.MModelFragment
-
Merges this MModelFragment into an MApplication.
- merge(MApplicationElement, EStructuralFeature, List<MApplicationElement>, String) - Static method in class org.eclipse.e4.ui.model.internal.ModelUtils
- merge(CompositeChange) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
-
Merges the children of the given composite change into this change.
- merge(RefactoringStatus) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
-
Merges the receiver and the parameter statuses.
- merge(IDiff[], boolean, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
-
Attempt to merge any files associated with the given diffs.
- merge(IDiff[], boolean, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
- merge(IDiff, boolean, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
-
Method that can be called by the model merger to attempt a file-system level merge.
- merge(IDiff, boolean, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
- merge(IMergeContext, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractResourceMappingMerger
- merge(IMergeContext, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IResourceMappingMerger
-
Attempt to automatically merge the mappings of the merge context(
MergeContext#getMappings()
). - merge(IMergeContext, IProgressMonitor) - Method in class org.eclipse.team.core.mapping.ResourceMappingMerger
-
A default implementation of merge that attempts to merge all the mappings in the context.
- merge(AnnotationPreference) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
-
Merges the values of the given preference into this preference.
- MERGE_ACTION_GROUP - Static variable in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
-
The id of the merge action group that determines where the merge actions (e.g. merge and overwrite) appear in the context menu or toolbar.
- MERGE_ACTION_ID - Static variable in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
-
Action id constant for the merge action.
- MERGE_ALL_ACTION_ID - Static variable in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
-
The id used to identify the Merge All action.
- MergeActionHandler - Class in org.eclipse.team.ui.mapping
-
An abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged).
- MergeActionHandler(ISynchronizePageConfiguration) - Constructor for class org.eclipse.team.ui.mapping.MergeActionHandler
-
Create the handler.
- MergeContext - Class in org.eclipse.team.core.mapping.provider
-
Provides the context for an
IResourceMappingMerger
. - MergeContext(ISynchronizationScopeManager, int, IResourceDiffTree) - Constructor for class org.eclipse.team.core.mapping.provider.MergeContext
-
Create a merge context.
- MERGED - Static variable in class org.eclipse.core.databinding.AggregateValidationStatus
-
Constant denoting an aggregation strategy that merges multiple non-OK status objects in a
MultiStatus
. - mergeExceptDefaultVariable(ExpressionInfo) - Method in class org.eclipse.core.expressions.ExpressionInfo
-
Merges this reevaluation information with the given info ignoring the default variable access.
- mergeInto(INavigationLocation) - Method in interface org.eclipse.ui.INavigationLocation
-
Merge the receiver into
currentLocation
. - mergeInto(INavigationLocation) - Method in class org.eclipse.ui.texteditor.TextSelectionNavigationLocation
-
Merges the given location into this one.
- mergeIntoModel() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord
- mergeIntoModel() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord
- mergePerformed(IMergeContext, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.model.AbstractResourceMappingMerger
-
Hook method which is called after the actual merge process happened.
- mergeProcessedDocumentEvents(List<? extends DocumentEvent>) - Static method in class org.eclipse.jface.text.TextUtilities
-
Returns a document event which is an accumulation of a list of document events,
null
if the list of document events is empty. - MergeSourceViewer - Class in org.eclipse.compare.internal
-
Wraps a JFace SourceViewer and add some convenience methods.
- MergeSourceViewer(SourceViewer, ResourceBundle, ICompareContainer) - Constructor for class org.eclipse.compare.internal.MergeSourceViewer
- MergeStatus - Class in org.eclipse.team.core.mapping.provider
-
A special status that is returned when the return code of the
merge
method isCONFLICTS
. - MergeStatus(String, String, IFile[]) - Constructor for class org.eclipse.team.core.mapping.provider.MergeStatus
-
Create a merge status for reporting that some of the files for which a merge was attempted were not auto-mergable.
- MergeStatus(String, String, ResourceMapping[]) - Constructor for class org.eclipse.team.core.mapping.provider.MergeStatus
-
Create a merge status for reporting that some of the resource mappings for which a merge was attempted were not auto-mergable.
- mergeStyleRange(StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
-
Merges the given range into this presentation.
- mergeStyleRanges(StyleRange[]) - Method in class org.eclipse.jface.text.TextPresentation
-
Merges the given ranges into this presentation.
- mergeTouchpointData(ITouchpointData, Map<String, ITouchpointInstruction>) - Static method in class org.eclipse.equinox.p2.metadata.MetadataFactory
-
Merge the given touchpoint instructions with a pre-existing touchpoint data
- mergeUnprocessedDocumentEvents(IDocument, List<? extends DocumentEvent>) - Static method in class org.eclipse.jface.text.TextUtilities
-
Returns a document event which is an accumulation of a list of document events,
null
if the list of documentEvents is empty. - MergeViewerAction - Class in org.eclipse.compare.internal
- MergeViewerAction(boolean, boolean, boolean) - Constructor for class org.eclipse.compare.internal.MergeViewerAction
- MergeViewerContentProvider - Class in org.eclipse.compare.internal
-
Adapts any
ContentMergeViewer
to work on anICompareInput
e.g. aDiffNode
. - MergeViewerContentProvider(CompareConfiguration) - Constructor for class org.eclipse.compare.internal.MergeViewerContentProvider
- message - Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
-
Message (a localized string).
- message() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
- message(String) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog.Builder
-
Sets the dialog's message.
- message(String) - Method in class org.eclipse.jface.widgets.TextFactory
-
Sets the widget message.
- message(String) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
-
Sets the message.
- Message - Annotation Interface in org.eclipse.e4.core.services.nls
-
Annotation for message classes to control contribution uri to point to resource bundles in a different location caching behavior
- MESSAGE - Static variable in interface org.eclipse.core.resources.IMarker
-
Message marker attribute.
- MESSAGE - Static variable in interface org.eclipse.ui.IMarkerActionFilter
-
An attribute indicating the marker message (value
"message"
). - MESSAGE_CONSOLE_TYPE - Static variable in interface org.eclipse.ui.console.IConsoleConstants
-
Type identifier for MessageConsole
- Message.ReferenceType - Enum Class in org.eclipse.e4.core.services.nls
-
Caching behaviors.
- MessageBox - Class in org.eclipse.swt.widgets
-
Instances of this class are used to inform or warn the user.
- MessageBox(Shell) - Constructor for class org.eclipse.swt.widgets.MessageBox
-
Constructs a new instance of this class given only its parent.
- MessageBox(Shell, int) - Constructor for class org.eclipse.swt.widgets.MessageBox
-
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- MessageConsole - Class in org.eclipse.ui.console
-
A console that displays messages.
- MessageConsole(String, String, ImageDescriptor, boolean) - Constructor for class org.eclipse.ui.console.MessageConsole
-
Constructs a message console with the given name, type, image, and lifecycle.
- MessageConsole(String, String, ImageDescriptor, String, boolean) - Constructor for class org.eclipse.ui.console.MessageConsole
-
Constructs a message console with the given name, type, image, encoding, and lifecycle specification.
- MessageConsole(String, ImageDescriptor) - Constructor for class org.eclipse.ui.console.MessageConsole
-
Constructs a message console with the given name and image.
- MessageConsole(String, ImageDescriptor, boolean) - Constructor for class org.eclipse.ui.console.MessageConsole
-
Constructs a message console.
- MessageConsoleStream - Class in org.eclipse.ui.console
-
Used to write messages to a message console.
- MessageConsoleStream(MessageConsole) - Constructor for class org.eclipse.ui.console.MessageConsoleStream
-
Constructs a new stream connected to the given console with workbench default encoding.
- MessageConsoleStream(MessageConsole, Charset) - Constructor for class org.eclipse.ui.console.MessageConsoleStream
-
Constructs a new stream connected to the given console.
- MessageConsumer - Interface in org.eclipse.e4.core.services.nls
-
Consumer interface that is used to bind a method of an object (e.g. a SWT control) to a field of a Messages instance.
- MessageDialog - Class in org.eclipse.jface.dialogs
-
A dialog for showing messages to the user.
- MessageDialog(Shell, String, Image, String, int, int, String...) - Constructor for class org.eclipse.jface.dialogs.MessageDialog
-
Create a message dialog.
- MessageDialog(Shell, String, Image, String, int, String[], int) - Constructor for class org.eclipse.jface.dialogs.MessageDialog
-
Create a message dialog.
- MessageDialogWithToggle - Class in org.eclipse.jface.dialogs
-
A message dialog which also allows the user to adjust a toggle setting.
- MessageDialogWithToggle(Shell, String, Image, String, int, String[], int, String, boolean) - Constructor for class org.eclipse.jface.dialogs.MessageDialogWithToggle
-
Creates a message dialog with a toggle.
- MessageDialogWithToggle(Shell, String, Image, String, int, LinkedHashMap<String, Integer>, int, String, boolean) - Constructor for class org.eclipse.jface.dialogs.MessageDialogWithToggle
-
Creates a message dialog with a toggle.
- MessageFunction<M> - Interface in org.eclipse.e4.core.services.nls
-
Function interface that is used to bind a property of an object (e.g. a SWT control) to a field of a Messages instance.
- messageLabel - Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
-
Message label is the label the message is shown on.
- MessageLine - Class in org.eclipse.jface.dialogs
-
A message line displaying a status.
- MessageLine(Composite) - Constructor for class org.eclipse.jface.dialogs.MessageLine
-
Creates a new message line as a child of the given parent.
- MessageLine(Composite, int) - Constructor for class org.eclipse.jface.dialogs.MessageLine
-
Creates a new message line as a child of the parent and with the given SWT stylebits.
- messageOutputLevel - Variable in class org.eclipse.ant.core.AntRunner
- MessagePage - Class in org.eclipse.ui.part
-
A message page display a message in a pagebook view.
- MessagePage() - Constructor for class org.eclipse.ui.part.MessagePage
-
Creates a new page.
- Messages - Class in org.eclipse.e4.ui.workbench.renderers.swt
- Messages - Class in org.eclipse.help.ui.internal
- Messages - Class in org.eclipse.jface.notifications.internal
- Messages() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.Messages
- MessageSupplier - Interface in org.eclipse.e4.core.services.nls
-
Supplier interface that is used to bind a method of an object (e.g. a SWT control) to a field of a Messages instance.
- MetadataFactory - Class in org.eclipse.equinox.p2.metadata
-
A factory class for instantiating various p2 metadata objects.
- MetadataFactory() - Constructor for class org.eclipse.equinox.p2.metadata.MetadataFactory
- MetadataFactory.InstallableUnitDescription - Class in org.eclipse.equinox.p2.metadata
-
A description containing information about an installable unit.
- MetadataFactory.InstallableUnitFragmentDescription - Class in org.eclipse.equinox.p2.metadata
-
A description containing information about an installable unit fragment.
- MetadataFactory.InstallableUnitPatchDescription - Class in org.eclipse.equinox.p2.metadata
-
A description containing information about an installable unit patch.
- MetadataRepositoryFactory - Class in org.eclipse.equinox.p2.repository.metadata.spi
-
A metadata repository factory is responsible for creating and loading instances of a particular type of metadata repository.
- MetadataRepositoryFactory() - Constructor for class org.eclipse.equinox.p2.repository.metadata.spi.MetadataRepositoryFactory
- metaFilesDetected(IProject, IContainer[]) - Method in class org.eclipse.team.core.RepositoryProviderType
-
Callback from team when the meta-files for a repository type are detected in an unshared project.
- metrics - Variable in class org.eclipse.swt.graphics.TextStyle
-
the GlyphMetrics of the style
- MExpression - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Expression'.
- MFragmentFactory - Interface in org.eclipse.e4.ui.model.fragment
-
The Factory for the model.
- MGenericStack<T extends MUIElement> - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Generic Stack'.
- MGenericTile<T extends MUIElement> - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Generic Tile'.
- MGenericTrimContainer<T extends MUIElement> - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Generic Trim Container'.
- MHandledItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Handled Item'.
- MHandledMenuItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Handled Menu Item'.
- MHandledToolItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Handled Tool Item'.
- MHandler - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Handler'.
- MHandlerContainer - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Handler Container'.
- MIDDLE - Static variable in class org.eclipse.ui.forms.widgets.TableWrapData
-
The control will be centered vertically.
- MIDDLE_GROUP - Static variable in class org.eclipse.jface.action.StatusLineManager
-
Identifier of group marker used to position contributions in the middle of the status line.
- migrate() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
-
Migrates this launch configuration to be compatible with current tooling.
- migrate(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
-
Migrates the given launch configuration to be compatible with the current tooling.
- MImperativeExpression - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Imperative Expression'.
- min(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
-
Returns a new point whose coordinates are the minimum of the coordinates of the given points
- MIN - Static variable in class org.eclipse.swt.SWT
-
Style constant for minimize box trim (value is 1<<7).
- MIN_MAXIMIZEABLE_CHILDREN_AREA_TAG - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
When applied to an MArea causes it to behave like a
MPartSashContainer
allowing the different parts to be minimized/maximized separately. - MIN_PERFORMANCE - Static variable in class org.eclipse.core.runtime.Platform
-
Constant (value 1) indicating the minimum allowed value for the
PREF_PLATFORM_PERFORMANCE
preference setting. - MIN_TAB_WIDTH - Variable in class org.eclipse.swt.custom.CTabFolder
-
Deprecated.This field is no longer used. See setMinimumCharacters(int)
- minimalSelectionSize(int) - Static method in class org.eclipse.ui.SelectionListenerFactory.Predicates
-
Creates a predicate that will test true if the selection is an
IStructuredSelection
and number of elements is at least the passed size. - minimize(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
-
Sent when the user clicks on the minimize button of a CTabFolder.
- minimize(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
-
Sent when the user clicks on the minimize button of a CTabFolder.
- MINIMIZE - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Deprecated.you should not use this field, that is kept for compatibility reasons. use instead the command
org.eclipse.ui.window.minimizePart
. - MINIMIZE_PART_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- minimizeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
-
Static helper method to create a
CTabFolder2Listener
for theCTabFolder2Listener.minimize(CTabFolderEvent e)
) method, given a lambda expression or a method reference. - minimized(boolean) - Method in class org.eclipse.jface.widgets.ShellFactory
-
Sets the minimized stated of the receiver.
- MINIMIZED - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
When added to an element's 'tags' this should cause the presentation to move that element to the trim.
- MINIMIZED_BY_ZOOM - Static variable in interface org.eclipse.e4.ui.workbench.IPresentationEngine
-
This tag should be applied to any element that had its MINIMIZED tag set due to a different element going maximized.
- MinimizePartAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
- minimum() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
- MINIMUM_MESSAGE_AREA_WIDTH - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Minimum width of message area in dialog units (value 300).
- MINIMUM_SIZE - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
- MINIMUM_WIDTH - Static variable in class org.eclipse.jface.viewers.ColumnWeightData
-
Default width of a column (in pixels).
- minimumHeight - Variable in class org.eclipse.jface.viewers.CellEditor.LayoutData
-
Minimum height in pixels; by default the height is aligned to the row-height
- minimumHeight - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
The minimum height;
0
pixels by default. - minimumHeight - Variable in class org.eclipse.swt.custom.ControlEditor
-
Specifies the minimum height the editor can have.
- minimumHeight - Variable in class org.eclipse.swt.layout.GridData
-
minimumHeight specifies the minimum height in points.
- minimumWidth - Variable in class org.eclipse.jface.viewers.CellEditor.LayoutData
-
Minimum width in pixels;
50
pixels by default. - minimumWidth - Variable in class org.eclipse.jface.viewers.ColumnWeightData
-
The column's minimum width in pixels.
- minimumWidth - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
-
The minimum width;
0
pixels by default. - minimumWidth - Variable in class org.eclipse.swt.custom.ControlEditor
-
Specifies the minimum width the editor can have.
- minimumWidth - Variable in class org.eclipse.swt.layout.GridData
-
minimumWidth specifies the minimum width in points.
- minNumColumns - Variable in class org.eclipse.ui.forms.widgets.ColumnLayout
-
Minimum number of columns (default is 1).
- minSize(int, int) - Method in class org.eclipse.jface.layout.GridDataFactory
-
Sets the minimum size for the control.
- minSize(Point) - Method in class org.eclipse.jface.layout.GridDataFactory
-
Sets the minimum size for the control.
- MINUTE - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the minute attribute of a virtual timer event.
- MIRRORED - Static variable in class org.eclipse.compare.CompareConfiguration
-
Name of the mirrored property, i.e. if left input is shown on the right side and vice versa.
- MIRRORED - Static variable in class org.eclipse.swt.SWT
-
Style constant to indicate coordinate mirroring (value is 1<<27).
- MirroredMergeViewerContentProvider - Class in org.eclipse.compare.internal
-
This class just swaps the left and right input for display.
- MirroredMergeViewerContentProvider(CompareConfiguration, MergeViewerContentProvider) - Constructor for class org.eclipse.compare.internal.MirroredMergeViewerContentProvider
- MISSING - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
- MISSING_CAPABILITY - Enum constant in enum class org.eclipse.osgi.report.resolution.ResolutionReport.Entry.Type
-
Indicates a resource failed to resolve because no capabilities matching one of the resource's requirements could not be found.
- MISSING_DESCRIPTION_REPAIRED - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 234) indicating that a project description file (.project), was missing but it has been repaired.
- MISSING_EXECUTION_ENVIRONMENT - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
-
Error type constant (bit mask) indicating that a bundle could not be resolved because the required execution enviroment did not match the runtime environment.
- MISSING_FRAGMENT_HOST - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
-
Error type constant (bit mask) indicating that a Fragment-Host could not be resolved.
- MISSING_GENERIC_CAPABILITY - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
-
Error type constant (bit mask) indicating that a bundle could not be resolved because the required generic capability could not be resolved.
- MISSING_IMPORT_PACKAGE - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
-
Error type constant (bit mask) indicating that an Import-Package could not be resolved.
- MISSING_LAUNCH_CONFIGURATION_TYPE - Static variable in exception org.eclipse.debug.core.DebugException
-
Indicates a launch configuration could not be restored because its launch configuration type definition is missing.
- MISSING_REFACTORING_HISTORY_VERSION - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
-
Status code (value 10004) indicating that a refactoring history has been read which does not contain version information.
- MISSING_REQUIRE_BUNDLE - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
-
Error type constant (bit mask) indicating that a Require-Bundle could not be resolved.
- MItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Item'.
- miterLimit - Variable in class org.eclipse.swt.graphics.LineAttributes
-
The line miter limit.
- mkdir(int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
-
Creates a directory, and optionally its parent directories.
- mkdir(int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
-
The default implementation of
IFileStore.mkdir(int, IProgressMonitor)
. - mkdirs(File) - Method in class org.eclipse.osgi.framework.util.SecureAction
- MKeyBinding - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Key Binding'.
- MKeySequence - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Key Sequence'.
- MLocalizable - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Localizable'.
- MMenu - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Menu'.
- MMenuContribution - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Contribution'.
- MMenuContributions - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Contributions'.
- MMenuElement - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Element'.
- MMenuFactory - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
The Factory for the model.
- MMenuItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Item'.
- MMenuSeparator - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Separator'.
- MModelFragment - Interface in org.eclipse.e4.ui.model.fragment
-
A representation of the model object 'Model Fragment'.
- MModelFragments - Interface in org.eclipse.e4.ui.model.fragment
-
A representation of the model object 'Model Fragments'.
- mnemonic - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
-
A mnemonic for this item to be applied to the label.
- MNEMONIC_NONE - Static variable in class org.eclipse.jface.action.LegacyActionTools
-
The constant to use if there is no mnemonic for this location.
- mnemonics - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
-
The cached value of the '
Mnemonics
' attribute. - mnemonics - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl
-
The cached value of the '
Mnemonics
' attribute. - MNEMONICS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuElement
- MNEMONICS_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
-
The default value of the '
Mnemonics
' attribute. - MNEMONICS_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl
-
The default value of the '
Mnemonics
' attribute. - MOD1 - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the MOD1 key was pushed on the keyboard when the event was generated.
- MOD2 - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the MOD2 key was pushed on the keyboard when the event was generated.
- MOD3 - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the MOD3 key was pushed on the keyboard when the event was generated.
- MOD4 - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating that the MOD4 key was pushed on the keyboard when the event was generated.
- ModalContext - Class in org.eclipse.jface.operation
-
Utility class for supporting modal operations.
- ModalContext() - Constructor for class org.eclipse.jface.operation.ModalContext
- mode - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
-
Any number of mode bits, like
CommandContributionItem.MODE_FORCE_TEXT
. - MODE_FORCE_TEXT - Static variable in class org.eclipse.jface.action.ActionContributionItem
-
Mode bit: Show text on tool items or buttons, even if an image is present.
- MODE_FORCE_TEXT - Static variable in class org.eclipse.ui.menus.CommandContributionItem
-
Mode bit: Show text on tool items or buttons, even if an image is present.
- MODE_GROUP - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
-
The id of the mode group that determines where the mode selection actions appear
- model - Variable in class org.eclipse.ui.internal.PartSite
- model() - Static method in class org.eclipse.core.databinding.BindingProperties
-
Returns an
IValueProperty
for observing the model of aBinding
. - MODEL_ANNOTATION_MODEL - Static variable in class org.eclipse.jface.text.source.SourceViewer
-
Key of the model annotation model inside the visual annotation model.
- MODEL_FRAGMENT - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the '
Model Fragment
' class. - MODEL_FRAGMENT - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The meta object id for the '
Model Fragment
' class. - MODEL_FRAGMENT___MERGE__MAPPLICATION - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the 'Merge' operation.
- MODEL_FRAGMENT___MERGE__MAPPLICATION - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The operation id for the 'Merge' operation.
- MODEL_FRAGMENT__ELEMENTS - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the 'Elements' containment reference list feature.
- MODEL_FRAGMENT__ELEMENTS - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The feature id for the 'Elements' containment reference list.
- MODEL_FRAGMENT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The number of structural features of the 'Model Fragment' class.
- MODEL_FRAGMENT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The number of operations of the 'Model Fragment' class.
- MODEL_FRAGMENTS - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the '
Model Fragments
' class. - MODEL_FRAGMENTS - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The meta object id for the '
Model Fragments
' class. - MODEL_FRAGMENTS__FRAGMENTS - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the 'Fragments' containment reference list feature.
- MODEL_FRAGMENTS__FRAGMENTS - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The feature id for the 'Fragments' containment reference list.
- MODEL_FRAGMENTS__IMPORTS - Static variable in interface org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl.Literals
-
The meta object literal for the 'Imports' containment reference list feature.
- MODEL_FRAGMENTS__IMPORTS - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The feature id for the 'Imports' containment reference list.
- MODEL_FRAGMENTS_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The number of structural features of the 'Model Fragments' class.
- MODEL_FRAGMENTS_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
-
The number of operations of the 'Model Fragments' class.
- MODEL_RESOURCE_HANDLER - Static variable in interface org.eclipse.e4.ui.workbench.IWorkbench
-
The argument for the resource handler to use
Value is:modelResourceHandler
- MODEL_SPECIFIC - Static variable in class org.eclipse.debug.core.DebugEvent
-
Model specific event kind.
- MODEL_TO_BINDING_KEY - Static variable in interface org.eclipse.e4.ui.bindings.EBindingService
- modelChanged(AnnotationModelEvent) - Method in class org.eclipse.jface.text.source.AnnotationPainter
- modelChanged(AnnotationModelEvent) - Method in interface org.eclipse.jface.text.source.IAnnotationModelListenerExtension
-
Called if a model change occurred on the given model.
- modelChanged(IAnnotationModel) - Method in class org.eclipse.jface.text.source.AnnotationPainter
- modelChanged(IAnnotationModel) - Method in interface org.eclipse.jface.text.source.IAnnotationModelListener
-
Called if a model change occurred on the given model.
- modelChanged(ISynchronizeModelElement) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelChangeListener
-
Called whenever the input model shown in a diff node viewer is updated.
- modelChanged(ISynchronizeModelElement) - Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
-
This method is invoked whenever the model being displayed in the view changes.
- ModelElement(String) - Constructor for class org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
- ModelElement(String, String) - Constructor for class org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
- MODELESS - Static variable in class org.eclipse.swt.SWT
-
Style constant for modeless behavior (value is 0).
- ModelFragmentImpl - Class in org.eclipse.e4.ui.model.fragment.impl
-
An implementation of the model object 'Model Fragment'.
- ModelFragmentImpl() - Constructor for class org.eclipse.e4.ui.model.fragment.impl.ModelFragmentImpl
- ModelFragmentsImpl - Class in org.eclipse.e4.ui.model.fragment.impl
-
An implementation of the model object 'Model Fragments'.
- ModelFragmentsImpl() - Constructor for class org.eclipse.e4.ui.model.fragment.impl.ModelFragmentsImpl
- ModelHandlerBase - Class in org.eclipse.e4.ui.workbench.modeling
- ModelHandlerBase() - Constructor for class org.eclipse.e4.ui.workbench.modeling.ModelHandlerBase
- modelLine2WidgetLine(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
-
Deprecated.Returns the widget line that corresponds to the given line of the viewer's document or
-1
if there is no such line. - modelLine2WidgetLine(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
-
Returns the widget line that corresponds to the given line of the viewer's input document or
-1
if there is no such line. - modelLine2WidgetLine(int) - Method in class org.eclipse.jface.text.TextViewer
-
Implements the contract of
ITextViewerExtension5.modelLine2WidgetLine(int)
. - modelLineToWidgetLine(ITextViewer, int) - Static method in class org.eclipse.jface.text.JFaceTextUtil
-
Converts a model (i.e.
- ModelMergeOperation - Class in org.eclipse.team.ui.synchronize
-
A model operation that executes a merge according to the merge lifecycle associated with an
IMergeContext
andIResourceMappingMerger
instances obtained from the model providers involved. - ModelMergeOperation(IWorkbenchPart, ISynchronizationScopeManager) - Constructor for class org.eclipse.team.ui.synchronize.ModelMergeOperation
-
Create a model merge operation.
- modelOffset2WidgetOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
-
Deprecated.Returns the widget offset that corresponds to the given offset in the viewer's document or
-1
if there is no such offset - modelOffset2WidgetOffset(int) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
-
Returns the widget offset that corresponds to the given offset in the viewer's input document or
-1
if there is no such offset - modelOffset2WidgetOffset(int) - Method in class org.eclipse.jface.text.TextViewer
-
Implements the contract of
ITextViewerExtension5.modelOffset2WidgetOffset(int)
. - modelOffset2WidgetOffset(ISourceViewer, int) - Static method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
Returns the offset of the given source viewer's text widget that corresponds to the given model offset or
-1
if there is no such offset. - ModelOperation - Class in org.eclipse.team.ui.synchronize
-
An abstract operation that uses an
ISynchronizationScopeManager
to create an operation scope that includes the complete set of mappings that must be included in the operation to ensure model consistency. - ModelOperation(IWorkbenchPart, ISynchronizationScopeManager) - Constructor for class org.eclipse.team.ui.synchronize.ModelOperation
-
Create a model operation that operates on the given scope.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
-
The cached model package
- modelPackage - Static variable in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class org.eclipse.e4.ui.model.fragment.util.FragmentSwitch
-
The cached model package
- ModelParticipantAction - Class in org.eclipse.team.ui.synchronize
-
Model provider actions for use with a
ModelSynchronizeParticipant
. - ModelParticipantAction(String, ISynchronizePageConfiguration) - Constructor for class org.eclipse.team.ui.synchronize.ModelParticipantAction
-
Create the model participant action.
- ModelParticipantMergeOperation - Class in org.eclipse.team.ui.synchronize
-
A model merge operation that uses a participant to preview the changes in either a dialog or the Synchronize view.
- ModelParticipantMergeOperation(IWorkbenchPart, ISynchronizationScopeManager) - Constructor for class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
-
Create a merge participant operation for the scope of the given manager.
- ModelParticipantWizard - Class in org.eclipse.team.ui.synchronize
-
This is a convenience class for creating wizards for use with the
org.eclipse.team.ui.synchronizeWizard
extension point that create aModelSynchronizeParticipant
. - ModelParticipantWizard() - Constructor for class org.eclipse.team.ui.synchronize.ModelParticipantWizard
- ModelProvider - Class in org.eclipse.core.resources.mapping
-
Represents the provider of a logical model.
- ModelProvider() - Constructor for class org.eclipse.core.resources.mapping.ModelProvider
- modelRange2ClosestWidgetRange(IRegion) - Method in class org.eclipse.jface.text.TextViewer
-
Similar to
TextViewer.modelRange2WidgetRange(IRegion)
, but more forgiving: ifmodelRange
describes a region entirely hidden in the image, then this method returns the zero-length region at the offset of the folded region. - modelRange2WidgetRange(IRegion) - Method in interface org.eclipse.jface.text.ITextViewerExtension3
-
Deprecated.Returns the minimal region of the viewer's widget that completely comprises the given region of the viewer's document or
null
if there is no such region. - modelRange2WidgetRange(IRegion) - Method in interface org.eclipse.jface.text.ITextViewerExtension5
-
Returns the minimal region of the viewer's widget that completely comprises the given region of the viewer's input document or
null
if there is no such region. - modelRange2WidgetRange(IRegion) - Method in class org.eclipse.jface.text.TextViewer
-
Implements the contract of
ITextViewerExtension5.modelRange2WidgetRange(IRegion)
. - modelRange2WidgetRange(Position) - Method in class org.eclipse.jface.text.TextViewer
-
Same as
TextViewer.modelRange2WidgetRange(IRegion)
just for aPosition
. - models() - Static method in class org.eclipse.core.databinding.BindingProperties
-
Returns an
IListProperty
for observing the models of aValidationStatusProvider
. - modelSelection2WidgetSelection(Point) - Method in class org.eclipse.jface.text.TextViewer
-
Translates the given selection range of the viewer's document into the corresponding widget range or returns
null
of this fails. - ModelStatus - Class in org.eclipse.core.resources.mapping
-
A status returned by a model from the resource operation validator.
- ModelStatus(int, String, String, String) - Constructor for class org.eclipse.core.resources.mapping.ModelStatus
-
Create a model status.
- modelStyleRange2WidgetStyleRange(StyleRange) - Method in class org.eclipse.jface.text.TextViewer
-
Translates a style range given relative to the viewer's document into style ranges relative to the viewer's widget or
null
. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
-
The switch that delegates to the
createXXX
methods. - modelSwitch - Variable in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
-
The switch that delegates to the
createXXX
methods. - ModelSynchronizeParticipant - Class in org.eclipse.team.ui.synchronize
-
Synchronize participant that obtains it's synchronization state from a
ISynchronizationContext
. - ModelSynchronizeParticipant() - Constructor for class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
Create a participant in order to restore it from saved state.
- ModelSynchronizeParticipant(SynchronizationContext) - Constructor for class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
-
Create a participant for the given context
- ModelSynchronizeParticipantActionGroup - Class in org.eclipse.team.ui.synchronize
-
Action group that contributes the merge actions to the model synchronize participant.
- ModelSynchronizeParticipantActionGroup() - Constructor for class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
-
Create a merge action group.
- modelToTarget() - Method in interface org.eclipse.core.databinding.bind.steps.CommonSteps.DirectionStep
-
Sets the binding to have the model-to-target direction.
- ModelUtils - Class in org.eclipse.e4.ui.model.internal
- ModelUtils() - Constructor for class org.eclipse.e4.ui.model.internal.ModelUtils
- modifiedService(ServiceReference<HttpServlet>, HttpTuple) - Method in class org.eclipse.equinox.http.servlet.internal.Activator
- modifiedService(ServiceReference<ServletContextHelper>, AtomicReference<ContextController>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
- modifiedService(ServiceReference<HttpService>, HttpService) - Method in class org.eclipse.equinox.http.registry.internal.HttpServiceTracker
- modifiedService(ServiceReference<Preprocessor>, AtomicReference<PreprocessorRegistration>) - Method in class org.eclipse.equinox.http.servlet.internal.PreprocessorCustomizer
- modifiedService(ServiceReference, Object) - Method in class org.eclipse.equinox.http.registry.internal.Activator
- MODIFIER_MASK - Static variable in class org.eclipse.swt.SWT
-
Keyboard and/or mouse event mask indicating all possible keyboard modifiers.
- ModifierKey - Class in org.eclipse.ui.keys
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
- modify(Class<T>, T) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Modifies the value to be associated with the given class.
- modify(Object, String, Object) - Method in interface org.eclipse.jface.viewers.ICellModifier
-
Modifies the value for the given property of the given element.
- modify(String, Object) - Method in interface org.eclipse.e4.core.contexts.IEclipseContext
-
Modifies the value to be associated with the given name.
- Modify - Static variable in class org.eclipse.swt.SWT
-
The modify event type (value is 24).
- modifyAnnotation(Annotation, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
-
Modifies the given annotation if the annotation is managed by this annotation model.
- modifyAnnotationPosition(Annotation, Position) - Method in class org.eclipse.jface.text.source.AnnotationModel
- modifyAnnotationPosition(Annotation, Position) - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
-
Modifies the position associated with the given annotation to equal the given position.
- modifyAnnotationPosition(Annotation, Position, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
-
Modifies the associated position of the given annotation to the given position.
- modifyAnnotations(Annotation[], Map<? extends Annotation, ? extends Position>, Annotation[]) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
-
Modifies the annotation model.
- modifyBookmark_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- ModifyEvent - Class in org.eclipse.swt.events
-
Instances of this class are sent as a result of text being modified.
- ModifyEvent(Event) - Constructor for class org.eclipse.swt.events.ModifyEvent
-
Constructs a new instance of this class based on the information in the given untyped event.
- ModifyListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
- modifyMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Updates the annotation corresponding to the given marker which has changed in some way.
- modifyRule(IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for modifying a resource.
- modifyRule(IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of
IResourceRuleFactory#modifyRule
. - modifyTask_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
- modifyText(ExtendedModifyEvent) - Method in interface org.eclipse.swt.custom.ExtendedModifyListener
-
This method is called after a text change occurs.
- modifyText(ModifyEvent) - Method in interface org.eclipse.swt.events.ModifyListener
-
Sent when the text is modified.
- Module - Class in org.eclipse.osgi.container
-
A module represents a set of revisions installed in a module
container
. - Module(Long, String, ModuleContainer, EnumSet<Module.Settings>, int) - Constructor for class org.eclipse.osgi.container.Module
-
Constructs a new module with the specified id, location and container.
- MODULE_DATA_NAMESPACE - Static variable in class org.eclipse.osgi.container.namespaces.EquinoxModuleDataNamespace
-
Namespace name for equinox module data.
- Module.Settings - Enum Class in org.eclipse.osgi.container
-
An enumeration of persistent settings for a module
- Module.StartOptions - Enum Class in org.eclipse.osgi.container
-
The possible start options for a module
- Module.State - Enum Class in org.eclipse.osgi.container
-
An enumeration of the possible
states
a module may be in. - Module.StopOptions - Enum Class in org.eclipse.osgi.container
-
The possible start options for a module
- ModuleCapability - Class in org.eclipse.osgi.container
-
An implementation of
BundleCapability
. - ModuleCollisionHook - Interface in org.eclipse.osgi.container
-
Hook used to determine if a module revision being installed or updated will cause a collision
- ModuleContainer - Class in org.eclipse.osgi.container
-
A container for installing, updating, uninstalling and resolve modules.
- ModuleContainer(ModuleContainerAdaptor, ModuleDatabase) - Constructor for class org.eclipse.osgi.container.ModuleContainer
-
Constructs a new container with the specified adaptor, module database.
- ModuleContainerAdaptor - Class in org.eclipse.osgi.container
-
Adapts the behavior of a container.
- ModuleContainerAdaptor() - Constructor for class org.eclipse.osgi.container.ModuleContainerAdaptor
- ModuleContainerAdaptor.ContainerEvent - Enum Class in org.eclipse.osgi.container
-
Event types that may be
published
for a container. - ModuleContainerAdaptor.ModuleEvent - Enum Class in org.eclipse.osgi.container
- ModuleDatabase - Class in org.eclipse.osgi.container
-
A database for storing modules, their revisions and wiring states.
- ModuleDatabase(ModuleContainerAdaptor) - Constructor for class org.eclipse.osgi.container.ModuleDatabase
-
Constructs a new empty database.
- ModuleLoader - Class in org.eclipse.osgi.container
-
A module loader is what connects a
ModuleWiring
to a real classloader. - ModuleLoader() - Constructor for class org.eclipse.osgi.container.ModuleLoader
- ModuleRequirement - Class in org.eclipse.osgi.container
-
An implementation of
BundleRequirement
. - ModuleRevision - Class in org.eclipse.osgi.container
-
An implementation of
BundleRevision
. - ModuleRevisionBuilder - Class in org.eclipse.osgi.container
-
A builder for creating module
ModuleRevision
objects. - ModuleRevisionBuilder() - Constructor for class org.eclipse.osgi.container.ModuleRevisionBuilder
-
Constructs a new module builder
- ModuleRevisionBuilder.GenericInfo - Class in org.eclipse.osgi.container
-
Provides information about a capability or requirement
- ModuleRevisions - Class in org.eclipse.osgi.container
- MODULES_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Identifier for a modules group in a menu (value
"modulesGroup"
). - ModuleWire - Class in org.eclipse.osgi.container
-
An implementation of
BundleWire
. - ModuleWiring - Class in org.eclipse.osgi.container
-
An implementation of
BundleWiring
. - Monitor - Class in org.eclipse.swt.widgets
-
Instances of this class are descriptions of monitors.
- monitorFailed(IRefreshMonitor, IResource) - Method in interface org.eclipse.core.resources.refresh.IRefreshResult
-
Notifies that the given monitor has encountered a failure from which it cannot recover while monitoring the given resource.
- monitorFor(IProgressMonitor) - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
-
Returns a (possibly wrapped) progress monitor to use when running in a job.
- MonoReconciler - Class in org.eclipse.jface.text.reconciler
-
Standard implementation of
IReconciler
. - MonoReconciler(IReconcilingStrategy, boolean) - Constructor for class org.eclipse.jface.text.reconciler.MonoReconciler
-
Creates a new reconciler that uses the same reconciling strategy to reconcile its document independent of the type of the document's contents.
- MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the month attribute of a virtual timer event.
- MOUSE - Static variable in class org.eclipse.jface.text.TextViewer
-
Identifies mouse moves as originators of a view port change.
- MOUSE_BUTTON - Static variable in interface org.eclipse.jface.text.IPainter
-
Constant describing the reason of a repaint request: mouse button pressed.
- MOUSE_CLICK_SELECTION - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
-
if a cell is selected using a single click of the mouse
- MOUSE_DOUBLE_CLICK_SELECTION - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
-
if a cell is selected using double clicking of the mouse
- MOUSE_END - Static variable in class org.eclipse.jface.text.TextViewer
-
Identifies mouse button up as originator of a view port change.
- MOUSE_HOVER - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
- MOUSE_HOVER_LOST - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
- MouseAdapter - Class in org.eclipse.swt.events
-
This adapter class provides default implementations for the methods described by the
MouseListener
interface. - MouseAdapter() - Constructor for class org.eclipse.swt.events.MouseAdapter
- mouseClicked(int) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
-
Hook method for a mouse click event on the given ruler line.
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.jface.text.PaintManager
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
-
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
- mouseDoubleClick(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
-
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- mouseDoubleClick(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
- MouseDoubleClick - Static variable in class org.eclipse.swt.SWT
-
The mouse double click event type (value is 8).
- mouseDoubleClickAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
-
Static helper method to create a
MouseListener
for theMouseListener.mouseDoubleClick(MouseEvent e)
) method with a lambda expression. - mouseDoubleClicked(int) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
-
Hook method for a mouse double click event on the given ruler line.
- mouseDown(int) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
-
Hook method for a mouse down event on the given ruler line.
- mouseDown(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseDown(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
- mouseDown(MouseEvent) - Method in class org.eclipse.jface.text.PaintManager
- mouseDown(MouseEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- mouseDown(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
-
Sent when a mouse button is pressed.
- mouseDown(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
-
Sent when a mouse button is pressed.
- mouseDown(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- mouseDown(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
- MouseDown - Static variable in class org.eclipse.swt.SWT
-
The mouse down event type (value is 3).
- mouseDownAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
-
Static helper method to create a
MouseListener
for theMouseListener.mouseDown(MouseEvent e)
) method with a lambda expression. - mouseEnter(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseEnter(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
Sent when the mouse pointer passes into the area of the screen covered by a control.
- mouseEnter(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
-
Sent when the mouse pointer passes into the area of the screen covered by a control.
- mouseEnter(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
-
Sent when the mouse pointer passes into the area of the screen covered by a control.
- mouseEnter(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- MouseEnter - Static variable in class org.eclipse.swt.SWT
-
The mouse enter event type (value is 6).
- mouseEnterAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
-
Static helper method to create a
MouseTrackListener
for theMouseTrackListener.mouseEnter(MouseEvent e)
) method, given a lambda expression or a method reference. - MouseEvent - Class in org.eclipse.swt.events
-
Instances of this class are sent whenever mouse related actions occur.
- MouseEvent(Event) - Constructor for class org.eclipse.swt.events.MouseEvent
-
Constructs a new instance of this class based on the information in the given untyped event.
- mouseExit(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseExit(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
Sent when the mouse pointer passes out of the area of the screen covered by a control.
- mouseExit(MouseEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- mouseExit(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
-
Sent when the mouse pointer passes out of the area of the screen covered by a control.
- mouseExit(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
-
Sent when the mouse pointer passes out of the area of the screen covered by a control.
- mouseExit(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- MouseExit - Static variable in class org.eclipse.swt.SWT
-
The mouse exit event type (value is 7).
- mouseExitAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
-
Static helper method to create a
MouseTrackListener
for theMouseTrackListener.mouseExit(MouseEvent e)
) method, given a lambda expression or a method reference. - MouseHorizontalWheel - Static variable in class org.eclipse.swt.SWT
-
The mouse horizontal wheel event type (value is 38).
- mouseHover(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseHover(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
-
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
- mouseHover(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
-
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
- mouseHover(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
-
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
- mouseHover(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- MouseHover - Static variable in class org.eclipse.swt.SWT
-
The mouse hover event type (value is 32).
- mouseHoverAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
-
Static helper method to create a
MouseTrackListener
for theMouseTrackListener.mouseHover(MouseEvent e)
) method, given a lambda expression or a method reference. - MouseListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
- mouseMove(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
- mouseMove(MouseEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- mouseMove(MouseEvent) - Method in interface org.eclipse.swt.events.MouseMoveListener
-
Sent when the mouse moves.
- mouseMove(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- MouseMove - Static variable in class org.eclipse.swt.SWT
-
The mouse move event type (value is 5).
- MouseMoveListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
- mouseScrolled(MouseEvent) - Method in interface org.eclipse.swt.events.MouseWheelListener
-
Sent when the mouse wheel is scrolled.
- MouseTrackAdapter - Class in org.eclipse.swt.events
-
This adapter class provides default implementations for the methods described by the
MouseTrackListener
interface. - MouseTrackAdapter() - Constructor for class org.eclipse.swt.events.MouseTrackAdapter
- MouseTrackListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
- mouseUp(MouseEvent) - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
- mouseUp(MouseEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
- mouseUp(MouseEvent) - Method in class org.eclipse.jface.text.PaintManager
- mouseUp(MouseEvent) - Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
Deprecated.
- mouseUp(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
-
Sent when a mouse button is released.
- mouseUp(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
-
Sent when a mouse button is released.
- mouseUp(MouseEvent) - Method in class org.eclipse.ui.console.TextConsoleViewer
- mouseUp(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
- MouseUp - Static variable in class org.eclipse.swt.SWT
-
The mouse up event type (value is 4).
- mouseUpAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
-
Static helper method to create a
MouseListener
for theMouseListener.mouseUp(MouseEvent e)
) method with a lambda expression. - MouseVerticalWheel - Static variable in class org.eclipse.swt.SWT
-
The mouse vertical wheel event type (value is 37).
- MouseWheel - Static variable in class org.eclipse.swt.SWT
-
The mouse wheel event type (value is 37).
- MouseWheelListener - Interface in org.eclipse.swt.events
-
Classes which implement this interface provide a method that deals with the event that is generated as the mouse wheel is scrolled.
- move(int, int) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
-
Moves the element located at
oldIndex
tonewIndex
. - move(int, int) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
- move(int, int) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
-
Moves the element located at
oldIndex
tonewIndex
. - move(int, int) - Method in class org.eclipse.core.databinding.observable.list.MultiList
- move(int, int) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
-
Moves the element located at
oldIndex
tonewIndex
. - move(int, int) - Method in class org.eclipse.core.databinding.observable.list.WritableList
- move(E, int, int) - Method in interface org.eclipse.jface.databinding.viewers.IViewerUpdater
-
Moves the specified element from the specified old position to the specified new position.
- move(File, File, boolean) - Static method in class org.eclipse.osgi.storage.StorageUtil
- move(IFileStore, int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
-
Moves the file represented by this store to the provided destination store.
- move(IFileStore, int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
-
The default implementation of
IFileStore.move(IFileStore, int, IProgressMonitor)
. - move(IProjectDescription, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Renames or relocates this project so that it is the project specified by the given project description.
- move(IProjectDescription, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
-
Renames this project so that it is located at the name in the given description.
- move(IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Renames or relocates this project so that it is the project specified by the given project description.
- move(IResource[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
-
Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.
- move(IResource[], IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
-
Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.
- move(IResource, IPath) - Method in interface org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
-
Record the set of deltas representing a move of the given resource to the given workspace path.
- move(IPath, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
-
Moves this resource to be at the given location.
- move(IPath, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
-
Moves this resource so that it is located at the given path.
- move(IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Moves this resource so that it is located at the given path.
- move(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Moves this resource so that it is located at the given path.
- move(IProgressMonitor, IAdaptable) - Method in class org.eclipse.ui.ide.undo.MoveResourcesOperation
-
Move any known resources according to the destination parameters known by this operation.
- move(T, MElementContainer<? super T>) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Move the element to a new location.
- move(T, MElementContainer<? super T>, boolean) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Move the element to a new location.
- move(T, MElementContainer<? super T>, int) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Move the element to a new location.
- move(T, MElementContainer<? super T>, int, boolean) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
-
Move the element to a new location.
- Move - Static variable in class org.eclipse.swt.SWT
-
The move event type (value is 10).
- MOVE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.EventTypes
-
Value moved: the value moved is the
UIEvents.EventTags.NEW_VALUE
, the old position isUIEvents.EventTags.OLD_VALUE
, and the new position inUIEvents.EventTags.POSITION
. - MOVE - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id: "move", commandId: "org.eclipse.ui.edit.move"): Move.
- MOVE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.in 3.0. Use
ActionFactory.MOVE.getId()
instead. - MOVE - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
-
Deprecated.As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_MOVE
- MOVE_FROM - Static variable in interface org.eclipse.team.core.diff.ITwoWayDiff
-
Change constant (bit mask) indicating that the object was moved from another location.
- MOVE_LINE_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to move lines downwards Value:
"MoveLineDown"
- MOVE_LINE_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of the action to move lines upwards Value:
"MoveLineUp"
- MOVE_LINES_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
-
Help context id for the action.
- MOVE_LINES_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the move lines downwards action.
- MOVE_LINES_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
-
Action definition id of the move lines upwards action.
- MOVE_TO - Static variable in interface org.eclipse.team.core.diff.ITwoWayDiff
-
Change constant (bit mask) indicating that the object was moved to another location.
- moveable(boolean) - Method in class org.eclipse.jface.widgets.TableColumnFactory
-
Sets the moveable attribute.
- moveable(boolean) - Method in class org.eclipse.jface.widgets.TreeColumnFactory
-
Sets the moveable attribute.
- moveAbove(Control) - Method in class org.eclipse.swt.widgets.Control
-
Moves the receiver above the specified control in the drawing order.
- MoveArguments - Class in org.eclipse.ltk.core.refactoring.participants
-
Move arguments describe the data that a processor provides to its move participants.
- MoveArguments(Object, boolean) - Constructor for class org.eclipse.ltk.core.refactoring.participants.MoveArguments
-
Creates new move arguments.
- moveBelow(Control) - Method in class org.eclipse.swt.widgets.Control
-
Moves the receiver below the specified control in the drawing order.
- MOVED_FROM - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Change constant (bit mask) indicating that the resource was moved from another location.
- MOVED_TO - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Change constant (bit mask) indicating that the resource was moved to another location.
- movedFile(IFile, IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
-
Declares that the given source file has been successfully moved to the given destination in the local file system, and requests that the corresponding changes should now be made to the workspace resource tree.
- movedFolderSubtree(IFolder, IFolder) - Method in interface org.eclipse.core.resources.team.IResourceTree
-
Declares that the given source folder and its descendents have been successfully moved to the given destination in the local file system, and requests that the corresponding changes should now be made to the workspace resource tree for the folder and all its descendents.
- movedProjectSubtree(IProject, IProjectDescription) - Method in interface org.eclipse.core.resources.team.IResourceTree
-
Declares that the given source project and its files and folders have been successfully relocated in the local file system if required, and requests that the rename and/or relocation should now be made to the workspace resource tree for the project and all its descendents.
- moveFile(IResourceTree, IFile, IFile, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
-
Implements
IResource.move(IPath,int,IProgressMonitor)
where the receiver is a file. - MoveFilesAndFoldersOperation - Class in org.eclipse.ui.actions
-
Moves files and folders.
- MoveFilesAndFoldersOperation(Shell) - Constructor for class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
-
Creates a new operation initialized with a shell.
- moveFocusToWidgetToken() - Method in interface org.eclipse.jface.text.ITextViewerExtension4
-
Instructs the receiver to request the
IWidgetTokenKeeper
currently holding the widget token to take the keyboard focus. - moveFocusToWidgetToken() - Method in class org.eclipse.jface.text.TextViewer
- moveFolder(IResourceTree, IFolder, IFolder, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
-
Implements
IResource.move(IPath,int,IProgressMonitor)
where the receiver is a project. - moveInside(Rectangle, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
-
Repositions the 'inner' rectangle to lie completely within the bounds of the 'outer' rectangle if possible.
- MoveLinesAction - Class in org.eclipse.ui.texteditor
-
Action for moving selected lines in an editor.
- MoveLinesAction(ResourceBundle, String, AbstractTextEditor, boolean, boolean) - Constructor for class org.eclipse.ui.texteditor.MoveLinesAction
-
Deprecated.As of 3.5, replaced by
MoveLinesAction(ResourceBundle, String, ITextEditor, ITextViewer, boolean, boolean)
- MoveLinesAction(ResourceBundle, String, ITextEditor, ITextViewer, boolean, boolean) - Constructor for class org.eclipse.ui.texteditor.MoveLinesAction
-
Creates and initializes the action for the given text editor.
- movement - Variable in class org.eclipse.swt.custom.MovementEvent
-
the movement type (input)
- MOVEMENT_CHAR - Static variable in class org.eclipse.swt.SWT
-
The character movement type (value is 1<<0).
- MOVEMENT_CLUSTER - Static variable in class org.eclipse.swt.SWT
-
The cluster movement type (value is 1<<1).
- MOVEMENT_WORD - Static variable in class org.eclipse.swt.SWT
-
The word movement type (value is 1<<2).
- MOVEMENT_WORD_END - Static variable in class org.eclipse.swt.SWT
-
The word end movement type (value is 1<<3).
- MOVEMENT_WORD_START - Static variable in class org.eclipse.swt.SWT
-
The word start movement type (value is 1<<4).
- MovementEvent - Class in org.eclipse.swt.custom
-
This event is sent when a new offset is required based on the current offset and a movement type.
- MovementEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.MovementEvent
-
Constructs a new instance of this class based on the information in the given event.
- MovementListener - Interface in org.eclipse.swt.custom
-
This listener is invoked when a new offset is required based on the current offset and a movement type.
- MoveParticipant - Class in org.eclipse.ltk.core.refactoring.participants
-
A participant to participate in refactorings that move elements.
- MoveParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
- MoveProcessor - Class in org.eclipse.ltk.core.refactoring.participants
-
A special processor that performs move operations.
- MoveProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.MoveProcessor
- moveProject(IResourceTree, IProject, IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
-
Implements
IResource.move(IPath,int,IProgressMonitor)
andIResource.move(IProjectDescription,int,IProgressMonitor)
where the receiver is a project. - MoveProjectAction - Class in org.eclipse.ui.actions
-
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.
- MoveProjectAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.MoveProjectAction
-
Creates a new project move action and initializes it.
- MoveProjectAction(Shell) - Constructor for class org.eclipse.ui.actions.MoveProjectAction
-
Deprecated.
- MoveProjectOperation - Class in org.eclipse.ui.ide.undo
-
A MoveProjectOperation represents an undoable operation for moving a project's content to a different location.
- MoveProjectOperation(IProject, URI, String) - Constructor for class org.eclipse.ui.ide.undo.MoveProjectOperation
-
Create a MoveProjectOperation that moves the specified project contents to a new location.
- moveRectangle(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
-
Moves the given rectangle by the given delta.
- MoveRefactoring - Class in org.eclipse.ltk.core.refactoring.participants
-
A generic move refactoring.
- MoveRefactoring(MoveProcessor) - Constructor for class org.eclipse.ltk.core.refactoring.participants.MoveRefactoring
-
Creates a new move refactoring with the given move processor.
- MoveRenameResourceChange - Class in org.eclipse.ltk.core.refactoring.resource
-
Change
that moves and renames a resource. - MoveRenameResourceChange(IResource, IContainer, String) - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceChange
-
Creates the change.
- MoveRenameResourceChange(IResource, IContainer, String, long, Change) - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceChange
-
Creates the change.
- MoveRenameResourceDescriptor - Class in org.eclipse.ltk.core.refactoring.resource
-
Refactoring descriptor for the move/rename resource refactoring.
- MoveRenameResourceDescriptor() - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
-
Creates a new refactoring descriptor.
- MoveResourceAction - Class in org.eclipse.ui.actions
-
Standard action for moving the currently selected resources elsewhere in the workspace.
- MoveResourceAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.MoveResourceAction
-
Creates a new action.
- MoveResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.MoveResourceAction
-
Deprecated.
- MoveResourceChange - Class in org.eclipse.ltk.core.refactoring.resource
-
Change
that moves a resource. - MoveResourceChange(IResource, IContainer) - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveResourceChange
-
Creates the change.
- MoveResourceChange(IResource, IContainer, long, Change) - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveResourceChange
-
Creates the change.
- MoveResourcesDescriptor - Class in org.eclipse.ltk.core.refactoring.resource
-
Refactoring descriptor for the move resource refactoring.
- MoveResourcesDescriptor() - Constructor for class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
-
Creates a new refactoring descriptor.
- MoveResourcesOperation - Class in org.eclipse.ui.ide.undo
-
A MoveResourcesOperation represents an undoable operation for moving one or more resources in the workspace.
- MoveResourcesOperation(IResource[], IPath, String) - Constructor for class org.eclipse.ui.ide.undo.MoveResourcesOperation
-
Create a MoveResourcesOperation that moves all of the specified resources to the same target location, using their existing names.
- MoveResourcesOperation(IResource, IPath, String) - Constructor for class org.eclipse.ui.ide.undo.MoveResourcesOperation
-
Create a MoveResourcesOperation that moves a single resource to a new location.
- MoveResourcesWizard - Class in org.eclipse.ltk.ui.refactoring.resource
-
A wizard for the move resources refactoring.
- MoveResourcesWizard(IResource[]) - Constructor for class org.eclipse.ltk.ui.refactoring.resource.MoveResourcesWizard
-
Creates a
MoveResourcesWizard
. - moveRule(IResource, IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
-
Returns the scheduling rule that is required for moving a resource.
- moveRule(IResource, IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
-
Default implementation of
IResourceRuleFactory#moveRule
. - MoveSourceEdit - Class in org.eclipse.text.edits
-
A move source edit denotes the source of a move operation.
- MoveSourceEdit(int, int) - Constructor for class org.eclipse.text.edits.MoveSourceEdit
-
Constructs a new move source edit.
- MoveSourceEdit(int, int, MoveTargetEdit) - Constructor for class org.eclipse.text.edits.MoveSourceEdit
-
Constructs a new copy source edit.
- MoveTargetEdit - Class in org.eclipse.text.edits
-
A move target edit denotes the target of a move operation.
- MoveTargetEdit(int) - Constructor for class org.eclipse.text.edits.MoveTargetEdit
-
Constructs a new move target edit
- MoveTargetEdit(int, MoveSourceEdit) - Constructor for class org.eclipse.text.edits.MoveTargetEdit
-
Constructs an new move target edit
- moveTo(float, float) - Method in class org.eclipse.swt.graphics.Path
-
Sets the current point of the receiver to the point specified by (x, y).
- moveTree(int) - Method in class org.eclipse.text.edits.TextEdit
-
Move all offsets in the tree by the given delta.
- MOZILLA - Static variable in class org.eclipse.swt.SWT
-
Deprecated.This style is deprecated and will be removed in the future. XULRunner as a browser renderer is no longer supported. Use
SWT.WEBKIT
orSWT.NONE
instead. - MParameter - Interface in org.eclipse.e4.ui.model.application.commands
-
A representation of the model object 'Parameter'.
- MPart - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Part'.
- MPartDescriptor - Interface in org.eclipse.e4.ui.model.application.descriptor.basic
-
A representation of the model object 'Part Descriptor'.
- MPartDescriptorContainer - Interface in org.eclipse.e4.ui.model.application.descriptor.basic
-
A representation of the model object 'Part Descriptor Container'.
- MPartSashContainer - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Part Sash Container'.
- MPartSashContainerElement - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Part Sash Container Element'.
- MPartStack - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Part Stack'.
- MPerspective - Interface in org.eclipse.e4.ui.model.application.ui.advanced
-
A representation of the model object 'Perspective'.
- MPerspectiveStack - Interface in org.eclipse.e4.ui.model.application.ui.advanced
-
A representation of the model object 'Perspective Stack'.
- MPESITE_SCOPE - Static variable in interface org.eclipse.ui.services.IServiceScopes
-
An editor site within a MultiPageEditorPart.
- MPlaceholder - Interface in org.eclipse.e4.ui.model.application.ui.advanced
-
A representation of the model object 'Placeholder'.
- MPopupMenu - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Popup Menu'.
- MRU - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
File menu: name of "Most Recently Used File" group.
- MRU - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
File menu: name of "Most Recently Used File" group.
- MRU_DEFAULT - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
-
Default default value for MRU behavior.
- MRU_KEY - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
-
Key to control the actual boolean preference of the "most recently used" order enablement
- MRU_KEY_DEFAULT - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
-
Key to control the default default value of the "most recently used" order enablement
- MRUBundleFileList - Class in org.eclipse.osgi.storage.bundlefile
-
A simple/quick/small implementation of an MRU (Most Recently Used) list to keep track of open BundleFiles.
- MRUBundleFileList(int, Debug) - Constructor for class org.eclipse.osgi.storage.bundlefile.MRUBundleFileList
- msg - Variable in class org.eclipse.swt.widgets.Display
-
the handle to the OS message queue (Warning: This field is platform dependent)
- MSnippetContainer - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'Snippet Container'.
- MStackElement - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Stack Element'.
- MStringModelFragment - Interface in org.eclipse.e4.ui.model.fragment
-
A representation of the model object 'String Model Fragment'.
- MToolBar - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Bar'.
- MToolBarContribution - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Bar Contribution'.
- MToolBarContributions - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Bar Contributions'.
- MToolBarElement - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Bar Element'.
- MToolBarSeparator - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Bar Separator'.
- MToolControl - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Control'.
- MToolItem - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Tool Item'.
- MTrimBar - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Trim Bar'.
- MTrimContribution - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Trim Contribution'.
- MTrimContributions - Interface in org.eclipse.e4.ui.model.application.ui.menu
-
A representation of the model object 'Trim Contributions'.
- MTrimElement - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Trim Element'.
- MTrimmedWindow - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Trimmed Window'.
- MUIElement - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'UI Element'.
- MUiFactory - Interface in org.eclipse.e4.ui.model.application.ui
-
The Factory for the model.
- MUILabel - Interface in org.eclipse.e4.ui.model.application.ui
-
A representation of the model object 'UI Label'.
- MULTI - Static variable in class org.eclipse.swt.SWT
-
Style constant for multi-selection behavior in lists and multiple line support on text fields (value is 1<<1).
- MULTI_CHANGE - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
-
Constant describing the multi change flag (value:
4
). - MULTI_KEY_ASSIST - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
-
The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user.
- MULTI_KEY_ASSIST_TIME - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
-
The key for the preference indicating how long the assist window should wait before opening.
- MULTI_RELEASE_FILTER_PREFIXES - Static variable in class org.eclipse.osgi.storage.BundleInfo
- MULTI_RELEASE_HEADER - Static variable in class org.eclipse.osgi.storage.BundleInfo
- MULTI_RELEASE_VERSIONS - Static variable in class org.eclipse.osgi.storage.BundleInfo
- MultiEditor - Class in org.eclipse.ui.part
-
A MultiEditor is a composite of editors.
- MultiEditor() - Constructor for class org.eclipse.ui.part.MultiEditor
- MultiEditor.Gradient - Class in org.eclipse.ui.part
-
The colors used to draw the title bar of the inner editors
- MultiEditorInput - Class in org.eclipse.ui.part
-
Implements an input for a
AbstractMultiEditor
. - MultiEditorInput(String[], IEditorInput[]) - Constructor for class org.eclipse.ui.part.MultiEditorInput
-
Constructs a new MultiEditorInput.
- MultiLineRule - Class in org.eclipse.jface.text.rules
-
A rule for detecting patterns which begin with a given sequence and may end with a given sequence thereby spanning multiple lines.
- MultiLineRule(String, String, IToken) - Constructor for class org.eclipse.jface.text.rules.MultiLineRule
-
Creates a rule for the given starting and ending sequence which, if detected, will return the specified token.
- MultiLineRule(String, String, IToken, char) - Constructor for class org.eclipse.jface.text.rules.MultiLineRule
-
Creates a rule for the given starting and ending sequence which, if detected, will return the specific token.
- MultiLineRule(String, String, IToken, char, boolean) - Constructor for class org.eclipse.jface.text.rules.MultiLineRule
-
Creates a rule for the given starting and ending sequence which, if detected, will return the specific token.
- MultiList<E> - Class in org.eclipse.core.databinding.observable.list
-
An observable list backed by an array of observable lists.
- MultiList(List<IObservableList<E>>) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Constructs a MultiList in the default realm, and backed by the given observable lists.
- MultiList(List<IObservableList<E>>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Constructs a MultiList in the default realm backed by the given observable lists.
- MultiList(IObservableList<E>[]) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Deprecated.use
MultiList(List)
instead - MultiList(IObservableList<E>[], Object) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Deprecated.use
MultiList(List, Object)
instead - MultiList(Realm, List<IObservableList<E>>, Object) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Constructs a MultiList belonging to the given realm, and backed by the given observable lists.
- MultiList(Realm, IObservableList<E>[]) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Constructs a MultiList belonging to the given realm, and backed by the given observable lists.
- MultiList(Realm, IObservableList<E>[], Object) - Constructor for class org.eclipse.core.databinding.observable.list.MultiList
-
Deprecated.use
MultiList(Realm, List, Object)
instead - MultiListProperty<S,
E> - Class in org.eclipse.core.databinding.property.list -
A list property for observing multiple list properties in sequence in a combined list.
- MultiListProperty(IListProperty<S, E>...) - Constructor for class org.eclipse.core.databinding.property.list.MultiListProperty
-
Constructs a MultiListProperty for observing the specified list properties in sequence
- MultiListProperty(IListProperty<S, E>[], Object) - Constructor for class org.eclipse.core.databinding.property.list.MultiListProperty
-
Constructs a MultiListProperty for observing the specified list properties in sequence.
- MultiPageEditorActionBarContributor - Class in org.eclipse.ui.part
-
Abstract base class for managing the installation/deinstallation of global actions for multi-page editors.
- MultiPageEditorActionBarContributor() - Constructor for class org.eclipse.ui.part.MultiPageEditorActionBarContributor
-
Creates a multi-page editor action contributor.
- MultiPageEditorPart - Class in org.eclipse.ui.part
-
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.
- MultiPageEditorPart() - Constructor for class org.eclipse.ui.part.MultiPageEditorPart
-
Creates an empty multi-page editor with no pages.
- MultiPageEditorSite - Class in org.eclipse.ui.part
-
Site for a nested editor within a multi-page editor.
- MultiPageEditorSite(MultiPageEditorPart, IEditorPart) - Constructor for class org.eclipse.ui.part.MultiPageEditorSite
-
Creates a site for the given editor nested within the given multi-page editor.
- MultiPageSelectionProvider - Class in org.eclipse.ui.part
-
Manages the current selection in a multi-page editor by tracking the active nested editor within the multi-page editor.
- MultiPageSelectionProvider(MultiPageEditorPart) - Constructor for class org.eclipse.ui.part.MultiPageSelectionProvider
-
Creates a selection provider for the given multi-page editor.
- MULTIPART_FILESIZETHRESHOLD - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
Deprecated.
- MULTIPART_LOCATION - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
Deprecated.
- MULTIPART_MAXFILESIZE - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
Deprecated.
- MULTIPART_MAXREQUESTSIZE - Static variable in interface org.eclipse.equinox.http.jetty.JettyConstants
-
Deprecated.
- MultiPartInitException - Exception in org.eclipse.ui
-
A checked exception indicating one or more workbench parts could not be initialized correctly.
- MultiPartInitException(IWorkbenchPartReference[], PartInitException[]) - Constructor for exception org.eclipse.ui.MultiPartInitException
-
Creates a new exception object.
- MultiPassContentFormatter - Class in org.eclipse.jface.text.formatter
-
Content formatter for edit-based formatting strategies.
- MultiPassContentFormatter(String, String) - Constructor for class org.eclipse.jface.text.formatter.MultiPassContentFormatter
-
Creates a new content formatter.
- MultiPassContentFormatter.NonDeletingPositionUpdater - Class in org.eclipse.jface.text.formatter
-
Position updater that shifts otherwise deleted positions to the next non-whitespace character.
- MULTIPLE - Static variable in class org.eclipse.ui.SelectionEnabler
-
Enablement mode value for MULTIPLE
- MultipleHyperlinkPresenter - Class in org.eclipse.jface.text.hyperlink
-
A hyperlink presenter capable of showing multiple hyperlinks in a hover.
- MultipleHyperlinkPresenter(IPreferenceStore) - Constructor for class org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter
-
Creates a new multiple hyperlink presenter which uses
DefaultHyperlinkPresenter.HYPERLINK_COLOR
to read the color from the given preference store. - MultipleHyperlinkPresenter(RGB) - Constructor for class org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter
-
Creates a new multiple hyperlink presenter.
- multiplePostSelection() - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
Returns a list property for observing the multiple post selection of an
IPostSelectionProvider
. - multiplePostSelection(Class<T>) - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
An alternative version of
ViewerProperties.multiplePostSelection()
which casts the property to the argument element type. - multipleSelection() - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
Returns a list property for observing the multiple selection of an
ISelectionProvider
. - multipleSelection() - Static method in class org.eclipse.ui.databinding.typed.WorkbenchProperties
-
Returns a property for observing the elements of a structured selection as exposed by
ISelectionService
. - multipleSelection(Class<E>) - Static method in class org.eclipse.ui.databinding.typed.WorkbenchProperties
-
Returns a property for observing the elements of a structured selection as exposed by
ISelectionService
. - multipleSelection(Class<T>) - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
-
An alternative version of
ViewerProperties.multipleSelection()
which casts the property to the argument element type. - multipleSelection(String, boolean) - Static method in class org.eclipse.ui.databinding.typed.WorkbenchProperties
-
Returns a property for observing the elements of a structured selection as exposed by
ISelectionService
. - multipleSelection(String, boolean, Class<E>) - Static method in class org.eclipse.ui.databinding.typed.WorkbenchProperties
-
Returns a property for observing the elements of a structured selection as exposed by
ISelectionService
. - multiply(Transform) - Method in class org.eclipse.swt.graphics.Transform
-
Modifies the receiver such that the matrix it represents becomes the the result of multiplying the matrix it previously represented by the argument.
- MultiRule - Class in org.eclipse.core.runtime.jobs
-
A MultiRule is a compound scheduling rule that represents a fixed group of child scheduling rules.
- MultiRule(ISchedulingRule...) - Constructor for class org.eclipse.core.runtime.jobs.MultiRule
-
Creates a new scheduling rule that composes a set of nested rules.
- MultiStateTextFileChange - Class in org.eclipse.ltk.core.refactoring
-
A multi state text file change is a special change object that applies a sequence of
text edit trees
to a document. - MultiStateTextFileChange(String, IFile) - Constructor for class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
-
Creates a new composite text file change.
- MultiStatus - Class in org.eclipse.core.runtime
-
A concrete multi-status implementation, suitable either for instantiating or subclassing.
- MultiStatus(Class<?>, int, String) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with no children.
- MultiStatus(Class<?>, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with no children.
- MultiStatus(Class<?>, int, IStatus[], String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with the given children.
- MultiStatus(String, int, String) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with no children.
- MultiStatus(String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with no children.
- MultiStatus(String, int, IStatus[], String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with the given children.
- MultiStringMatcher - Class in org.eclipse.jface.text
-
Fast matcher to find the occurrences of any of a fixed set of constant strings.
- MultiStringMatcher.Builder - Interface in org.eclipse.jface.text
-
A Builder for creating a
MultiStringMatcher
. - MultiStringMatcher.Match - Interface in org.eclipse.jface.text
-
Describes a match result of
MultiStringMatcher.indexOf(CharSequence, int)
, giving access to the matched string and the offset in the text it was matched at. - MultiTextEdit - Class in org.eclipse.text.edits
-
A multi-text edit can be used to aggregate several edits into one edit.
- MultiTextEdit() - Constructor for class org.eclipse.text.edits.MultiTextEdit
-
Creates a new
MultiTextEdit
. - MultiTextEdit(int, int) - Constructor for class org.eclipse.text.edits.MultiTextEdit
-
Creates a new
MultiTextEdit
for the given range. - MultiTextEdit(MultiTextEdit) - Constructor for class org.eclipse.text.edits.MultiTextEdit
- MultiTextEditWithProgress - Class in org.eclipse.core.filebuffers.manipulation
-
Multi-text edit with progress reporting.
- MultiTextEditWithProgress(String) - Constructor for class org.eclipse.core.filebuffers.manipulation.MultiTextEditWithProgress
- MultiTextSelection - Class in org.eclipse.jface.text
- MultiTextSelection(IDocument, IRegion[]) - Constructor for class org.eclipse.jface.text.MultiTextSelection
- MultiValidator - Class in org.eclipse.core.databinding.validation
-
A validator for cross-constraints between observables.
- MultiValidator() - Constructor for class org.eclipse.core.databinding.validation.MultiValidator
-
Constructs a MultiValidator on the default realm.
- MultiValidator(Realm) - Constructor for class org.eclipse.core.databinding.validation.MultiValidator
-
Constructs a MultiValidator on the given realm.
- mustSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
- mustSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
- mustSaveDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
-
Deprecated.
- mustSaveDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
- mustSaveDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
-
Returns whether the document provided for the given element must be saved.
- MWindow - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Window'.
- MWindowElement - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
A representation of the model object 'Window Element'.
- MWizardDialog - Interface in org.eclipse.e4.ui.model.application.ui.basic
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form