Eclipse eRCP
Release 1.1
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

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.
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).
ON_TOP - Static variable in class org.eclipse.swt.SWT
Style constant for always on top behavior (value is 1<<14).
OPEN - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for open file dialog behavior (value is 1<<12).
OPENED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that internal screens and input features are now active.
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.
OpenEvent - class org.eclipse.jface.viewers.OpenEvent.
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.
OpenStrategy - class org.eclipse.jface.util.OpenStrategy.
Implementation of single-click and double-click strategies.
OpenStrategy(Control) - Constructor for class org.eclipse.jface.util.OpenStrategy
 
OperationsManager - class org.eclipse.update.operations.OperationsManager.
Entry point for update manager operations.
objectChanged(Object, String) - Method in interface org.eclipse.update.operations.IUpdateModelChangedListener
Called when there are changes to a site/feature/etc.
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.
offset - Variable in class org.eclipse.swt.layout.FormAttachment
offset specifies the offset, in pixels, of the control side from the attachment position.
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.
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.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.
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.
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.
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.
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.
org.eclipse.core.commands - package org.eclipse.core.commands
 
org.eclipse.core.commands.contexts - package org.eclipse.core.commands.contexts
 
org.eclipse.core.expressions - package org.eclipse.core.expressions
 
org.eclipse.core.runtime - package org.eclipse.core.runtime
 
org.eclipse.ercp.swt.mobile - package org.eclipse.ercp.swt.mobile
This package contains classes which are suitable for mobile devices.
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.swt - package org.eclipse.swt
SWT constants and error handling support.
org.eclipse.swt.browser - package org.eclipse.swt.browser
Optional Expanded eSWT Widgets This package includes the Browser widget which is in the Expanded portion of eSWT.
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
 
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.
orientation - Variable in class org.eclipse.ercp.swt.mobile.ScreenEvent
orientation of screen

Eclipse eRCP
Release 1.1
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