|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
NamedHandleObject
.
NamedHandleObject
for display to
an end user.NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.nativeToJava
converts a platform specific
representation of a byte array to a java byte[]
.
nativeToJava
converts a platform specific
representation of plain text to a java String
.
Document
object
to build a DOM tree with.
DocumentBuilder
using the currently configured parameters.
DocumentBuilderFactory
.
SAXParserFactory
.
PermissionCollection
object suitable for
storing AdminPermission
s.
PermissionCollection
object suitable for
storing BundlePermission
objects.
PermissionCollection
object suitable for
storing PackagePermission
objects.
PermissionCollection
object for storing
ServicePermission objects.
- newSAXParser() -
Method in class javax.xml.parsers.SAXParserFactory
- Creates a new instance of a SAXParser using the currently
configured factory parameters.
- newSAXParser() -
Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserFactoryImpl
-
- newSession -
Variable in class org.eclipse.core.runtime.adaptor.EclipseLog
- Indicates if the next log message is part of a new session
- Next -
Static variable in class org.eclipse.ercp.update.UIMessages
-
- NEXT -
Variable in class org.eclipse.ercp.update.views.AbsScreen
-
- nextArgument() -
Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
- Get the next argument in the input.
- nextSibling -
Variable in class org.eclipse.ercp.xml.dom.TreeNode
-
- 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.ISaveablePart2
- Standard return code constant (value 1) indicating that the part
does not need to be saved and the part should be closed.
- NO_BACKGROUND -
Static variable in class org.eclipse.swt.SWT
- Style constant for no background behavior (value is 1<<18).
- NO_DATA_ALLOWED_ERR -
Static variable in exception org.w3c.dom.DOMException
- If data is specified for a node which does not support data
- NO_FOCUS -
Static variable in class org.eclipse.swt.SWT
- Style constant for no focus from the mouse behavior (value is 1<<19).
- NO_MERGE_PAINTS -
Static variable in class org.eclipse.swt.SWT
- Style constant for no paint event merging behavior (value is 1<<21).
- NO_MODIFICATION_ALLOWED_ERR -
Static variable in exception org.w3c.dom.DOMException
- If an attempt is made to modify an object where modifications are not
allowed
- NO_NEW_PERSPECTIVE -
Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
- A org.eclipse.jface.preference value indicating that an action should not open a
new perspective.
- 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_REFRESH -
Variable in class org.eclipse.ercp.update.views.NormalView
-
- NO_RESOLVED -
Static variable in class org.eclipse.update.util.FeatureWrap
-
- NO_STATUS_PANE -
Static variable in class org.eclipse.ercp.swt.mobile.MobileShell
- Hint to show no status pane
- NO_TIMER -
Static variable in class org.eclipse.jface.util.OpenStrategy
- Deprecated.
- NO_TRIM -
Static variable in class org.eclipse.swt.SWT
- Style constant to ensure no trimmings are used (value is 1<<3).
- NoAccept -
Static variable in class org.eclipse.ercp.update.UIMessages
-
- node(String) -
Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
- Return the preferences node with the given path.
- node(String) -
Method in interface org.osgi.service.prefs.Preferences
- Returns a named
Preferences
object (node), creating it and any
of its ancestors if they do not already exist.
- Node - Interface in org.w3c.dom
- The
Node
interface is the primary datatype for the entire
Document Object Model. - nodeExists(String) -
Method in interface org.osgi.service.prefs.Preferences
- Returns true if the named node exists.
- noDefaultAndApplyButton() -
Method in class org.eclipse.jface.preference.PreferencePage
- Suppresses creation of the standard Default and Apply buttons
for this page.
- NodeImpl - Class in org.eclipse.ercp.xml.dom
-
- NodeImpl(DocumentImpl) -
Constructor for class org.eclipse.ercp.xml.dom.NodeImpl
- Constructor for NodeImpl
- NodeList - Interface in org.w3c.dom
- The
NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented. - NodeListImpl - Class in org.eclipse.ercp.xml.dom
-
- NodeListImpl() -
Constructor for class org.eclipse.ercp.xml.dom.NodeListImpl
- Constructor for NodeListImpl
- nodes -
Variable in class org.eclipse.ercp.xml.dom.NodeListImpl
-
- NON_PREDICTIVE -
Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
- Hint for turning off predictive text input.
- NONE -
Static variable in interface org.eclipse.core.runtime.IAdapterManager
- This value can be returned to indicate that no applicable adapter factory
was found.
- 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 -
Variable in class org.eclipse.ercp.update.views.AbsScreen
-
- NONE -
Static variable in class org.eclipse.ercp.update.views.BookmarksScreen.AccessSiteThread
-
- 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".
- 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.
- NORMAL -
Static variable in class org.eclipse.swt.SWT
- The font style constant indicating a normal weight, non-italic font
(value is 0).
- normalize() -
Method in class org.eclipse.ercp.xml.dom.NodeImpl
- Puts all
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
- normalize() -
Method in class org.eclipse.ercp.xml.dom.TreeNode
- Puts all
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
- normalize(Rectangle) -
Static method in class org.eclipse.jface.util.Geometry
- Normalizes the given rectangle.
- normalize() -
Method in interface org.w3c.dom.Node
- Puts all
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
- NormalView - Class in org.eclipse.ercp.update.views
-
- NormalView() -
Constructor for class org.eclipse.ercp.update.views.NormalView
- The constructor.
- 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 -
Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
-
- NOT_FOUND_ERR -
Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
-
- NOT_FOUND_ERR -
Static variable in exception org.w3c.dom.DOMException
- If an attempt is made to reference a node in a context where it does
not exist
- NOT_LOADED -
Static variable in class org.eclipse.core.expressions.EvaluationResult
- The evaluation result representing the value NOT_LOADED
- NOT_LOADED -
Static variable in interface org.eclipse.core.runtime.IAdapterManager
- This value can be returned to indicate that an adapter factory was found,
but has not been loaded.
- NOT_SUPPORTED -
Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
-
- NOT_SUPPORTED_ERR -
Static variable in exception org.w3c.dom.DOMException
- If the implementation does not support the requested type of object or
operation.
- Notation - Interface in org.w3c.dom
- This interface represents a notation declared in the DTD.
- NOTATION_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Notation
.
- notationDecl(String, String, String) -
Method in interface org.xml.sax.DTDHandler
- Receive notification of a notation declaration event.
- notationDecl(String, String, String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a notation declaration.
- notationDecl(String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a notation declaration.
- notationDecl(String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter a notation declaration event.
- 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.
- 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.
- 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.
- Notice -
Static variable in class org.eclipse.ercp.update.UIMessages
-
- notifications -
Variable in class org.eclipse.core.runtime.internal.adaptor.Semaphore
-
- 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.
- NotSupportedSiteType -
Static variable in class org.eclipse.ercp.update.UIMessages
-
- NoUpdateAvailable -
Static variable in class org.eclipse.ercp.update.UIMessages
-
- NSDECL -
Static variable in class org.xml.sax.helpers.NamespaceSupport
- The namespace declaration URI as a constant.
- NSDeclaration - Class in org.eclipse.ercp.xml.parser
-
- NSNodeImpl - Class in org.eclipse.ercp.xml.dom
- Implement namespaces needs
- NSNodeImpl(DocumentImpl) -
Constructor for class org.eclipse.ercp.xml.dom.NSNodeImpl
- Constructor for NSNodeImpl
- NSNodeImpl(DocumentImpl, String) -
Constructor for class org.eclipse.ercp.xml.dom.NSNodeImpl
-
- NSNodeImpl(DocumentImpl, String, String) -
Constructor for class org.eclipse.ercp.xml.dom.NSNodeImpl
-
- NULL -
Static variable in class org.eclipse.ercp.swt.mobile.OS
-
- Null -
Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
-
- 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.
- NullPackageSource - Class in org.eclipse.osgi.framework.internal.core
- This class is used to optimize finding provided-packages for a bundle.
- 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.
- NullURLStreamHandlerService - Class in org.eclipse.osgi.framework.internal.protocol
- The NullURLStreamService is created when a registered URLStreamHandler service
with an associated URLStreamHandlerProxy becomes unregistered.
- NullURLStreamHandlerService() -
Constructor for class org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
-
- NUM_LOCK -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the num
lock key (value is (1<<24)+83).
- numColumns -
Variable in class org.eclipse.swt.layout.GridLayout
- numColumns specifies the number of cell columns in the layout.
- 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.
- NUMERIC -
Static variable in class org.eclipse.ercp.swt.mobile.ConstrainedText
- Numeric input style allows the input of numeric values.
- NUMERIC -
Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
- Numerical data entry type.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |