A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

O

objectChanged(Object, String) - Method in interface org.eclipse.update.operations.IUpdateModelChangedListener
Called when there are changes to a site/feature/etc.
OBJECTCLASS - Static variable in interface org.osgi.framework.Constants
Service property (named "objectClass") identifying all of the class names under which a service was registered in the Framework (of type java.lang.String[]).
objectsAdded(Object, Object[]) - Method in interface org.eclipse.update.operations.IUpdateModelChangedListener
Called after a feature/site/etc. is added
objectsRemoved(Object, Object[]) - Method in interface org.eclipse.update.operations.IUpdateModelChangedListener
Called after a feature/site/etc. is removed.
ObjectUndoContext - Class in org.eclipse.core.commands.operations
An undo context that can be used to represent any given object.
ObjectUndoContext(Object) - Constructor for class org.eclipse.core.commands.operations.ObjectUndoContext
Construct an operation context that represents the given object.
ObjectUndoContext(Object, String) - Constructor for class org.eclipse.core.commands.operations.ObjectUndoContext
Construct an operation context that represents the given object and has a specialized label.
OFFSET - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
An entry type for a period of time in hours, minutes, and seconds which can be subtracted or added to another time value.
offset - Variable in class org.eclipse.swt.layout.FormAttachment
offset specifies the offset, in pixels, of the control side from the attachment position.
OK - Static variable in interface org.eclipse.core.runtime.IStatus
Status severity constant (value 0) indicating this status represents the nominal case.
OK - Static variable in class org.eclipse.ercp.swt.mobile.Command
A navigation command that returns the user to the logical OK action.
OK - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an OK button; valid combinations are OK, OK|CANCEL (value is 1<<5).
OK_STATUS - Static variable in class org.eclipse.core.runtime.Status
A standard OK status with an "ok" message.
okPressed() - Method in class org.eclipse.jface.preference.PreferenceDialog
The preference dialog implementation of this Dialog framework method sends performOk to all Nodes of the preference dialog, then calls handleSave on this dialog to save any state, and then calls close to close this dialog.
okToLeave() - Method in interface org.eclipse.jface.preference.IPreferencePage
Checks whether it is alright to leave this page.
okToLeave() - Method in class org.eclipse.jface.preference.PreferencePage
The PreferencePage implementation of this IPreferencePage method returns true if the page is valid.
ON_TOP - Static variable in class org.eclipse.swt.SWT
Style constant for always on top behavior (value is 1<<14).
onStart(IExtensionRegistry) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Override this method to provide additional processing performed when the registry is created and started.
onStop(IExtensionRegistry) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Override this method to provide additional processing to be performed just before the registry is stopped.
open(OpenEvent) - Method in class org.eclipse.ercp.eworkbench.DefaultView
Notifies that open request was made
open() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.ercp.swt.mobile.QueryDialog
Creates the prompt dialog in front of its parent shell and waits for input.
open() - Method in class org.eclipse.ercp.swt.mobile.TimedMessageBox
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.jface.preference.PreferenceDialog
Override MultiPageDialog open in order to get pages created
open(OpenEvent) - Method in interface org.eclipse.jface.viewers.IOpenListener
Notifies of an open event.
open() - Method in class org.eclipse.osgi.baseadaptor.BaseData
 
open() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.BundleFile
Opens the BundleFiles.
open() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.DirBundleFile
 
open() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.NestedDirBundleFile
 
open() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
 
open() - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Open the BundleData.
OPEN - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for open file dialog behavior (value is 1<<12).
open() - Method in class org.eclipse.swt.widgets.ColorDialog
Makes the receiver visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.FileDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.FontDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.MessageBox
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.Shell
Moves the receiver to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it), marks it visible, sets the focus and asks the window manager to make the shell active.
open() - Method in interface org.eclipse.update.configuration.IInstallDeltaHandler
Deprecated. Prompt the user to configure or unconfigure new features found during reconciliation
open(IPluginEntry) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Opens a generic content consumer for the specified plug-in entry.
open(INonPluginEntry) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Opens a generic content consumer for the specified non-plug-in entry.
open() - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker object and begin tracking services.
open(boolean) - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker object and begin tracking services.
OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for how a new perspective is opened.
OPEN_PERSPECTIVE_PAGE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. Opening a Perspective in a new page is no longer supported functionality as of 2.0.
OPEN_PERSPECTIVE_REPLACE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A org.eclipse.jface.preference value indicating that an action should open a new perspective by replacing the current perspective.
OPEN_PERSPECTIVE_WINDOW - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A org.eclipse.jface.preference value indicating that an action should open a new perspective in a new org.eclipse.jface.window.
openConnection(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
 
openConnection(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
openDialogBox(Control) - Method in class org.eclipse.jface.viewers.ColorCellEditor
 
openDialogBox(Control) - Method in class org.eclipse.jface.viewers.DialogCellEditor
Opens a dialog box under the given parent control and returns the dialog's value when it closes, or null if the dialog was cancelled or no selection was made in the dialog.
OPENED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that internal screens and input features are now active.
OpenEvent - Class in org.eclipse.jface.viewers
Event object describing an open which may be generated from a selection or default selection event.
OpenEvent(Viewer, ISelection) - Constructor for class org.eclipse.jface.viewers.OpenEvent
Creates a new event for the given source and selection.
openFile() - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
If a File is used to log messages to then the File opened and a Writer is created to log messages to.
openFileInputStream(String) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
Constructs a new InputStream on the file named fileName.
openFileInputStream(String) - Method in class org.eclipse.ercp.xml.io.IOSpecificCall
Constructs a new InputStream on the file named fileName.
openFirstTimeWindow() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Opens the first time org.eclipse.jface.window, using the default perspective and default page input.
openIntro(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.openIntro() instead
openIntro() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Opens the introduction componenet.
openOperation(ICompositeOperation, int) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
openOperation(ICompositeOperation, int) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Open this composite operation and consider it an operation that contains other related operations.
openPage(String, IAdaptable) - Method in interface org.eclipse.ui.IWorkbenchWindow
Creates and opens a new workbench page.
openPage(IAdaptable) - Method in interface org.eclipse.ui.IWorkbenchWindow
Creates and opens a new workbench page.
openPage(String, Object) - Method in interface org.eclipse.ui.preferences.IWorkbenchPreferenceContainer
Open the page specified in the org.eclipse.ui.preferencePage extension point with id pageId.
OpenStrategy - Class in org.eclipse.jface.util
Implementation of single-click and double-click strategies.
OpenStrategy(Control) - Constructor for class org.eclipse.jface.util.OpenStrategy
 
openStream(Bundle, IPath, boolean) - Static method in class org.eclipse.core.runtime.FileLocator
Returns an input stream for the specified file.
openStream(IPath) - Method in class org.eclipse.core.runtime.Plugin
Deprecated. use FileLocator.openStream(Bundle, IPath, boolean)
openStream(IPath, boolean) - Method in class org.eclipse.core.runtime.Plugin
Deprecated. use FileLocator.openStream(Bundle, IPath, boolean)
openStream(URL) - Method in class org.eclipse.update.core.BaseSiteFactory
Open a stream on a URL.
openWindows() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Opens the workbench windows on startup.
openWorkbenchWindow(String, IAdaptable) - Method in interface org.eclipse.ui.IWorkbench
Creates and opens a new workbench org.eclipse.jface.window with one page.
openWorkbenchWindow(IAdaptable) - Method in interface org.eclipse.ui.IWorkbench
Creates and opens a new workbench org.eclipse.jface.window with one page.
OperatingSystem - Static variable in class org.eclipse.ercp.update.UIMessages
 
OPERATION_ADDED - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
OPERATION_ADDED indicates that an operation was added to the history.
OPERATION_CHANGED - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
OPERATION_CHANGED indicates that an operation has changed in some way since it was added to the operations history.
OPERATION_INVALID - Static variable in class org.eclipse.core.commands.operations.OperationStatus
OPERATION_INVALID indicates that the operation available for undo or redo is not in a state to successfully perform the undo or redo.
OPERATION_INVALID_STATUS - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
An operation error status describing the condition that the operation available for execution, undo or redo is not in a valid state for the action to be performed.
OPERATION_NOT_OK - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
OPERATION_NOT_OK indicates that an operation was attempted and not successful.
OPERATION_REMOVED - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
OPERATION_REMOVED indicates an operation was removed from the history.
OperationCanceledException - Exception in org.eclipse.core.runtime
This exception is thrown to blow out of a long-running method when the user cancels it.
OperationCanceledException() - Constructor for exception org.eclipse.core.runtime.OperationCanceledException
Creates a new exception.
OperationCanceledException(String) - Constructor for exception org.eclipse.core.runtime.OperationCanceledException
Creates a new exception with the given message.
operationChanged(IUndoableOperation) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
operationChanged(IUndoableOperation) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
The specified operation has changed in some way since it was added to the operation history.
OperationHistoryEvent - Class in org.eclipse.core.commands.operations
OperationHistoryEvent is used to communicate changes that occur in a DefaultOperationHistory, including the addition or removal of operations, and the execution, undo, and redo of operations.
OperationHistoryEvent(int, IOperationHistory, IUndoableOperation) - Constructor for class org.eclipse.core.commands.operations.OperationHistoryEvent
Construct an event for the specified operation history.
OperationHistoryEvent(int, IOperationHistory, IUndoableOperation, IStatus) - Constructor for class org.eclipse.core.commands.operations.OperationHistoryEvent
Construct an event for the specified operation history.
OperationHistoryFactory - Class in org.eclipse.core.commands.operations
This class is used to maintain the instance of the operation history that should be used by classes that access the undo or redo history and add undoable operations to the history.
OperationsManager - Class in org.eclipse.update.operations
Entry point for update manager operations.
OperationStatus - Class in org.eclipse.core.commands.operations
OperationStatus describes the status of a request to execute, undo, or redo an operation.
OperationStatus(int, String, int, String, Throwable) - Constructor for class org.eclipse.core.commands.operations.OperationStatus
Creates a new operation status, specifying all properties.
OPTION_STARTTIME - Static variable in class org.eclipse.core.runtime.Platform
Debug option value denoting the time at which the platform runtime was started.
OPTIONAL_LINKAGE_CHANGED - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Deprecated. this type is no longer valid
or(EvaluationResult) - Method in class org.eclipse.core.expressions.EvaluationResult
Returns an EvaluationResult whose value is this || other).
OR - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the or expression (value: or)
org.eclipse.core.commands - package org.eclipse.core.commands
Application programming interfaces for commands and handlers.
org.eclipse.core.commands.common - package org.eclipse.core.commands.common
Application programming interfaces for common base classes.
org.eclipse.core.commands.contexts - package org.eclipse.core.commands.contexts
Application programming interfaces for contexts.
org.eclipse.core.commands.operations - package org.eclipse.core.commands.operations
Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone.
org.eclipse.core.commands.util - package org.eclipse.core.commands.util
 
org.eclipse.core.expressions - package org.eclipse.core.expressions
Application programming interfaces for the expression language.
org.eclipse.core.runtime.adaptor - package org.eclipse.core.runtime.adaptor
Provides API to start the platform.
org.eclipse.core.runtime.content - package org.eclipse.core.runtime.content
Provides core support for content types.
org.eclipse.core.runtime.dynamichelpers - package org.eclipse.core.runtime.dynamichelpers
Provides helpers to facilitate the authoring of dynamic plug-ins.
org.eclipse.core.runtime.jobs - package org.eclipse.core.runtime.jobs
Provides core support for scheduling and interacting with background activity.
org.eclipse.core.runtime.preferences - package org.eclipse.core.runtime.preferences
Provides core support for Eclipse preferences.
org.eclipse.core.runtime.spi - package org.eclipse.core.runtime.spi
Extension registry infrastructure for service providers Package Specification This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries.
org.eclipse.equinox.app - package org.eclipse.equinox.app
Provides core support for Eclipse application model.
org.eclipse.ercp.eworkbench - package org.eclipse.ercp.eworkbench
 
org.eclipse.ercp.jaxp.implForCore - package org.eclipse.ercp.jaxp.implForCore
 
org.eclipse.ercp.swt.mobile - package org.eclipse.ercp.swt.mobile
This package contains classes which are suitable for mobile devices.
org.eclipse.ercp.update - package org.eclipse.ercp.update
 
org.eclipse.ercp.update.views - package org.eclipse.ercp.update.views
 
org.eclipse.ercp.xml.dom - package org.eclipse.ercp.xml.dom
 
org.eclipse.ercp.xml.io - package org.eclipse.ercp.xml.io
 
org.eclipse.ercp.xml.parser - package org.eclipse.ercp.xml.parser
 
org.eclipse.jface.action - package org.eclipse.jface.action
Provides support for shared UI resources such as menus, tool bars, and status lines.
org.eclipse.jface.operation - package org.eclipse.jface.operation
Provides JFace support for long-running operations.
org.eclipse.jface.preference - package org.eclipse.jface.preference
Provides a framework for preferences.
org.eclipse.jface.resource - package org.eclipse.jface.resource
Provides support for managing resources such as SWT fonts and images.
org.eclipse.jface.util - package org.eclipse.jface.util
Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.
org.eclipse.jface.viewers - package org.eclipse.jface.viewers
Provides a framework for viewers, which are model-based content adapters for SWT widgets.
org.eclipse.osgi.baseadaptor - package org.eclipse.osgi.baseadaptor
 
org.eclipse.osgi.baseadaptor.bundlefile - package org.eclipse.osgi.baseadaptor.bundlefile
 
org.eclipse.osgi.baseadaptor.hooks - package org.eclipse.osgi.baseadaptor.hooks
 
org.eclipse.osgi.baseadaptor.loader - package org.eclipse.osgi.baseadaptor.loader
 
org.eclipse.osgi.event - package org.eclipse.osgi.event
 
org.eclipse.osgi.framework.adaptor - package org.eclipse.osgi.framework.adaptor
 
org.eclipse.osgi.framework.console - package org.eclipse.osgi.framework.console
 
org.eclipse.osgi.framework.eventmgr - package org.eclipse.osgi.framework.eventmgr
 
org.eclipse.osgi.framework.launcher - package org.eclipse.osgi.framework.launcher
 
org.eclipse.osgi.framework.util - package org.eclipse.osgi.framework.util
 
org.eclipse.osgi.service.environment - package org.eclipse.osgi.service.environment
 
org.eclipse.osgi.service.pluginconversion - package org.eclipse.osgi.service.pluginconversion
 
org.eclipse.osgi.service.resolver - package org.eclipse.osgi.service.resolver
 
org.eclipse.osgi.service.runnable - package org.eclipse.osgi.service.runnable
 
org.eclipse.osgi.util - package org.eclipse.osgi.util
Provides utility classes for NLS support and bundle manifest header parsing.
org.eclipse.swt.browser - package org.eclipse.swt.browser
SWT Browser widget.
org.eclipse.swt.dnd - package org.eclipse.swt.dnd
SWT Drag and Drop support.
org.eclipse.swt.events - package org.eclipse.swt.events
SWT typed listener support.
org.eclipse.swt.graphics - package org.eclipse.swt.graphics
SWT graphics classes.
org.eclipse.swt.layout - package org.eclipse.swt.layout
This package contains the SWT layout classes.
org.eclipse.swt.widgets - package org.eclipse.swt.widgets
Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT.
org.eclipse.ui - package org.eclipse.ui
Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.
org.eclipse.ui.application - package org.eclipse.ui.application
Application-level APIs for configuring and controling the Eclipse Platform User Interface.
org.eclipse.ui.commands - package org.eclipse.ui.commands
 
org.eclipse.ui.dialogs - package org.eclipse.ui.dialogs
 
org.eclipse.ui.handlers - package org.eclipse.ui.handlers
 
org.eclipse.ui.part - package org.eclipse.ui.part
Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.
org.eclipse.ui.plugin - package org.eclipse.ui.plugin
Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.
org.eclipse.ui.preferences - package org.eclipse.ui.preferences
Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0.
org.eclipse.ui.presentations - package org.eclipse.ui.presentations
 
org.eclipse.ui.views - package org.eclipse.ui.views
 
org.eclipse.update.configuration - package org.eclipse.update.configuration
Provides support for accessing local installation information.
org.eclipse.update.configurator - package org.eclipse.update.configurator
Provides support for accessing platform configuration data.
org.eclipse.update.core - package org.eclipse.update.core
Provides support for extending the base installation and update services.
org.eclipse.update.core.model - package org.eclipse.update.core.model
Provides model support for extending the base installation and update services.
org.eclipse.update.operations - package org.eclipse.update.operations
Provides support for performing various install/update operations.
org.eclipse.update.search - package org.eclipse.update.search
Provides support for performing searches and filtering of features.
org.eclipse.update.standalone - package org.eclipse.update.standalone
Provides support for performing various install/update operations from the command line.
org.eclipse.update.util - package org.eclipse.update.util
 
org.osgi.framework - package org.osgi.framework
 
org.osgi.service.application - package org.osgi.service.application
 
org.osgi.service.condpermadmin - package org.osgi.service.condpermadmin
 
org.osgi.service.packageadmin - package org.osgi.service.packageadmin
 
org.osgi.service.permissionadmin - package org.osgi.service.permissionadmin
 
org.osgi.service.prefs - package org.osgi.service.prefs
 
org.osgi.service.startlevel - package org.osgi.service.startlevel
 
org.osgi.service.url - package org.osgi.service.url
 
org.osgi.util.tracker - package org.osgi.util.tracker
 
org.w3c.dom - package org.w3c.dom
 
org.xml.sax - package org.xml.sax
This package provides the core SAX APIs.
org.xml.sax.ext - package org.xml.sax.ext
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
org.xml.sax.helpers - package org.xml.sax.helpers
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
orientation - Variable in class org.eclipse.ercp.swt.mobile.ScreenEvent
orientation of screen
OS_AIX - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "aix") indicating the platform is running on an AIX-based operating system.
OS_AIX - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "aix") indicating the platform is running on an AIX-based operating system.
OS_HPUX - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.
OS_HPUX - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.
OS_LINUX - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "linux") indicating the platform is running on a Linux-based operating system.
OS_LINUX - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "linux") indicating the platform is running on a Linux-based operating system.
OS_MACOSX - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.
OS_MACOSX - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.
OS_QNX - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.
OS_QNX - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.
OS_SOLARIS - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.
OS_SOLARIS - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.
OS_UNKNOWN - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.
OS_UNKNOWN - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.
OS_WIN32 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "win32") indicating the platform is running on a Window 32-bit operating system (e.g., Windows 98, NT, 2000).
OS_WIN32 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "win32") indicating the platform is running on a Window 32-bit operating system (e.g., Windows 98, NT, 2000).
osgi - Variable in class org.eclipse.osgi.framework.internal.core.FrameworkConsole
The current osgi instance
osgiConsoleClazz - Variable in class org.eclipse.osgi.framework.launcher.Launcher
 
osgicp - Variable in class org.eclipse.osgi.framework.internal.core.FrameworkConsole
The OSGi Command Provider
Other - Static variable in class org.eclipse.ercp.update.UIMessages
 
out - Variable in class org.eclipse.osgi.framework.internal.core.FrameworkConsole
The stream to write command results to
outFile - Variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The File object to store messages.
OverallProgress - Static variable in class org.eclipse.ercp.update.UIMessages
 
overallProgress - Variable in class org.eclipse.ercp.update.views.InstallingScreen
 
ownerDocument - Variable in class org.eclipse.ercp.xml.dom.NodeImpl
 
ownerElement - Variable in class org.eclipse.ercp.xml.dom.AttrImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _