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

C

CANCEL - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that is a standard negative answer to an action.
CANCEL - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8).
CANCEL - Static variable in interface org.eclipse.ui.ISaveablePart2
Standard return code constant (value 2) indicating that the part does not need to be saved and the part should not be closed.
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
CELL_EDITOR_IMG_DOTS_BUTTON - Static variable in class org.eclipse.jface.viewers.DialogCellEditor
Image registry key for three dot image (value "cell_editor_dots_button_image").
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
CHANGE_ACTION_SET_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is hidden in a perspective.
CHANGE_ACTION_SET_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is shown in a perspective.
CHANGE_EDITOR_AREA_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is hidden in a perspective.
CHANGE_EDITOR_AREA_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is shown in a perspective.
CHANGE_EDITOR_CLOSE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are closed in a perspective.
CHANGE_EDITOR_OPEN - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are opened in a perspective.
CHANGE_FAST_VIEW_ADD - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is added in a perspective.
CHANGE_FAST_VIEW_REMOVE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is removed in a perspective.
CHANGE_RESET - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective is reset to its original state.
CHANGE_RESET_COMPLETE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective has completed a reset to its original state.
CHANGE_VIEW_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are hidden in a perspective.
CHANGE_VIEW_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are shown in a perspective.
CHANGE_WORKING_SET_REPLACE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the page working set was replaced
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
CHECKED - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's checked status (value "checked").
CHECK_CONTEXT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to the containment context.
CHECK_IF_ANCESTOR - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to an ancestor of the containment context.
CHECK_IF_CHILD - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a direct child of the containment context.
CHECK_IF_DESCENDANT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a descendant of the containment context.
CHOICE_ABORT - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate the action that resulted in this notification should be aborted.
CHOICE_ERROR - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate there was an error in processing the request.
CHOICE_INSTALL_TRUST_ALWAYS - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, and the information supplied with the verification result should be trusted for this request, and subsequent requests.
CHOICE_INSTALL_TRUST_ONCE - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, but the information supplied with the verification result should be trusted only for this request.
CHOICE_INSTALL_TRUST_PERSIST - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the trust decision made with this certificate chain should be persist.
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
CLOSED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that internal screens and input features are no longer active.
CLOSE_EDITORS_ON_EXIT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A org.eclipse.jface.preference value indicating whether editors should be closed before saving the workbench state when exiting.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yellow (value is 8).
COLOR_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for color preferences (black, RGB(0,0,0)).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
COMMANDGROUP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A special command used for grouping commands.
COMPACT - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A hint that the widget should be displayed in a format which is smaller or less full featured.
CONTROL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
COPY - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the copy action
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
CTRL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
CURRENT_THEME_ID - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Workbench org.eclipse.jface.preference for the current theme.
CUT - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the cut action
Canvas - class org.eclipse.swt.widgets.Canvas.
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CaptionedControl - class org.eclipse.ercp.swt.mobile.CaptionedControl.
A CaptionedControl is used to display a label (caption) in front of a control.
CaptionedControl(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.CaptionedControl
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Category - class org.eclipse.update.core.Category.
Convenience implementation of feature category definition.
Category() - Constructor for class org.eclipse.update.core.Category
Default Constructor
Category(String, String) - Constructor for class org.eclipse.update.core.Category
Constructor
CategoryModel - class org.eclipse.update.core.model.CategoryModel.
Feature category definition model object.
CategoryModel() - Constructor for class org.eclipse.update.core.model.CategoryModel
Creates an uninitialized model object.
CellEditor - class org.eclipse.jface.viewers.CellEditor.
Abstract base class for cell editors.
CellEditor() - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor with no control The cell editor has no cell validator.
CellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor.LayoutData - class org.eclipse.jface.viewers.CellEditor.LayoutData.
Struct-like layout data for cell editors, with reasonable defaults for all fields.
CellEditor.LayoutData() - Constructor for class org.eclipse.jface.viewers.CellEditor.LayoutData
 
CheckStateChangedEvent - class org.eclipse.jface.viewers.CheckStateChangedEvent.
Event object describing a change to the checked state of a viewer element.
CheckStateChangedEvent(ICheckable, Object, boolean) - Constructor for class org.eclipse.jface.viewers.CheckStateChangedEvent
Creates a new event for the given source, element, and checked state.
CheckboxCellEditor - class org.eclipse.jface.viewers.CheckboxCellEditor.
A cell editor that manages a checkbox.
CheckboxCellEditor() - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor with no control
CheckboxCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxTableViewer - class org.eclipse.jface.viewers.CheckboxTableViewer.
A concrete viewer based on an SWT Table control with checkboxes on each node.
CheckboxTableViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see below for details)
CheckboxTableViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see above for details)
CheckboxTableViewer(Table) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Creates a table viewer on the given table control.
CheckboxTreeViewer - class org.eclipse.jface.viewers.CheckboxTreeViewer.
A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.
CheckboxTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Tree) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on the given tree control.
Clipboard - class org.eclipse.swt.dnd.Clipboard.
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
CmdLineArgs - class org.eclipse.update.standalone.CmdLineArgs.
This class parses the command line arguments for update standalone commands Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CmdLineArgs(String[]) - Constructor for class org.eclipse.update.standalone.CmdLineArgs
 
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
Color - class org.eclipse.swt.graphics.Color.
Instances of this class manage the operating system resources that implement SWT's RGB color model.
Color(Device, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
ColorCellEditor - class org.eclipse.jface.viewers.ColorCellEditor.
A cell editor that manages a color field.
ColorCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorDescriptor - class org.eclipse.jface.resource.ColorDescriptor.
Lightweight descriptor for an SWT color.
ColorDescriptor() - Constructor for class org.eclipse.jface.resource.ColorDescriptor
 
ColorDialog - class org.eclipse.swt.widgets.ColorDialog.
Instances of this class allow the user to select a color from a predefined set of available colors.
ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given only its parent.
ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ColorRegistry - class org.eclipse.jface.resource.ColorRegistry.
A color registry maintains a mapping between symbolic color names and SWT Colors.
ColorRegistry() - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver that is hooked to the current display.
ColorRegistry(Display) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
ColorRegistry(Display, boolean) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
ColumnLayoutData - class org.eclipse.jface.viewers.ColumnLayoutData.
An abstract column layout data describing the information needed (by TableLayout) to properly lay out a table.
ColumnLayoutData(boolean) - Constructor for class org.eclipse.jface.viewers.ColumnLayoutData
Creates a new column layout data object.
ColumnPixelData - class org.eclipse.jface.viewers.ColumnPixelData.
Describes the width of a table column in pixels, and whether the column is resizable.
ColumnPixelData(int) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a resizable column width of the given number of pixels.
ColumnPixelData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
ColumnPixelData(int, boolean, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
ColumnWeightData - class org.eclipse.jface.viewers.ColumnWeightData.
Describes the width of a table column in terms of a weight, a minimum width, and whether the column is resizable.
ColumnWeightData(int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and a default minimum width.
ColumnWeightData(int, int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and minimum width.
ColumnWeightData(int, int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and minimum width.
ColumnWeightData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and a default minimum width.
Combo - class org.eclipse.swt.widgets.Combo.
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ComboBoxCellEditor - class org.eclipse.jface.viewers.ComboBoxCellEditor.
A cell editor that presents a list of items in a combo box.
ComboBoxCellEditor() - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with no control and no st of choices.
ComboBoxCellEditor(Composite, String[]) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboBoxCellEditor(Composite, String[], int) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboViewer - class org.eclipse.jface.viewers.ComboViewer.
A concrete viewer based on an SWT Combo control.
ComboViewer(Composite) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Combo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on the given combo control.
Command - class org.eclipse.ercp.swt.mobile.Command.
Command is a metaphor that represents a general action.
Command(Command, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
Constructs a new instance of this class given an associated Command, a type value describing its behaviour and priority for positioning hints.
Command(Control, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
Constructs a new instance of this class given an associated Control, a type value describing its behaviour and priority for positioning hints.
Composite - class org.eclipse.swt.widgets.Composite.
Instances of this class are controls which are capable of containing other controls.
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CompositeImageDescriptor - class org.eclipse.jface.resource.CompositeImageDescriptor.
Abstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.
CompositeImageDescriptor() - Constructor for class org.eclipse.jface.resource.CompositeImageDescriptor
Constructs an uninitialized composite image.
ConstrainedText - class org.eclipse.ercp.swt.mobile.ConstrainedText.
A single-line Text control which constrains the user input by styles.
ConstrainedText(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.ConstrainedText
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional constrained style specifying the input styles defined above.
ContentEntryModel - class org.eclipse.update.core.model.ContentEntryModel.
Content entry model object.
ContentEntryModel() - Constructor for class org.eclipse.update.core.model.ContentEntryModel
Creates a uninitialized content entry model object.
ContentReference - class org.eclipse.update.core.ContentReference.
Content reference implements a general access wrapper to feature and site content.
ContentReference(String, URL) - Constructor for class org.eclipse.update.core.ContentReference
Create content reference from URL.
ContentReference(String, File) - Constructor for class org.eclipse.update.core.ContentReference
Create content reference from file.
ContentViewer - class org.eclipse.jface.viewers.ContentViewer.
A content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.
ContentViewer() - Constructor for class org.eclipse.jface.viewers.ContentViewer
Creates a content viewer with no input, no content provider, and a default label provider.
ContributionItem - class org.eclipse.jface.action.ContributionItem.
An abstract base implementation for contribution items.
ContributionItem() - Constructor for class org.eclipse.jface.action.ContributionItem
Creates a contribution item with a null id.
ContributionItem(String) - Constructor for class org.eclipse.jface.action.ContributionItem
Creates a contribution item with the given (optional) id.
ContributionManager - class org.eclipse.jface.action.ContributionManager.
Abstract base class for all contribution managers, and standard implementation of IContributionManager.
ContributionManager() - Constructor for class org.eclipse.jface.action.ContributionManager
Creates a new contribution manager.
Control - class org.eclipse.swt.widgets.Control.
Control is the abstract superclass of all windowed user interface classes.
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ControlContribution - class org.eclipse.jface.action.ControlContribution.
An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.
ControlContribution(String) - Constructor for class org.eclipse.jface.action.ControlContribution
Creates a control contribution item with the given id.
ControlEvent - class org.eclipse.swt.events.ControlEvent.
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - interface org.eclipse.swt.events.ControlListener.
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
canModify(Object, String) - Method in interface org.eclipse.jface.viewers.ICellModifier
Checks whether the given property of the given element can be modified.
canParseSiteType(String) - Method in class org.eclipse.update.core.model.SiteModelFactory
Indicates whether this factory can handle the specified site type.
canProgressMonitorBeUsed(IProgressMonitor, IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the first progress monitor is the same as, or a wrapper around, the second progress monitor.
cancelDisposeExec(Runnable) - Method in class org.eclipse.jface.resource.ResourceManager
Cancels a runnable that was previously scheduled with disposeExec.
cancelEditing() - Method in class org.eclipse.jface.viewers.TableViewer
Cancels a currently active cell editor.
cancelEditing() - Method in class org.eclipse.jface.viewers.TreeViewer
Cancels a currently active cell editor.
cancelEditor() - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has canceled editing.
cancelPressed() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
category(Object) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns the category of the given element.
center - Variable in class org.eclipse.swt.layout.RowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
centerPoint(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns the point in the center of the given rectangle.
changeTrim(int, int) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Changes the window trim mode.
changed(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is changed.
changed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when a progress is made during the loading of the current location.
changed(StatusTextEvent) - Method in interface org.eclipse.swt.browser.StatusTextListener
This method is called when the status text is changed.
changed(TitleEvent) - Method in interface org.eclipse.swt.browser.TitleListener
This method is called when the title of the current document is available or has changed.
changing(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is about to be changed.
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle character text
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle character text
checkCanceled(IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Checks with the given progress monitor and throws InterruptedException if it has been canceled.
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.ViewPart
Checks that the given site is valid for this type of part.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.WorkbenchPart
Checks that the given site is valid for this type of part.
checkStateChanged(CheckStateChangedEvent) - Method in interface org.eclipse.jface.viewers.ICheckStateListener
Notifies of a change to the checked state of an element.
checkSubclass() - Method in class org.eclipse.jface.preference.PreferenceDialog
Override checkSubclass so that Mobile Extensions impl does not complain about sublcassing MultiPageDialog
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
clear() - Method in class org.eclipse.jface.util.ListenerList
Removes all listeners from this list.
clear(int) - Method in class org.eclipse.jface.viewers.TableViewer
Clear the table item at the specified index
clearActive() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Clears the cached computation of the isActive method, if any.
clearCaches() - Method in class org.eclipse.jface.resource.ColorRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.FontRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.ResourceRegistry
Disposes all currently allocated resources.
clearColor(String) - Static method in class org.eclipse.jface.resource.JFaceColors
Deprecated. JFaceColors no longer maintains a cache of colors. This job is now handled by the ColorRegistry.
clearSelection() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Clears the selection.
clearSelection() - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Text
Clears the selection.
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
cloneCurrentConfiguration() - Method in interface org.eclipse.update.configuration.ILocalSite
Creates a new configuration containing the same state as the specified configuration.
clonePerspective(String, String, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Clones an existing perspective.
close() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Requests that the window manager close the dialog in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in class org.eclipse.jface.preference.PreferenceDialog
Override MultiPageDialog close in order to clean up commands
close() - Method in class org.eclipse.swt.widgets.Display
Requests that the connection between SWT and the underlying operating system be closed.
close() - Method in class org.eclipse.swt.widgets.Shell
Requests that the window manager close the receiver in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in interface org.eclipse.ui.IWorkbench
Closes this workbench and all its open windows.
close() - Method in interface org.eclipse.ui.IWorkbenchPage
Closes this workbench page.
close() - Method in interface org.eclipse.ui.IWorkbenchWindow
Closes this workbench org.eclipse.jface.window.
close(IPresentablePart[]) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Closes the given set of parts.
close() - Method in interface org.eclipse.update.core.IContentConsumer
Indicates successful completion of the store operations for this consumer
close() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer.
closeAllPerspectives(boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes all perspectives in this page.
closeArchive() - Method in class org.eclipse.update.core.JarContentReference
Closes the jar archive corresponding to this reference.
closePerspective(IPerspectiveDescriptor, boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes the specified perspective in this page.
code - Variable in class org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in class org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
collapseAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses all nodes of the viewer's tree, starting with the root.
collapseToLevel(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses the subtree rooted at the given element to the given level.
collator - Variable in class org.eclipse.jface.viewers.ViewerSorter
The collator used to sort strings.
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
compare(boolean, boolean) - Static method in class org.eclipse.jface.util.Util
Compares two boolean values.
compare(int, int) - Static method in class org.eclipse.jface.util.Util
Compares two integer values.
compare(Comparable, Comparable) - Static method in class org.eclipse.jface.util.Util
Compares to comparable objects -- defending against null.
compare(Comparable[], Comparable[]) - Static method in class org.eclipse.jface.util.Util
Compares two arrays of comparable objects -- accounting for null.
compare(List, List) - Static method in class org.eclipse.jface.util.Util
Compares two lists -- account for null.
compare(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
compareTo(Object) - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.commands.Priority
Deprecated.  
completeConfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been configured.
completeConfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been configured.
completeInstall(IFeatureContentConsumer) - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completeInstall(IFeatureContentConsumer) - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completeUnconfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been unconfigured.
completeUnconfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been unconfigured.
completeUninstall() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been uninstalled.
completeUninstall() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been uninstalled.
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
computeMinimumSize() - Method in class org.eclipse.ui.presentations.StackPresentation
Deprecated. replaced by computePreferredSize
computePreferredSize(boolean, int, int, int) - Method in interface org.eclipse.ui.ISizeProvider
WARNING: EXPERIMENTAL!
computePreferredSize(boolean, int, int, int) - Method in class org.eclipse.ui.presentations.StackPresentation
 
computeSize() - Method in interface org.eclipse.jface.preference.IPreferencePage
Computes a size for this page's UI component.
computeSize() - Method in class org.eclipse.jface.preference.PreferencePage
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
computeWidth(Control) - Method in class org.eclipse.jface.action.ControlContribution
Computes the width of the given control which is being added to a tool bar.
configure(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Configure the specified feature on this site.
configure(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Configure the specified feature on this site.
configure(IFeature, IFeatureReference[], IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
 
configureCompleted(boolean) - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the configure action.
configureCompleted(boolean) - Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the configure action.
configureInitiated() - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the configure action.
configureInitiated() - Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the configure action
contains(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns whether the named preference is known to this preference store.
contains(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
contains(int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the point specified by the arguments is inside the area specified by the receiver, and false otherwise.
contains(Point) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
contains(Object, Object, int) - Method in interface org.eclipse.ui.IContainmentAdapter
Returns whether the given element is considered contained in the specified containment context or if it is the context itself.
contains(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlResized(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the size (width, height) of a control changes.
convertAccelerator(String) - Static method in class org.eclipse.jface.action.Action
Parses the given accelerator text, and converts it to an accelerator key code.
convertAccelerator(int) - Static method in class org.eclipse.jface.action.Action
Converts an accelerator key code to a string representation.
copy() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Copies the selected text.
copy(Point) - Static method in class org.eclipse.jface.util.Geometry
Returns a copy of the given point
copy(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns a copy of the given rectangle
copy() - Method in class org.eclipse.swt.widgets.Combo
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Text
Copies the selected text.
copy(InputStream, OutputStream, InstallMonitor) - Static method in class org.eclipse.update.core.Utilities
Copies specified input stream to the output stream.
copyArea(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
copyArea(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyArea(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyChild(IMemento) - Method in class org.eclipse.ui.XMLMemento
 
count - Variable in class org.eclipse.swt.events.PaintEvent
the number of following paint events which are pending which may always be zero on some platforms
count - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the number of following paint events which are pending which may always be zero on some platforms
create(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns the resource described by the given descriptor.
create(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
Creates the control for this cell editor under the given parent control.
createAndRunWorkbench(Display, WorkbenchAdvisor) - Static method in class org.eclipse.ui.PlatformUI
Creates the workbench and associates it with the given display and workbench advisor, and runs the workbench UI.
createArchiveReferenceModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of archive reference model.
createArchiveReferenceModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default archive reference model.
createBatchConfigOperation(IConfigFeatureOperation[], boolean) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature config operations in batch mode
createBatchInstallOperation(IInstallFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature install operations in batch mode
createBatchUnconfigOperation(IUnconfigFeatureOperation[], boolean) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature unconfig operations in batch mode
createButton(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
Creates the button for this cell editor under the given parent control.
createChild(String) - Method in interface org.eclipse.ui.IMemento
Creates a new child of this memento with the given type.
createChild(String, String) - Method in interface org.eclipse.ui.IMemento
Creates a new child of this memento with the given type and id.
createChild(String) - Method in class org.eclipse.ui.XMLMemento
 
createChild(String, String) - Method in class org.eclipse.ui.XMLMemento
 
createChildren(Widget) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Creates all children for the given widget.
createColor(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
Returns the Color described by this descriptor.
createColor(ColorDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Allocates a color, given a color descriptor.
createColor(RGB) - Method in class org.eclipse.jface.resource.ResourceManager
Allocates a color, given its RGB values.
createConfigOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for configuring an installed feature in the specified site.
createConfigOperation(IConfiguredSite, IFeature, IFeatureReference[], IFeature[]) - Method in interface org.eclipse.update.operations.IOperationFactory
This config operation must be used if using managed-only update policy.
createConfiguredSite(File) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Create a new installation site, based on a local file system directory.
createContentReference(String, File) - Method in class org.eclipse.update.core.ContentReference
A factory method to create a content reference of the same type.
createContentReference(String, File) - Method in class org.eclipse.update.core.JarContentReference
A factory method to create a jar content reference.
createContents(PreferenceDialog) - Method in class org.eclipse.jface.preference.PreferenceDialog
Create all the pages and select one if directed
createContents(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
createContents(Composite) - Method in class org.eclipse.jface.viewers.ColorCellEditor
 
createContents(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
Creates the controls used to show the value of this cell editor.
createControl(Composite) - Method in class org.eclipse.jface.action.ControlContribution
Creates and returns the control for this contribution item under the given parent composite.
createControl(Composite) - Method in class org.eclipse.jface.action.StatusLineManager
Creates and returns this manager's status line control.
createControl(Composite, int) - Method in class org.eclipse.jface.action.StatusLineManager
Creates and returns this manager's status line control.
createControl(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
The PreferencePage implementation of this IDialogPage method creates a description label and button bar for the page.
createControl(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
Creates the control for this cell editor under the given parent control.
createControl(Composite) - Method in class org.eclipse.jface.viewers.CheckboxCellEditor
The CheckboxCellEditor implementation of this CellEditor framework method does nothing and returns null.
createControl(Composite) - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
 
createControl(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
 
createControl(Composite) - Method in class org.eclipse.jface.viewers.TextCellEditor
 
createDefaultSiteSearchCategory() - Static method in class org.eclipse.update.search.UpdateSearchRequest
Returns a site search category for use in discovering new function on update sites.
createDefaultUpdatesSearchCategory() - Static method in class org.eclipse.update.search.UpdateSearchRequest
Returns an updates search category for use in discovering updates to existing function on update sites.
createDisplay() - Static method in class org.eclipse.ui.PlatformUI
Creates the Display to be used by the workbench.
createElement(IMemento) - Method in interface org.eclipse.ui.IElementFactory
Re-creates and returns an object from the state captured within the given memento.
createEmptyWindowContents(IWorkbenchWindowConfigurer, Composite) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createEmptyWindowContents(Composite) instead
createEmptyWindowContents(Composite) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Creates and returns the control to be shown when the org.eclipse.jface.window has no open pages.
createFeature(URL, ISite) - Method in class org.eclipse.update.core.BaseFeatureFactory
Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead
createFeature(URL, ISite, IProgressMonitor) - Method in class org.eclipse.update.core.BaseFeatureFactory
Create feature.
createFeature(URL, ISite) - Method in interface org.eclipse.update.core.IFeatureFactory
Deprecated. use createFeature(URL, ISite, IProgressMonitor) instead
createFeature(URL, ISite, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeatureFactory
Returns a feature defined by the supplied URL.
createFeature(String, URL) - Method in interface org.eclipse.update.core.ISite
Deprecated. use createFeature(String,URL,IProgressMonitor) instead
createFeature(String, URL, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Creates a new feature object.
createFeature(String, URL) - Method in class org.eclipse.update.core.Site
Deprecated.  
createFeature(String, URL, IProgressMonitor) - Method in class org.eclipse.update.core.Site
 
createFeatureModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of feature model.
createFeatureModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default feature model.
createFeatureReferenceModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of feature reference model.
createFeatureReferenceModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default site feature reference model.
createFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Creates and adds a new folder with the given id to this page layout.
createFont(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
Creates the Font described by this descriptor.
createFont(FontDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns the Font described by the given FontDescriptor.
createFrom(Color, Device) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Creates a ColorDescriptor from an existing Color, given the Device associated with the original Color.
createFrom(Color) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Creates a ColorDescriptor from an existing color.
createFrom(RGB) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Returns a color descriptor for the given RGB values
createFrom(Font, Device) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a FontDescriptor that describes an existing font.
createFrom(Font) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a FontDescriptor that describes an existing font.
createFrom(FontData[]) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given the an array of FontData that describes the font.
createFrom(FontData) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given the associated FontData
createFrom(String, int, int) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given an OS-specific font name, height, and style.
createFromFile(Class, String) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor from a file.
createFromImage(Image) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor for the given image.
createFromImage(Image, Device) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor for the given image.
createFromImageData(ImageData) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor given ImageData describing the image.
createFromURL(URL) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor from a URL.
createImage() - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(boolean) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(boolean, Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Creates an image, given an image descriptor.
createImageRegistry() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Returns a new image registry for this plugin-in.
createImageWithDefault(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Creates an image, given an image descriptor.
createImportModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of import dependency model.
createImportModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default import dependency model.
createIncludedFeatureReferenceModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of included feature reference model.
createIncludedFeatureReferenceModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default included feature reference model.
createInitialLayout(IPageLayout) - Method in interface org.eclipse.ui.IPerspectiveFactory
Creates the initial layout for a page.
createInstallHandlerEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of install handler model.
createInstallHandlerEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default install handler model.
createInstallOperation(IConfiguredSite, IFeature, IFeatureReference[], IFeature[], IVerificationListener) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for installing a feature.
createLinkedConfiguredSite(File) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Create a new linked site, based on a local file system directory.
createLocalFile(File, String) - Static method in class org.eclipse.update.core.Utilities
Create a new working file.
createNonPluginEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of non-plug-in entry model.
createNonPluginEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default non-plug-in entry model.
createPage(String, Image) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Creates a new page with the specified title string and icon.
createPage() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Creates the preference page for this node.
createPage(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
createPage() - Method in class org.eclipse.jface.preference.PreferenceNode
 
createPageComposite(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the page composite, in which the org.eclipse.jface.window's pages, and their views and editors, appear.
createPageControl(PreferencePage, Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
Create the page control for the supplied page.
createPartControl(Composite) - Method in interface org.eclipse.ui.IWorkbenchPart
Creates the SWT controls for this workbench part.
createPartControl(Composite) - Method in class org.eclipse.ui.part.WorkbenchPart
 
createPlaceholderFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Creates and adds a placeholder for a new folder with the given id to this page layout.
createPluginEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of plug-in entry model.
createPluginEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default plug-in entry model.
createPreferenceDialogOn(Shell, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
Creates a workbench preference dialog and selects particular preference page.
createPropertyDialogOn(Shell, IAdaptable, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
Creates a workbench preference dialog to a particular preference page.
createReadRoot(Reader) - Static method in class org.eclipse.ui.XMLMemento
Creates a Document from the Reader and returns a memento on the first Element for reading the document.
createReadRoot(Reader, String) - Static method in class org.eclipse.ui.XMLMemento
Creates a Document from the Reader and returns a memento on the first Element for reading the document.
createRectangle(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
Returns a new rectangle with the given position and dimensions, expressed as points.
createReplaceFeatureVersionOperation(IFeature, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for replacing this feature by a previous version
createResource(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
 
createResource(Device) - Method in class org.eclipse.jface.resource.DeviceResourceDescriptor
Creates the resource described by this descriptor
createResource(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
 
createResource(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
 
createRevertConfigurationOperation(IInstallConfiguration, IProblemHandler) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation to revert to a previous installation configuration.
createSite(URL) - Method in class org.eclipse.update.core.BaseSiteFactory
Create site.
createSite(URL) - Method in interface org.eclipse.update.core.ISiteFactory
Returns a site defined by the supplied URL.
createSite(URL, IProgressMonitor) - Method in interface org.eclipse.update.core.ISiteFactoryExtension
Returns a site defined by the supplied URL.
createSiteCategoryModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of category model.
createSiteCategoryModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default category model.
createSiteMapModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of site model.
createSiteMapModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default site model.
createStatusLineControl(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the status line control.
createSubPages(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
createTable(Composite, int) - Static method in class org.eclipse.jface.viewers.CheckboxTableViewer
Creates a new table control with one column.
createToggleSiteOperation(IConfiguredSite) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates ann operation to configure/unconfigure an installation site (also known as enable/disable site)
createTreeItem(Widget, Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Creates a single item for the given parent and synchronizes it with the given element.
createURLEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default annotated URL model.
createUnconfigOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for unconfiguring a feature
createUninstallOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation to uninstall a feature
createView() - Method in interface org.eclipse.ui.views.IViewDescriptor
Creates an instance of the view defined in the descriptor.
createWindowContents(IWorkbenchWindowConfigurer, Shell) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createWindowContents(Shell) instead
createWindowContents(Shell) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Creates the contents of the org.eclipse.jface.window.
createWithFlags(ImageDescriptor, int) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates an ImageDescriptor based on the given original descriptor, but with additional SWT flags.
createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
EXPERIMENTAL -- May change before 3.1 ships.
createWorkingDirectory() - Static method in class org.eclipse.update.core.Utilities
Returns a new working directory (in temporary space).
createWriteRoot(String) - Static method in class org.eclipse.ui.XMLMemento
Returns a root memento for writing a document.
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
currentCount - Variable in class org.eclipse.update.core.InstallMonitor
 
currentInstallConfigurationChanged(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSiteChangedListener
Indicates the current configuration has changed.
cut() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Combo
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Text
Cuts the selected text.

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