- NAME - Static variable in class org.eclipse.ant.core.AntCorePlugin
-
Simple identifier constant (value "name"
)
of a tag that appears in Ant extensions.
- name - Variable in class org.eclipse.core.commands.common.NamedHandleObject
-
The name of this handle.
- NAME - Static variable in interface org.eclipse.core.commands.INamedHandleStateIds
-
The state id used for overriding the name of a named handle object.
- NAME - Static variable in class org.eclipse.jface.text.templates.GlobalTemplateVariables.Cursor
-
Name of the cursor variable, value= "cursor"
- NAME - Static variable in class org.eclipse.jface.text.templates.GlobalTemplateVariables.LineSelection
-
Name of the line selection variable, value= "line_selection"
- NAME - Static variable in class org.eclipse.jface.text.templates.GlobalTemplateVariables.WordSelection
-
Name of the word selection variable, value= "word_selection"
- NAME - Static variable in interface org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter
-
A constant indicating a name attribute (value: name
)
- name - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
-
- name - Variable in class org.eclipse.swt.ole.win32.OleParameterDescription
-
- name - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
-
- name - Variable in class org.eclipse.swt.printing.PrinterData
-
the name of the printer
On Windows systems, this is the name of the 'device'.
- NAME - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizeScope
-
Property used to indicate when the name of the scope has changed.
- NAME - Static variable in interface org.eclipse.ui.IResourceActionFilter
-
An attribute indicating the file name (value "name"
).
- NAME - Static variable in class org.eclipse.ui.views.navigator.ResourceSorter
-
Constructor argument value that indicates to sort items by name.
- NAME_ATTRIBUTE - Static variable in class org.eclipse.ui.views.markers.MarkerViewUtil
-
The NAME_ATTRIBUTE is the tag for the attribute on a marker
that can be used to supply the String for the name rather than
using the name of the underlying resource.
- NamedHandleObject - Class in org.eclipse.core.commands.common
-
A handle object that carries with it a name and a description.
- NamedHandleObject(String) - Constructor for class org.eclipse.core.commands.common.NamedHandleObject
-
Constructs a new instance of NamedHandleObject
.
- NamedHandleObjectComparator - Class in org.eclipse.core.commands.common
-
Comparator for instances of NamedHandleObject
for display to
an end user.
- NamedHandleObjectComparator() - Constructor for class org.eclipse.core.commands.common.NamedHandleObjectComparator
-
- NamedHandleObjectLabelProvider - Class in org.eclipse.jface.viewers
-
A label provider for instances of NamedHandlerObject
, which
exposes the name as the label.
- NamedHandleObjectLabelProvider() - Constructor for class org.eclipse.jface.viewers.NamedHandleObjectLabelProvider
-
- NATIVE - Static variable in class org.eclipse.swt.SWT
-
Input Method Editor style constant for native
input behavior (value is 1<<3).
- NativeKeyFormatter - Class in org.eclipse.jface.bindings.keys.formatting
-
Formats the key sequences and key strokes into the native human-readable
format.
- NativeKeyFormatter() - Constructor for class org.eclipse.jface.bindings.keys.formatting.NativeKeyFormatter
-
- nativeToJava(TransferData) - Method in class org.eclipse.jface.util.LocalSelectionTransfer
-
Overrides org.eclipse.swt.dnd.ByteArrayTransfer#nativeToJava(TransferData).
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
-
This implementation of nativeToJava
converts a platform specific
representation of a byte array to a java byte[]
.
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
-
This implementation of nativeToJava
converts a platform specific
representation of a list of file names to a java String[]
.
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
-
This implementation of nativeToJava
converts a platform specific
representation of HTML text to a java String
.
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
-
This implementation of nativeToJava
converts a platform specific
representation of RTF text to a java String
.
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
-
This implementation of nativeToJava
converts a platform specific
representation of plain text to a java String
.
- nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
-
Converts a platform specific representation of data to a java representation.
- nativeToJava(TransferData) - Method in class org.eclipse.ui.part.EditorInputTransfer
-
- nativeToJava(TransferData) - Method in class org.eclipse.ui.part.MarkerTransfer
-
- nativeToJava(TransferData) - Method in class org.eclipse.ui.part.PluginTransfer
-
- nativeToJava(TransferData) - Method in class org.eclipse.ui.part.ResourceTransfer
-
- nativeToJava(TransferData) - Method in class org.eclipse.ui.views.navigator.LocalSelectionTransfer
-
- NaturalKey - Class in org.eclipse.ui.keys
-
Deprecated.
Please use org.eclipse.jface.bindings.keys.KeyStroke and
org.eclipse.jface.bindings.keys.KeyLookupFactory
- NATURE - Static variable in interface org.eclipse.ui.IProjectActionFilter
-
An attribute indicating the project nature (value "nature"
).
- NAV_END - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Navigate menu: name of group for end of menu
(value "navEnd"
).
- NAV_END - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Navigate menu: name of group for end of menu
(value "navEnd"
).
- NAV_START - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Navigate menu: name of group for start of menu
(value "navStart"
).
- NAV_START - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Navigate menu: name of group for start of menu
(value "navStart"
).
- navigate(boolean) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
-
Selects the next (or previous) node of the current selection.
- NAVIGATE_GROUP - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
-
The id of the navigate group that determines where the navigation
actions appear
- NAVIGATION_BAR - Static variable in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
-
Style parameter (value 1<<2) indicating that the navigation bar for
navigating web pages will be created for the web browser.
- NAVIGATION_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
-
Identifier for a navigation group in a menu (value "navigationGroup"
).
- NavigationAction - Class in org.eclipse.compare
-
A NavigationAction
is used to navigate through the individual
differences of a CompareEditorInput
.
- NavigationAction(boolean) - Constructor for class org.eclipse.compare.NavigationAction
-
Creates a NavigationAction
.
- NavigationAction(ResourceBundle, boolean) - Constructor for class org.eclipse.compare.NavigationAction
-
Creates a NavigationAction
that initializes its attributes
from the given ResourceBundle
.
- NavigationLocation - Class in org.eclipse.ui
-
Default implementation of INavigationLocation.
- NavigationLocation(IEditorPart) - Constructor for class org.eclipse.ui.NavigationLocation
-
Constructs a NavigationLocation with its editor part.
- navigator - Variable in class org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
-
The resource navigator.
- NAVIGATOR_VIEW_HELP_ID - Static variable in class org.eclipse.ui.views.navigator.ResourceNavigator
-
Deprecated.
No longer used but preserved to avoid an api change.
- NavigatorActionService - Class in org.eclipse.ui.navigator
-
Provides context menu items and
IActionBars
contributions for a particular abstract
viewer.
- NavigatorActionService(ICommonViewerSite, StructuredViewer, INavigatorContentService) - Constructor for class org.eclipse.ui.navigator.NavigatorActionService
-
- NavigatorContentServiceFactory - Class in org.eclipse.ui.navigator
-
- NavigatorContentServiceFactory() - Constructor for class org.eclipse.ui.navigator.NavigatorContentServiceFactory
-
- NavigatorDragAdapter - Class in org.eclipse.ui.views.navigator
-
Implements drag behaviour when items are dragged out of the
resource navigator.
- NavigatorDragAdapter(ISelectionProvider) - Constructor for class org.eclipse.ui.views.navigator.NavigatorDragAdapter
-
Constructs a new drag adapter.
- NavigatorDropAdapter - Class in org.eclipse.ui.views.navigator
-
Implements drop behaviour for drag and drop operations
that land on the resource navigator.
- NavigatorDropAdapter(StructuredViewer) - Constructor for class org.eclipse.ui.views.navigator.NavigatorDropAdapter
-
Constructs a new drop adapter.
- NavigatorFrameSource - Class in org.eclipse.ui.views.navigator
-
Frame source for the resource navigator.
- NavigatorFrameSource(ResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator.NavigatorFrameSource
-
Constructs a new frame source for the specified resource navigator.
- needDelta() - Method in interface org.eclipse.core.resources.ISaveContext
-
Indicates that the saved workspace tree should be remembered so that a delta
will be available in a subsequent session when the plug-in re-registers
to participate in saves.
- needRebuild() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
-
Indicates that this builder made changes that affect a project that
precedes this project in the currently executing build order, and thus a
rebuild will be necessary.
- needSaveNumber() - Method in interface org.eclipse.core.resources.ISaveContext
-
Indicates that this participant has actively participated in this save.
- needsPreviousAndNextButtons() - Method in interface org.eclipse.jface.wizard.IWizard
-
Returns whether this wizard needs Previous and Next buttons.
- needsPreviousAndNextButtons() - Method in class org.eclipse.jface.wizard.Wizard
-
- needsProgressMonitor() - Method in interface org.eclipse.jface.wizard.IWizard
-
Returns whether this wizard needs a progress monitor.
- needsProgressMonitor() - Method in class org.eclipse.jface.wizard.Wizard
-
- needsRefilter(Object, String) - Method in class org.eclipse.jface.viewers.StructuredViewer
-
Determines whether a change to the given property of the given element
would require refiltering and/or resorting.
- needsSaving() - Method in class org.eclipse.core.runtime.Preferences
-
Returns whether the current values in this preference object
require saving.
- needsSaving() - Method in interface org.eclipse.jface.preference.IPreferenceStore
-
Returns whether the current values in this property store
require saving.
- needsSaving() - Method in class org.eclipse.jface.preference.PreferenceStore
-
- needsSaving() - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
-
Does the change need saving?
- needsSaving() - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- needsSaving() - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- needsToSaveDirtyEditors() - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
-
Return whether dirty editor should be saved before this action is run.
- NEVER - Static variable in class org.eclipse.jface.dialogs.MessageDialogWithToggle
-
The value of the preference when the user has asked that the answer to
the question always be "no".
- NEVER_DELETE_PROJECT_CONTENT - Static variable in interface org.eclipse.core.resources.IResource
-
Update flag constant (bit mask value 8) indicating that the operation
should preserve the files and folders of a project.
- NEW - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "new"): Opens the new wizard dialog.
- NEW - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Deprecated.
in 3.0. Use
org.eclipse.ui.ActionFactory.NEW.getId()
instead.
- NEW_EDITOR - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "newEditor"): Open a new editor on the active editor's input.
- NEW_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
File menu: name of group for extra New-like actions (value "new.ext"
).
- NEW_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
File menu: name of group for extra New-like actions (value "new.ext"
).
- new_Frame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
-
Creates a new java.awt.Frame
.
- NEW_GROUP - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
-
Group ids for new toolbar group.
- NEW_GROUP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
Group id for new toolbar group.
- NEW_KEYS_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.ExtensionFactory
-
Factory ID for the new (and improved) keys preference page.
- new_Shell(Display, Canvas) - Static method in class org.eclipse.swt.awt.SWT_AWT
-
Creates a new Shell
.
- NEW_WIZARD_DROP_DOWN - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "newWizardDropDown"): Drop-down action which shows shows the new wizard drop down,
or opens the new wizard dialog when pressed.
- NEW_WIZARD_DROP_DOWN - Static variable in class org.eclipse.ui.ide.IDEActionFactory
-
IDE-specific workbench action: Opens the "new" wizard drop down, including
resource-specific items for Project... and Example...
- NEW_WIZARD_SHORTLIST - Static variable in class org.eclipse.ui.actions.ContributionItemFactory
-
Workbench contribution item (id "newWizardShortlist"): A list of
new item wizards available to be opened, arranged as a shortlist of
promising new item wizards and an "Other" subitem.
- newCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
-
Length of text that is going to be inserted
- newCheckList(Composite, int) - Static method in class org.eclipse.jface.viewers.CheckboxTableViewer
-
Creates a table viewer on a newly-created table control under the given parent.
- newCommand() - Method in interface org.eclipse.core.resources.IProjectDescription
-
Returns a new build command.
- newCoreException(String, int, Throwable) - Static method in class org.eclipse.update.core.Utilities
-
Creates a CoreException from some other exception.
- newCoreException(String, Throwable) - Static method in class org.eclipse.update.core.Utilities
-
Creates a CoreException from some other exception.
- newCoreException(String, String, String, CoreException, CoreException) - Static method in class org.eclipse.update.core.Utilities
-
Creates a CoreException from two other CoreException
- newDebugModelPresentation() - Static method in class org.eclipse.debug.ui.DebugUITools
-
Returns a new debug model presentation that delegates to
appropriate debug models.
- newDebugModelPresentation(String) - Static method in class org.eclipse.debug.ui.DebugUITools
-
Returns a new debug model presentation for specified
debug model, or null
if a presentation does
not exist.
- newDocument() - Static method in class org.eclipse.debug.core.DebugPlugin
-
Creates and returns a new XML document.
- newDocument() - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainerTypeDelegate
-
Creates and returns a new XML document.
- newErrorStatus(String, Throwable) - Static method in class org.eclipse.ui.console.ConsolePlugin
-
Returns a new error status for this plug-in with the given message
- NewExampleAction - Class in org.eclipse.ui.actions
-
Standard action for launching the create project selection
wizard.
- NewExampleAction() - Constructor for class org.eclipse.ui.actions.NewExampleAction
-
This default constructor allows the the action to be called from the welcome page.
- NewExampleAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.NewExampleAction
-
Creates a new action for launching the new project
selection wizard.
- NewFolderDialog - Class in org.eclipse.ui.dialogs
-
The NewFolderDialog is used to create a new folder.
- NewFolderDialog(Shell, IContainer) - Constructor for class org.eclipse.ui.dialogs.NewFolderDialog
-
Creates a NewFolderDialog
- newInstance(IContainer, String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
-
Returns a new launch configuration working copy of this type,
that resides in the specified container, with the given name.
- newItem(Widget, int, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
-
Creates a new item.
- newItem(Widget, int, int) - Method in class org.eclipse.jface.viewers.TableTreeViewer
-
- newItem(Widget, int, int) - Method in class org.eclipse.jface.viewers.TreeViewer
-
- newLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
-
Number of new lines that are going to be inserted
- newLock() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Creates a new lock object.
- newMessageStream() - Method in class org.eclipse.ui.console.MessageConsole
-
Returns a new message stream connected to this console.
- newOutputStream() - Method in class org.eclipse.ui.console.IOConsole
-
Creates and returns a new output stream which may be used to write to this console.
- newProcess(ILaunch, Process, String) - Static method in class org.eclipse.debug.core.DebugPlugin
-
Creates and returns a new process representing the given
java.lang.Process
.
- newProcess(ILaunch, Process, String, Map) - Static method in class org.eclipse.debug.core.DebugPlugin
-
Creates and returns a new process representing the given
java.lang.Process
.
- newProcess(ILaunch, Process, String, Map) - Method in interface org.eclipse.debug.core.IProcessFactory
-
Creates and returns a new process representing the given
java.lang.Process
.
- NewProjectAction - Class in org.eclipse.ui.actions
-
Standard action for launching the create project selection
wizard.
- NewProjectAction() - Constructor for class org.eclipse.ui.actions.NewProjectAction
-
This default constructor allows the the action to be called from the welcome page.
- NewProjectAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.NewProjectAction
-
Creates a new action for launching the new project
selection wizard.
- newProjectDescription(String) - Method in interface org.eclipse.core.resources.IWorkspace
-
Creates and returns a new project description for a project with the
given name.
- newSearchScope(IResource[], Pattern, boolean) - Static method in class org.eclipse.search.core.text.TextSearchScope
-
Creates a scope that consists of all files that match the fileNamePattern
and that
either are one of the roots, or have one of the roots in their parent chain.
- newSearchScope(IResource[], String[], boolean) - Static method in class org.eclipse.search.ui.text.FileTextSearchScope
-
Returns a scope for the given root resources.
- newSearchScope(IWorkingSet[], String[], boolean) - Static method in class org.eclipse.search.ui.text.FileTextSearchScope
-
Returns a scope for the given working sets.
- NewSearchUI - Class in org.eclipse.search.ui
-
A facade for access to the new search UI facilities.
- NewSearchUI() - Constructor for class org.eclipse.search.ui.NewSearchUI
-
- newSession - Variable in class org.eclipse.core.launcher.Main
-
- newSourceLocator(String) - Method in interface org.eclipse.debug.core.ILaunchManager
-
Creates and returns a new source locator of the specified
type.
- newText - Variable in class org.eclipse.swt.custom.TextChangingEvent
-
Text that is going to be inserted or empty string
if no text will be inserted
- newValueVariable(String, String) - Method in interface org.eclipse.core.variables.IStringVariableManager
-
Returns a new value variable with the given name and description.
- newWatchExpression(String) - Method in interface org.eclipse.debug.core.IExpressionManager
-
Creates and returns a new watch expression with the
given text.
- newWatchExpressionDelegate(String) - Method in interface org.eclipse.debug.core.IExpressionManager
-
Returns a new watch expression delegate for the given debug
model or null
if no delegate is available.
- NewWizardAction - Class in org.eclipse.ui.actions
-
Invoke the resource creation wizard selection Wizard.
- NewWizardAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.NewWizardAction
-
Create a new instance of this class.
- NewWizardAction() - Constructor for class org.eclipse.ui.actions.NewWizardAction
-
Deprecated.
use the constructor NewWizardAction(IWorkbenchWindow)
- NewWizardDropDownAction - Class in org.eclipse.ui.actions
-
Action which, when run, will open the new wizard dialog.
- NewWizardDropDownAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.NewWizardDropDownAction
-
Create a new NewWizardDropDownAction
, with the default
action for opening the new wizard dialog, and the default contribution item
for populating the drop-down menu.
- NewWizardDropDownAction(IWorkbenchWindow, ActionFactory.IWorkbenchAction, IContributionItem) - Constructor for class org.eclipse.ui.actions.NewWizardDropDownAction
-
Create a new NewWizardDropDownAction
.
- NewWizardMenu - Class in org.eclipse.ui.actions
-
A NewWizardMenu
augments BaseNewWizardMenu
with IDE-specific
actions: New Project...
- NewWizardMenu(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.NewWizardMenu
-
Creates a new wizard shortcut menu for the IDE.
- NewWizardMenu(IWorkbenchWindow, String) - Constructor for class org.eclipse.ui.actions.NewWizardMenu
-
Creates a new wizard shortcut menu for the IDE.
- NewWizardMenu(IMenuManager, IWorkbenchWindow, boolean) - Constructor for class org.eclipse.ui.actions.NewWizardMenu
-
Deprecated.
use NewWizardMenu(IWorkbenchWindow) instead
- newWorkspaceScope(String[], boolean) - Static method in class org.eclipse.search.ui.text.FileTextSearchScope
-
Returns a scope for the workspace.
- NEXT - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "next"): Next.
- NEXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
-
- NEXT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
-
Name of standard Next global action in the Navigate menu.
- NEXT_EDITOR - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "nextEditor"): Next editor.
- NEXT_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Button id for a "Next" button (value 15).
- NEXT_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
The label for next buttons.
- NEXT_PART - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "nextPart"): Next part.
- NEXT_PERSPECTIVE - Static variable in class org.eclipse.ui.actions.ActionFactory
-
Workbench action (id "nextPerspective"): Next perspective.
- nextDelimiterInfo(String, int) - Method in class org.eclipse.jface.text.AbstractLineTracker
-
Returns the information about the first delimiter found in the given text starting at the
given offset.
- nextDelimiterInfo(String, int) - Method in class org.eclipse.jface.text.ConfigurableLineTracker
-
- nextDelimiterInfo(String, int) - Method in class org.eclipse.jface.text.DefaultLineTracker
-
- nextPressed() - Method in class org.eclipse.jface.wizard.WizardDialog
-
The Next button has been pressed.
- nextToken() - Method in interface org.eclipse.jface.text.rules.ITokenScanner
-
Returns the next token in the document.
- nextToken() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitionScanner
-
- nextToken() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
-
- NLS - Class in org.eclipse.osgi.util
-
Common superclass for all message bundle classes.
- NLS() - Constructor for class org.eclipse.osgi.util.NLS
-
Creates a new NLS instance.
- NO - Static variable in class org.eclipse.swt.SWT
-
The MessageBox
style constant for NO button;
valid combinations are YES|NO, YES|NO|CANCEL
(value is 1<<7).
- NO - Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
-
Return code indicating the entity should not be overwritten,
but operation should not be canceled.
- NO - Static variable in interface org.eclipse.ui.ISaveablePart2
-
Standard return code constant (value 1) indicating that the part
does not need to be saved and the part should be closed.
- NO_ALL - Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
-
Return code indicating the entity should not be overwritten,
and all subsequent entities should not be overwritten without prompting.
- NO_BACK_BUTTON_ON_STATUS_DIALOG - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
-
Flag (value 64) indicating that the dialog representing the refactoring
status to the user will not contain a back button.
- NO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
-
Style constant for no background behavior (value is 1<<18).
- NO_CHANGE - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
-
Difference constant (value 0) indicating no difference.
- NO_CHANGE - Static variable in interface org.eclipse.core.resources.IResourceDelta
-
Delta kind constant indicating that the resource has not been changed in any way.
- NO_CHANGE - Static variable in interface org.eclipse.team.core.diff.IDiff
-
Diff kind constant (bit mask) indicating that the resource has not been changed in
any way.
- NO_CHANGE - Static variable in interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
-
Delta kind constant indicating that the resource has not been changed in any way
- NO_CHILDREN - Static variable in class org.eclipse.ui.model.WorkbenchAdapter
-
The empty list of children.
- NO_CODE - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
-
A special problem code indicating that no problem code is provided.
- NO_DETAILS - Static variable in class org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor
-
The string to be used when no activities are selected and Details are shown.
- NO_FOCUS - Static variable in class org.eclipse.swt.SWT
-
Style constant for no focus from the mouse behavior (value is 1<<19).
- NO_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Button id for a "No" button (value 3).
- NO_IMMEDIATE_ERROR_PROMPT_PROPERTY - Static variable in interface org.eclipse.ui.progress.IProgressConstants
-
This property provides a hint to the progress UI to not prompt on errors
immediately but instead make the errors available through the progress UI.
- NO_KEY - Static variable in class org.eclipse.jface.bindings.keys.KeyStroke
-
The representation for no key.
- NO_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
The label for no buttons.
- NO_LOCATION_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 270) indicating the local file system location for
a resource could not be computed.
- NO_MERGE_PAINTS - Static variable in class org.eclipse.swt.SWT
-
Style constant for no paint event merging behavior (value is 1<<21).
- NO_MODIFIER_KEYS - Static variable in class org.eclipse.jface.bindings.keys.formatting.AbstractKeyFormatter
-
An empty integer array that can be used in
sortModifierKeys(int)
.
- NO_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
-
A preference value indicating that an action should not open a
new perspective.
- NO_PREVIEW_PAGE - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
-
Flag (value 16) indicating that the wizard should not show a preview page.
- NO_RADIO_GROUP - Static variable in class org.eclipse.swt.SWT
-
Style constant for preventing child radio group behavior (value is 1<<22).
- NO_REDRAW_RESIZE - Static variable in class org.eclipse.swt.SWT
-
Style constant for no redraw on resize behavior (value is 1<<20).
- NO_REMOTE_RESOURCE - Static variable in exception org.eclipse.team.core.TeamException
-
- NO_STOP - Static variable in class org.eclipse.jface.text.link.LinkedPositionGroup
-
Sequence constant declaring that a position should not be stopped by.
- NO_TIMER - Static variable in class org.eclipse.jface.util.OpenStrategy
-
Deprecated.
- NO_TITLE - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
-
If this style is used, title will not be rendered.
- NO_TO_ALL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Button id for a "No to All" button (value 21).
- NO_TO_ALL_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
The label for not to all buttons.
- NO_TRIM - Static variable in class org.eclipse.swt.SWT
-
Style constant to ensure no trimmings are used (value is 1<<3).
- NOCHANGE - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
-
Two-way change constant indicating no change.
- node(String) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
-
Return the preferences node with the given path.
- noDefaultAndApplyButton() - Method in class org.eclipse.jface.preference.PreferencePage
-
Suppresses creation of the standard Default and Apply buttons
for this page.
- NONE - Static variable in class org.eclipse.core.filesystem.EFS
-
A constant known to be zero (0), used in operations which
take bit flags to indicate that "no bits are set".
- NONE - Static variable in interface org.eclipse.core.resources.IResource
-
General purpose zero-valued bit mask constant.
- NONE - Static variable in class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
-
Refresh flag constant (bit mask value 0) indicating that no additional
refresh behavior is required.
- NONE - Static variable in class org.eclipse.core.runtime.jobs.Job
-
Job state code (value 0) indicating that a job is not
currently sleeping, waiting, or running (i.e., the job manager doesn't know
anything about the job).
- NONE - Static variable in interface org.eclipse.help.IContextProvider
-
State change trigger indicating a static context provider.
- NONE - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
-
Constant for a regular message (value 0).
- NONE - Static variable in class org.eclipse.jface.dialogs.MessageDialog
-
Constant for a dialog with no image (value 0).
- NONE - Static variable in interface org.eclipse.jface.text.link.ILinkedModeListener
-
Flag to leave
specifying no special action.
- NONE - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
-
Flag indicating that no conditions will be checked
- NONE - Static variable in class org.eclipse.ltk.core.refactoring.GroupCategorySet
-
Constant representing a group category set containing no
group categories.
- NONE - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
-
Constant describing the absence of any flags (value: 0)
- NONE - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
-
Flag (value 0) indicating that no special flags are provided.
- None - Static variable in class org.eclipse.swt.SWT
-
The null event type (value is 0).
- NONE - Static variable in class org.eclipse.swt.SWT
-
A constant known to be zero (0), used in operations which
take bit flags to indicate that "no bits are set".
- NONE - Static variable in interface org.eclipse.team.core.history.IFileHistoryProvider
-
- NONE - Static variable in class org.eclipse.text.edits.TextEdit
-
Flags indicating that neither CREATE_UNDO
nor
UPDATE_REGIONS
is set.
- NONE - Static variable in class org.eclipse.ui.SelectionEnabler
-
- NONE_OR_ONE - Static variable in class org.eclipse.ui.SelectionEnabler
-
- NonLocalUndoUserApprover - Class in org.eclipse.ui.operations
-
An operation approver that prompts the user to see if a non-local undo should
proceed inside an editor.
- NonLocalUndoUserApprover(IUndoContext, IEditorPart, Object[], Class) - Constructor for class org.eclipse.ui.operations.NonLocalUndoUserApprover
-
Create a NonLocalUndoUserApprover associated with the specified editor
and undo context
- nonPluginDataDownloaded(INonPluginEntry[], IVerificationListener) - Method in class org.eclipse.update.core.BaseInstallHandler
-
Called after files corresponding to non-plug-in entries have been
downloaded.
- nonPluginDataDownloaded(INonPluginEntry[], IVerificationListener) - Method in interface org.eclipse.update.core.IInstallHandler
-
Called after files corresponding to non-plug-in entries have been
downloaded.
- nonPluginEntries - Variable in class org.eclipse.update.core.BaseInstallHandler
-
Non-plug-in entries downloaded
- NonPluginEntry - Class in org.eclipse.update.core
-
Convenience implementation of non-plug-in entry.
- NonPluginEntry() - Constructor for class org.eclipse.update.core.NonPluginEntry
-
Non-plug-in entry default constructor
- NonPluginEntryModel - Class in org.eclipse.update.core.model
-
Non-plug-in entry model object.
- NonPluginEntryModel() - Constructor for class org.eclipse.update.core.model.NonPluginEntryModel
-
Creates a uninitialized non-plug-in entry model object.
- noPressed() - Method in class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
-
Deprecated.
Notifies that the no button of this dialog has been pressed.
- NORMAL - Static variable in class org.eclipse.swt.SWT
-
The font style constant indicating a normal weight, non-italic font
(value is 0).
- NORMAL - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Normal priority as a Priority enumeration.
- NORMAL_PRIORITY_LITERAL - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Normal priority as a String.
- NORMAL_PRIORITY_VALUE - Static variable in class org.eclipse.ui.navigator.Priority
-
Indicates Normal priority as an int.
- normalize(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
-
Normalizes the given rectangle.
- normalizeLocation(IPath) - Static method in class org.eclipse.core.filebuffers.FileBuffers
-
Returns the normalized form of the given path or location.
- not() - Method in class org.eclipse.core.expressions.EvaluationResult
-
Returns the inverted value of this evaluation result
- NOT - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
-
The tag name of the not expression (value: not
)
- NOT_AUTHORIZED - Static variable in exception org.eclipse.team.core.TeamException
-
- NOT_CHECKED_IN - Static variable in exception org.eclipse.team.core.TeamException
-
- NOT_CHECKED_OUT - Static variable in exception org.eclipse.team.core.TeamException
-
- NOT_FOUND_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
-
Status code constant (value 269) indicating a resource unexpectedly
does not exist on the local file system.
- NOT_LOADED - Static variable in class org.eclipse.core.expressions.EvaluationResult
-
The evaluation result representing the value NOT_LOADED
- NOT_LOCAL_TEXT - Static variable in class org.eclipse.ui.views.properties.ResourcePropertySource
-
- NOT_SUPPORTED - Static variable in exception org.eclipse.debug.core.DebugException
-
Indicates a request is not supported by the capabilities of a debug element.
- notDefined(String, NotDefinedException) - Method in interface org.eclipse.core.commands.IExecutionListenerWithChecks
-
Notifies the listener that an attempt was made to execute a command that
is not defined.
- NotDefinedException - Exception in org.eclipse.core.commands.common
-
Signals that an attempt was made to access the properties of an undefined
object.
- NotDefinedException(String) - Constructor for exception org.eclipse.core.commands.common.NotDefinedException
-
Creates a new instance of this class with the specified detail message.
- NotDefinedException - Exception in org.eclipse.ui.activities
-
Signals that an attempt was made to access the properties of an undefined
object.
- NotDefinedException() - Constructor for exception org.eclipse.ui.activities.NotDefinedException
-
Creates a new instance of this class with no specified detail message.
- NotDefinedException(String) - Constructor for exception org.eclipse.ui.activities.NotDefinedException
-
Creates a new instance of this class with the specified detail message.
- NotDefinedException - Exception in org.eclipse.ui.commands
-
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
- NotDefinedException(String) - Constructor for exception org.eclipse.ui.commands.NotDefinedException
-
Deprecated.
Creates a new instance of this class with the specified detail message.
- NotDefinedException(NotDefinedException) - Constructor for exception org.eclipse.ui.commands.NotDefinedException
-
Deprecated.
Constructs a legacy NotDefinedException
based on the new
NotDefinedException
.
- NotDefinedException - Exception in org.eclipse.ui.contexts
-
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
- NotDefinedException(String) - Constructor for exception org.eclipse.ui.contexts.NotDefinedException
-
Deprecated.
Creates a new instance of this class with the specified detail message.
- NotDefinedException(NotDefinedException) - Constructor for exception org.eclipse.ui.contexts.NotDefinedException
-
Deprecated.
Constructs a new instance of NotDefinedException
.
- notDeleted() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
-
Determines whether the currently investigated position has been deleted by
the replace operation specified in the current event.
- notDeleted() - Method in class org.eclipse.jface.text.formatter.MultiPassContentFormatter.NonDeletingPositionUpdater
-
- notEnabled(String, NotEnabledException) - Method in interface org.eclipse.core.commands.IExecutionListenerWithChecks
-
Notifies the listener that an attempt was made to execute a command that
is disabled.
- NotEnabledException - Exception in org.eclipse.core.commands
-
Signals that an attempt was made to execute a command that is not enabled.
- NotEnabledException(String) - Constructor for exception org.eclipse.core.commands.NotEnabledException
-
Creates a new instance of this class with the specified detail message.
- notHandled(String, NotHandledException) - Method in interface org.eclipse.core.commands.IExecutionListener
-
Notifies the listener that an attempt was made to execute a command with
no handler.
- NotHandledException - Exception in org.eclipse.core.commands
-
Signals that an attempt was made to access the properties of an unhandled
object.
- NotHandledException(String) - Constructor for exception org.eclipse.core.commands.NotHandledException
-
Creates a new instance of this class with the specified detail message.
- NotHandledException - Exception in org.eclipse.ui.commands
-
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
- NotHandledException(String) - Constructor for exception org.eclipse.ui.commands.NotHandledException
-
Deprecated.
Creates a new instance of this class with the specified detail message.
- NotHandledException(NotHandledException) - Constructor for exception org.eclipse.ui.commands.NotHandledException
-
Deprecated.
Constructs a legacy NotHandledException
based on the new
NotHandledException
- NOTHING_TO_REDO - Static variable in class org.eclipse.core.commands.operations.OperationStatus
-
NOTHING_TO_REDO indicates there was no operation available for redo.
- NOTHING_TO_REDO_STATUS - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
-
An operation info status describing the condition that there is no
available operation for redo.
- NOTHING_TO_UNDO - Static variable in class org.eclipse.core.commands.operations.OperationStatus
-
NOTHING_TO_UNDO indicates there was no operation available for undo.
- NOTHING_TO_UNDO_STATUS - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
-
An operation info status describing the condition that there is no
available operation for undo.
- notifyListeners(ImageLoaderEvent) - Method in class org.eclipse.swt.graphics.ImageLoader
-
Notifies all image loader listeners that an image loader event
has occurred.
- notifyListeners(int, Event) - Method in class org.eclipse.swt.widgets.Widget
-
Notifies all of the receiver's listeners for events
of the given type that one such event has occurred by
invoking their handleEvent()
method.
- notifyResult(boolean) - Method in class org.eclipse.jface.action.Action
-
Reports the outcome of the running of this action via the
IAction.RESULT
property.
- notSupported(String, Throwable) - Method in class org.eclipse.debug.core.model.DebugElement
-
Throws a debug exception with a status code of NOT_SUPPORTED
.
- NUL - Static variable in class org.eclipse.ui.keys.CharacterKey
-
Deprecated.
The single static instance of CharacterKey
which
represents the null (U+0000) key.
- NUL_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the null (U+0000) key.
- NULL - Static variable in class org.eclipse.swt.SWT
-
A constant known to be zero (0), used in operations which
take pointers to indicate a null argument.
- NULL_RATIO - Static variable in interface org.eclipse.ui.IPageLayout
-
A variable used to represent a ratio which has not been specified.
- NULL_STAMP - Static variable in interface org.eclipse.core.resources.IResource
-
Modification stamp constant (value -1) indicating no modification stamp is
available.
- NULL_TIMESTAMP - Static variable in interface org.eclipse.core.resources.team.IResourceTree
-
Constant indicating that no file timestamp was supplied.
- NullChange - Class in org.eclipse.ltk.core.refactoring
-
A refactoring change that does nothing.
- NullChange() - Constructor for class org.eclipse.ltk.core.refactoring.NullChange
-
Creates a new NullChange
with a default name.
- NullChange(String) - Constructor for class org.eclipse.ltk.core.refactoring.NullChange
-
Creates a new NullChange
with the given name.
- NullProgressMonitor - Class in org.eclipse.core.runtime
-
A default progress monitor implementation suitable for
subclassing.
- NullProgressMonitor() - Constructor for class org.eclipse.core.runtime.NullProgressMonitor
-
Constructs a new progress monitor.
- NUM_LOCK - Static variable in class org.eclipse.swt.SWT
-
Keyboard event constant representing the num
lock key (value is (1<<24)+83).
- NUM_LOCK - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'NumLock' key.
- NUM_LOCK_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'NumLock' key.
- NumberRule - Class in org.eclipse.jface.text.rules
-
An implementation of IRule
detecting a numerical value.
- NumberRule(IToken) - Constructor for class org.eclipse.jface.text.rules.NumberRule
-
Creates a rule which will return the specified
token when a numerical sequence is detected.
- numColumns(int) - Method in class org.eclipse.jface.layout.GridLayoutFactory
-
Sets the number of columns in the layout
- numColumns - Variable in class org.eclipse.swt.layout.GridLayout
-
numColumns specifies the number of cell columns in the layout.
- numColumns - Variable in class org.eclipse.ui.forms.widgets.TableWrapLayout
-
Number of columns to use when positioning children (default is 1).
- numerator - Variable in class org.eclipse.swt.layout.FormAttachment
-
numerator specifies the numerator of the "a" term in the
equation, y = ax + b, which defines the attachment.
- NUMPAD_0 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '0' key on the numpad.
- NUMPAD_0_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '0' key on the numpad.
- NUMPAD_1 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '1' key on the numpad.
- NUMPAD_1_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '1' key on the numpad.
- NUMPAD_2 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '2' key on the numpad.
- NUMPAD_2_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '2' key on the numpad.
- NUMPAD_3 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '3' key on the numpad.
- NUMPAD_3_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '3' key on the numpad.
- NUMPAD_4 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '4' key on the numpad.
- NUMPAD_4_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '4' key on the numpad.
- NUMPAD_5 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '5' key on the numpad.
- NUMPAD_5_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '5' key on the numpad.
- NUMPAD_6 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '6' key on the numpad.
- NUMPAD_6_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '6' key on the numpad.
- NUMPAD_7 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '7' key on the numpad.
- NUMPAD_7_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '7' key on the numpad.
- NUMPAD_8 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '8' key on the numpad.
- NUMPAD_8_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '8' key on the numpad.
- NUMPAD_9 - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '9' key on the numpad.
- NUMPAD_9_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '9' key on the numpad.
- NUMPAD_ADD - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Add' key on the numpad.
- NUMPAD_ADD_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Add' key on the numpad.
- NUMPAD_DECIMAL - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Decimal' key on the numpad.
- NUMPAD_DECIMAL_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Decimal' key on the numpad.
- NUMPAD_DIVIDE - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Divide' key on the numpad.
- NUMPAD_DIVIDE_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Divide' key on the numpad.
- NUMPAD_ENTER - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Enter' key on the numpad.
- NUMPAD_ENTER_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Enter' key on the numpad.
- NUMPAD_EQUAL - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the '=' key on the numpad.
- NUMPAD_EQUAL_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the '=' key on the numpad.
- NUMPAD_MULTIPLY - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Multiply' key on the numpad.
- NUMPAD_MULTIPLY_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Multiply' key on the numpad.
- NUMPAD_SUBTRACT - Static variable in class org.eclipse.ui.keys.SpecialKey
-
Deprecated.
The single static instance of SpecialKey
which represents
the 'Subtract' key on the numpad.
- NUMPAD_SUBTRACT_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
-
The formal name of the 'Subtract' key on the numpad.