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

T

TAB - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the tab character (value is the char '\t').
TAG_ID - Static variable in interface org.eclipse.ui.IMemento
Special reserved key used to store the memento id (value "org.eclipse.ui.id").
TEXT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's text (value "text").
TEXTCASE - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
The first word of each sentence is capitalized.
TEXT_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
The symbolic font name for the text font (value "org.eclipse.jface.textfont").
TIME - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A time entry type for hours, minutes and seconds.
TIME - Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
Time entry type.
TITLE - Static variable in class org.eclipse.swt.SWT
Style constant for title area trim (value is 1<<5).
TITLECASE - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
Every word is capitalized.
TOGGLE - Static variable in class org.eclipse.swt.SWT
Style constant for toggle button behavior (value is 1<<1).
TOOL_TIP_TEXT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's tooltip text (value "toolTipText").
TOP - Static variable in class org.eclipse.swt.SWT
Style constant for align top behavior (value is 1<<7, since align UP and align TOP are considered the same).
TOP - Static variable in interface org.eclipse.ui.IPageLayout
Relationship constant indicating a part should be placed above its relative.
TOP_LEFT - Static variable in interface org.eclipse.jface.viewers.IDecoration
Constants for placement of image decorations.
TOP_LEFT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Constant to be used when referring to the top left of the workbench org.eclipse.jface.window.
TOP_RIGHT - Static variable in interface org.eclipse.jface.viewers.IDecoration
Constant for the top right quadrant.
TOP_RIGHT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Constant to be used when referring to the top right of the workbench org.eclipse.jface.window.
TRACE_ACTIONS - Static variable in class org.eclipse.jface.util.Policy
A flag to indicate whether actions are being traced.
TRACE_TOOLBAR - Static variable in class org.eclipse.jface.util.Policy
A flag to indicate whether toolbars are being traced.
TRAIL - Static variable in class org.eclipse.swt.SWT
Style constant for trailing alignment (value is 1<<17).
TRANSPARENCY_ALPHA - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains alpha transparency information (value is 1<<0).
TRANSPARENCY_MASK - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparency mask (value is 1<<1).
TRANSPARENCY_NONE - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains no transparency information (value is 0).
TRANSPARENCY_PIXEL - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparent pixel (value is 1<<2).
TRAVERSE_ARROW_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).
TRAVERSE_ARROW_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).
TRAVERSE_ESCAPE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).
TRAVERSE_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that a mnemonic key sequence was pressed (value is 1<<7).
TRAVERSE_NONE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that no traversal action should be taken (value is 0).
TRAVERSE_PAGE_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).
TRAVERSE_PAGE_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).
TRAVERSE_RETURN - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which activates the default button in a dialog was pressed; typically, this is the ENTER key (value is 1<<2).
TRAVERSE_TAB_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).
TRAVERSE_TAB_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab group was pressed; typically, this is the SHIFT-TAB key sequence (value is 1<<3).
TRUE - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The string representation used for true ("true").
TYPE_ENTRY_CORRUPTED - Static variable in interface org.eclipse.update.core.IVerificationResult
Indicates the file has been modified since it was signed
TYPE_ENTRY_NOT_SIGNED - Static variable in interface org.eclipse.update.core.IVerificationResult
Indicates the file type is recognized but the file is not signed
TYPE_ENTRY_SIGNED_RECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
Indicates the file is signed by a known signer
TYPE_ENTRY_SIGNED_UNRECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
Indicates the file is signed but the signer is not known
TYPE_ENTRY_UNRECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
Could not perform verification due to unrecognized file
Table - class org.eclipse.swt.widgets.Table.
Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
Table(Composite, int) - Constructor for class org.eclipse.swt.widgets.Table
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableColumn - class org.eclipse.swt.widgets.TableColumn.
Instances of this class represent a column in a table widget.
TableColumn(Table, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableColumn(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableItem - class org.eclipse.swt.widgets.TableItem.
Instances of this class represent a selectable user interface object that represents an item in a table.
TableItem(Table, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableItem(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableLayout - class org.eclipse.jface.viewers.TableLayout.
A layout for a table.
TableLayout() - Constructor for class org.eclipse.jface.viewers.TableLayout
Creates a new table layout.
TableViewer - class org.eclipse.jface.viewers.TableViewer.
A concrete viewer based on a SWT Table control.
TableViewer(Composite) - Constructor for class org.eclipse.jface.viewers.TableViewer
Creates a table viewer on a newly-created table control under the given parent.
TableViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.TableViewer
Creates a table viewer on a newly-created table control under the given parent.
TableViewer(Table) - Constructor for class org.eclipse.jface.viewers.TableViewer
Creates a table viewer on the given table control.
TaskTip - class org.eclipse.ercp.swt.mobile.TaskTip.
This class provides feedback to the user about the state of a long-running task.
TaskTip(Shell) - Constructor for class org.eclipse.ercp.swt.mobile.TaskTip
Constructs a TaskTip with plain text style.
TaskTip(Shell, int) - Constructor for class org.eclipse.ercp.swt.mobile.TaskTip
Constructs a TaskTip with a given style value.
Text - class org.eclipse.swt.widgets.Text.
Instances of this class are selectable user interface objects that allow the user to enter and modify text.
Text(Composite, int) - Constructor for class org.eclipse.swt.widgets.Text
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TextCellEditor - class org.eclipse.jface.viewers.TextCellEditor.
A cell editor that manages a text entry field.
TextCellEditor() - Constructor for class org.eclipse.jface.viewers.TextCellEditor
Creates a new text string cell editor with no control The cell editor value is the string itself, which is initially the empty string.
TextCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.TextCellEditor
Creates a new text string cell editor parented under the given control.
TextCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.TextCellEditor
Creates a new text string cell editor parented under the given control.
TextExtension - class org.eclipse.ercp.swt.mobile.TextExtension.
This class contains methods for extending the functionality of the Text control.
TextExtension(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.TextExtension
Constructs a new instance of Text class when specific styles are not used.
TextExtension(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.TextExtension
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional style specifying the text types defined above.
TextTransfer - class org.eclipse.swt.dnd.TextTransfer.
The class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
TextTransfer() - Constructor for class org.eclipse.swt.dnd.TextTransfer
 
TimedMessageBox - class org.eclipse.ercp.swt.mobile.TimedMessageBox.
A modal window used to shortly inform the user of limited information using a standard style.
TimedMessageBox(Shell) - Constructor for class org.eclipse.ercp.swt.mobile.TimedMessageBox
Constructs a new instance of this class given only its parent.
TimedMessageBox(Shell, int) - Constructor for class org.eclipse.ercp.swt.mobile.TimedMessageBox
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TitleEvent - class org.eclipse.swt.browser.TitleEvent.
A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
TitleListener - interface org.eclipse.swt.browser.TitleListener.
This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.
Transfer - class org.eclipse.swt.dnd.Transfer.
Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
Transfer() - Constructor for class org.eclipse.swt.dnd.Transfer
 
TransferData - class org.eclipse.swt.dnd.TransferData.
The TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.
TransferData() - Constructor for class org.eclipse.swt.dnd.TransferData
 
Traverse - Static variable in class org.eclipse.swt.SWT
The traverse event type (value is 31).
TraverseEvent - class org.eclipse.swt.events.TraverseEvent.
Instances of this class are sent as a result of widget traversal actions.
TraverseEvent(Event) - Constructor for class org.eclipse.swt.events.TraverseEvent
Constructs a new instance of this class based on the information in the given untyped event.
TraverseListener - interface org.eclipse.swt.events.TraverseListener.
Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
Tray - class org.eclipse.swt.widgets.Tray.
Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
Tray() - Constructor for class org.eclipse.swt.widgets.Tray
 
TrayItem - class org.eclipse.swt.widgets.TrayItem.
Instances of this class represent icons that can be placed on the system tray or task bar status area.
TrayItem(Tray, int) - Constructor for class org.eclipse.swt.widgets.TrayItem
Constructs a new instance of this class given its parent (which must be a Tray) and a style value describing its behavior and appearance.
Tree - class org.eclipse.swt.widgets.Tree.
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
Tree(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tree
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TreeEvent - class org.eclipse.swt.events.TreeEvent.
Instances of this class are sent as a result of trees being expanded and collapsed.
TreeEvent(Event) - Constructor for class org.eclipse.swt.events.TreeEvent
Constructs a new instance of this class based on the information in the given untyped event.
TreeExpansionEvent - class org.eclipse.jface.viewers.TreeExpansionEvent.
Event object describing a tree node being expanded or collapsed.
TreeExpansionEvent(AbstractTreeViewer, Object) - Constructor for class org.eclipse.jface.viewers.TreeExpansionEvent
Creates a new event for the given source and element.
TreeItem - class org.eclipse.swt.widgets.TreeItem.
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TreeItem(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeListener - interface org.eclipse.swt.events.TreeListener.
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
TreeViewer - class org.eclipse.jface.viewers.TreeViewer.
A concrete viewer based on an SWT Tree control.
TreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.TreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
TreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.TreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
TreeViewer(Tree) - Constructor for class org.eclipse.jface.viewers.TreeViewer
Creates a tree viewer on the given tree control.
TypedEvent - class org.eclipse.swt.events.TypedEvent.
This is the super class for all typed event classes provided by SWT.
TypedEvent(Object) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class.
TypedEvent(Event) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class based on the information in the argument.
TypedListener - class org.eclipse.swt.widgets.TypedListener.
Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
TypedListener(SWTEventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Constructs a new instance of this class for the given event listener.
taskString - Variable in class org.eclipse.update.core.InstallMonitor
 
tasks - Variable in class org.eclipse.update.core.InstallMonitor
 
testFindItem(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Hook for testing.
text - Variable in class org.eclipse.jface.viewers.TextCellEditor
The text control; initially null.
text - Variable in class org.eclipse.swt.browser.StatusTextEvent
status text
text - Variable in class org.eclipse.swt.events.SelectionEvent
The text of the hyperlink that was selected.
text - Variable in class org.eclipse.swt.events.VerifyEvent
the new text that will be inserted.
text - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the new text that will be inserted.
textExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
textExtent(String, int) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
threadChange(Thread) - Method in interface org.eclipse.jface.operation.IThreadListener
Notification that a thread change is occurring.
throwable - Variable in class org.eclipse.swt.SWTError
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in class org.eclipse.swt.SWTException
The underlying throwable that caused the problem, or null if this information is not available.
time - Variable in class org.eclipse.swt.events.TypedEvent
the time that the event occurred.
time - Variable in class org.eclipse.swt.widgets.Event
the time that the event occurred.
timerExec(int, Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread after the specified number of milliseconds have elapsed.
title - Variable in class org.eclipse.swt.browser.TitleEvent
the title of the current document
toArray() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the elements in this selection as an array.
toArray() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
toControl(Control, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Converts the given rectangle from display coordinates to the local coordinate system of the given object into display coordinates.
toControl(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toControl(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toDisplay(Control, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Converts the given rectangle from the local coordinate system of the given object into display coordinates.
toDisplay(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toDisplay(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toList() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the elements in this selection as a List.
toList() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
toString() - Method in class org.eclipse.jface.action.ContributionItem
Returns a string representation of this contribution item suitable only for debugging.
toString() - Method in class org.eclipse.jface.preference.PreferencePage
Returns a string suitable for debugging purpose only.
toString() - Method in class org.eclipse.jface.viewers.StructuredSelection
Internal method which returns a string representation of this selection suitable for debug purposes only.
toString() - Method in class org.eclipse.swt.events.KeyEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.MouseEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.PaintEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.SelectionEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.ShellEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.TraverseEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.TypedEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.VerifyEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Color
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Font
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.FontData
Returns a string representation of the receiver which is suitable for constructing an equivalent instance using the FontData(String) constructor.
toString() - Method in class org.eclipse.swt.graphics.GC
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Image
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Point
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.RGB
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Rectangle
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FillLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormAttachment
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.GridData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.GridLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.RowData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.RowLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Event
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Widget
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.  
toString() - Method in class org.eclipse.ui.commands.Priority
Deprecated.  
toString() - Method in class org.eclipse.update.core.ArchiveReference
 
toString() - Method in class org.eclipse.update.core.ContentReference
Return string representation of this reference.
toString() - Method in class org.eclipse.update.core.Feature
Return the string representation of this fetaure
toString() - Method in class org.eclipse.update.core.JarEntryContentReference
Return string representation of this reference.
toString() - Method in class org.eclipse.update.core.URLEntry
Returns a string representation of an annotated URL.
toString() - Method in class org.eclipse.update.core.VersionedIdentifier
Returns a string representation of the versioned identifier.
toString() - Method in class org.eclipse.update.core.model.FeatureReferenceModel
 
toString() - Method in class org.eclipse.update.core.model.PluginEntryModel
 
top - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location opens in the top frame or not.
top - Variable in class org.eclipse.swt.layout.FormData
top specifies the attachment of the top of the control.
total - Variable in class org.eclipse.swt.browser.ProgressEvent
total value
totalCopyCount - Variable in class org.eclipse.update.core.InstallMonitor
 
translateString(ResourceBundle, String, String) - Static method in class org.eclipse.jface.util.Util
Provides a translation of a particular key from the resource bundle.
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
The transparent pixel.
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Based on the argument, perform one of the expected platform traversal action.
treeCollapsed(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been collapsed.
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is collapsed.
treeExpanded(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been expanded.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is expanded.
type - Variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
the event type.
type - Variable in class org.eclipse.swt.dnd.TransferData
The type is a unique identifier of a system format or user defined format.
type - Variable in class org.eclipse.swt.graphics.Image
specifies whether the receiver is a bitmap or an icon (one of SWT.BITMAP, SWT.ICON) IMPORTANT: This field is not part of the SWT public API.
type - Variable in class org.eclipse.swt.graphics.ImageData
The type of file from which the image was read.
type - Variable in class org.eclipse.swt.layout.FillLayout
type specifies how controls will be positioned within the layout.
type - Variable in class org.eclipse.swt.layout.RowLayout
type specifies whether the layout places controls in rows or columns.
type - Variable in class org.eclipse.swt.widgets.Event
the type of event, as defined by the event type constants in class SWT
type - Variable in class org.eclipse.update.core.BaseInstallHandler
Update action type

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