Eclipse Platform
2.0
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

TabFolder - class org.eclipse.swt.widgets.TabFolder.
Instances of this class implement the notebook user interface metaphor.
TabFolder(Composite, int) - Constructor for class org.eclipse.swt.widgets.TabFolder
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TabItem - class org.eclipse.swt.widgets.TabItem.
Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
TabItem(TabFolder, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Constructs a new instance of this class given its parent (which must be a TabFolder) and a style value describing its behavior and appearance.
TabItem(TabFolder, int, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Constructs a new instance of this class given its parent (which must be a TabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
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 issue notificiation 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.
TableCursor - class org.eclipse.swt.custom.TableCursor.
A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableCursor(Table, int) - Constructor for class org.eclipse.swt.custom.TableCursor
Constructs a new instance of this class given its parent table and a style value describing its behavior and appearance.
TableEditor - class org.eclipse.swt.custom.TableEditor.
A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableEditor(Table) - Constructor for class org.eclipse.swt.custom.TableEditor
Creates a TableEditor for the specified Table.
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.
TableTree - class org.eclipse.swt.custom.TableTree.
A TableTree is a selectable user interface object that displays a hierarchy of items, and issues notification when an item is selected.
TableTree(Composite, int) - Constructor for class org.eclipse.swt.custom.TableTree
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableTreeEditor - class org.eclipse.swt.custom.TableTreeEditor.
A TableTreeEditor is a manager for a Control that appears above a cell in a TableTree and tracks with the moving and resizing of that cell.
TableTreeEditor(TableTree) - Constructor for class org.eclipse.swt.custom.TableTreeEditor
Creates a TableEditor for the specified Table.
TableTreeItem - class org.eclipse.swt.custom.TableTreeItem.
A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
TableTreeItem(TableTree, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Constructs a new instance of this class given its parent (which must be a TableTree) and a style value describing its behavior and appearance.
TableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Constructs a new instance of this class given its parent (which must be a TableTree, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Constructs a new instance of this class given its parent (which must be a TableTreeItem) and a style value describing its behavior and appearance.
TableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Constructs a new instance of this class given its parent (which must be a TableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeViewer - class org.eclipse.jface.viewers.TableTreeViewer.
A concrete viewer based on a SWT TableTree control.
TableTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
Creates a table tree viewer on a newly-created table tree control under the given parent.
TableTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
Creates a table tree viewer on a newly-created table tree control under the given parent.
TableTreeViewer(TableTree) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
Creates a table tree viewer on the given table tree control.
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.
TAG_ID - Static variable in interface org.eclipse.ui.IMemento
Special reserved key used to store the memento id (value "org.eclipse.ui.id").
takesFocusWhenVisible(boolean) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Tells the manager whether it should set the focus to the information control when made visible.
TARGET_REQUEST_FAILED - Static variable in class org.eclipse.debug.core.DebugException
Indicates a request made of a debug element has failed on the target side.
targets - Variable in class org.eclipse.ant.core.AntRunner
 
TASK - Static variable in interface org.eclipse.core.resources.IMarker
Task marker type
taskLabel - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The label control for the task.
TaskList - class org.eclipse.ui.views.tasklist.TaskList.
Main class for the Task List view for displaying tasks and problem annotations on resources, and for opening an editor on the resource when the user commands.
TaskList() - Constructor for class org.eclipse.ui.views.tasklist.TaskList
Creates a new task list view.
TaskPropertiesDialog - class org.eclipse.ui.views.tasklist.TaskPropertiesDialog.
Shows the properties of a new or existing task, or a problem.
TaskPropertiesDialog(Shell) - Constructor for class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
Creates the dialog.
TaskRulerAction - class org.eclipse.ui.texteditor.TaskRulerAction.
Adapter for the marker ruler action creating/removing tasks.
TaskRulerAction() - Constructor for class org.eclipse.ui.texteditor.TaskRulerAction
 
Team - class org.eclipse.team.core.Team.
The Team class provides a global point of reference for the global ignore set and the text/binary registry.
Team() - Constructor for class org.eclipse.team.core.Team
 
TeamException - exception org.eclipse.team.core.TeamException.
This exception is thrown by the team provider API.
TeamException(IStatus) - Constructor for class org.eclipse.team.core.TeamException
Single status constructor for a TeamProviderException.
TeamException(String) - Constructor for class org.eclipse.team.core.TeamException
 
TeamException(String, Exception) - Constructor for class org.eclipse.team.core.TeamException
Method TeamException.
TeamImages - class org.eclipse.team.ui.TeamImages.
TeamImages provides convenience methods for accessing shared images provided by the org.eclipse.team.ui plug-in.
TeamImages() - Constructor for class org.eclipse.team.ui.TeamImages
 
TeamUI - class org.eclipse.team.ui.TeamUI.
TeamUI contains public API for generic UI-based Team functionality
TeamUI() - Constructor for class org.eclipse.team.ui.TeamUI
 
tempStorage - Variable in class org.eclipse.swt.ole.win32.OleClientSite
 
TERMINATE - Static variable in class org.eclipse.debug.core.DebugEvent
Terminate event kind.
terminate() - Method in class org.eclipse.debug.core.Launch
 
terminate() - Method in interface org.eclipse.debug.core.model.ITerminate
Causes this element to terminate, generating a TERMINATE event.
testAttribute(Object, String, String) - Method in interface org.eclipse.ui.IActionFilter
Returns whether the specific attribute matches the state of the target object.
testFindItem(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Hook for testing.
testWildcard(String, String) - Static method in class org.eclipse.ui.actions.SimpleWildcardTester
Returns whether a string matches a particular pattern.
testWildcardIgnoreCase(String, String) - Static method in class org.eclipse.ui.actions.SimpleWildcardTester
Returns whether a string matches a particular pattern.
text - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
 
text - Variable in class org.eclipse.jface.text.DocumentCommand
The text to be inserted
text - Variable in class org.eclipse.jface.viewers.TextCellEditor
The text control; initially null.
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
 
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 - Static variable in interface org.eclipse.core.resources.IMarker
Text marker type
TEXT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's text (value "text").
TEXT - Static variable in class org.eclipse.team.core.Team
 
TEXT_EDITOR - Static variable in interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds
Id for the text editor.
TEXT_EDITOR_PREFERENCE_PAGE - Static variable in interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds
Id for the text editor preference page.
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
TEXT_END - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto text end action.
TEXT_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
The symbolic font name for the text font (value "org.eclipse.jface.textfont").
TEXT_START - Static variable in class org.eclipse.swt.custom.ST
 
TEXT_START - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto text start action.
TEXT_TYPE - Static variable in interface org.eclipse.compare.ITypedElement
Type for an element whose actual type is text (value "txt").
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.
TextActionHandler - class org.eclipse.ui.actions.TextActionHandler.
Handles the redirection of the global Cut, Copy, Paste, and Select All actions to either the current inline text control or the part's supplied action handler.
TextActionHandler(IActionBars) - Constructor for class org.eclipse.ui.actions.TextActionHandler
Creates a Text control action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar.
TextAttribute - class org.eclipse.jface.text.TextAttribute.
Description of textual attributes such as color and style.
TextAttribute(Color) - Constructor for class org.eclipse.jface.text.TextAttribute
Creates a text attribute for the given foreground color, no background color and with the SWT normal style.
TextAttribute(Color, Color, int) - Constructor for class org.eclipse.jface.text.TextAttribute
Creates a text attribute with the given colors and style.
TextCellEditor - class org.eclipse.jface.viewers.TextCellEditor.
A cell editor that manages a text entry field.
TextCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.TextCellEditor
Creates a new text string cell editor parented under the given control.
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content has changed.
textChanged(TextEvent) - Method in interface org.eclipse.jface.text.ITextListener
The visual representation of a text viewer this listener is registered with has been changed.
TextChangedEvent - class org.eclipse.swt.custom.TextChangedEvent.
This event is sent by the StyledTextContent implementor when a change to the text occurs.
TextChangedEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangedEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextChangeListener - interface org.eclipse.swt.custom.TextChangeListener.
The StyledText widget implements this listener to receive notifications when changes to the model occur.
textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content is about to be changed.
TextChangingEvent - class org.eclipse.swt.custom.TextChangingEvent.
This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
TextChangingEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextEditor - class org.eclipse.ui.editors.text.TextEditor.
The standard text editor for file resources (IFile).
TextEditor() - Constructor for class org.eclipse.ui.editors.text.TextEditor
Creates a new text editor.
TextEditorAction - class org.eclipse.ui.texteditor.TextEditorAction.
Sekelleton of a standard text editor action.
TextEditorAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.TextEditorAction
Creates and initializes the action for the given text editor.
TextEditorActionContributor - class org.eclipse.ui.editors.text.TextEditorActionContributor.
Manages the installation and deinstallation of global actions for the default text editor.
TextEditorActionContributor() - Constructor for class org.eclipse.ui.editors.text.TextEditorActionContributor
Creates a new contributor.
TextEditorPreferencePage - class org.eclipse.ui.editors.text.TextEditorPreferencePage.
A preference page to set the font used in the default text editor.
TextEditorPreferencePage() - Constructor for class org.eclipse.ui.editors.text.TextEditorPreferencePage
Create the preference page.
TextEvent - class org.eclipse.jface.text.TextEvent.
This event is sent to implementers of ITextListener.
TextEvent(int, int, String, String, DocumentEvent, boolean) - Constructor for class org.eclipse.jface.text.TextEvent
Creates a new TextEvent based on the specification.
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.
TextMergeViewer - class org.eclipse.compare.contentmergeviewer.TextMergeViewer.
A text merge viewer uses the RangeDifferencer to perform a textual, line-by-line comparison of two (or three) input documents.
TextMergeViewer(Composite, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Creates a text merge viewer under the given parent control.
TextMergeViewer(Composite, int, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Creates a text merge viewer under the given parent control.
TextNavigationAction - class org.eclipse.ui.texteditor.TextNavigationAction.
An IAction wrapper for text widget navigational and selection actions.
TextNavigationAction(StyledText, int) - Constructor for class org.eclipse.ui.texteditor.TextNavigationAction
Creates a new TextNavigationAction.
TextOperationAction - class org.eclipse.ui.texteditor.TextOperationAction.
An action which gets a text operation target from its text editor.
TextOperationAction(ResourceBundle, String, ITextEditor, int) - Constructor for class org.eclipse.ui.texteditor.TextOperationAction
Creates and initializes the action for the given text editor and operation code.
TextOperationAction(ResourceBundle, String, ITextEditor, int, boolean) - Constructor for class org.eclipse.ui.texteditor.TextOperationAction
Creates and initializes the action for the given text editor and operation code.
TextPresentation - class org.eclipse.jface.text.TextPresentation.
Describes the presentation styles for a section of an indexed text such as a document or string.
TextPresentation() - Constructor for class org.eclipse.jface.text.TextPresentation
Creates a new empty text presentation.
TextPropertyDescriptor - class org.eclipse.ui.views.properties.TextPropertyDescriptor.
Descriptor for a property that has a value which should be edited with a text cell editor.
TextPropertyDescriptor(Object, String) - Constructor for class org.eclipse.ui.views.properties.TextPropertyDescriptor
Creates an property descriptor with the given id and display name.
TextSelection - class org.eclipse.jface.text.TextSelection.
Standard implementation of ITextSelection.
TextSelection(IDocument, int, int) - Constructor for class org.eclipse.jface.text.TextSelection
Creates a text selection for the given range of the given document.
TextSelection(int, int) - Constructor for class org.eclipse.jface.text.TextSelection
Creates a text selection for the given range.
textSet(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
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.
TextViewer - class org.eclipse.jface.text.TextViewer.
SWT based implementation of ITextViewer.
TextViewer.WidgetCommand - class org.eclipse.jface.text.TextViewer.WidgetCommand.
Represents a replace command that brings the text viewer's text widget back in sync with text viewer's document after the document has been changed.
TextViewer.WidgetCommand() - Constructor for class org.eclipse.jface.text.TextViewer.WidgetCommand
 
TextViewer() - Constructor for class org.eclipse.jface.text.TextViewer
Internal use only
TextViewer(Composite, int) - Constructor for class org.eclipse.jface.text.TextViewer
Create a new text viewer with the given SWT style bits.
THREAD_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a thread group in a menu or toolbar(value "threadGroup").
throwable - Variable in class org.eclipse.swt.SWTException
 
throwable - Variable in class org.eclipse.swt.SWTError
 
time - Variable in class org.eclipse.swt.events.TypedEvent
the time that the event occurred
time - Variable in class org.eclipse.swt.widgets.Event
 
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 - Static variable in class org.eclipse.swt.SWT
style constant for title area trim (value is 1<<5)
TitleAreaDialog - class org.eclipse.jface.dialogs.TitleAreaDialog.
A dialog that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.
TitleAreaDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.TitleAreaDialog
Instantiate a new title area dialog.
TO_BEGINNING - Static variable in class org.eclipse.ui.texteditor.DeleteLineAction
Delete to the beginning of line.
TO_END - Static variable in class org.eclipse.ui.texteditor.DeleteLineAction
Delete to the end of line.
toArray() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
toArray() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the elements in this selection as an array.
TOC - Static variable in interface org.eclipse.help.IToc
This is element name used for TOC in XML files.
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(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.
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.VerticalRuler
 
toDocumentLineNumber(int) - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfo
Translates a y-coordinate of the ruler's SWT control into the according line number of the document of the connected text viewer.
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.CompositeRuler
 
toFile() - Method in class org.eclipse.core.runtime.Path
 
toFile() - Method in interface org.eclipse.core.runtime.IPath
Returns a java.io.File corresponding to this path.
TOGGLE - Static variable in class org.eclipse.swt.SWT
style constant for toggle button behavior (value is 1<<1)
TOGGLE_OVERWRITE - Static variable in class org.eclipse.swt.custom.ST
 
TOGGLE_OVERWRITE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the toggle input mode action.
Token - class org.eclipse.jface.text.rules.Token.
Standard implementation of IToken.
Token(Object) - Constructor for class org.eclipse.jface.text.rules.Token
Creates a new token which represents neither undefined, whitespace, nor EOF.
toList() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
toList() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the elements in this selection as a List.
TOOL - Static variable in class org.eclipse.swt.SWT
style constant for tool window behavior (value is 1<<2)
TOOL_TIP_TEXT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's tooltip text (value "toolTipText").
ToolBar - class org.eclipse.swt.widgets.ToolBar.
Instances of this class support the layout of selectable tool bar items.
ToolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ToolBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
toolBarChildrenExist() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns whether or not children exist for the Application Window's toolbar control.
ToolBarManager - class org.eclipse.jface.action.ToolBarManager.
A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
ToolBarManager() - Constructor for class org.eclipse.jface.action.ToolBarManager
Creates a new tool bar manager with the default SWT button style.
ToolBarManager(int) - Constructor for class org.eclipse.jface.action.ToolBarManager
Creates a tool bar manager with the given SWT button style.
ToolBarManager(ToolBar) - Constructor for class org.eclipse.jface.action.ToolBarManager
Creates a tool bar manager for an existing tool bar control.
ToolItem - class org.eclipse.swt.widgets.ToolItem.
Instances of this class represent a selectable user interface object that represents a button in a tool bar.
ToolItem(ToolBar, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Constructs a new instance of this class given its parent (which must be a ToolBar) and a style value describing its behavior and appearance.
ToolItem(ToolBar, int, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Constructs a new instance of this class given its parent (which must be a ToolBar), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
toOSString() - Method in class org.eclipse.core.runtime.Path
 
toOSString() - Method in interface org.eclipse.core.runtime.IPath
Returns a string representation of this path which uses the platform-dependent path separator defined by java.io.File.
top - Variable in class org.eclipse.swt.layout.FormData
top specifies the attachment of the top of the control.
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.
topControl - Variable in class org.eclipse.swt.custom.StackLayout
topControl the Control that is displayed at the top of the stack.
TOPIC - Static variable in interface org.eclipse.help.ITopic
This is element name used for topic in XML files.
TOPIC - Static variable in interface org.eclipse.help.IToc
This is the attribute used for description topic in XML files.
toString() - Method in class org.eclipse.core.runtime.Status
Returns a string representation of the status, suitable for debugging purposes only.
toString() - Method in class org.eclipse.core.runtime.QualifiedName
Converts this qualified name into a string, suitable for debug purposes only.
toString() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Returns the string representation of this version identifier.
toString() - Method in class org.eclipse.core.runtime.Plugin
Returns a string representation of the plug-in, suitable for debugging purposes only.
toString() - Method in class org.eclipse.core.runtime.Path
 
toString() - Method in class org.eclipse.core.runtime.MultiStatus
Returns a string representation of the status, suitable for debugging purposes only.
toString() - Method in interface org.eclipse.core.runtime.IPath
Returns a string representation of this path, including its device id.
toString() - Method in class org.eclipse.debug.core.DebugEvent
 
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.jface.wizard.WizardPage
Returns a printable representation of this wizard page suitable only for debug purposes.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleEvent
 
toString() - Method in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
toString() - Method in class org.eclipse.swt.custom.StyleRange
Answers a string 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.graphics.RGB
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.ImageLoaderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Region
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.GC
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.Font
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Cursor
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.layout.FormAttachment
 
toString() - Method in class org.eclipse.swt.printing.PrinterData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.program.Program
 
toString() - Method in class org.eclipse.swt.widgets.Event
Returns a string representation of the object.
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.team.core.RepositoryProvider
Returns a brief description of this provider.
toString() - Method in class org.eclipse.ui.dialogs.FileSystemElement
For debugging purposes only.
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.URLEntry
Returns a string representation of an annotated URL.
toString() - Method in class org.eclipse.update.core.JarEntryContentReference
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.ContentReference
Return string representation of this reference.
toString() - Method in class org.eclipse.update.core.ArchiveReference
 
toString() - Method in class org.eclipse.update.core.model.PluginEntryModel
 
toString() - Method in class org.eclipse.update.core.model.FeatureReferenceModel
 
touch(IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Marks this resource as having changed even though its content may not have changed.
TRACE_ERRORS - Static variable in class org.eclipse.jface.text.TextViewer
Internal flag to indicate the debug state.
TRACKED_PARTITION - Static variable in class org.eclipse.jface.text.presentation.PresentationReconciler
Prefix of the name of the position category for tracking damage regions.
Tracker - class org.eclipse.swt.widgets.Tracker.
Instances of this class implement rubber banding rectangles that are drawn onto a parent Composite or Display.
Tracker(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Tracker(Display, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
 
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
 
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)
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
the transparent pixel
Traverse - Static variable in class org.eclipse.swt.SWT
traverse event type (value is 31)
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.
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)
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Based on the argument, perform one of the expected platform traversal action.
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.
Tree - class org.eclipse.swt.widgets.Tree.
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation 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.
TreeAdapter - class org.eclipse.swt.events.TreeAdapter.
This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeAdapter() - Constructor for class org.eclipse.swt.events.TreeAdapter
 
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is collapsed.
treeCollapsed(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is collapsed.
treeCollapsed(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been collapsed.
TreeEditor - class org.eclipse.swt.custom.TreeEditor.
A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
TreeEditor(Tree) - Constructor for class org.eclipse.swt.custom.TreeEditor
Creates a TreeEditor for the specified Tree.
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.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is expanded.
treeExpanded(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is expanded.
treeExpanded(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been expanded.
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.
TreeFrame - class org.eclipse.ui.views.framelist.TreeFrame.
Frame for tree viewers.
TreeFrame(AbstractTreeViewer) - Constructor for class org.eclipse.ui.views.framelist.TreeFrame
Constructs a frame for the specified tree viewer.
TreeFrame(AbstractTreeViewer, Object) - Constructor for class org.eclipse.ui.views.framelist.TreeFrame
Constructs a frame for the specified tree viewer.
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.
TreeViewerFrameSource - class org.eclipse.ui.views.framelist.TreeViewerFrameSource.
Frame source for tree viewers, which uses TreeFrame to capture the state of the tree viewer.
TreeViewerFrameSource(AbstractTreeViewer) - Constructor for class org.eclipse.ui.views.framelist.TreeViewerFrameSource
Constructs a new tree viewer frame source for the specified tree viewer.
TRUE - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The string representation used for true ("true").
TwoPaneElementSelector - class org.eclipse.ui.dialogs.TwoPaneElementSelector.
A list selection dialog with two panes.
TwoPaneElementSelector(Shell, ILabelProvider, ILabelProvider) - Constructor for class org.eclipse.ui.dialogs.TwoPaneElementSelector
Creates the two pane element selector.
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.ImageData
the type of file that the image was read in from, expressed as one of the following values: IMAGE_BMP Windows BMP file format, no compression IMAGE_BMP_RLE Windows BMP file format, RLE compression if appropriate IMAGE_GIF GIF file format IMAGE_ICO Windows ICO file format IMAGE_JPEG JPEG file format IMAGE_PNG PNG file 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)
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.layout.FillLayout
type specifies how controls will be positioned within the layout.
type - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
type - Variable in class org.eclipse.swt.ole.win32.OleParameterDescription
 
type - Variable in class org.eclipse.swt.ole.win32.OleEvent
 
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
TYPE - Static variable in interface org.eclipse.core.resources.IResourceDelta
Change constant (bit mask) indicating that the type of the resource has changed
TYPE - Static variable in interface org.eclipse.ui.IMarkerActionFilter
An attribute indicating the marker type (value "type").
TYPE - Static variable in class org.eclipse.ui.views.navigator.ResourceSorter
Constructor argument value that indicates to sort items by extension.
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
TypedEvent - class org.eclipse.swt.events.TypedEvent.
This is the super class for all typed event classes provided by SWT.
TypedEvent(Event) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class based on the information in the argument.
TypedEvent(Object) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class.
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.
TypedPosition - class org.eclipse.jface.text.TypedPosition.
Convenience class for position like typed regions.
TypedPosition(int, int, String) - Constructor for class org.eclipse.jface.text.TypedPosition
Creates a position along the given specification.
TypedPosition(ITypedRegion) - Constructor for class org.eclipse.jface.text.TypedPosition
Creates a position based on the typed region.
TypedRegion - class org.eclipse.jface.text.TypedRegion.
Default implementation of ITypedRegion.
TypedRegion(int, int, String) - Constructor for class org.eclipse.jface.text.TypedRegion
Creates a typed region based on the given specification.

Eclipse Platform
2.0
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
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.