Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

T_EDITOR - Static variable in class org.eclipse.ui.internal.ActionDescriptor
Editor constant.
T_POPUP - Static variable in class org.eclipse.ui.internal.ActionDescriptor
Popup constant.
T_VIEW - Static variable in class org.eclipse.ui.internal.ActionDescriptor
View constant.
T_WORKBENCH - Static variable in class org.eclipse.ui.internal.ActionDescriptor
Workbench constant.
T_WORKBENCH_PULLDOWN - Static variable in class org.eclipse.ui.internal.ActionDescriptor
Workbench pulldown constant.
TAB - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the tab character (value is the char '\t').
TAB - Static variable in class org.eclipse.ui.keys.CharacterKey
Deprecated.
The single static instance of CharacterKey which represents the tab (U+0009) key.
TAB_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
The formal name of the tab (U+0009) key.
TAB_TEXT_FONT - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
TabbedPropertySheetPage - Class in org.eclipse.ui.views.properties.tabbed
A property sheet page that provides a tabbed UI.
TabbedPropertySheetPage(ITabbedPropertySheetPageContributor) - Constructor for class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
create a new tabbed property sheet page.
TabbedPropertySheetPage(ITabbedPropertySheetPageContributor, boolean) - Constructor for class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
create a new tabbed property sheet page.
TabbedPropertySheetWidgetFactory - Class in org.eclipse.ui.views.properties.tabbed
A FormToolkit customized for use by tabbed property sheet page.
TabbedPropertySheetWidgetFactory() - Constructor for class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
private constructor.
TABBING_CYCLE_IN_ROW - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditor
Should if the end of the row is reach started from the beginning in the same row
TABBING_CYCLE_IN_VIEWER - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditor
Should if the end of the viewer is reached, start from the first element in the viewer (conversely, hitting shift-tab in the first element of the viewer results in jumping to the last element of the viewer)
TABBING_HORIZONTAL - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditor
Should tabbing from column to column with in one row be supported
TABBING_MOVE_TO_ROW_NEIGHBOR - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditor
Should if the end of the row is reach started from the start/end of the row below/above
TABBING_VERTICAL - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditor
Support tabbing to Cell above/below the current cell
TabContents - Class in org.eclipse.ui.views.properties.tabbed
A property tab is composed by one or more property sections and is used to categorize sections.
TabContents() - Constructor for class org.eclipse.ui.views.properties.tabbed.TabContents
 
TabFolder - Class in org.eclipse.swt.widgets
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.
TabFolderLayout - Class in org.eclipse.compare.internal
 
TabFolderLayout() - Constructor for class org.eclipse.compare.internal.TabFolderLayout
 
TabItem - Class in org.eclipse.swt.widgets
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(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
 
Table - Class in org.eclipse.swt.widgets
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(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
 
TableColumn - Class in org.eclipse.swt.widgets
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.
TableColumnFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing TableColumn.
TableColumnLayout - Class in org.eclipse.jface.layout
The TableColumnLayout is the Layout used to maintain TableColumn sizes in a Table.
TableColumnLayout() - Constructor for class org.eclipse.jface.layout.TableColumnLayout
Creates a new table column layout.
TableColumnLayout(boolean) - Constructor for class org.eclipse.jface.layout.TableColumnLayout
Creates a new table column layout.
TableColumnViewerLabelProvider - Class in org.eclipse.jface.viewers
TableColumnViewerLabelProvider is the mapping from the table based providers to the ViewerLabelProvider.
TableColumnViewerLabelProvider(IBaseLabelProvider) - Constructor for class org.eclipse.jface.viewers.TableColumnViewerLabelProvider
Create a new instance of the receiver.
TableComparator - Class in org.eclipse.ui.views.markers.internal
 
TableComparator(IField[], int[], int[]) - Constructor for class org.eclipse.ui.views.markers.internal.TableComparator
 
TableComparator(TableComparator) - Constructor for class org.eclipse.ui.views.markers.internal.TableComparator
 
TableCursor - Class in org.eclipse.swt.custom
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.
TableDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Table.
TableDragSourceEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDragSourceEffect
Creates a new TableDragSourceEffect to handle drag effect from the specified Table.
TableDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg. select, insert and scroll) when a drag occurs over a Table.
TableDropTargetEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDropTargetEffect
Creates a new TableDropTargetEffect to handle the drag under effect on the specified Table.
TableEditor - Class in org.eclipse.swt.custom
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.
TableElement - Class in org.eclipse.e4.ui.css.swt.dom
 
TableElement(Control, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.TableElement
 
TableFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing Table.
TableItem - Class in org.eclipse.swt.widgets
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.
TableItemElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT TableItem.
TableItemElement(TableItem, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.TableItemElement
 
TableLayout - Class in org.eclipse.jface.viewers
A layout for a table.
TableLayout() - Constructor for class org.eclipse.jface.viewers.TableLayout
Creates a new table layout.
TableLayout(boolean) - Constructor for class org.eclipse.jface.viewers.TableLayout
Creates a new table layout.
TableViewer - Class in org.eclipse.jface.viewers
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.
TableViewerColumn - Class in org.eclipse.jface.viewers
ViewerColumn implementation for TableViewer to enable column-specific label providers and editing support.
TableViewerColumn(TableViewer, int) - Constructor for class org.eclipse.jface.viewers.TableViewerColumn
Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.
TableViewerColumn(TableViewer, int, int) - Constructor for class org.eclipse.jface.viewers.TableViewerColumn
Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.
TableViewerColumn(TableViewer, TableColumn) - Constructor for class org.eclipse.jface.viewers.TableViewerColumn
Creates a new viewer column for the given TableViewer on the given TableColumn.
TableViewerEditor - Class in org.eclipse.jface.viewers
This is an editor-implementation for Table
TableViewerFocusCellManager - Class in org.eclipse.jface.viewers
This class is responsible to provide the concept of cells for Table.
TableViewerFocusCellManager(TableViewer, FocusCellHighlighter) - Constructor for class org.eclipse.jface.viewers.TableViewerFocusCellManager
Create a new manager with a default navigation strategy: SWT.ARROW_UP: navigate to cell above SWT.ARROW_DOWN: navigate to cell below SWT.ARROW_RIGHT: navigate to next visible cell on the right SWT.ARROW_LEFT: navigate to next visible cell on the left
TableViewerFocusCellManager(TableViewer, FocusCellHighlighter, CellNavigationStrategy) - Constructor for class org.eclipse.jface.viewers.TableViewerFocusCellManager
Create a new manager
TableViewerRow - Class in org.eclipse.jface.viewers
TableViewerRow is the Table specific implementation of ViewerRow
TableWrapData - Class in org.eclipse.ui.forms.widgets
Layout data used in conjunction with TableWrapLayout.
TableWrapData() - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
The default constructor.
TableWrapData(int) - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
The convenience constructor - allows passing the horizontal alignment style.
TableWrapData(int, int) - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
The convenience constructor - allows passing the alignment styles.
TableWrapData(int, int, int, int) - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
The convenience constructor - allows passing the alignment styles, column and row spans.
TableWrapLayout - Class in org.eclipse.ui.forms.widgets
This implementation of the layout algorithm attempts to position controls in the composite using a two-pass autolayout HTML table algorithm recommended by HTML 4.01 W3C specification (see http://www.w3.org/TR/html4/appendix/notes.html#h-B.5.2.2).
TableWrapLayout() - Constructor for class org.eclipse.ui.forms.widgets.TableWrapLayout
 
tabListContentProvider - Variable in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
 
tabSelected(ITabDescriptor) - Method in interface org.eclipse.ui.views.properties.tabbed.ITabSelectionListener
Notifies this listener that the selected tab has changed.
tabSize - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
TabStateHandler() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.TabStateHandler
 
tabStops - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] an array of pixel locations representing tab stops
tabStops - Variable in class org.eclipse.swt.custom.LineStyleEvent
line tab stops (output)
TabsToSpacesConverter - Class in org.eclipse.jface.text
Auto edit strategy that converts tabs into spaces.
TabsToSpacesConverter() - Constructor for class org.eclipse.jface.text.TabsToSpacesConverter
 
Tag() - Method in class org.apache.lucene.demo.html.HTMLParser
 
TAG_ACTION_SET - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ACTIVE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ACTIVE_PAGE_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ACTIVE_PART - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ACTIVE_PERSPECTIVE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ALWAYS_ON_ACTION_SET - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_AREA - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_AREA_TRIM_STATE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_AREA_VISIBLE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_CLASS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_CLOSEABLE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_CONTAINS - Static variable in class org.eclipse.ui.views.markers.internal.ProblemFilter
Tag for contains boolean
TAG_CONTENT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_CONTENT_TYPE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_CONTRIBUTION_TYPE - Static variable in class org.eclipse.ui.internal.ViewActionBuilder
 
TAG_DEFAULT_EDITOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_DELETED_EDITOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_DESC - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
TAG_DESCRIPTION - Static variable in class org.eclipse.ui.views.markers.internal.ProblemFilter
Tag for contains description.
TAG_DESCRIPTOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_DETACHED_WINDOW - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_DIALOG_SECTION - Static variable in class org.eclipse.ui.views.markers.internal.TableComparator
 
TAG_EDIT_PAGE_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_EDITOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_EDITOR_STATE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_EDITORS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ENGINE - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
TAG_EXPANDED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_EXTENSION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FACTORY_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FAST_VIEW_BAR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FAST_VIEW_BARS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FAST_VIEW_SIDE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FAST_VIEWS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FILE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FOCUS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_FOLDER - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_HEIGHT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_HIDDEN_WINDOW - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_HIDE_MENU - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_HIDE_TOOLBAR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_HISTORY_LABEL - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ID - Static variable in interface org.eclipse.ui.IMemento
Special reserved key used to store the memento id (value "IMemento.internal.id").
TAG_ID - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_IMAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_INDEX - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_INFO - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_INPUT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_INTERNAL - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
deprecated - use TAG_OPEN_MODE
TAG_INTRO - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ITEM - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_LABEL - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_LAUNCHER - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_LAYOUT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_LOCKED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_MAIN_WINDOW - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_MAXIMIZED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_MINIMIZED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_MRU_LIST - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_NAME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_NAVIGATION_HISTORY - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_NEW_WIZARD_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_ON_RESOURCE - Static variable in class org.eclipse.ui.views.markers.internal.MarkerFilter
The tag for the scope.
TAG_OPEN_IN_PLACE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
deprecated - use TAG_OPEN_MODE
TAG_OPEN_MODE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PART - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PART_NAME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PATH - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PERSISTABLE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PERSPECTIVE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PERSPECTIVE_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PERSPECTIVE_BAR - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PERSPECTIVES - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PINNED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PLUGIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_POSITION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PRESENTATION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PROGRAM_NAME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PROGRESS_COUNT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PROPERTIES - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_PROPERTY - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_RATIO - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_RATIO_LEFT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_RATIO_RIGHT - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_RELATIONSHIP - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_RELATIVE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_REMOVED - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_SELECTION_HORIZONTAL_PIXEL - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Tag used in the IMemento when saving and restoring the editor's horizontal pixel value.
TAG_SELECTION_LENGTH - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Tag used in the IMemento when saving and restoring the editor's selection length.
TAG_SELECTION_OFFSET - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Tag used in the IMemento when saving and restoring the editor's selection offset.
TAG_SELECTION_STATUS - Static variable in class org.eclipse.ui.views.markers.internal.MarkerFilter
New attribute to handle the selection status of marker types.
TAG_SELECTION_TOP_PIXEL - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Tag used in the IMemento when saving and restoring the editor's top pixel value.
TAG_SEVERITY - Static variable in class org.eclipse.ui.views.markers.internal.ProblemFilter
Tag for the severity value
TAG_SHOW_IN_TIME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_SHOW_TITLE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_SHOW_VIEW_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_STANDALONE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_STARTUP - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_STICKY_STATE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_THEME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TIME - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TITLE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TOOLTIP - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TRIM - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TRIM_AREA - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_TRIM_ITEM - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_USE_DEPENDENCY_INJECTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_VERSION - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_VIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_VIEW_LAYOUT_REC - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_VIEW_MENU - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
 
TAG_VIEW_STATE - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_VIEWS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WIDTH - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WINDOW - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WORKBENCH - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WORKBOOK - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WORKING_SET - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WORKING_SET_MANAGER - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_WORKING_SETS - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_X - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TAG_Y - Static variable in interface org.eclipse.ui.internal.IWorkbenchConstants
 
TagEnd - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
TagName - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
tagPerspective(MPerspective, EModelService) - Static method in class org.eclipse.ui.internal.PerspectiveTagger
Alters known 3.x perspective part folders into their e4 counterparts.
tags - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl
The cached value of the 'Tags' attribute list.
Tags - Class in org.apache.lucene.demo.html
 
Tags() - Constructor for class org.apache.lucene.demo.html.Tags
 
TAGS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
tail - Variable in class org.eclipse.ui.internal.UILockListener.Queue
 
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() - Static method in class org.eclipse.core.databinding.BindingProperties
Returns an IValueProperty for observing the target of a Binding.
TARGET_REQUEST_FAILED - Static variable in exception org.eclipse.debug.core.DebugException
Indicates a request made of a debug element has failed on the target side.
targetContributionTag - Variable in class org.eclipse.ui.internal.PluginActionBuilder
 
targetID - Variable in class org.eclipse.ui.internal.PluginActionBuilder
 
TargetInfo - Class in org.eclipse.ant.core
Represents information about a target within an Ant build file.
TargetInfo(ProjectInfo, String, String, String[], boolean) - Constructor for class org.eclipse.ant.core.TargetInfo
Create a target information
targetPartVisible - Static variable in class org.eclipse.ui.SelectionListenerFactory.Predicates
A predicate that tests true if the part that receives the selection is visible.
targets - Variable in class org.eclipse.ant.core.AntRunner
 
targets() - Static method in class org.eclipse.core.databinding.BindingProperties
Returns an IListProperty for observing the targets of a ValidationStatusProvider.
targetToModel() - Method in interface org.eclipse.core.databinding.bind.steps.CommonSteps.DirectionStep
Sets the binding to have the target-to-model direction.
Task - Class in org.eclipse.ant.core
Represents an Ant task.
Task() - Constructor for class org.eclipse.ant.core.Task
 
TASK - Static variable in interface org.eclipse.core.resources.IMarker
Task marker type.
TASK_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Constant for the task system image.
task_title - Static variable in class org.eclipse.ui.views.markers.internal.MarkerMessages
 
TaskBar - Class in org.eclipse.swt.widgets
Instances of this class represent the system task bar.
TaskItem - Class in org.eclipse.swt.widgets
Instances of this class represent a task item.
taskLabel - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The label control for the task.
TaskMarker - Class in org.eclipse.ui.views.markers.internal
Represents a marker visible in the Tasks view.
TaskMarker(IMarker) - Constructor for class org.eclipse.ui.views.markers.internal.TaskMarker
 
TaskPropertiesDialog - Class in org.eclipse.ui.views.tasklist
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 in org.eclipse.ui.texteditor
Adapter for the marker ruler action creating/removing tasks.
TaskRulerAction() - Constructor for class org.eclipse.ui.texteditor.TaskRulerAction
 
TASKS_GENERATOR - Static variable in class org.eclipse.ui.views.markers.internal.MarkerSupportRegistry
The tasks generator.
TB_ADDITIONS - Static variable in class org.eclipse.ui.intro.config.IntroConfigurer
The identifier of the named group where the configurer can contribute local tool bar actions.
TB_BG - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_BG
TB_BG - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the section title bar background.
TB_BORDER - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_BORDER.
TB_BORDER - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the section title bar border.
TB_FG - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_FG
TB_FG - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the section title bar foreground.
TB_GBG - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_GBG
TB_GBG - Static variable in interface org.eclipse.ui.forms.IFormColors
Deprecated.
Since 3.3, this color is not used any more. The tool bar gradient is created starting from IFormColors.TB_BG to the section background color.
TB_PREFIX - Static variable in interface org.eclipse.ui.forms.IFormColors
 
TB_TOGGLE - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_TOGGLE.
TB_TOGGLE - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the section toggle color.
TB_TOGGLE_HOVER - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TB_TOGGLE_HOVER.
TB_TOGGLE_HOVER - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the section toggle hover color.
Team - Class in org.eclipse.team.core
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
 
TEAM_PRIVATE - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 0x800) indicating that a resource should be marked as team private.
TeamException - Exception in org.eclipse.team.core
This exception is thrown by the team provider API.
TeamException(String) - Constructor for exception org.eclipse.team.core.TeamException
Create a TeamException with an error status that contains the given message.
TeamException(String, Throwable) - Constructor for exception org.eclipse.team.core.TeamException
Create a TeamException with an error status that contains the given message and throwable.
TeamException(CoreException) - Constructor for exception org.eclipse.team.core.TeamException
Create a TeamException that wraps the given CoreException
TeamException(IStatus) - Constructor for exception org.eclipse.team.core.TeamException
Create a TeamException which contains the given status object.
TeamHook - Class in org.eclipse.core.resources.team
A general hook class for operations that team providers may be interested in participating in.
TeamHook() - Constructor for class org.eclipse.core.resources.team.TeamHook
Deprecated.
this constructor relies on the workspace already initialized and accessible via static access, instead the TeamHook(IWorkspace) constructor should be used.
TeamHook(IWorkspace) - Constructor for class org.eclipse.core.resources.team.TeamHook
Creates a new team hook for the given workspace.
TeamImages - Class in org.eclipse.team.ui
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
 
TeamOperation - Class in org.eclipse.team.ui
An operation that can be configured to run in the foreground using the IProgressService or the background as a Job.
TeamOperation(IRunnableContext) - Constructor for class org.eclipse.team.ui.TeamOperation
Create an team operation that will run in the given context.
TeamOperation(IWorkbenchPart) - Constructor for class org.eclipse.team.ui.TeamOperation
Create an team operation associated with the given part.
TeamOperation(IWorkbenchPart, IRunnableContext) - Constructor for class org.eclipse.team.ui.TeamOperation
Create an team operation associated with the given part that will run in the given context.
teamStateChanged(ITeamStateChangeEvent) - Method in interface org.eclipse.team.ui.mapping.ITeamStateChangeListener
Notification that the team state of resources has changed.
TeamStateChangeEvent - Class in org.eclipse.team.ui.synchronize
An implementation of ITeamStateChangeEvent.
TeamStateChangeEvent() - Constructor for class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
 
TeamStateChangeEvent(ISubscriberChangeEvent[]) - Constructor for class org.eclipse.team.ui.synchronize.TeamStateChangeEvent
Convenience constructor for creating an event from a subscriber change.
TeamStateDescription - Class in org.eclipse.team.ui.synchronize
An implementation of ITeamStateDescription.
TeamStateDescription(int) - Constructor for class org.eclipse.team.ui.synchronize.TeamStateDescription
Create a description with the given state.
TeamStateProvider - Class in org.eclipse.team.ui.synchronize
A team state provider is used by the SynchronizationStateTester to obtain the team state for model elements.
TeamStateProvider() - Constructor for class org.eclipse.team.ui.synchronize.TeamStateProvider
 
TeamStatus - Class in org.eclipse.team.core
Status that is returned from some Team operations or is the payload of some TeamExceptions.
TeamStatus(int, String, int, String, Throwable, IResource) - Constructor for class org.eclipse.team.core.TeamStatus
Create a new status object.
TeamUI - Class in org.eclipse.team.ui
TeamUI contains public API for generic UI-based Team functionality.
TeamUI() - Constructor for class org.eclipse.team.ui.TeamUI
 
Template - Class in org.eclipse.jface.text.templates
A template consisting of a name and a pattern.
Template() - Constructor for class org.eclipse.jface.text.templates.Template
Creates an empty template.
Template(String, String, String, String) - Constructor for class org.eclipse.jface.text.templates.Template
Deprecated.
Template(String, String, String, String, boolean) - Constructor for class org.eclipse.jface.text.templates.Template
Creates a template.
Template(Template) - Constructor for class org.eclipse.jface.text.templates.Template
Creates a copy of a template.
TemplateBuffer - Class in org.eclipse.jface.text.templates
A template buffer is a container for a string and variables.
TemplateBuffer(String, TemplateVariable[]) - Constructor for class org.eclipse.jface.text.templates.TemplateBuffer
Creates a template buffer.
TemplateCompletionProcessor - Class in org.eclipse.jface.text.templates
A completion processor that computes template proposals.
TemplateCompletionProcessor() - Constructor for class org.eclipse.jface.text.templates.TemplateCompletionProcessor
 
TemplateContext - Class in org.eclipse.jface.text.templates
Provides the context for a Template being resolved.
TemplateContext(TemplateContextType) - Constructor for class org.eclipse.jface.text.templates.TemplateContext
Creates a template context of a particular context type.
TemplateContextType - Class in org.eclipse.jface.text.templates
A context type defines a context within which templates are resolved.
TemplateContextType() - Constructor for class org.eclipse.jface.text.templates.TemplateContextType
Creates a context type with a null identifier.
TemplateContextType(String) - Constructor for class org.eclipse.jface.text.templates.TemplateContextType
Creates a context type with an identifier.
TemplateContextType(String, String) - Constructor for class org.eclipse.jface.text.templates.TemplateContextType
Creates a context type with an identifier.
TemplateException - Exception in org.eclipse.jface.text.templates
Thrown when a template cannot be validated.
TemplateException() - Constructor for exception org.eclipse.jface.text.templates.TemplateException
Creates a new template exception.
TemplateException(String) - Constructor for exception org.eclipse.jface.text.templates.TemplateException
Creates a new template exception.
TemplateException(String, Throwable) - Constructor for exception org.eclipse.jface.text.templates.TemplateException
Creates a new template exception.
TemplateException(Throwable) - Constructor for exception org.eclipse.jface.text.templates.TemplateException
Creates a new template exception.
TemplatePersistenceData - Class in org.eclipse.jface.text.templates.persistence
Deprecated.
TemplatePersistenceData - Class in org.eclipse.text.templates
TemplatePersistenceData stores information about a template.
TemplatePersistenceData(Template, boolean) - Constructor for class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
TemplatePersistenceData(Template, boolean) - Constructor for class org.eclipse.text.templates.TemplatePersistenceData
Creates a new, user-added instance that is not linked to a contributed template.
TemplatePersistenceData(Template, boolean, String) - Constructor for class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
TemplatePersistenceData(Template, boolean, String) - Constructor for class org.eclipse.text.templates.TemplatePersistenceData
Creates a new instance.
TemplatePersistenceData(TemplatePersistenceData) - Constructor for class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
In some cases, we must continue to respect the deprecated TemplatePresistenceData even though we are given TemplatePersistenceData.
TemplatePreferencePage - Class in org.eclipse.ui.texteditor.templates
A template preference page allows configuration of the templates for an editor.
TemplatePreferencePage() - Constructor for class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Creates a new template preference page.
TemplatePreferencePage.EditTemplateDialog - Class in org.eclipse.ui.texteditor.templates
Dialog to edit a template.
TemplateProposal - Class in org.eclipse.jface.text.templates
A template completion proposal.
TemplateProposal(Template, TemplateContext, IRegion, Image) - Constructor for class org.eclipse.jface.text.templates.TemplateProposal
Creates a template proposal with a template and its context.
TemplateProposal(Template, TemplateContext, IRegion, Image, int) - Constructor for class org.eclipse.jface.text.templates.TemplateProposal
Creates a template proposal with a template and its context.
TemplateReaderWriter - Class in org.eclipse.jface.text.templates.persistence
Deprecated.
TemplateReaderWriter - Class in org.eclipse.text.templates
Serializes templates as character or byte stream and reads the same format back.
TemplateReaderWriter() - Constructor for class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
Deprecated.
 
TemplateReaderWriter() - Constructor for class org.eclipse.text.templates.TemplateReaderWriter
Create a new instance.
TEMPLATES_VIEW - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id used for the templates view.
TemplateStore - Class in org.eclipse.jface.text.templates.persistence
A collection of templates.
TemplateStore(IPreferenceStore, String) - Constructor for class org.eclipse.jface.text.templates.persistence.TemplateStore
Creates a new template store.
TemplateStore(ContextTypeRegistry, IPreferenceStore, String) - Constructor for class org.eclipse.jface.text.templates.persistence.TemplateStore
Creates a new template store with a context type registry.
TemplateStoreCore - Class in org.eclipse.text.templates
A collection of templates.
TemplateStoreCore(IEclipsePreferences, String) - Constructor for class org.eclipse.text.templates.TemplateStoreCore
Creates a new template store.
TemplateStoreCore(ContextTypeRegistry, IEclipsePreferences, String) - Constructor for class org.eclipse.text.templates.TemplateStoreCore
Creates a new template store with a context type registry.
TemplatesView - Class in org.eclipse.ui.texteditor.templates
The Templates view.hosts ITemplatesPages that shows the templates for the currently active editor part.
TemplatesView() - Constructor for class org.eclipse.ui.texteditor.templates.TemplatesView
Creates a templates view.
TemplateTranslator - Class in org.eclipse.jface.text.templates
The template translator translates a string into a template buffer.
TemplateTranslator() - Constructor for class org.eclipse.jface.text.templates.TemplateTranslator
 
TemplateVariable - Class in org.eclipse.jface.text.templates
A TemplateVariable represents a set of positions into a TemplateBuffer with identical content each.
TemplateVariable(String, String[], int[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable with multiple possible values.
TemplateVariable(String, String, int[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable.
TemplateVariable(String, String, String[], int[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable with multiple possible values.
TemplateVariable(String, String, String[], int[], int) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable with multiple possible values.
TemplateVariable(String, String, String, int[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable.
TemplateVariable(TemplateVariableType, String, String, int[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
Creates a template variable.
TemplateVariableResolver - Class in org.eclipse.jface.text.templates
A TemplateVariableResolver resolves TemplateVariables of a certain type inside a TemplateContext.
TemplateVariableResolver() - Constructor for class org.eclipse.jface.text.templates.TemplateVariableResolver
Creates an empty instance.
TemplateVariableResolver(String, String) - Constructor for class org.eclipse.jface.text.templates.TemplateVariableResolver
Creates an instance of TemplateVariableResolver.
TemplateVariableType - Class in org.eclipse.jface.text.templates
Value object that represents the type of a template variable.
tempStorage - Variable in class org.eclipse.swt.ole.win32.OleClientSite
 
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.
terminate() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
TERMINATE - Static variable in class org.eclipse.debug.core.DebugEvent
Terminate event kind.
terminated() - Method in class org.eclipse.debug.core.model.RuntimeProcess
Notification that the system process associated with this process has terminated.
test(Object, String, Object[], Object) - Method in interface org.eclipse.core.expressions.IPropertyTester
Executes the property test determined by the parameter property.
test(Object, String, Object[], Object) - Method in class org.eclipse.ui.internal.OpenPerspectivePropertyTester
 
TEST - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the test expression (value: test)
TestableObject - Class in org.eclipse.ui.testing
A testable object.
TestableObject() - Constructor for class org.eclipse.ui.testing.TestableObject
 
testAnyPrimaryColor(RGB, int, int) - Static method in class org.eclipse.ui.forms.FormColors
Tests the source RGB for range.
testAttribute(Object, String, String) - Method in interface org.eclipse.ui.IActionFilter
Returns whether the specific attribute matches the state of the target object.
TestConnectionDialog_12 - Static variable in class org.eclipse.help.ui.internal.Messages
 
TestConnectionDialog_13 - Static variable in class org.eclipse.help.ui.internal.Messages
 
TestConnectionDialog_4 - Static variable in class org.eclipse.help.ui.internal.Messages
 
TestConnectionDialog_6 - Static variable in class org.eclipse.help.ui.internal.Messages
 
TestConnectionDialog_URL_With_Param - Static variable in class org.eclipse.help.ui.internal.Messages
 
TestExpression - Class in org.eclipse.core.expressions
 
TestExpression(String, String, Object[], Object) - Constructor for class org.eclipse.core.expressions.TestExpression
 
TestExpression(String, String, Object[], Object, boolean) - Constructor for class org.eclipse.core.expressions.TestExpression
 
TestExpression(IConfigurationElement) - Constructor for class org.eclipse.core.expressions.TestExpression
 
TestExpression(Element) - Constructor for class org.eclipse.core.expressions.TestExpression
 
testFindItem(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Hook for testing.
testFindItems(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Hook for testing.
testGetAutomatedResponse() - Static method in class org.eclipse.ui.internal.SaveableHelper
FOR USE BY THE AUTOMATED TEST HARNESS ONLY.
testGetForcePluginActivation() - Method in class org.eclipse.core.expressions.TestExpression
 
testGetSourcesForModel(Saveable) - Method in class org.eclipse.ui.internal.SaveablesList
For testing purposes.
testGetTypeExtensionManager() - Static method in class org.eclipse.core.expressions.TestExpression
 
TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE - Static variable in class org.eclipse.compare.internal.Utilities
Constant used while testing the indicate that changes should be flushed when the compare input changes and a viewer is dirty.
testingFinished() - Method in class org.eclipse.ui.testing.TestableObject
Notification from the test harness that it has finished running the tests.
testingStarting() - Method in class org.eclipse.ui.testing.TestableObject
Notification from the test harness that it is starting to run the tests.
testInvariants() - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Tests if this object's internal state is valid.
testSetAutomatedResponse(int) - Static method in class org.eclipse.ui.internal.SaveableHelper
FOR USE BY THE AUTOMATED TEST HARNESS ONLY.
testTwoPrimaryColors(RGB, int, int) - Static method in class org.eclipse.ui.forms.FormColors
Tests the source RGB for range.
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.equinox.bidi.custom.StructuredTextCharTypes
The source text whose characters are analyzed.
text - Variable in class org.eclipse.jface.text.AbstractLineTracker.Request
 
text - Variable in class org.eclipse.jface.text.DocumentCommand
The text to be inserted
text - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
The inserted and replaced text segments of event.
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.custom.Bullet
The bullet 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.
text() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the text of a Button, CCombo, CLabel, Combo, Item, Label, Link, Shell, Group, StyledText or Text.
text(int) - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the text of a StyledText or Text.
text(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
 
text(int...) - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the text of a StyledText or Text.
text(String) - Method in class org.eclipse.jface.notifications.NotificationPopup.Builder
Sets the content text.
text(String) - Method in class org.eclipse.jface.widgets.AbstractItemFactory
Sets the receiver's text.
text(String) - Method in class org.eclipse.jface.widgets.ButtonFactory
Sets the receiver's text.
text(String) - Method in class org.eclipse.jface.widgets.GroupFactory
Sets the receiver's text, which is the string that will be displayed as the receiver's title, to the argument, which may not be null.
text(String) - Method in class org.eclipse.jface.widgets.LabelFactory
Sets the receiver's text.
text(String) - Method in class org.eclipse.jface.widgets.LinkFactory
Sets the receiver's text.
text(String) - Method in class org.eclipse.jface.widgets.ShellFactory
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
text(String) - Method in class org.eclipse.jface.widgets.TextFactory
Sets the contents of the receiver to the given string.
Text - Class in org.eclipse.swt.widgets
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.
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_BORDER - Static variable in class org.eclipse.ui.forms.widgets.FormToolkit
 
TEXT_BOUNDARY_ALL - Static variable in class org.eclipse.swt.accessibility.ACC
Using this value will cause all text to be returned.
TEXT_BOUNDARY_CHAR - Static variable in class org.eclipse.swt.accessibility.ACC
Typically, a single character is returned.
TEXT_BOUNDARY_LINE - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one line to the start of another line.
TEXT_BOUNDARY_PARAGRAPH - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one paragraph to the start of another paragraph.
TEXT_BOUNDARY_SENTENCE - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one sentence to the start of another sentence.
TEXT_BOUNDARY_WORD - Static variable in class org.eclipse.swt.accessibility.ACC
The range provided matches the range observed when the application processes the Ctrl + left arrow and Ctrl + right arrow key sequences.
TEXT_CHANGE - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: text changed.
TEXT_DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_DIRECTION - Static variable in interface org.eclipse.ui.internal.IPreferenceConstants
 
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_INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_KEY - Static variable in class org.eclipse.e4.ui.css.swt.CSSSWTConstants
Constant used to store String Text into SWT control data.
TEXT_MERGE_VIEW - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
 
TEXT_PREFERENCE_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for the visibility inside text.
TEXT_PREFERENCE_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The visibility inside text.
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_STYLE_PREFERENCE_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for the decoration style.
TEXT_STYLE_PREFERENCE_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for the text decoration style.
TEXT_TYPE - Static variable in interface org.eclipse.compare.ITypedElement
Type for an element whose actual type is text (value "txt").
TextActionHandler - Class in org.eclipse.ui.actions
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.
TextActionHandler(IActionBars, boolean) - 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 in org.eclipse.jface.text
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.
TextAttribute(Color, Color, int, Font) - Constructor for class org.eclipse.jface.text.TextAttribute
Creates a text attribute with the given colors and style.
textCaretMoved(int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text caret has moved within a custom control.
TextCellEditor - Class in org.eclipse.jface.viewers
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.
TextChange - Class in org.eclipse.ltk.core.refactoring
A text change is a special change object that applies a text edit tree to a document.
TextChange(String) - Constructor for class org.eclipse.ltk.core.refactoring.TextChange
Creates a new text change with the specified name.
textChanged() - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
Update the receiver after the text has changed.
textChanged() - Method in class org.eclipse.ui.dialogs.FilteredTree
Update the receiver after the text has changed.
textChanged(int, int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text within a custom control has changed.
textChanged(TextEvent) - Method in class org.eclipse.compare.internal.MergeSourceViewer
 
textChanged(TextEvent) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
 
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.
textChanged(TextEvent) - Method in class org.eclipse.jface.text.PaintManager
 
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content has changed.
TextChanged - Static variable in class org.eclipse.swt.custom.ST
The TextChanged event type (value is 3006).
TextChangedEvent - Class in org.eclipse.swt.custom
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 in org.eclipse.swt.custom
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.
TextChanging - Static variable in class org.eclipse.swt.custom.ST
The TextChanging event type (value is 3003).
TextChangingEvent - Class in org.eclipse.swt.custom
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.
TextConsole - Class in org.eclipse.ui.console
An abstract text console that supports regular expression matching and hyperlinks.
TextConsole(String, String, ImageDescriptor, boolean) - Constructor for class org.eclipse.ui.console.TextConsole
Constructs a console with the given name, image descriptor, and lifecycle
TextConsolePage - Class in org.eclipse.ui.console
A page for a text console.
TextConsolePage(TextConsole, IConsoleView) - Constructor for class org.eclipse.ui.console.TextConsolePage
Constructs a text console page for the given console in the given view.
TextConsoleViewer - Class in org.eclipse.ui.console
Default viewer used to display a TextConsole.
TextConsoleViewer(Composite, TextConsole) - Constructor for class org.eclipse.ui.console.TextConsoleViewer
Constructs a new viewer in the given parent for the specified console.
TextConsoleViewer(Composite, TextConsole, IScrollLockStateProvider) - Constructor for class org.eclipse.ui.console.TextConsoleViewer
Constructs a new viewer in the given parent for the specified console.
TextContentAdapter - Class in org.eclipse.jface.fieldassist
An IControlContentAdapter for SWT Text controls.
TextContentAdapter() - Constructor for class org.eclipse.jface.fieldassist.TextContentAdapter
 
TextContentAssistSubjectAdapter - Class in org.eclipse.jface.contentassist
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
TextContentAssistSubjectAdapter(Text) - Constructor for class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.
Creates a content assist subject control adapter for the given text widget.
TextControlCreator - Class in org.eclipse.jface.fieldassist
Deprecated.
As of 3.3, clients should use ControlDecoration instead of DecoratedField.
TextControlCreator() - Constructor for class org.eclipse.jface.fieldassist.TextControlCreator
Deprecated.
 
TextEdit - Class in org.eclipse.text.edits
A text edit describes an elementary text manipulation operation.
TextEdit(int, int) - Constructor for class org.eclipse.text.edits.TextEdit
Create a new text edit.
TextEdit(TextEdit) - Constructor for class org.eclipse.text.edits.TextEdit
Copy constructor
TextEditBasedChange - Class in org.eclipse.ltk.core.refactoring
An abstract base implementation of a change which is based on text edits.
TextEditBasedChange(String) - Constructor for class org.eclipse.ltk.core.refactoring.TextEditBasedChange
Creates a new abstract text edit change with the specified name.
TextEditBasedChangeGroup - Class in org.eclipse.ltk.core.refactoring
This class is a wrapper around a TextEditGroup adding support for marking a group as active and inactive.
TextEditBasedChangeGroup(TextEditBasedChange, TextEditGroup) - Constructor for class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Creates new TextEditBasedChangeGroup for the given TextEditBasedChange and TextEditGroup.
TextEditChangeGroup - Class in org.eclipse.ltk.core.refactoring
This class is a wrapper around a TextEditGroup adding support for marking a group as active and inactive.
TextEditChangeGroup(TextChange, TextEditGroup) - Constructor for class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Creates new TextEditChangeGroup for the given TextChange and TextEditGroup.
TextEditChangeNode - Class in org.eclipse.ltk.ui.refactoring
A special preview node to represent TextEditBasedChanges in the preview tree.
TextEditChangeNode(TextEditBasedChange) - Constructor for class org.eclipse.ltk.ui.refactoring.TextEditChangeNode
Creates a new text edit change node for the given change.
TextEditChangeNode.ChildNode - Class in org.eclipse.ltk.ui.refactoring
 
TextEditCopier - Class in org.eclipse.text.edits
Copies a tree of text edits.
TextEditCopier(TextEdit) - Constructor for class org.eclipse.text.edits.TextEditCopier
Constructs a new TextEditCopier for the given edit.
TextEditGroup - Class in org.eclipse.text.edits
A text edit group combines a list of TextEdits and a name into a single object.
TextEditGroup(String) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with the given name.
TextEditGroup(String, TextEdit) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with a name and a single TextEdit.
TextEditGroup(String, TextEdit[]) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with the given name and array of edits.
TextEditor - Class in org.eclipse.ui.editors.text
The standard/default text editor.
TextEditor() - Constructor for class org.eclipse.ui.editors.text.TextEditor
Creates a new text editor.
TextEditorAction - Class in org.eclipse.ui.texteditor
Skeleton 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.
TextEditorAction(ResourceBundle, String, ITextEditor, int) - Constructor for class org.eclipse.ui.texteditor.TextEditorAction
Creates and initializes the action for the given text editor.
TextEditorActionContributor - Class in org.eclipse.ui.editors.text
Manages the installation and de-installation of global actions for the default text editor.
TextEditorActionContributor() - Constructor for class org.eclipse.ui.editors.text.TextEditorActionContributor
Creates a new contributor.
TextEditorPreferenceConstants - Class in org.eclipse.ui.editors.text
Preference constants used in the default text editor preference store.
TextEditorPreferencePage - Class in org.eclipse.ui.editors.text
Deprecated.
As of 2.1, fonts are managed by the workbench, no longer supported
TextEditorPreferencePage() - Constructor for class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.
Creates and returns the text editor preference page.
TextEditorPropertyAction - Class in org.eclipse.compare.internal
 
TextEditorPropertyAction(String, MergeSourceViewer[], String) - Constructor for class org.eclipse.compare.internal.TextEditorPropertyAction
 
TextEditorSavable(ITextEditor) - Constructor for class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
Creates a new savable for this text editor.
TextEditProcessor - Class in org.eclipse.text.edits
A TextEditProcessor manages a set of edits and applies them as a whole to an IDocument.
TextEditProcessor(IDocument, TextEdit, int) - Constructor for class org.eclipse.text.edits.TextEditProcessor
Constructs a new edit processor for the given document.
TextEditVisitor - Class in org.eclipse.text.edits
A visitor for text edits.
TextEditVisitor() - Constructor for class org.eclipse.text.edits.TextEditVisitor
 
TextElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT Text.
TextElement(Text, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.TextElement
 
TextEvent - Class in org.eclipse.jface.text
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.
TextFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing Text.
TextFileBufferOperation - Class in org.eclipse.core.filebuffers.manipulation
Abstraction for a file buffer operation that works on text file buffers.
TextFileBufferOperation(String) - Constructor for class org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation
Creates a new operation with the given name.
TextFileChange - Class in org.eclipse.ltk.core.refactoring
A special TextChange that operates on a IFile.
TextFileChange(String, IFile) - Constructor for class org.eclipse.ltk.core.refactoring.TextFileChange
Creates a new TextFileChange for the given file.
TextFileDocumentProvider - Class in org.eclipse.ui.editors.text
Shared document provider specialized for IFile based domain elements.
TextFileDocumentProvider() - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider
Creates a new text file document provider with no parent.
TextFileDocumentProvider(IDocumentProvider) - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider
Creates a new text file document provider which has the given parent provider.
TextFileDocumentProvider.DocumentProviderOperation - Class in org.eclipse.ui.editors.text
Operation created by the document provider and to be executed by the providers runnable context.
TextFileDocumentProvider.FileBufferListener - Class in org.eclipse.ui.editors.text
 
TextFileDocumentProvider.FileInfo - Class in org.eclipse.ui.editors.text
 
TextFileDocumentProvider.NullProvider - Class in org.eclipse.ui.editors.text
Deprecated.
As of 3.3 - do not use
TextHoverKey(String, int) - Constructor for class org.eclipse.jface.text.TextViewer.TextHoverKey
Creates a new text hover key for the given content type and state mask.
TextInvocationContext - Class in org.eclipse.jface.text.source
Text quick assist invocation context.
TextInvocationContext(ISourceViewer, int, int) - Constructor for class org.eclipse.jface.text.source.TextInvocationContext
 
textLabel - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
The text label for the title.
TextLayout - Class in org.eclipse.swt.graphics
TextLayout is a graphic object that represents styled text.
TextLayout(Device) - Constructor for class org.eclipse.swt.graphics.TextLayout
Constructs a new instance of this class on the given device.
TextMergeViewer - Class in org.eclipse.compare.contentmergeviewer
A text merge viewer uses the RangeDifferencer to perform a textual, line-by-line comparison of two (or three) input documents.
TextMergeViewer(Composite, int, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Creates a text merge viewer under the given parent control.
TextMergeViewer(Composite, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Creates a text merge viewer under the given parent control.
TextMergeViewer_0 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_1 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_10 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_11 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_12 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_13 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_14 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_15 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_16 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_17 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_2 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_3 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_4 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_5 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_6 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_7 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_8 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_9 - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_accessible_ancestor - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_accessible_left - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_accessible_right - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_atBeginning_message - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_atBeginning_title - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_atEnd_message - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_atEnd_title - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_beforeLine_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_changeType_addition - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_changeType_change - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_changeType_deletion - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_cursorPosition_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_diffDescription_diff_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_diffDescription_noDiff_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_diffType_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_direction_conflicting - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_direction_incoming - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_direction_outgoing - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_range_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewer_statusLine_format - Static variable in class org.eclipse.compare.internal.CompareMessages
 
TextMergeViewerCreator - Class in org.eclipse.compare.internal
A factory object for the TextMergeViewer.
TextMergeViewerCreator() - Constructor for class org.eclipse.compare.internal.TextMergeViewerCreator
 
TextNavigationAction - Class in org.eclipse.ui.texteditor
An Action wrapper for text widget navigation and selection actions.
TextNavigationAction(StyledText, int) - Constructor for class org.eclipse.ui.texteditor.TextNavigationAction
Creates a new TextNavigationAction.
TextOperationAction - Class in org.eclipse.ui.texteditor
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 in org.eclipse.jface.text
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.
TextPresentation(int) - Constructor for class org.eclipse.jface.text.TextPresentation
Creates a new empty text presentation.
TextPresentation(IRegion, int) - Constructor for class org.eclipse.jface.text.TextPresentation
Creates a new empty text presentation with the given extent.
TextProcessor - Class in org.eclipse.osgi.util
This class is used to process strings that have special semantic meaning (such as file paths) in RTL-oriented locales so that they render in a way that does not corrupt the semantic meaning of the string but also maintains compliance with the Unicode BiDi algorithm of rendering Bidirectional text.
TextPropertyDescriptor - Class in org.eclipse.ui.views.properties
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.
TextSearchEngine - Class in org.eclipse.search.core.text
A TextSearchEngine searches the content of a workspace file resources for matches to a given search pattern.
TextSearchEngine() - Constructor for class org.eclipse.search.core.text.TextSearchEngine
 
TextSearchGroup - Class in org.eclipse.search.ui.actions
Action group that adds a sub-menu with text search actions to a context menu.
TextSearchGroup(IEditorPart) - Constructor for class org.eclipse.search.ui.actions.TextSearchGroup
Constructs a TextSearchGroup for adding actions to the context menu of the editor provided.
TextSearchInput() - Constructor for class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
 
TextSearchMatchAccess - Class in org.eclipse.search.core.text
A TextSearchMatchAccess gives access to a pattern match found by the TextSearchEngine.
TextSearchMatchAccess() - Constructor for class org.eclipse.search.core.text.TextSearchMatchAccess
 
TextSearchQueryProvider - Class in org.eclipse.search.ui.text
Abstract base class for text search query providers supplied via the org.eclipse.search.textSearchQueryProvider extension point.
TextSearchQueryProvider() - Constructor for class org.eclipse.search.ui.text.TextSearchQueryProvider
 
TextSearchQueryProvider.TextSearchInput - Class in org.eclipse.search.ui.text
Specified the input for a search query.
TextSearchRequestor - Class in org.eclipse.search.core.text
Collects the results from a search engine query.
TextSearchRequestor() - Constructor for class org.eclipse.search.core.text.TextSearchRequestor
 
TextSearchScope - Class in org.eclipse.search.core.text
A TextSearchScope defines the scope of a search.
TextSearchScope() - Constructor for class org.eclipse.search.core.text.TextSearchScope
 
TextSelection - Class in org.eclipse.jface.text
Standard implementation of ITextSelection.
TextSelection(int, int) - Constructor for class org.eclipse.jface.text.TextSelection
Creates a text selection for the given range.
TextSelection(IDocument, int, int) - Constructor for class org.eclipse.jface.text.TextSelection
Creates a text selection for the given range of the given document.
textSelectionChanged() - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text selection has changed within a custom control.
TextSelectionNavigationLocation - Class in org.eclipse.ui.texteditor
Represents the text selection context marked for the user in the navigation history.
TextSelectionNavigationLocation(ITextEditor, boolean) - Constructor for class org.eclipse.ui.texteditor.TextSelectionNavigationLocation
Creates a new text selection navigation location.
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()).
TextSet - Static variable in class org.eclipse.swt.custom.ST
The TextSet event type (value is 3004).
TextSourceViewerConfiguration - Class in org.eclipse.ui.editors.text
Source viewer configuration for the text editor.
TextSourceViewerConfiguration() - Constructor for class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Creates a text source viewer configuration.
TextSourceViewerConfiguration(IPreferenceStore) - Constructor for class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Creates a text source viewer configuration and initializes it with the given preference store.
textSpacing - Variable in class org.eclipse.ui.forms.widgets.ImageHyperlink
Amount of pixels between the image and the text (default is 5).
TextState - Class in org.eclipse.jface.menus
A piece of state carrying a single String.
TextState() - Constructor for class org.eclipse.jface.menus.TextState
 
TextStatusContextViewer - Class in org.eclipse.ltk.ui.refactoring
An abstract base implementation of a status context viewer that presents textual context information.
TextStatusContextViewer() - Constructor for class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
 
textStyle - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] the TextStyle of the character range
TextStyle - Class in org.eclipse.swt.graphics
TextStyle defines a set of styles that can be applied to a range of text.
TextStyle() - Constructor for class org.eclipse.swt.graphics.TextStyle
Create an empty text style.
TextStyle(Font, Color, Color) - Constructor for class org.eclipse.swt.graphics.TextStyle
Create a new text style with the specified font, foreground and background.
TextStyle(TextStyle) - Constructor for class org.eclipse.swt.graphics.TextStyle
Create a new text style from an existing text style.
TextTransfer - Class in org.eclipse.swt.dnd
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.
TextUtilities - Class in org.eclipse.jface.text
A collection of text functions.
TextUtilities() - Constructor for class org.eclipse.jface.text.TextUtilities
 
TextViewer - Class in org.eclipse.jface.text
SWT based implementation of ITextViewer and its extension interfaces.
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.
TextViewer.TextHoverKey - Class in org.eclipse.jface.text
Value object used as key in the text hover configuration table.
TextViewer.WidgetCommand - Class in org.eclipse.jface.text
Represents a replace command that brings the text viewer's text widget back in synchronization with text viewer's document after the document has been changed.
TextViewerAction - Class in org.eclipse.ui.console.actions
Common function for actions that operate on a text viewer.
TextViewerAction(ITextViewer, int) - Constructor for class org.eclipse.ui.console.actions.TextViewerAction
Constructs a new action in the given text viewer with the specified operation code.
TextViewerCreator - Class in org.eclipse.compare.internal
A factory object for the TextMergeViewer.
TextViewerCreator() - Constructor for class org.eclipse.compare.internal.TextViewerCreator
 
TextViewerDeleteLineTarget - Class in org.eclipse.ui.texteditor
A delete line target.
TextViewerDeleteLineTarget(ITextViewer) - Constructor for class org.eclipse.ui.texteditor.TextViewerDeleteLineTarget
Creates a new target.
TextViewerGotoLineAction - Class in org.eclipse.ui.console.actions
Action to position a text viewer to a specific line.
TextViewerGotoLineAction(ITextViewer) - Constructor for class org.eclipse.ui.console.actions.TextViewerGotoLineAction
Constructs a goto line action for the viewer using the provided resource bundle.
TextViewerUndoManager - Class in org.eclipse.jface.text
Implementation of IUndoManager using the shared document undo manager.
TextViewerUndoManager(int) - Constructor for class org.eclipse.jface.text.TextViewerUndoManager
Creates a new undo manager who remembers the specified number of edit commands.
TextZoomInHandler - Class in org.eclipse.ui.texteditor
 
TextZoomInHandler() - Constructor for class org.eclipse.ui.texteditor.TextZoomInHandler
 
TextZoomOutHandler - Class in org.eclipse.ui.texteditor
 
TextZoomOutHandler() - Constructor for class org.eclipse.ui.texteditor.TextZoomOutHandler
 
THEME - Static variable in interface org.eclipse.e4.ui.css.swt.theme.IThemeEngine.Events
Attribute for the new theme
THEME_CHANGED - Static variable in interface org.eclipse.e4.ui.css.swt.theme.IThemeEngine.Events
 
THEME_CHANGED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILifeCycle
Sent when the theme is changed
THEME_DEFINITION_CHANGED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILifeCycle
Sent when the theme definition is changed
THEME_ENGINE - Static variable in interface org.eclipse.e4.ui.css.swt.theme.IThemeEngine.Events
Attribute for the associated IThemeEngine theme engine
ThemeChangeWarningText - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ThemeChangeWarningTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ThemeDefinitionChangedHandler() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.ThemeDefinitionChangedHandler
 
ThemeDefinitionElement<T extends org.eclipse.e4.ui.internal.css.swt.definition.IThemeElementDefinitionOverridable<?>> - Class in org.eclipse.e4.ui.css.swt.dom.definition
 
ThemeDefinitionElement(T, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.definition.ThemeDefinitionElement
 
ThemeElementDefinitionHelper - Class in org.eclipse.e4.ui.css.swt.helpers
 
ThemeElementDefinitionHelper() - Constructor for class org.eclipse.e4.ui.css.swt.helpers.ThemeElementDefinitionHelper
 
ThemeElementDefinitionProvider - Class in org.eclipse.e4.ui.css.swt.dom.definition
 
ThemeElementDefinitionProvider() - Constructor for class org.eclipse.e4.ui.css.swt.dom.definition.ThemeElementDefinitionProvider
 
themeProperties - Variable in class org.eclipse.ui.intro.config.IntroConfigurer
 
ThemesExtensionElement - Class in org.eclipse.e4.ui.css.swt.dom.definition
 
ThemesExtensionElement(IThemesExtension, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.definition.ThemesExtensionElement
 
ThemingEnabled - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
THIS_CONTRIBUTOR - Static variable in interface org.eclipse.compare.ICompareFilter
Key for the Character representing contributor of this line.
THIS_LINE - Static variable in interface org.eclipse.compare.ICompareFilter
Key for the String of the line of text being compared.
thisVariable() - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Returns the variable that represents this in an expression
THREAD_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a thread group in a menu or toolbar(value "threadGroup").
threadChange(Thread) - Method in interface org.eclipse.jface.operation.IThreadListener
Notification that a thread change is occurring.
threadChange(Thread) - Method in class org.eclipse.ui.actions.WorkspaceModifyOperation
 
threadGroup - Variable in class org.eclipse.osgi.framework.eventmgr.EventManager
The thread group used for asynchronous event delivery
ThreadInfoReport - Exception in org.eclipse.osgi.framework.util
 
ThreadInfoReport(String) - Constructor for exception org.eclipse.osgi.framework.util.ThreadInfoReport
 
threadName - Variable in class org.eclipse.osgi.framework.eventmgr.EventManager
Thread name used for asynchronous event delivery
THREE_WAY - Static variable in interface org.eclipse.team.core.mapping.ISynchronizationContext
Synchronization type constant that indicates that context is a three-way synchronization.
THREE_WAY - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
 
ThreeWayDiff - Class in org.eclipse.team.core.diff.provider
Implementation of IThreeWayDiff.
ThreeWayDiff(ITwoWayDiff, ITwoWayDiff) - Constructor for class org.eclipse.team.core.diff.provider.ThreeWayDiff
Create a three-way delta from the two changes.
ThreeWayRemoteTree - Class in org.eclipse.team.core.variants
A resource variant tree that caches and obtains its bytes from the remote slot in a three-way synchronizer.
ThreeWayRemoteTree(ThreeWaySubscriber) - Constructor for class org.eclipse.team.core.variants.ThreeWayRemoteTree
Create a remote resource variant tree that stores and obtains it's bytes from the remote slot of the synchronizer of the given subscriber
ThreeWayResourceComparator - Class in org.eclipse.team.core.variants
A resource comparator that uses the ThreeWaySynchronizer to compare local resources to their resource variants.
ThreeWayResourceComparator(ThreeWaySynchronizer) - Constructor for class org.eclipse.team.core.variants.ThreeWayResourceComparator
Create a three-way resource comparator that uses the ThreeWaySynchronizer to compare a local resource to a resource variant.
ThreeWaySubscriber - Class in org.eclipse.team.core.variants
A resource variant tree subscriber whose trees use an underlying ThreeWaySynchronizer to store and manage the synchronization state for the local workspace.
ThreeWaySubscriber(ThreeWaySynchronizer) - Constructor for class org.eclipse.team.core.variants.ThreeWaySubscriber
Create a three-way subscriber that uses the given synchronizer to manage the synchronization state of local resources and their variants
ThreeWaySynchronizer - Class in org.eclipse.team.core.variants
This class manages the synchronization between local resources and their corresponding resource variants.
ThreeWaySynchronizer(QualifiedName) - Constructor for class org.eclipse.team.core.variants.ThreeWaySynchronizer
Create a three-way synchronizer that uses a persistent byte store with the given qualified name as its unique identifier.
ThreeWaySynchronizer(ResourceVariantByteStore) - Constructor for class org.eclipse.team.core.variants.ThreeWaySynchronizer
Create a three-way synchronizer that uses the given byte store as its underlying byte cache.
throttledExec() - Method in class org.eclipse.jface.util.Throttler
Schedules the wrapped runnable to be run after the configured wait time or do nothing if it has already been scheduled but not executed yet.
Throttler - Class in org.eclipse.jface.util
A utility class that throttles the execution of a runnable in the UI thread.
Throttler(Display, Duration, Runnable) - Constructor for class org.eclipse.jface.util.Throttler
Initializes a new throttler object that will throttle the execution of the given runnable in the UI thread of the given display.
throwable - Variable in error org.eclipse.swt.SWTError
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in exception 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.jface.viewers.ColumnViewerEditorActivationEvent
The time the event is triggered
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.
Time() - Constructor for class org.eclipse.jface.text.templates.GlobalTemplateVariables.Time
Creates a new time variable
TIME - Static variable in class org.eclipse.swt.SWT
Style constant for time display (value is 1<<7).
TimeoutDumpTimer - Class in org.eclipse.ui.testing.dumps
Starts a task which will dump stack trace information and a screenshot after some time.
TIMER_TOPIC - Static variable in interface org.osgi.service.application.ScheduledApplication
The topic name for the virtual timer topic.
timerExec(int, Runnable) - Method in class org.eclipse.core.databinding.observable.Realm
Causes the run() method of the runnable to be invoked from within this realm after the specified number of milliseconds have elapsed.
timerExec(int, Runnable) - Method in class org.eclipse.jface.databinding.swt.DisplayRealm
 
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.
TIMESTAMP_PROPERTY - Static variable in interface org.eclipse.ui.statushandlers.IStatusAdapterConstants
This property is used to add a timestamp to the adapter.
TIMESTAMP_PROPERTY - Static variable in class org.eclipse.ui.statushandlers.StatusAdapter
TIPS_AND_TRICKS - Static variable in class org.eclipse.ui.ide.IDEActionFactory
IDE-specific workbench action (id: "tipsAndTricks", commandId: "org.eclipse.ui.help.tipsAndTricksAction"): Tips and tricks.
TIPS_AND_TRICKS_HREF - Static variable in interface org.eclipse.ui.branding.IBundleGroupConstants
A help reference for the feature's tips and tricks page (optional).
title - Variable in class org.eclipse.swt.browser.TitleEvent
the title of the current document
title(String) - Method in class org.eclipse.ui.dialogs.ListSelectionDialog.Builder
Sets the title for this dialog.
title(String) - Method in class org.eclipse.ui.forms.widgets.SectionFactory
Sets the title of the section.
title(String, boolean) - Method in class org.eclipse.jface.notifications.NotificationPopup.Builder
Sets the title text.
title(Function<Composite, Control>, boolean) - Method in class org.eclipse.jface.notifications.NotificationPopup.Builder
Sets the function to create the title area's content of the notification popup in the given composite.
TITLE - Static variable in class org.eclipse.swt.SWT
Style constant for title area trim (value is 1<<5).
TITLE - Static variable in class org.eclipse.ui.forms.FormColors
Deprecated.
use IFormColors.TITLE.
TITLE - Static variable in interface org.eclipse.ui.forms.IFormColors
Key for the form title foreground color.
TITLE_BAR - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
If this style is used, title bar decoration will be painted behind the text.
TITLE_PROPERTY - Static variable in interface org.eclipse.ui.statushandlers.IStatusAdapterConstants
This property is used to add title to the adapter.
TITLE_PROPERTY - Static variable in class org.eclipse.ui.statushandlers.StatusAdapter
TitleAreaDialog - Class in org.eclipse.jface.dialogs
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.
TitleAreaDialogSupport - Class in org.eclipse.jface.databinding.dialog
Connects the validation result from the given data binding context to the given TitleAreaDialog, updating the dialog's error message accordingly.
titleBarTextMarginWidth - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
Horizontal margin around the inside of the title bar area when TITLE_BAR or SHORT_TITLE_BAR style is used.
TitleEvent - Class in org.eclipse.swt.browser
A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
TitleEvent(Widget) - Constructor for class org.eclipse.swt.browser.TitleEvent
Constructs a new instance of this class.
titleImage(Image) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog.Builder
Sets the shell's image.
titleImage(Image) - Method in class org.eclipse.jface.notifications.NotificationPopup.Builder
Sets the title image.
TitleListener - Interface in org.eclipse.swt.browser
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.
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListCommonSteps.ListToStep
Sets the from-end observable of the resulting binding.
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListCommonSteps.ListUntypedTo
 
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListOneWaySteps.ListOneWayToStep
 
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListOneWaySteps.ListOneWayUntypedTo
 
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListTwoWaySteps.ListTwoWayToStep
 
to(IObservableList<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ListTwoWaySteps.ListTwoWayUntypedToStep
 
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetCommonSteps.SetToStep
Sets the from-end observable of the resulting binding.
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetCommonSteps.SetUntypedTo
 
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetOneWaySteps.SetOneWayToStep
 
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetOneWaySteps.SetOneWayUntypedTo
 
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetTwoWaySteps.SetTwoWayToStep
 
to(IObservableSet<T>) - Method in interface org.eclipse.core.databinding.bind.steps.SetTwoWaySteps.SetTwoWayUntypedToStep
 
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueToStep
Sets the from-end observable of the resulting binding.
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueUntypedTo
 
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueOneWaySteps.ValueOneWayToStep
 
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueOneWaySteps.ValueOneWayUntypedTo
 
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayToStep
 
to(IObservableValue<T>) - Method in interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayUntypedToStep
 
TO_BE_RENDERED_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The default value of the 'To Be Rendered' attribute.
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.
toAbsoluteHref(String, boolean) - Method in interface org.eclipse.help.search.ISearchEngineResult
Converts a relative href into absolute according to the search engine base URL.
toArray() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
toArray() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
toArray() - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
toArray() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
toArray() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
toArray() - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
toArray() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
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
 
toArray() - Method in class org.eclipse.osgi.framework.util.ArrayMap
 
toArray(Class<T>) - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
toArray(Class<T>) - Method in class org.eclipse.equinox.p2.query.Collector
Returns the collected objects as an array
toArray(Class<T>) - Method in interface org.eclipse.equinox.p2.query.IQueryResult
Returns the collected objects as an array
toArray(T[]) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
toArray(T[]) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
toArray(T[]) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
toArray(T[]) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
toArray(T[]) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
toArray(T[]) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
toArray(T[]) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
toArray(T[]) - Method in class org.eclipse.osgi.framework.util.ArrayMap
 
toBeRendered - Variable in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
The cached value of the 'To Be Rendered' attribute.
TOBERENDERED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
toBeRenderedCount(MElementContainer<?>) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Count the number of 'toBeRendered' children
toBigDecimal() - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toBigDecimal(Format) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toBigInteger() - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toBigInteger(Format) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toByte(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toByte(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
TOC - Static variable in interface org.eclipse.help.IToc
This is element name used for TOC in XML files.
TOC_FILE_PRIORITY - Static variable in class org.eclipse.help.AbstractTocProvider
Priority for toc files read from the local file system
TOC_TOOLBAR - Static variable in class org.eclipse.help.webapp.AbstractButton
Toolbar name for the table of contents
toClosestImageLine(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the line of the image document whose corresponding line in the original document is closest to the given line in the original document.
toClosestImageLine(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toClosestImageRegion(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension2
Returns the minimal region of the image document that completely comprises the given region of the original document.
toClosestImageRegion(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
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.
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.
TocSystem - Class in org.eclipse.help.webapp
Class for administering the Toc system.
TocSystem() - Constructor for class org.eclipse.help.webapp.TocSystem
 
toDecodedString(URI) - Static method in class org.eclipse.core.filesystem.URIUtil
Returns a string representation of the URI in a form suitable for human consumption.
toDiffString() - Method in interface org.eclipse.team.core.diff.IDiff
Return a string that describes the difference represented by this node.
toDiffString() - Method in class org.eclipse.team.core.diff.provider.Diff
 
toDiffString() - Method in class org.eclipse.team.core.diff.provider.ThreeWayDiff
 
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.
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.
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.CompositeRuler
 
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.LineNumberChangeRulerColumn
 
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.OverviewRuler
 
toDocumentLineNumber(int) - Method in class org.eclipse.jface.text.source.VerticalRuler
 
toDouble(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toDouble(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toExactImageRegion(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension
Adheres to originRegion=toOriginRegion(toExactImageRegion(originRegion)), if toExactImageRegion(originRegion) !
toExactImageRegion(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toExactImageRegions(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension
Returns the segments of the image document that exactly correspond to the given region of the original document.
toExactImageRegions(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toExactOriginRegions(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMappingExtension
Returns the fragments of the original document that exactly correspond to the given region of the image document.
toExactOriginRegions(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toExpression(IQuery<?>) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Wrap an IQuery as an expression.
toExternalForm() - Method in interface org.eclipse.equinox.p2.metadata.IArtifactKey
Returns the canonical string form of this artifact key.
toExternalForm(URL) - Method in class org.eclipse.osgi.storage.url.BundleResourceHandler
Converts a bundle URL to a String.
toFile() - Method in interface org.eclipse.core.runtime.IPath
Returns a java.io.File corresponding to this path.
toFile() - Method in class org.eclipse.core.runtime.Path
 
toFile(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns the URI as a local file, or null if the given URI does not represent a local file.
toFileString() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
If this URI may refer directly to a locally accessible file, as determined by isFile, decodes and formats the URI as a pathname to that file; returns null otherwise.
toFileURL(URL) - Static method in class org.eclipse.core.runtime.FileLocator
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
toFileURL(URL) - Method in interface org.eclipse.osgi.service.urlconversion.URLConverter
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
toFileURL(URL) - Method in class org.eclipse.osgi.storage.url.BundleURLConverter
 
toFloat(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toFloat(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toggle - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
The toggle widget used to expand the composite.
toggle(RulerColumnDescriptor) - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnPreferenceAdapter
Toggles the enablement state of given the ruler contribution.
TOGGLE - Static variable in class org.eclipse.jface.text.source.projection.ProjectionViewer
Operation constant for the toggle projection operation.
TOGGLE - Static variable in class org.eclipse.swt.SWT
Style constant for toggle button behavior (value is 1<<1).
TOGGLE_BLOCKSELECTION - Static variable in class org.eclipse.swt.custom.ST
TEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection mode
TOGGLE_COOLBAR - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id: "toggleCoolbar"): Toggle the visibility of the coolbar and perspective switcher.
TOGGLE_COOLBAR_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
TOGGLE_EDITORS_VISIBILITY_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
TOGGLE_INSERT_MODE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action for toggling the smart insert mode.
TOGGLE_INSERT_MODE - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition ID of the edit -> smart insert mode action Value: "org.eclipse.ui.edit.text.toggleInsertMode").
TOGGLE_INSERT_MODE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the smart insert mode toggle action.
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.
TOGGLE_SHOW_SELECTED_ELEMENT_ONLY - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of toggle show selected element only action.
ToggleBreakpointAction - Class in org.eclipse.debug.ui.actions
Action to toggle a breakpoint in a vertical ruler of a workbench part containing a document.
ToggleBreakpointAction(IWorkbenchPart, IDocument, IVerticalRulerInfo) - Constructor for class org.eclipse.debug.ui.actions.ToggleBreakpointAction
Constructs a new action to toggle a breakpoint in the given part containing the given document and ruler.
toggleBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension
Creates new line breakpoints or removes existing breakpoints.
toggleBreakpointsWithEvent(IWorkbenchPart, ISelection, Event) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension2
Creates or removes existing breakpoints based on any modifiers in the given Event.
toggleCommandState(Command) - Static method in class org.eclipse.ui.handlers.HandlerUtil
Toggles the command's state.
ToggleCoolbarVisibilityAction_hide_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleCoolbarVisibilityAction_show_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleCoolbarVisibilityAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleEditor_hideEditors - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleEditor_showEditors - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleEditor_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleEditorsVisibilityAction - Class in org.eclipse.ui.internal
Hides or shows the editor area within the current perspective of the workbench page.
ToggleEditorsVisibilityAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.internal.ToggleEditorsVisibilityAction
Creates a new ToggleEditorsVisibilityAction
toggleExpansionState(Annotation) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
Toggles the expansion state of the given annotation.
ToggleFullScreenMode_ActivationPopup_Description - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleFullScreenMode_ActivationPopup_Description_NoKeybinding - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleFullScreenMode_ActivationPopup_DoNotShowAgain - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleHyperlink - Class in org.eclipse.ui.forms.widgets
A custom selectable control that can be used to control areas that can be expanded or collapsed.
ToggleHyperlink(Composite, int) - Constructor for class org.eclipse.ui.forms.widgets.ToggleHyperlink
Creates a control in a provided composite.
toggleLineBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Creates new line breakpoints or removes existing breakpoints.
ToggleMethodBreakpointActionDelegate - Class in org.eclipse.debug.ui.actions
A toggle method breakpoint action that can be contributed an object contribution.
ToggleMethodBreakpointActionDelegate() - Constructor for class org.eclipse.debug.ui.actions.ToggleMethodBreakpointActionDelegate
 
toggleMethodBreakpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Creates new method breakpoints or removes existing breakpoints.
toggleState(boolean) - Method in class org.eclipse.compare.internal.ShowWhitespaceAction
 
toggleState(boolean) - Method in class org.eclipse.compare.internal.TextEditorPropertyAction
 
ToggleState - Class in org.eclipse.jface.commands
A piece of state storing a Boolean.
ToggleState() - Constructor for class org.eclipse.jface.commands.ToggleState
Constructs a new ToggleState.
ToggleStatusBarVisibilityAction_hide_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ToggleStatusBarVisibilityAction_show_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
toggleToolbarVisibility() - Method in class org.eclipse.ui.internal.WorkbenchWindow
Toggle the visibility of the coolbar/perspective bar.
ToggleWatchpointActionDelegate - Class in org.eclipse.debug.ui.actions
A toggle watchpoint action that can be contributed an object contribution.
ToggleWatchpointActionDelegate() - Constructor for class org.eclipse.debug.ui.actions.ToggleWatchpointActionDelegate
 
toggleWatchpoints(IWorkbenchPart, ISelection) - Method in interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget
Creates new watchpoints or removes existing breakpoints.
toggleZoom(IWorkbenchPartReference) - Method in class org.eclipse.ui.internal.WorkbenchPage
 
toggleZoom(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IWorkbenchPage
Zoom the page in on a part.
toHex(byte[]) - Static method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the hexadecimal representation of the given bytes.
toHex(long) - Static method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the hexadecimal representation of the given long value, typically a key ID, padded with leading zeros to a length of 16.
toHexFingerprint(PGPPublicKey) - Static method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns the hexadecimal representation of the key's fingerprint.
toImageLine(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the line of the image document that corresponds to the given line of the original document or -1 if there is no such line.
toImageLine(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toImageOffset(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the offset in the image document that corresponds to the given offset in the original document or -1 if there is no such offset
toImageOffset(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toImageRegion(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the minimal region of the image document that completely comprises the given region of the original document or null if there is no such region.
toImageRegion(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toInstall - Variable in class org.eclipse.equinox.p2.operations.InstallOperation
 
toInteger(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toInteger(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toJarURI(URI, IPath) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a Java ARchive (JAR) URI for an entry in a jar or zip file.
token - Variable in class org.apache.lucene.demo.html.HTMLParser
 
Token - Class in org.apache.lucene.demo.html
Describes the input token stream.
Token - Class in org.eclipse.jface.text.rules
Standard implementation of IToken.
Token() - Constructor for class org.apache.lucene.demo.html.Token
 
Token(Object) - Constructor for class org.eclipse.jface.text.rules.Token
Creates a new token which represents neither undefined, whitespace, nor EOF.
token_source - Variable in class org.apache.lucene.demo.html.HTMLParser
 
TokenComparator - Class in org.eclipse.compare.contentmergeviewer
Implements the ITokenComparator interface for words (or tokens) in a string.
TokenComparator(String) - Constructor for class org.eclipse.compare.contentmergeviewer.TokenComparator
Creates a TokenComparator for the given string.
tokenImage - Static variable in interface org.apache.lucene.demo.html.HTMLParserConstants
 
tokenImage - Variable in exception org.apache.lucene.demo.html.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.lucene.demo.html
 
TokenMgrError() - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.lucene.demo.html.TokenMgrError
 
toLDAPString(StringBuffer) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
toLDAPString(StringBuilder) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
Appends the an LDAP filter representation of this expression to the collector.
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
 
toLocalFile(int, IProgressMonitor) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns a file in the local file system with the same state as this file.
toLocalFile(int, IProgressMonitor) - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.toLocalFile(int, IProgressMonitor).
toLong(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toLong(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toMemento(IResource[]) - Static method in class org.eclipse.debug.core.RefreshUtil
Returns a memento for a collection of resources that can be restored via RefreshUtil.toResources(String).
TOOL - Static variable in class org.eclipse.swt.SWT
Style constant for tool window behavior (value is 1<<2).
TOOL_BAR - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar' class.
TOOL_BAR - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Bar' class.
TOOL_BAR___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_BAR__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_BAR__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Children' containment reference list.
TOOL_BAR__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_BAR__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_BAR__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_BAR__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_BAR__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_BAR__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_BAR__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_BAR__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_BAR__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_BAR__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Selected Element' reference.
TOOL_BAR__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_BAR__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_BAR__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_BAR__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_BAR__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_BAR__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_BAR_CONTRIBUTION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar Contribution' class.
TOOL_BAR_CONTRIBUTION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Bar Contribution' class.
TOOL_BAR_CONTRIBUTION___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_BAR_CONTRIBUTION__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_BAR_CONTRIBUTION__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Children' containment reference list.
TOOL_BAR_CONTRIBUTION__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_BAR_CONTRIBUTION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_BAR_CONTRIBUTION__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_BAR_CONTRIBUTION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_BAR_CONTRIBUTION__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_BAR_CONTRIBUTION__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_BAR_CONTRIBUTION__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_BAR_CONTRIBUTION__PARENT_ID - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Parent Id' attribute feature.
TOOL_BAR_CONTRIBUTION__PARENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent Id' attribute.
TOOL_BAR_CONTRIBUTION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Position In Parent' attribute feature.
TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Position In Parent' attribute.
TOOL_BAR_CONTRIBUTION__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_BAR_CONTRIBUTION__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Selected Element' reference.
TOOL_BAR_CONTRIBUTION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_BAR_CONTRIBUTION__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_BAR_CONTRIBUTION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_BAR_CONTRIBUTION__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_BAR_CONTRIBUTION__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_BAR_CONTRIBUTION__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_BAR_CONTRIBUTION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Bar Contribution' class.
TOOL_BAR_CONTRIBUTION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Bar Contribution' class.
TOOL_BAR_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar Contributions' class.
TOOL_BAR_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Bar Contributions' class.
TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar Contributions' containment reference list feature.
TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tool Bar Contributions' containment reference list.
TOOL_BAR_CONTRIBUTIONS_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Bar Contributions' class.
TOOL_BAR_CONTRIBUTIONS_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Bar Contributions' class.
TOOL_BAR_ELEMENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar Element' class.
TOOL_BAR_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Bar Element' class.
TOOL_BAR_ELEMENT___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_BAR_ELEMENT__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_BAR_ELEMENT__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_BAR_ELEMENT__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_BAR_ELEMENT__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_BAR_ELEMENT__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_BAR_ELEMENT__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_BAR_ELEMENT__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_BAR_ELEMENT__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_BAR_ELEMENT__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_BAR_ELEMENT__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_BAR_ELEMENT__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_BAR_ELEMENT__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_BAR_ELEMENT__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_BAR_ELEMENT__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_BAR_ELEMENT__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_BAR_ELEMENT__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_BAR_ELEMENT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Bar Element' class.
TOOL_BAR_ELEMENT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Bar Element' class.
TOOL_BAR_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Bar' class.
TOOL_BAR_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Bar' class.
TOOL_BAR_SEPARATOR - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Bar Separator' class.
TOOL_BAR_SEPARATOR - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Bar Separator' class.
TOOL_BAR_SEPARATOR___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_BAR_SEPARATOR__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_BAR_SEPARATOR__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_BAR_SEPARATOR__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_BAR_SEPARATOR__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_BAR_SEPARATOR__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_BAR_SEPARATOR__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_BAR_SEPARATOR__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_BAR_SEPARATOR__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_BAR_SEPARATOR__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_BAR_SEPARATOR__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_BAR_SEPARATOR__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_BAR_SEPARATOR__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_BAR_SEPARATOR__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_BAR_SEPARATOR__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_BAR_SEPARATOR__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_BAR_SEPARATOR__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_BAR_SEPARATOR_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Bar Separator' class.
TOOL_BAR_SEPARATOR_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Bar Separator' class.
TOOL_CONTROL - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Control' class.
TOOL_CONTROL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Control' class.
TOOL_CONTROL___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_CONTROL__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_CONTROL__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_CONTROL__CONTRIBUTION_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contribution URI' attribute.
TOOL_CONTROL__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_CONTROL__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_CONTROL__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_CONTROL__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_CONTROL__OBJECT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Object' attribute.
TOOL_CONTROL__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_CONTROL__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_CONTROL__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_CONTROL__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_CONTROL__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_CONTROL__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_CONTROL__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_CONTROL__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_CONTROL__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_CONTROL__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_CONTROL_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Control' class.
TOOL_CONTROL_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Control' class.
TOOL_ITEM - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Tool Item' class.
TOOL_ITEM - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Tool Item' class.
TOOL_ITEM___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TOOL_ITEM__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TOOL_ITEM__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TOOL_ITEM__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TOOL_ITEM__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TOOL_ITEM__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TOOL_ITEM__ENABLED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Enabled' attribute.
TOOL_ITEM__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Icon URI' attribute.
TOOL_ITEM__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Label' attribute.
TOOL_ITEM__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TOOL_ITEM__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Label' attribute.
TOOL_ITEM__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Tooltip' attribute.
TOOL_ITEM__MENU - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Menu' containment reference feature.
TOOL_ITEM__MENU - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Menu' containment reference.
TOOL_ITEM__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TOOL_ITEM__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TOOL_ITEM__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TOOL_ITEM__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TOOL_ITEM__SELECTED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Selected' attribute.
TOOL_ITEM__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TOOL_ITEM__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TOOL_ITEM__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tooltip' attribute.
TOOL_ITEM__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TOOL_ITEM__TYPE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Type' attribute.
TOOL_ITEM__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TOOL_ITEM__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TOOL_ITEM__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TOOL_ITEM_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Tool Item' class.
TOOL_ITEM_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Tool Item' class.
TOOL_TIP_TEXT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's tooltip text (value "toolTipText").
toolbar - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The cached value of the 'Toolbar' containment reference.
toolbar - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The cached value of the 'Toolbar' containment reference.
toolBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a tool bar.
ToolBar - Class in org.eclipse.swt.widgets
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.
TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOOLBAR_EDIT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench toolbar id for edit toolbar group.
TOOLBAR_FILE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Workbench toolbar id for file toolbar group.
TOOLBAR_FILE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench toolbar id for file toolbar group.
TOOLBAR_HELP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench toolbar id for help toolbar group.
TOOLBAR_NAVIGATE - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
Workbench toolbar id for navigate toolbar group.
TOOLBAR_NAVIGATE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench toolbar id for navigate toolbar group.
toolbarAddition(String) - Static method in class org.eclipse.ui.menus.MenuUtil
Convenience method to create a standard toolbar addition The resulting string has the format: "toolbar:[id]?
toolbarAddition(String, String, String) - Static method in class org.eclipse.ui.menus.MenuUtil
 
toolBarChildrenExist() - Method in class org.eclipse.jface.window.ApplicationWindow
Returns whether or not children exist for the Application Window's toolbar control.
ToolBarContributionImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Bar Contribution'.
ToolBarContributionImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl
ToolBarContributionItem - Class in org.eclipse.jface.action
The ToolBarContributionItem class provides a wrapper for tool bar managers when used in cool bar managers.
ToolBarContributionItem() - Constructor for class org.eclipse.jface.action.ToolBarContributionItem
Convenience method equivalent to ToolBarContributionItem(new ToolBarManager(), null).
ToolBarContributionItem(IToolBarManager) - Constructor for class org.eclipse.jface.action.ToolBarContributionItem
Convenience method equivalent to ToolBarContributionItem(toolBarManager, null).
ToolBarContributionItem(IToolBarManager, String) - Constructor for class org.eclipse.jface.action.ToolBarContributionItem
Creates a tool bar contribution item.
ToolBarContributionRecord - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
ToolBarContributionRecord(MToolBar, MToolBarContribution, ToolBarManagerRenderer) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord
 
toolBarContributions - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
The cached value of the 'Tool Bar Contributions' containment reference list.
TOOLBARCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContributions
 
ToolBarElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT CTabFolder.
ToolBarElement(ToolBar, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.ToolBarElement
 
ToolBarElementImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Bar Element'.
ToolBarElementImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarElementImpl
ToolBarImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Bar'.
ToolBarImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarImpl
ToolBarManager - Class in org.eclipse.jface.action
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.
ToolBarManagerRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
Create a contribute part.
ToolBarManagerRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
 
ToolBarManagerRenderer_LockToolbars - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.Messages
 
ToolBarManagerRenderer_MenuCloseText - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.Messages
 
ToolBarManagerRenderer_MenuRestoreText - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.Messages
 
ToolBarManagerRenderer_ToggleLockToolbars - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.Messages
 
ToolBarManagerRenderer_UnlockToolbars - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.Messages
 
ToolBarSeparatorImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Bar Separator'.
ToolBarSeparatorImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarSeparatorImpl
toolbarUri(String) - Static method in class org.eclipse.ui.menus.MenuUtil
 
ToolControlContribution - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
ToolControlContribution() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ToolControlContribution
 
ToolControlImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Control'.
ToolControlImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolControlImpl
ToolControlRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
Create a contribute part.
ToolControlRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ToolControlRenderer
 
ToolItem - Class in org.eclipse.swt.widgets
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.
ToolItemElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT TableItem.
ToolItemElement(ToolItem, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.ToolItemElement
 
ToolItemImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Tool Item'.
ToolItemImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolItemImpl
ToolItemUpdater - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
ToolItemUpdater() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.ToolItemUpdater
 
tooltip - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AreaImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
The cached value of the 'Tooltip' attribute.
tooltip - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
A tooltip for this item.
tooltip(String) - Method in class org.eclipse.jface.widgets.AbstractControlFactory
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
tooltip(String) - Method in class org.eclipse.jface.widgets.TableColumnFactory
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
tooltip(String) - Method in class org.eclipse.jface.widgets.TreeColumnFactory
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
ToolTip - Class in org.eclipse.jface.window
This class gives implementors to provide customized tooltips for any control.
ToolTip - Class in org.eclipse.swt.widgets
Instances of this class represent popup windows that are used to inform or warn the user.
ToolTip(Control) - Constructor for class org.eclipse.jface.window.ToolTip
Create new instance which add TooltipSupport to the widget
ToolTip(Control, int, boolean) - Constructor for class org.eclipse.jface.window.ToolTip
 
ToolTip(Shell, int) - Constructor for class org.eclipse.swt.widgets.ToolTip
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TOOLTIP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AreaImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The default value of the 'Tooltip' attribute.
TOOLTIP_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
The default value of the 'Tooltip' attribute.
toolTipAboutToShow(Control, TableItem, int) - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Called when the tool tip is about to show in this rendering.
tooltipText() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the tooltip text of a CTabItem, Control, TabItem, TableColumn, ToolItem, TrayItem or TreeColumn.
toOrdinal(Class<T>) - Static method in class org.eclipse.core.databinding.conversion.EnumConverters
Creates a converter which converts from Enum.ordinals to enum values of the given type.
toOriginLine(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the line of the original document that corresponds to the given line of the image document or -1 if there is no such line.
toOriginLine(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toOriginLines(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the range of lines of the original document that corresponds to the given line of the image document or null if there are no such lines.
toOriginLines(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toOriginOffset(int) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the offset in the original document that corresponds to the given offset in the image document or -1 if there is no such offset
toOriginOffset(int) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
toOriginRegion(IRegion) - Method in interface org.eclipse.jface.text.IDocumentInformationMapping
Returns the minimal region of the original document that completely comprises the given region of the image document or null if there is no such region.
toOriginRegion(IRegion) - Method in class org.eclipse.jface.text.projection.ProjectionMapping
 
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.
toOSString() - Method in class org.eclipse.core.runtime.Path
 
top - Variable in class org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2PaddingPropertiesImpl
 
top - Variable in class org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout
 
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.
TOP - Enum constant in enum class org.eclipse.e4.ui.model.application.ui.SideValue
The 'Top' literal object.
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 class org.eclipse.ui.forms.widgets.TableWrapData
The control will be aligned with the top of the cell.
TOP - Static variable in interface org.eclipse.ui.IPageLayout
Relationship constant indicating a part should be placed above its relative.
TOP - Static variable in interface org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
If afterSection is not specified in the descriptor, we default to be the top section.
TOP - Static variable in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
If afterTab is not specified in the descriptor, we default to be the top tab.
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
Deprecated.
not used anymore by platform
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
Deprecated.
not used anymore by platform
TOP_VALUE - Static variable in enum class org.eclipse.e4.ui.model.application.ui.SideValue
The 'Top' literal value.
toPath() - Method in interface org.eclipse.core.runtime.IPath
Returns a java.nio.file.Path corresponding to this path.
toPath(URI) - Static method in class org.eclipse.core.filesystem.URIUtil
Returns an IPath representing this URI in the local file system, or null if this URI does not represent a file in the local file system.
topControl - Variable in class org.eclipse.swt.custom.StackLayout
topControl the Control that is displayed at the top of the stack.
Topic - Class in org.eclipse.help.internal
 
Topic() - Constructor for class org.eclipse.help.internal.Topic
 
Topic(ITopic) - Constructor for class org.eclipse.help.internal.Topic
 
Topic(Element) - Constructor for class org.eclipse.help.internal.Topic
 
TOPIC - Static variable in interface org.eclipse.e4.core.services.nls.ILocaleChangeService
Base name for all locale change events.
TOPIC - Static variable in interface org.eclipse.e4.ui.css.swt.theme.IThemeEngine.Events
 
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Bindings
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTable
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTableContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Category
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Contribution
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Dirtyable
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ElementContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTile
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTrimContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Handler
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandlerContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ImperativeExpression
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeyBinding
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeySequence
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Menu
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContribution
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContributions
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuElement
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuItem
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuSeparator
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueToolItem
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Parameter
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptorContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Placeholder
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenu
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenuItem
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedToolBar
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.SnippetContainer
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToObjectMap
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToStringMap
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContribution
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContributions
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolItem
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimBar
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContribution
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContributions
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimmedWindow
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
Deprecated.
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILifeCycle
Base name for all UI life cycle events
TOPIC - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
Deprecated.
TOPIC - Static variable in interface org.eclipse.help.IToc
This is the attribute used for description topic in XML files.
TOPIC - Static variable in interface org.eclipse.help.ITopic
This is element name used for topic in XML files.
TOPIC_ACCESSIBILITYPHRASE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_ADDONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Bindings
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTable
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTableContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Category
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Contribution
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Dirtyable
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ElementContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTile
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTrimContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Handler
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandlerContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ImperativeExpression
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeyBinding
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeySequence
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Menu
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContribution
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContributions
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuElement
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuItem
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuSeparator
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueToolItem
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Parameter
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptorContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Placeholder
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenu
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenuItem
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedToolBar
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.SnippetContainer
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToObjectMap
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToStringMap
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContribution
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContributions
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolItem
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimBar
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContribution
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContributions
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimmedWindow
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_ALL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_ALL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for all memory events.
TOPIC_ALLOWMULTIPLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_BASE - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
The base topic that all memory events use.
TOPIC_BINDINGCONTEXT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTable
 
TOPIC_BINDINGCONTEXTS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Bindings
 
TOPIC_BINDINGS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTable
 
TOPIC_BINDINGTABLES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTableContainer
 
TOPIC_CATEGORIES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
 
TOPIC_CATEGORY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_CATEGORY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_CHILDREN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
 
TOPIC_CHILDREN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ElementContainer
 
TOPIC_CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_CLOSEABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Placeholder
 
TOPIC_COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
TOPIC_COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Handler
 
TOPIC_COMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeyBinding
 
TOPIC_COMMANDNAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_COMMANDS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
 
TOPIC_CONTAINERDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_CONTEXT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
 
TOPIC_CONTRIBUTIONITEM - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenuItem
 
TOPIC_CONTRIBUTIONMANAGER - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedMenu
 
TOPIC_CONTRIBUTIONMANAGER - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.RenderedToolBar
 
TOPIC_CONTRIBUTIONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Contribution
 
TOPIC_CONTRIBUTIONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_CONTRIBUTORURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_COREEXPRESSION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
 
TOPIC_COREEXPRESSIONID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CoreExpression
 
TOPIC_CRITICAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for critical memory events.
TOPIC_CURSHAREDREF - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
 
TOPIC_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Category
 
TOPIC_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_DESCRIPTORS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptorContainer
 
TOPIC_DIALOGS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Application
Deprecated. 
TOPIC_DIRTY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Dirtyable
 
TOPIC_DIRTYABLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
Deprecated. 
TOPIC_DISPOSE - Static variable in interface org.eclipse.e4.core.contexts.IEclipseContext
Topic for sending an event via EventAdmin to inform about the disposal of an IEclipseContext.
TOPIC_ELEMENTID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_ENABLED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
 
TOPIC_ENABLED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Menu
 
TOPIC_HANDLERS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandlerContainer
 
TOPIC_HEIGHT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_HORIZONTAL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTile
 
TOPIC_ICONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_KEY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToObjectMap
 
TOPIC_KEY - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToStringMap
 
TOPIC_KEYSEQUENCE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeySequence
 
TOPIC_LABEL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_LOCALIZED_ACCESSIBILITYPHRASE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_LOCALIZED_COMMANDNAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_LOCALIZED_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_LOCALIZED_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_LOCALIZED_DESCRIPTION - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_LOCALIZED_LABEL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_LOCALIZED_NAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Category
 
TOPIC_LOCALIZED_TOOLTIP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_MAINMENU - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_MENU - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolItem
 
TOPIC_MENUCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContributions
 
TOPIC_MENUS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_MENUS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_MNEMONICS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuElement
 
TOPIC_NAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingContext
 
TOPIC_NAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Category
 
TOPIC_NAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
 
TOPIC_NAME - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Parameter
 
TOPIC_NORMAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for normal memory events.
TOPIC_OBJECT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Contribution
 
TOPIC_ONTOP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_OPAQUEITEM - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuItem
 
TOPIC_OPAQUEITEM - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueMenuSeparator
 
TOPIC_OPAQUEITEM - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.OpaqueToolItem
 
TOPIC_OPTIONAL - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
 
TOPIC_PARAMETERS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Command
 
TOPIC_PARAMETERS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
TOPIC_PARAMETERS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.KeyBinding
 
TOPIC_PARENT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_PARENTID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContribution
 
TOPIC_PARENTID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContribution
 
TOPIC_PARENTID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContribution
 
TOPIC_PENDINGCLEANUP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimBar
 
TOPIC_PERSISTEDSTATE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_POSITIONINPARENT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.MenuContribution
 
TOPIC_POSITIONINPARENT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContribution
 
TOPIC_POSITIONINPARENT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContribution
 
TOPIC_PROPERTIES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
 
TOPIC_REF - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Placeholder
 
TOPIC_RENDERER - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_ROOTCONTEXT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.BindingTableContainer
 
TOPIC_SELECTED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
 
TOPIC_SELECTEDELEMENT - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ElementContainer
 
TOPIC_SEP - Static variable in class org.eclipse.e4.ui.workbench.UIEvents
Topic separator character
TOPIC_SERIOUS - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for serious memory events.
TOPIC_SHAREDELEMENTS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_SIDE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.GenericTrimContainer
 
TOPIC_SNIPPETS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.SnippetContainer
 
TOPIC_TAGS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_TOBERENDERED - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
 
TOPIC_TOOLBARCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContributions
 
TOPIC_TOOLTIP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
TOPIC_TRACKING - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ImperativeExpression
 
TOPIC_TRANSIENTDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
TOPIC_TRIMBARS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
 
TOPIC_TRIMBARS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
 
TOPIC_TRIMBARS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimmedWindow
 
TOPIC_TRIMCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContributions
 
TOPIC_TYPE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
 
TOPIC_TYPEID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
 
TOPIC_VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Parameter
 
TOPIC_VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToObjectMap
 
TOPIC_VALUE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.StringToStringMap
 
TOPIC_VARIABLES - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Context
 
TOPIC_VISIBLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_VISIBLEWHEN - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_WBCOMMAND - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.HandledItem
 
TOPIC_WIDGET - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UIElement
 
TOPIC_WIDTH - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_WINDOWS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Perspective
 
TOPIC_WINDOWS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_X - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
TOPIC_Y - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
 
toPlatformString(boolean) - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
If this is a platform URI, as determined by URI.isPlatform(), returns the workspace-relative or plug-in-based path to the resource, optionally decoding the segments in the process.
topMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the top margin in pixels
topMargin - Variable in class org.eclipse.ui.forms.widgets.ColumnLayout
Top margin (default is 5).
topMargin - Variable in class org.eclipse.ui.forms.widgets.TableWrapLayout
Top margin variable (default is 5).
toPortableString() - Method in interface org.eclipse.core.runtime.IPath
Returns a platform-neutral string representation of this path.
toPortableString() - Method in class org.eclipse.core.runtime.Path
 
toResources(String) - Static method in class org.eclipse.debug.core.RefreshUtil
Returns a collection of resources referred to by the specified memento generated via RefreshUtil.toMemento(IResource[]).
toSet() - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
toSet() - Method in class org.eclipse.equinox.p2.query.Collector
Returns a copy of the collected objects.
toSet() - Method in interface org.eclipse.equinox.p2.query.IQueryResult
Creates a new Set copy with the contents of this query result.
toShort(boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toShort(Format, boolean) - Static method in class org.eclipse.core.databinding.conversion.text.StringToNumberConverter
 
toStatus() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns this refactoring status entry as an IStatus.
toString() - Method in class org.apache.lucene.demo.html.Token
Returns the image.
toString() - Method in class org.eclipse.ant.core.Property
 
toString() - Method in class org.eclipse.ant.core.TargetInfo
 
toString() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
 
toString() - Method in class org.eclipse.core.commands.Category
 
toString() - Method in class org.eclipse.core.commands.Command
The string representation of this command -- for debugging purposes only.
toString() - Method in class org.eclipse.core.commands.common.HandleObject
The string representation of this object -- for debugging purposes only.
toString() - Method in class org.eclipse.core.commands.contexts.Context
The string representation of this context -- for debugging purposes only.
toString() - Method in class org.eclipse.core.commands.ExecutionEvent
The string representation of this execution event -- for debugging purposes only.
toString() - Method in class org.eclipse.core.commands.operations.AbstractOperation
The string representation of this operation.
toString() - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
The string representation of this operation.
toString() - Method in class org.eclipse.core.commands.ParameterizedCommand
 
toString() - Method in class org.eclipse.core.commands.ParameterType
The string representation of this parameter type.
toString() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
toString() - Method in class org.eclipse.core.databinding.observable.list.ListDiff
 
toString() - Method in class org.eclipse.core.databinding.observable.list.ListDiffEntry
 
toString() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
toString() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
toString() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
toString() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
toString() - Method in class org.eclipse.core.databinding.observable.set.SetDiff
 
toString() - Method in class org.eclipse.core.databinding.observable.value.ValueDiff
 
toString() - Method in class org.eclipse.core.expressions.CompositeExpression
 
toString() - Method in class org.eclipse.core.expressions.CountExpression
 
toString() - Method in class org.eclipse.core.expressions.EqualsExpression
 
toString() - Method in class org.eclipse.core.expressions.EvaluationResult
For debugging purpose only
toString() - Method in class org.eclipse.core.expressions.ReferenceExpression
 
toString() - Method in class org.eclipse.core.expressions.TestExpression
 
toString() - Method in class org.eclipse.core.expressions.WithExpression
 
toString() - Method in class org.eclipse.core.filebuffers.LocationKind
 
toString() - Method in interface org.eclipse.core.filesystem.IFileStore
Returns a string representation of this store.
toString() - Method in class org.eclipse.core.filesystem.provider.FileInfo
For debugging purposes only.
toString() - Method in class org.eclipse.core.filesystem.provider.FileStore
Default implementation of IFileStore.toString().
toString() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns a string representation of the attributes, 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.core.runtime.jobs.Job
Returns a string representation of this job to be used for debugging purposes only.
toString() - Method in class org.eclipse.core.runtime.jobs.MultiRule
 
toString() - Method in class org.eclipse.core.runtime.ListenerList
 
toString() - Method in class org.eclipse.core.runtime.MultiStatus
Returns a string representation of the status, suitable for debugging purposes only.
toString() - Method in class org.eclipse.core.runtime.Path
 
toString() - Method in class org.eclipse.core.runtime.PerformanceStats
For debugging purposes only.
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.PluginVersionIdentifier
Deprecated.
Returns the string representation of this version identifier.
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.spi.RegistryContributor
 
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.SubMonitor
 
toString() - Method in class org.eclipse.core.text.StringMatcher.Position
 
toString() - Method in class org.eclipse.core.text.StringMatcher
 
toString() - Method in class org.eclipse.debug.core.DebugEvent
 
toString() - Method in class org.eclipse.debug.core.model.Breakpoint
 
toString() - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
 
toString() - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceHandler
 
toString() - Method in class org.eclipse.e4.ui.css.core.css2.CSS2PrimitiveValueImpl
 
toString() - Method in class org.eclipse.e4.ui.css.core.dom.ArrayNodeList
 
toString() - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
 
toString() - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
 
toString() - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleRuleImpl
 
toString() - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSValueListImpl
 
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSAndConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSAttributeConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSBeginHyphenAttributeConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSChildSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionalSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDescendantSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDirectAdjacentSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSElementSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSIdConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSLangConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSOneOfAttributeConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoClassConditionImpl
Returns a text representation of this object.
toString() - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSPseudoElementSelectorImpl
Returns a representation of the selector.
toString() - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
 
toString() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns the string representation of this URI.
toString() - Method in class org.eclipse.e4.ui.css.swt.resources.ResourceByDefinitionKey
 
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.BindingContextImpl
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CategoryImpl
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandImpl
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandParameterImpl
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl
toString() - Method in class org.eclipse.e4.ui.model.application.commands.impl.ParameterImpl
toString() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
toString() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl
 
toString() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
toString() - Method in class org.eclipse.e4.ui.model.application.impl.ContributionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.impl.StringToObjectMapImpl
toString() - Method in class org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AreaImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PlaceholderImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.CompositePartImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.impl.CoreExpressionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.impl.GenericTileImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.impl.GenericTrimContainerImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectMenuItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.DirectToolItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.DynamicMenuContributionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.HandledToolItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.ToolControlImpl
toString() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.TrimContributionImpl
toString() - Method in enum class org.eclipse.e4.ui.model.application.ui.menu.ItemType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum class org.eclipse.e4.ui.model.application.ui.SideValue
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.e4.ui.model.fragment.impl.StringModelFragmentImpl
toString() - Method in class org.eclipse.e4.ui.model.internal.PositionInfo
 
toString() - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
 
toString() - Method in class org.eclipse.equinox.bidi.internal.StructuredTextImpl
 
toString() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
 
toString() - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
 
toString() - Method in class org.eclipse.equinox.p2.metadata.expression.SimplePattern
 
toString() - Method in class org.eclipse.equinox.p2.metadata.Version
 
toString() - Method in class org.eclipse.equinox.p2.metadata.VersionedId
Returns a string representation of this versioned id.
toString() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
 
toString() - Method in class org.eclipse.equinox.p2.operations.Update
 
toString() - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
toString() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
 
toString() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor
Returns a string representation of this descriptor for debugging purposes only.
toString() - Method in class org.eclipse.equinox.p2.repository.spi.RepositoryReference
 
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.action.MenuManager
 
toString() - Method in class org.eclipse.jface.action.SubContributionItem
 
toString() - Method in class org.eclipse.jface.bindings.Binding
The string representation of this binding -- for debugging purposes only.
toString() - Method in class org.eclipse.jface.bindings.keys.KeySequence
Returns the formal string representation for this key sequence.
toString() - Method in class org.eclipse.jface.bindings.keys.KeyStroke
Returns the formal string representation for this key stroke.
toString() - Method in class org.eclipse.jface.bindings.Scheme
The string representation of this command -- for debugging purposes only.
toString() - Method in class org.eclipse.jface.commands.ActionHandler
 
toString() - Method in class org.eclipse.jface.layout.FillLayoutFactory
 
toString() - Method in class org.eclipse.jface.layout.GridDataFactory
 
toString() - Method in class org.eclipse.jface.layout.GridLayoutFactory
 
toString() - Method in class org.eclipse.jface.preference.PreferencePage
 
toString() - Method in class org.eclipse.jface.text.AbstractInformationControlManager.Anchor
 
toString() - Method in class org.eclipse.jface.text.BlockTextSelection
 
toString() - Method in class org.eclipse.jface.text.DocumentEvent
 
toString() - Method in class org.eclipse.jface.text.DocumentRewriteSession
 
toString() - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
 
toString() - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager.DETECTION_STRATEGY
 
toString() - Method in class org.eclipse.jface.text.ITextViewerExtension8.EnrichMode
 
toString() - Method in class org.eclipse.jface.text.Position
 
toString() - Method in class org.eclipse.jface.text.Region
 
toString() - Method in class org.eclipse.jface.text.revisions.Revision
 
toString() - Method in class org.eclipse.jface.text.revisions.RevisionRange
 
toString() - Method in class org.eclipse.jface.text.source.LineRange
 
toString() - Method in class org.eclipse.jface.text.templates.TemplateVariableType
 
toString() - Method in class org.eclipse.jface.text.TextSelection
 
toString() - Method in class org.eclipse.jface.text.TypedPosition
 
toString() - Method in class org.eclipse.jface.text.TypedRegion
 
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.viewers.StyledString
Returns the string of this StyledString.
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.ltk.core.refactoring.CompositeChange
 
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.CopyArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.CreateArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
 
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Returns a string representation of these arguments suitable for debugging purposes only.
toString() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
 
toString() - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
 
toString() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
 
toString() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusContext
 
toString() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
 
toString() - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
 
toString() - Method in class org.eclipse.osgi.container.Module
 
toString() - Method in class org.eclipse.osgi.container.ModuleCapability
 
toString() - Method in class org.eclipse.osgi.container.ModuleRequirement
 
toString() - Method in class org.eclipse.osgi.container.ModuleRevision
 
toString() - Method in class org.eclipse.osgi.container.ModuleRevisions
 
toString() - Method in class org.eclipse.osgi.container.ModuleWire
 
toString() - Method in class org.eclipse.osgi.container.ModuleWiring
 
toString() - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
toString() - Method in class org.eclipse.osgi.framework.util.FilePath
Returns a string representation of this path.
toString() - Method in class org.eclipse.osgi.framework.util.Headers
Deprecated.
 
toString() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns the string representation of this bundle.
toString() - Method in class org.eclipse.osgi.storage.bundlefile.BundleEntry
Return the name of this BundleEntry by calling getName().
toString() - Method in class org.eclipse.osgi.storage.bundlefile.BundleFile
 
toString() - Method in class org.eclipse.osgi.storage.bundlefile.BundleFileWrapperChain
 
toString() - Method in class org.eclipse.osgi.storage.bundlefile.NestedDirBundleFile
 
toString() - Method in class org.eclipse.osgi.util.ManifestElement
 
toString() - Method in class org.eclipse.search.ui.text.Match
for debug only
toString() - Method in class org.eclipse.swt.accessibility.Accessible
 
toString() - Method in class org.eclipse.swt.accessibility.AccessibleActionEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleControlEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTableEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleValueEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.AuthenticationEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.LocationEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.ProgressEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.StatusTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.TitleEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.WindowEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.CTabFolderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StackLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StyleRange
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DragSourceEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DropTargetEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.GestureEvent
Returns a string containing a concise, human-readable description of the receiver.
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.MenuDetectEvent
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.TouchEvent
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.Cursor
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.GlyphMetrics
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.ImageLoaderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Path
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Pattern
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.Rectangle
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.RGB
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.RGBA
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.TextLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.TextStyle
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Transform
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Returns a string representation of this record class.
toString() - Method in class org.eclipse.swt.layout.BorderData
 
toString() - Method in class org.eclipse.swt.layout.BorderLayout
 
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.ole.win32.Variant
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.opengl.GLData
Returns a string containing a concise, human-readable description of the receiver.
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
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Composite
 
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.Touch
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.TouchSource
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.team.core.RepositoryProvider
Returns a brief description of this provider.
toString() - Method in class org.eclipse.team.core.synchronize.SyncInfo
 
toString() - Method in class org.eclipse.text.edits.TextEdit
 
toString() - Method in class org.eclipse.text.html.RGB
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.ui.actions.RetargetAction
Returns a string representation of this action.
toString() - Method in class org.eclipse.ui.ActiveShellExpression
 
toString() - Method in class org.eclipse.ui.contexts.EnabledSubmission
Deprecated.
 
toString() - Method in class org.eclipse.ui.dialogs.FileSystemElement
For debugging purposes only.
toString() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
toString() - Method in class org.eclipse.ui.internal.ActionDescriptor
For debugging only.
toString() - Method in class org.eclipse.ui.internal.ActionSetContributionItem
 
toString() - Method in class org.eclipse.ui.internal.ActionSetMenuManager
 
toString() - Method in class org.eclipse.ui.internal.AggregateWorkingSet
 
toString() - Method in class org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler.FileLimit
 
toString() - Method in class org.eclipse.ui.internal.NavigationHistoryEntry
 
toString() - Method in class org.eclipse.ui.internal.ObjectActionContributor
Debugging helper that will print out the contribution names for this contributor.
toString() - Method in class org.eclipse.ui.internal.PartSite
Prints out the identifier, the plug-in identifier and the registered name.
toString() - Method in class org.eclipse.ui.internal.PendingSyncExec
 
toString() - Method in class org.eclipse.ui.internal.PluginActionSet
 
toString() - Method in class org.eclipse.ui.internal.WorkingSet
 
toString() - Method in class org.eclipse.ui.internal.WWinPluginAction
 
toString() - Method in class org.eclipse.ui.keys.Key
Deprecated.
Returns the formal string representation for this key.
toString() - Method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Returns the formal string representation for this key sequence.
toString() - Method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Returns the formal string representation for this key stroke.
toString() - Method in class org.eclipse.ui.LegacyHandlerSubmissionExpression
 
toString() - Method in class org.eclipse.ui.model.AdaptableList
 
toString() - Method in class org.eclipse.ui.navigator.CommonViewer
 
toString() - Method in class org.eclipse.ui.navigator.MenuInsertionPoint
 
toString() - Method in class org.eclipse.ui.navigator.Priority
 
toString() - Method in class org.eclipse.ui.part.FileEditorInput
 
toString() - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
toString() - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
 
toString() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
 
toString() - Method in class org.eclipse.ui.texteditor.TextSelectionNavigationLocation
 
toString() - Method in class org.eclipse.ui.views.markers.MarkerField
 
toString() - Method in class org.eclipse.ui.XMLMemento
 
toString() - Method in enum class org.eclipse.unittest.model.ITestElement.Result
 
toString(Class<T>) - Static method in class org.eclipse.core.databinding.conversion.EnumConverters
Creates a converter which converts to the EnumConverters.toString(java.lang.Class<T>) values of the enum constants.
toString(Object[]) - Static method in class org.eclipse.jface.util.Util
Converts an array into a string representation that is suitable for debugging.
toString(StringBuffer) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
Deprecated.
toString(StringBuffer) - Method in interface org.eclipse.equinox.p2.metadata.IVersionFormat
toString(StringBuffer) - Method in class org.eclipse.equinox.p2.metadata.Version
Deprecated.
toString(StringBuffer) - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Deprecated.
toString(StringBuilder) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
Appends the string representation of this expression to the collector collector.
toString(StringBuilder) - Method in interface org.eclipse.equinox.p2.metadata.IVersionFormat
Appends the string representation of this compiled format to the given StringBuilder.
toString(StringBuilder) - Method in class org.eclipse.equinox.p2.metadata.Version
Appends the string representation of this version onto the sb StringBuilder.
toString(StringBuilder) - Method in class org.eclipse.equinox.p2.metadata.VersionRange
 
toString(Capability) - Static method in class org.eclipse.osgi.container.ModuleContainer
Generates a human readable string representation of the the given capability, mapping the namespace to well-known header names.
toString(Requirement) - Static method in class org.eclipse.osgi.container.ModuleContainer
Generates a human readable string representation of the the given requirement, mapping the namespace to well-known header names.
total - Variable in class org.eclipse.swt.browser.ProgressEvent
total value
touch(IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Marks this resource as having changed even though its content may not have changed.
touch(TouchEvent) - Method in interface org.eclipse.swt.events.TouchListener
Sent when a touch sequence begins, changes state, or ends.
Touch - Class in org.eclipse.swt.widgets
Instances of this class are created in response to a touch-based input device being touched.
Touch - Static variable in class org.eclipse.swt.SWT
The touch event type (value is 47).
touches - Variable in class org.eclipse.swt.events.TouchEvent
The set of touches representing the state of all contacts with touch input device at the time the event was generated.
touches - Variable in class org.eclipse.swt.widgets.Event
An array of the touch states for the current touch event.
TouchEvent - Class in org.eclipse.swt.events
Instances of this class are sent in response to a touch-based input source being touched.
TouchEvent(Event) - Constructor for class org.eclipse.swt.events.TouchEvent
Constructs a new instance of this class based on the information in the given untyped event.
TouchListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as touches occur on a touch-aware input surface.
Touchpoint - Class in org.eclipse.equinox.p2.engine.spi
A touchpoint is responsible for executing the required provisioning steps for each phase corresponding to a particular targeted system (eclipse, native).
Touchpoint() - Constructor for class org.eclipse.equinox.p2.engine.spi.Touchpoint
 
TouchSource - Class in org.eclipse.swt.widgets
Instances of this class represent sources of touch input that generate Touch objects.
TOUCHSTATE_DOWN - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger touched the device.
TOUCHSTATE_MOVE - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger moved on the device.
TOUCHSTATE_UP - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger was lifted from the device.
toUnencodedString(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a string representation of the given URI that doesn't have illegal characters encoded.
toUnmodifiableSet() - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
toUnmodifiableSet() - Method in class org.eclipse.equinox.p2.query.Collector
Returns the collected objects as an immutable collection.
toUnmodifiableSet() - Method in interface org.eclipse.equinox.p2.query.IQueryResult
Returns a Set backed by this query result.
toUpdate - Variable in class org.eclipse.equinox.p2.operations.Update
 
toURI() - Method in interface org.eclipse.core.filesystem.IFileStore
Returns a URI instance corresponding to this store.
toURI() - Method in class org.eclipse.core.filesystem.provider.FileStore
 
toURI(String) - Static method in class org.eclipse.core.filesystem.URIUtil
Converts a String representing a local file system path to a URI.
toURI(String, boolean) - Static method in class org.eclipse.core.filesystem.URIUtil
Converts a String representing a local file system path to a URI.
toURI(String, String, String) - Static method in class org.eclipse.core.runtime.URIUtil
An UNC-safe factory the the URI-ctor
toURI(String, String, String, int, String, String, String) - Static method in class org.eclipse.core.runtime.URIUtil
An UNC-safe factory the the URI-ctor
toURI(String, String, String, String) - Static method in class org.eclipse.core.runtime.URIUtil
An UNC-safe factory the the URI-ctor
toURI(String, String, String, String, String) - Static method in class org.eclipse.core.runtime.URIUtil
An UNC-safe factory the the URI-ctor
toURI(URL) - Static method in class org.eclipse.core.runtime.URIUtil
Returns the URL as a URI.
toURI(IPath) - Static method in class org.eclipse.core.filesystem.URIUtil
Converts an IPath representing a local file system path to a URI.
toURL(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a URI as a URL.
trace(String) - Method in class org.eclipse.e4.core.services.log.Logger
 
trace(String, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
trace(String, Object[]) - Method in class org.eclipse.e4.core.services.log.Logger
 
trace(String, Object, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
trace(String, String) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Traces a message for the specified option.
trace(String, String, Throwable) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Traces a message and exception for the specified option.
trace(Throwable) - Method in class org.eclipse.e4.core.services.log.Logger
 
trace(Throwable, String) - Method in class org.eclipse.e4.core.services.log.Logger
 
TRACE_ACTIONS - Static variable in class org.eclipse.jface.util.Policy
A flag to indicate whether actions are being traced.
TRACE_ERRORS - Static variable in class org.eclipse.jface.text.TextViewer
Internal flag to indicate the debug state.
TRACE_TOOLBAR - Static variable in class org.eclipse.jface.util.Policy
A flag to indicate whether toolbars are being traced.
traceDumpStack(String) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Adds a trace message showing a thread stack dump for the current class and method being executed for the specified option.
traceEntry(String) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Add a trace message level stating that a method is being executed for the specified option.
traceEntry(String, Object) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Add a trace message level stating that a method with the specified argument values is being executed for the specified option.
traceEntry(String, Object[]) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Add a trace message level stating that a method with the specified arguments values is being executed for the specified option.
traceExit(String) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Add a trace message level stating that a method has completed execution for the specified option.
traceExit(String, Object) - Method in interface org.eclipse.osgi.service.debug.DebugTrace
Add a trace message level stating that a method with the specified result value has completed execution for the specified option.
Tracing - Class in org.eclipse.core.commands.util
Deprecated, for removal: This API element is subject to removal in a future version. 
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 in org.eclipse.swt.widgets
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.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
The cached value of the 'Tracking' attribute.
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
 
TRACKING - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ImperativeExpression
 
TRACKING_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
The default value of the 'Tracking' attribute.
trackProject(IProject) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Track the given project if it has a change set collector.
TRAIL - Static variable in class org.eclipse.swt.SWT
Style constant for trailing alignment (value is 1<<17).
Transfer - Class in org.eclipse.swt.dnd
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 in org.eclipse.swt.dnd
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
 
TransferDragSourceListener - Interface in org.eclipse.jface.util
A TransferDragSourceListener is a DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener - Interface in org.eclipse.jface.util
A TransferDropTargetListener is a DropTragetListener that handles one type of SWT Transfer.
transferRule(ISchedulingRule, Thread) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Transfers ownership of a scheduling rule to another thread.
transferSettings(IPath) - Method in class org.eclipse.ui.internal.WorkbenchLayoutSettingsTransfer
 
transferSettings(IPath) - Method in class org.eclipse.ui.preferences.SettingsTransfer
Transfer the settings to a workspace rooted at newWorkspacwe
transferUndoHistory(IDocumentUndoManager) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
transferUndoHistory(IDocumentUndoManager) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Transfers the undo history from the specified document undo manager to this undo manager.
transform(float[]) - Method in class org.eclipse.swt.graphics.Transform
Given an array containing points described by alternating x and y values, modify that array such that each point has been replaced with the result of applying the transformation represented by the receiver to that point.
Transform - Class in org.eclipse.swt.graphics
Instances of this class represent transformation matrices for points expressed as (x, y) pairs of floating point numbers.
Transform(Device) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new identity Transform.
Transform(Device, float[]) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new Transform given an array of elements that represent the matrix that describes the transformation.
Transform(Device, float, float, float, float, float, float) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new Transform given all of the elements that represent the matrix that describes the transformation.
TRANSIENT - Enum constant in enum class org.eclipse.osgi.container.Module.StartOptions
The module start operation is transient and the persistent autostart or activation policy setting of the module is not modified.
TRANSIENT - Enum constant in enum class org.eclipse.osgi.container.Module.StopOptions
The module stop operation is transient and the persistent autostart setting of the module is not modified.
TRANSIENT - Static variable in interface org.eclipse.core.resources.IMarker
Transient marker attribute.
TRANSIENT_IF_AUTO_START - Enum constant in enum class org.eclipse.osgi.container.Module.StartOptions
The module start operation is transient and will only happen if auto start setting is persistent.
TRANSIENT_RESUME - Enum constant in enum class org.eclipse.osgi.container.Module.StartOptions
The module start operation is transient and the persistent activation policy setting will be used.
transientData - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl
The cached value of the 'Transient Data' map.
TRANSIENTDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
 
translate(float, float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation translated by (offsetX, offsetY).
translate(int, int) - Method in class org.eclipse.swt.graphics.Region
Translate all of the polygons the receiver maintains to describe its area by the specified point.
translate(String) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
Translates a template string to TemplateBuffer.
translate(String[], IContributor, String) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Translates array of keys supplied by the contributor to the requested locale.
translate(String, String) - Method in class org.eclipse.e4.core.services.translation.TranslationService
Translates the key from the contributor.
translate(String, ResourceBundle) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Translates key using the supplied resource bundle.
translate(Template) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
Translates a template to a TemplateBuffer.
translate(Point) - Method in class org.eclipse.swt.graphics.Region
Translate all of the polygons the receiver maintains to describe its area by the specified point.
translateString(ResourceBundle, String, String) - Static method in class org.eclipse.jface.util.Util
Provides a translation of a particular key from the resource bundle.
Translation - Annotation Interface in org.eclipse.e4.core.services.nls
Annotation used in conjunction with Inject to mark injected values
TranslationProviderFactory - Class in org.eclipse.e4.core.services.translation
Factory for translation providers.
TranslationService - Class in org.eclipse.e4.core.services.translation
Provides localization service.
TranslationService() - Constructor for class org.eclipse.e4.core.services.translation.TranslationService
 
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).
TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Style constant for transparent behavior (value is 1<<30).
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
The transparent pixel.
TRAPPED_KEYS - Static variable in class org.eclipse.jface.bindings.keys.KeySequenceText
The keys trapped by this widget.
TRAVERSAL - Static variable in class org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
is a cell is activated by traversing
traverse(int) - Method in class org.eclipse.swt.custom.CCombo
 
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Based on the argument, perform one of the expected platform traversal action.
traverse(int, KeyEvent) - Method in class org.eclipse.swt.widgets.Control
Performs a platform traversal action corresponding to a KeyDown event.
traverse(int, Event) - Method in class org.eclipse.swt.widgets.Control
Performs a platform traversal action corresponding to a KeyDown event.
traverse(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Recursively traverse and collect elements based on a condition
Traverse - Static variable in class org.eclipse.swt.SWT
The 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 (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).
TraverseEvent - Class in org.eclipse.swt.events
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 in org.eclipse.swt.events
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 in org.eclipse.swt.widgets
Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayDialog - Class in org.eclipse.jface.dialogs
A TrayDialog is a specialized Dialog that can contain a tray on its side.
TrayDialog(IShellProvider) - Constructor for class org.eclipse.jface.dialogs.TrayDialog
Creates a tray dialog with the given parent.
TrayDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.TrayDialog
Creates a tray dialog instance.
TrayItem - Class in org.eclipse.swt.widgets
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(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
 
Tree - Class in org.eclipse.swt.widgets
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.
TREE_BORDER - Static variable in class org.eclipse.ui.forms.widgets.FormToolkit
 
TREE_LAYOUT - Static variable in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
Value for the PROP_PAGE_LAYOUT that indicates that the models should display their elements in tree form.
TREE_NODE - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
If this style is used, a tree node with either + or - signs will be used to render the expansion toggle.
TreeAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeAdapter() - Constructor for class org.eclipse.swt.events.TreeAdapter
 
treeCollapsed(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been collapsed.
treeCollapsed(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is collapsed.
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is collapsed.
treeCollapsedAdapter(Consumer<TreeEvent>) - Static method in interface org.eclipse.swt.events.TreeListener
Static helper method to create a TreeListener for the TreeListener.treeCollapsed(TreeEvent e)) method, given a lambda expression or a method reference.
treeColumn(int) - Static method in class org.eclipse.jface.widgets.WidgetFactory
 
TreeColumn - Class in org.eclipse.swt.widgets
Instances of this class represent a column in a tree widget.
TreeColumn(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeColumn
Constructs a new instance of this class given its parent (which must be a Tree) and a style value describing its behavior and appearance.
TreeColumn(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeColumn
Constructs a new instance of this class given its parent (which must be a Tree), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeColumnFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing TreeColumn.
TreeColumnLayout - Class in org.eclipse.jface.layout
The TreeColumnLayout is the Layout used to maintain TreeColumn sizes in a Tree.
TreeColumnLayout() - Constructor for class org.eclipse.jface.layout.TreeColumnLayout
Creates a new tree column layout.
TreeColumnLayout(boolean) - Constructor for class org.eclipse.jface.layout.TreeColumnLayout
Creates a new tree column layout.
TreeColumnViewerLabelProvider - Class in org.eclipse.jface.viewers
TreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths.
TreeColumnViewerLabelProvider(IBaseLabelProvider) - Constructor for class org.eclipse.jface.viewers.TreeColumnViewerLabelProvider
Create a new instance of the receiver with the supplied labelProvider.
treeComposite - Variable in class org.eclipse.ui.dialogs.FilteredTree
 
TreeCursor - Class in org.eclipse.swt.custom
A TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard.
TreeCursor(Tree, int) - Constructor for class org.eclipse.swt.custom.TreeCursor
Constructs a new instance of this class given its parent tree and a style value describing its behavior and appearance.
TreeDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Tree.
TreeDragSourceEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDragSourceEffect
Creates a new TreeDragSourceEffect to handle drag effect from the specified Tree.
TreeDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg. select, insert, scroll and expand) when a drag occurs over a Tree.
TreeDropTargetEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDropTargetEffect
Creates a new TreeDropTargetEffect to handle the drag under effect on the specified Tree.
TreeEditor - Class in org.eclipse.swt.custom
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.
TreeElement - Class in org.eclipse.e4.ui.css.swt.dom
 
TreeElement(Tree, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.TreeElement
 
TreeEvent - Class in org.eclipse.swt.events
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(TreeExpansionEvent) - Method in interface org.eclipse.jface.viewers.ITreeViewerListener
Notifies that a node in the tree has been expanded.
treeExpanded(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is expanded.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is expanded.
treeExpandedAdapter(Consumer<TreeEvent>) - Static method in interface org.eclipse.swt.events.TreeListener
Static helper method to create a TreeListener for the TreeListener.treeExpanded(TreeEvent e)) method, given a lambda expression or a method reference.
TreeExpansionEvent - Class in org.eclipse.jface.viewers
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.
TreeFactory - Class in org.eclipse.jface.widgets
This class provides a convenient shorthand for creating and initializing Tree.
TreeFrame - Class in org.eclipse.ui.views.framelist
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 in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
TreeNode - Class in org.eclipse.jface.viewers
A simple data structure that is useful for implemented tree models.
TreeNode - Class in org.eclipse.ui.forms.widgets
A custom selectable control that can be used to control areas that can be expanded or collapsed.
TreeNode(Object) - Constructor for class org.eclipse.jface.viewers.TreeNode
Constructs a new instance of TreeNode.
TreeNode(Composite, int) - Constructor for class org.eclipse.ui.forms.widgets.TreeNode
Creates a control in a provided composite.
TreeNodeContentProvider - Class in org.eclipse.jface.viewers
A content provider that expects every element to be a TreeNode.
TreeNodeContentProvider() - Constructor for class org.eclipse.jface.viewers.TreeNodeContentProvider
 
TreePath - Class in org.eclipse.jface.viewers
A tree path denotes a model element in a tree viewer.
TreePath(Object[]) - Constructor for class org.eclipse.jface.viewers.TreePath
Constructs a path identifying a leaf node in a tree.
TreePathViewerSorter - Class in org.eclipse.jface.viewers
A viewer sorter that is provided extra context in the form of the path of the parent element of the elements being sorted.
TreePathViewerSorter() - Constructor for class org.eclipse.jface.viewers.TreePathViewerSorter
 
treeRoot - Variable in class org.eclipse.core.filesystem.provider.FileTree
The root of the file tree
TreeSelection - Class in org.eclipse.jface.viewers
A concrete implementation of the ITreeSelection interface, suitable for instantiating.
TreeSelection() - Constructor for class org.eclipse.jface.viewers.TreeSelection
Creates a new empty selection.
TreeSelection(TreePath) - Constructor for class org.eclipse.jface.viewers.TreeSelection
Constructs a selection based on the elements identified by the given tree path.
TreeSelection(TreePath[]) - Constructor for class org.eclipse.jface.viewers.TreeSelection
Constructs a selection based on the elements identified by the given tree paths.
TreeSelection(TreePath[], IElementComparer) - Constructor for class org.eclipse.jface.viewers.TreeSelection
Constructs a selection based on the elements identified by the given tree paths.
TreeSelection(TreePath, IElementComparer) - Constructor for class org.eclipse.jface.viewers.TreeSelection
Constructs a selection based on the elements identified by the given tree path.
TreeStructureAdvisor<E> - Class in org.eclipse.jface.databinding.viewers
Instances of this class can be used to improve accuracy and performance of an ObservableListTreeContentProvider or an ObservableSetTreeContentProvider.
TreeStructureAdvisor() - Constructor for class org.eclipse.jface.databinding.viewers.TreeStructureAdvisor
 
treeViewer - Variable in class org.eclipse.ui.dialogs.FilteredTree
The viewer for the filtered tree.
TreeViewer - Class in org.eclipse.jface.viewers
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.
TreeViewerColumn - Class in org.eclipse.jface.viewers
ViewerColumn implementation for TreeViewer to enable column-specific label providers and editing support.
TreeViewerColumn(TreeViewer, int) - Constructor for class org.eclipse.jface.viewers.TreeViewerColumn
Creates a new viewer column for the given TreeViewer on a new TreeColumn with the given style bits.
TreeViewerColumn(TreeViewer, int, int) - Constructor for class org.eclipse.jface.viewers.TreeViewerColumn
Creates a new viewer column for the given TreeViewer on a new TreeColumn with the given style bits.
TreeViewerColumn(TreeViewer, TreeColumn) - Constructor for class org.eclipse.jface.viewers.TreeViewerColumn
Creates a new viewer column for the given TreeViewer on the given TreeColumn.
TreeViewerEditor - Class in org.eclipse.jface.viewers
This is an editor implementation for Tree
TreeViewerFocusCellManager - Class in org.eclipse.jface.viewers
This class is responsible to provide the concept of cells for Tree.
TreeViewerFocusCellManager(TreeViewer, FocusCellHighlighter) - Constructor for class org.eclipse.jface.viewers.TreeViewerFocusCellManager
Create a new manager using a default navigation strategy: SWT.ARROW_UP: navigate to cell above SWT.ARROW_DOWN: navigate to cell below SWT.ARROW_RIGHT: on first column (collapses if item is expanded) else navigate to next visible cell on the right SWT.ARROW_LEFT: on first column (expands if item is collapsed) else navigate to next visible cell on the left
TreeViewerFocusCellManager(TreeViewer, FocusCellHighlighter, CellNavigationStrategy) - Constructor for class org.eclipse.jface.viewers.TreeViewerFocusCellManager
Create a new manager with a custom navigation strategy
TreeViewerFrameSource - Class in org.eclipse.ui.views.framelist
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.
TreeViewerRow - Class in org.eclipse.jface.viewers
TreeViewerRow is the Tree implementation of ViewerRow.
Trigger - Class in org.eclipse.jface.bindings
The abstract class for any object that can be used as a trigger for a binding.
Trigger() - Constructor for class org.eclipse.jface.bindings.Trigger
 
TRIGGER_PRE_UI_POINT - Static variable in class org.eclipse.ui.activities.WorkbenchActivityHelper
The ID of the trigger point that only returns activities with core expressions.
triggerEditorActivationEvent(ColumnViewerEditorActivationEvent) - Method in class org.eclipse.jface.viewers.ColumnViewer
Invoking this method fires an editor activation event which tries to enable the editor but before this event is passed to ColumnViewerEditorActivationStrategy to see if this event should really trigger editor activation
TriggeredOperations - Class in org.eclipse.core.commands.operations
Triggered operations are a specialized implementation of a composite operation that keeps track of operations triggered by the execution of some primary operation.
TriggeredOperations(IUndoableOperation, IOperationHistory) - Constructor for class org.eclipse.core.commands.operations.TriggeredOperations
Construct a composite triggered operations using the specified undoable operation as the trigger.
TRIGGERING_EVENT - Static variable in interface org.osgi.service.application.ScheduledApplication
The key for the startup argument used to pass the event object that triggered the schedule to launch the application instance.
TRIGGERPOINT - Static variable in interface org.eclipse.debug.core.model.ITriggerPoint
Persisted breakpoint marker attribute (value "org.eclipse.debug.core.triggerpoint").
triggers - Variable in class org.eclipse.jface.bindings.TriggerSequence
The list of trigger in this sequence.
TriggerSequence - Class in org.eclipse.jface.bindings
A sequence of one or more triggers.
TriggerSequence(Trigger[]) - Constructor for class org.eclipse.jface.bindings.TriggerSequence
Constructs a new instance of TriggerSequence.
TRIM_BAR - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Trim Bar' class.
TRIM_BAR - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The meta object id for the 'Trim Bar' class.
TRIM_BAR___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The operation id for the 'Update Localization' operation.
TRIM_BAR__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TRIM_BAR__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Children' containment reference list.
TRIM_BAR__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Container Data' attribute.
TRIM_BAR__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Contributor URI' attribute.
TRIM_BAR__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TRIM_BAR__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Element Id' attribute.
TRIM_BAR__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TRIM_BAR__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'On Top' attribute.
TRIM_BAR__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Parent' container reference.
TRIM_BAR__PENDING_CLEANUP - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Pending Cleanup' reference list feature.
TRIM_BAR__PENDING_CLEANUP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Pending Cleanup' reference list.
TRIM_BAR__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Persisted State' map.
TRIM_BAR__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Renderer' attribute.
TRIM_BAR__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Selected Element' reference.
TRIM_BAR__SIDE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Side' attribute.
TRIM_BAR__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tags' attribute list.
TRIM_BAR__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'To Be Rendered' attribute.
TRIM_BAR__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Transient Data' map.
TRIM_BAR__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible' attribute.
TRIM_BAR__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible When' containment reference.
TRIM_BAR__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Widget' attribute.
TRIM_BAR_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of structural features of the 'Trim Bar' class.
TRIM_BAR_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of operations of the 'Trim Bar' class.
TRIM_COMMAND1 - Static variable in class org.eclipse.ui.menus.MenuUtil
Top Left Trim Area
TRIM_COMMAND2 - Static variable in class org.eclipse.ui.menus.MenuUtil
Top Right Trim Area
TRIM_CONTRIBUTION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Trim Contribution' class.
TRIM_CONTRIBUTION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Trim Contribution' class.
TRIM_CONTRIBUTION___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
TRIM_CONTRIBUTION__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TRIM_CONTRIBUTION__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Children' containment reference list.
TRIM_CONTRIBUTION__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
TRIM_CONTRIBUTION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
TRIM_CONTRIBUTION__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TRIM_CONTRIBUTION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
TRIM_CONTRIBUTION__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TRIM_CONTRIBUTION__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
TRIM_CONTRIBUTION__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
TRIM_CONTRIBUTION__PARENT_ID - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Parent Id' attribute feature.
TRIM_CONTRIBUTION__PARENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent Id' attribute.
TRIM_CONTRIBUTION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
TRIM_CONTRIBUTION__POSITION_IN_PARENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Position In Parent' attribute feature.
TRIM_CONTRIBUTION__POSITION_IN_PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Position In Parent' attribute.
TRIM_CONTRIBUTION__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
TRIM_CONTRIBUTION__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Selected Element' reference.
TRIM_CONTRIBUTION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
TRIM_CONTRIBUTION__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
TRIM_CONTRIBUTION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
TRIM_CONTRIBUTION__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
TRIM_CONTRIBUTION__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
TRIM_CONTRIBUTION__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
TRIM_CONTRIBUTION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Trim Contribution' class.
TRIM_CONTRIBUTION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Trim Contribution' class.
TRIM_CONTRIBUTION_URI - Static variable in class org.eclipse.ui.internal.WorkbenchWindow
 
TRIM_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Trim Contributions' class.
TRIM_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Trim Contributions' class.
TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Trim Contributions' containment reference list feature.
TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Trim Contributions' containment reference list.
TRIM_CONTRIBUTIONS_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Trim Contributions' class.
TRIM_CONTRIBUTIONS_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Trim Contributions' class.
TRIM_DEFAULT_HEIGHT - Static variable in class org.eclipse.ui.internal.TrimUtil
Default height for workbench trim.
TRIM_ELEMENT - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Trim Element' class.
TRIM_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The meta object id for the 'Trim Element' class.
TRIM_ELEMENT___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The operation id for the 'Update Localization' operation.
TRIM_ELEMENT__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TRIM_ELEMENT__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Container Data' attribute.
TRIM_ELEMENT__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Contributor URI' attribute.
TRIM_ELEMENT__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TRIM_ELEMENT__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Element Id' attribute.
TRIM_ELEMENT__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TRIM_ELEMENT__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'On Top' attribute.
TRIM_ELEMENT__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Parent' container reference.
TRIM_ELEMENT__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Persisted State' map.
TRIM_ELEMENT__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Renderer' attribute.
TRIM_ELEMENT__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tags' attribute list.
TRIM_ELEMENT__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'To Be Rendered' attribute.
TRIM_ELEMENT__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Transient Data' map.
TRIM_ELEMENT__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible' attribute.
TRIM_ELEMENT__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible When' containment reference.
TRIM_ELEMENT__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Widget' attribute.
TRIM_ELEMENT_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of structural features of the 'Trim Element' class.
TRIM_ELEMENT_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of operations of the 'Trim Element' class.
TRIM_STATUS - Static variable in class org.eclipse.ui.menus.MenuUtil
Bottom (Status) Trim Area
TRIM_VERTICAL1 - Static variable in class org.eclipse.ui.menus.MenuUtil
Left Vertical Trim Area
TRIM_VERTICAL2 - Static variable in class org.eclipse.ui.menus.MenuUtil
Right Vertical Trim Area
TrimBarImpl - Class in org.eclipse.e4.ui.model.application.ui.basic.impl
An implementation of the model object 'Trim Bar'.
TrimBarImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.basic.impl.TrimBarImpl
TrimBarLayout - Class in org.eclipse.e4.ui.workbench.renderers.swt
This class manages the Layout of the applications' TrimBar.
TrimBarLayout(boolean) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout
Constructor for the TrimBarLayout.
TrimBarRenderer - Class in org.eclipse.e4.ui.workbench.renderers.swt
 
TrimBarRenderer() - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer
 
trimBars - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The cached value of the 'Trim Bars' containment reference list.
trimBars - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The cached value of the 'Trim Bars' containment reference list.
trimBars - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The cached value of the 'Trim Bars' containment reference list.
trimBars - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl
The cached value of the 'Trim Bars' containment reference list.
TRIMBARS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimmedWindow
 
TrimContributionImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Trim Contribution'.
TrimContributionImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.TrimContributionImpl
trimContributions - Variable in class org.eclipse.e4.ui.model.application.impl.ApplicationImpl
The cached value of the 'Trim Contributions' containment reference list.
TRIMCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContributions
 
trimFileExtension() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
trimFragment() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, otherwise.
TRIMMED_WINDOW - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Trimmed Window' class.
TRIMMED_WINDOW - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The meta object id for the 'Trimmed Window' class.
TRIMMED_WINDOW___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The operation id for the 'Update Localization' operation.
TRIMMED_WINDOW__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
TRIMMED_WINDOW__BINDING_CONTEXTS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Binding Contexts' reference list.
TRIMMED_WINDOW__CHILDREN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Children' containment reference list.
TRIMMED_WINDOW__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Container Data' attribute.
TRIMMED_WINDOW__CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Context' attribute.
TRIMMED_WINDOW__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Contributor URI' attribute.
TRIMMED_WINDOW__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Cur Shared Ref' reference.
TRIMMED_WINDOW__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Element Id' attribute.
TRIMMED_WINDOW__HANDLERS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Handlers' containment reference list.
TRIMMED_WINDOW__HEIGHT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Height' attribute.
TRIMMED_WINDOW__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Icon URI' attribute.
TRIMMED_WINDOW__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Label' attribute.
TRIMMED_WINDOW__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
TRIMMED_WINDOW__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Label' attribute.
TRIMMED_WINDOW__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Localized Tooltip' attribute.
TRIMMED_WINDOW__MAIN_MENU - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Main Menu' containment reference.
TRIMMED_WINDOW__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'On Top' attribute.
TRIMMED_WINDOW__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Parent' container reference.
TRIMMED_WINDOW__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Persisted State' map.
TRIMMED_WINDOW__PROPERTIES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Properties' map.
TRIMMED_WINDOW__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Renderer' attribute.
TRIMMED_WINDOW__SELECTED_ELEMENT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Selected Element' reference.
TRIMMED_WINDOW__SHARED_ELEMENTS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Shared Elements' containment reference list.
TRIMMED_WINDOW__SNIPPETS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Snippets' containment reference list.
TRIMMED_WINDOW__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tags' attribute list.
TRIMMED_WINDOW__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'To Be Rendered' attribute.
TRIMMED_WINDOW__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Tooltip' attribute.
TRIMMED_WINDOW__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Transient Data' map.
TRIMMED_WINDOW__TRIM_BARS - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals
The meta object literal for the 'Trim Bars' containment reference list feature.
TRIMMED_WINDOW__TRIM_BARS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Trim Bars' containment reference list.
TRIMMED_WINDOW__VARIABLES - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Variables' attribute list.
TRIMMED_WINDOW__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible' attribute.
TRIMMED_WINDOW__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Visible When' containment reference.
TRIMMED_WINDOW__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Widget' attribute.
TRIMMED_WINDOW__WIDTH - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Width' attribute.
TRIMMED_WINDOW__WINDOWS - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Windows' containment reference list.
TRIMMED_WINDOW__X - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'X' attribute.
TRIMMED_WINDOW__Y - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The feature id for the 'Y' attribute.
TRIMMED_WINDOW_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of structural features of the 'Trimmed Window' class.
TRIMMED_WINDOW_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
The number of operations of the 'Trimmed Window' class.
trimmedOrNull(String) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
If str is null, then this method returns null.
TrimmedPartLayout - Class in org.eclipse.e4.ui.workbench.renderers.swt
This arranges its controls into 5 'slots' defined by its composite children Top: spans the entire width and abuts the top of the container Bottom: spans the entire width and abuts the bottom of the container Left: spans the space between 'top' and 'bottom' and abuts the left of the container Right: spans the space between 'top' and 'bottom' and abuts the right of the container Center: fills the area remaining once the other controls have been positioned NOTE: All the child controls must exist.
TrimmedPartLayout(Composite) - Constructor for class org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout
This layout is used to support parts that want trim for their containing composites.
TrimmedWindowImpl - Class in org.eclipse.e4.ui.model.application.ui.basic.impl
An implementation of the model object 'Trimmed Window'.
TrimmedWindowImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl
trimQuery() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
trimSegments(int) - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.
TrimUtil - Class in org.eclipse.ui.internal
Simple class to provide some common internal Trim support.
TrimUtil() - Constructor for class org.eclipse.ui.internal.TrimUtil
 
TRUE - Static variable in class org.eclipse.core.expressions.EvaluationResult
The evaluation result representing the value TRUE
TRUE - Static variable in class org.eclipse.core.expressions.Expression
The expression corresponding to EvaluationResult.TRUE.
TRUE - Static variable in class org.eclipse.core.runtime.Preferences
Deprecated.
The string representation used for true ("true").
TRUE - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The string representation used for true ("true").
TRUE_EXPRESSION - Static variable in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
 
trustAlways() - Method in class org.eclipse.equinox.p2.core.UIServices.TrustInfo
Return a boolean indicating whether to always trust all content regardless of whether it's signed, regardless of how it's signed, and regardless of the certificate or key with which it's signed, both during this operation and for all future operations.
TrustAuthorityInfo(Collection<URI>, boolean, boolean) - Constructor for class org.eclipse.equinox.p2.repository.metadata.spi.IInstallableUnitUIServices.TrustAuthorityInfo
 
TrustEngine - Class in org.eclipse.osgi.service.security
A TrustEngine is used to establish the authenticity of a Certificate chain.
TrustEngine() - Constructor for class org.eclipse.osgi.service.security.TrustEngine
 
TrustInfo(Certificate[], boolean, boolean) - Constructor for class org.eclipse.equinox.p2.core.UIServices.TrustInfo
Deprecated.
use other constructor
TrustInfo(Collection<Certificate>, Collection<PGPPublicKey>, boolean, boolean) - Constructor for class org.eclipse.equinox.p2.core.UIServices.TrustInfo
 
TrustInfo(Collection<Certificate>, Collection<PGPPublicKey>, boolean, boolean, boolean) - Constructor for class org.eclipse.equinox.p2.core.UIServices.TrustInfo
 
trustUnsignedContent() - Method in class org.eclipse.equinox.p2.core.UIServices.TrustInfo
Return a boolean indicating whether the unsigned content should be trusted during this operation.
tryInstall() - Method in class org.eclipse.jface.text.link.LinkedModeModel
Installs this model, which includes registering as document listener on all involved documents and storing global information about this model.
turnOffActionSet(IActionSetDescriptor) - Method in class org.eclipse.ui.internal.Perspective
 
turnOffActionSets(IActionSetDescriptor[]) - Method in class org.eclipse.ui.internal.Perspective
 
turnOnActionSets(IActionSetDescriptor[]) - Method in class org.eclipse.ui.internal.Perspective
 
Twistie - Class in org.eclipse.ui.forms.widgets
A custom selectable control that can be used to control areas that can be expanded or collapsed.
Twistie(Composite, int) - Constructor for class org.eclipse.ui.forms.widgets.Twistie
Creates a control in a provided composite.
TWISTIE - Static variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
If this style is used, a twistie will be used to render the expansion toggle.
TWO_WAY - Static variable in interface org.eclipse.team.core.mapping.ISynchronizationContext
Synchronization type constant that indicates that context is a two-way synchronization.
TWO_WAY - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Comparison type constants
TwoPaneElementSelector - Class in org.eclipse.ui.dialogs
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.
twoWay() - Static method in class org.eclipse.core.databinding.bind.Bind
Returns the first step in a pipeline that will create a two-way binding, for value, list or set bindings.
TwoWayDiff - Class in org.eclipse.team.core.diff.provider
Implementation of ITwoWayDiff.
TwoWayDiff(IPath, int, int) - Constructor for class org.eclipse.team.core.diff.provider.TwoWayDiff
Create a two-way diff
type - Variable in class org.eclipse.core.databinding.property.SimplePropertyEvent
The type of property event that occurred.
type - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The cached value of the 'Type' attribute.
type - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
type - Variable in class org.eclipse.swt.custom.Bullet
The bullet 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)
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.BorderLayout
type specifies how controls will be positioned within the center region.
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.ole.win32.OleEvent
 
type - Variable in class org.eclipse.swt.ole.win32.OleParameterDescription
 
type - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
type - Variable in class org.eclipse.swt.widgets.Event
the type of event, as defined by the event type constants in class SWT
type(int) - Method in class org.eclipse.jface.layout.RowLayoutFactory
type specifies whether the layout places controls in rows or columns.
Type - Class in org.eclipse.ant.core
Represents an Ant type.
Type - Variable in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
The persisted type of the repository.
Type() - Constructor for class org.eclipse.ant.core.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.e4.ui.workbench.UIEvents.EventTags
The event type @see UIEvents.EventTypes
TYPE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Item
 
TYPE - Static variable in class org.eclipse.jface.text.source.inlined.AbstractInlinedAnnotation
The type of inlined annotations.
TYPE - Static variable in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
The type of projection annotations.
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.texteditor.spelling.SpellingAnnotation
The spelling annotation type.
TYPE - Static variable in class org.eclipse.ui.views.navigator.ResourceComparator
Constructor argument value that indicates to sort items by extension.
TYPE_ALL - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_AND - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_ARRAY - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_ARTIFACT - Static variable in interface org.eclipse.equinox.p2.repository.IRepository
A repository type constant (value 1) representing an artifact repository.
TYPE_ASSIGNMENT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_AT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_ATTR_TAG - Static variable in interface org.eclipse.e4.ui.bindings.EBindingService
 
TYPE_BUNDLE - Static variable in interface org.eclipse.core.runtime.preferences.IScopeContext
Type of a scope context that provides access to a bundle scoped context where IScopeContext.getLocation() returns the bundles state location, and IScopeContext.getNode(String) returns the preferences for this particular bundle.
TYPE_COLLECT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_COMPOSITE_REPOSITORY - Static variable in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
Repository type for a composite repository based on a URL or local file system location.
TYPE_COMPOSITE_REPOSITORY - Static variable in interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager
Repository type for a composite repository based on a URL or local file system location.
TYPE_CONDITION - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_DEFAULT - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The type of image to display in the default case.
TYPE_DIALOG - Static variable in interface org.eclipse.ui.contexts.IContextService
The type used for registration indicating that the shell should be treated as a dialog.
TYPE_DIALOG - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
The type used for registration indicating that the shell should be treated as a dialog.
TYPE_DISABLED - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The type of image to display if the corresponding command is disabled.
TYPE_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The default value of the 'Type' attribute.
TYPE_EQUALS - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_EXISTS - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_EXPORT - Static variable in class org.eclipse.ui.navigator.WizardActionGroup
The type for commonWizard extensions with the value "new" for their type attribute.
TYPE_FILTERING_DIALOG - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
TYPE_FIRST - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_FLATTEN - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_FUNCTION - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_GREATER - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_GREATER_EQUAL - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_HOVER - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The type of image to display if the mouse is hovering over the command and the command is enabled.
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
Unique identifier for the archive source container type (value org.eclipse.debug.core.containerType.archive).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer
Unique identifier for the default source container type (value org.eclipse.debug.core.containerType.default).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
Unique identifier for the directory source container type (value org.eclipse.debug.core.containerType.directory).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer
Unique identifier for the external archive source container type (value org.eclipse.debug.core.containerType.externalArchive).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.FolderSourceContainer
Unique identifier for the folder source container type (value org.eclipse.debug.core.containerType.folder).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
Unique identifier for the project source container type (value org.eclipse.debug.core.containerType.project).
TYPE_ID - Static variable in class org.eclipse.debug.core.sourcelookup.containers.WorkspaceSourceContainer
Unique identifier for the workspace source container type (value org.eclipse.debug.core.containerType.workspace).
TYPE_ID - Static variable in class org.eclipse.debug.ui.sourcelookup.WorkingSetSourceContainer
Unique identifier for the working set source container type (value org.eclipse.debug.ui.containerType.workingSet.)
TYPE_ID_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandParameterImpl
The default value of the 'Type Id' attribute.
TYPE_IMPORT - Static variable in class org.eclipse.ui.navigator.WizardActionGroup
The type for commonWizard extensions with the value "new" for their type attribute.
TYPE_INTERSECT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LAMBDA - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LATEST - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LESS - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LESS_EQUAL - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LIMIT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_LITERAL - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_MATCHES - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_MEMBER - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_METADATA - Static variable in interface org.eclipse.equinox.p2.repository.IRepository
A repository type constant (value 0) representing a metadata repository.
TYPE_NEW - Static variable in class org.eclipse.ui.navigator.WizardActionGroup
The type for commonWizard extensions with the value "new" for their type attribute.
TYPE_NONE - Static variable in interface org.eclipse.ui.contexts.IContextService
The type used for registration indicating that the shell should not receive any key bindings be default.
TYPE_NONE - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
The type used for registration indicating that the shell should not receive any key bindings be default.
TYPE_NOT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_NOT_EQUALS - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_OR - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_PARAMETER - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_PIPE - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_PREFERENCE - Static variable in interface org.eclipse.ui.model.IContributionService
contributionType value for Preferences
TYPE_PROPERTY - Static variable in interface org.eclipse.ui.model.IContributionService
contributionType value for the PropertyDialog
TYPE_SELECT - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_SIMPLE_REPOSITORY - Static variable in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
Repository type for a simple repository based on a URL or local file system location.
TYPE_SIMPLE_REPOSITORY - Static variable in interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager
Repository type for a simple repository based on a URL or local file system location.
TYPE_TRAVERSE - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_UNION - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_UNIQUE - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_UNKNOWN - Static variable in class org.eclipse.jface.text.source.Annotation
Constant for unknown annotation types.
TYPE_VARIABLE - Static variable in interface org.eclipse.equinox.p2.metadata.expression.IExpression
 
TYPE_WINDOW - Static variable in interface org.eclipse.ui.contexts.IContextService
The type used for registration indicating that the shell should be treated as a window.
TYPE_WINDOW - Static variable in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
The type used for registration indicating that the shell should be treated as a window.
TYPE_ZIP - Static variable in interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
An content type (value "application/zip") indicating the content is a zip file.
TypedEvent - Class in org.eclipse.swt.events
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 in org.eclipse.swt.widgets
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 in org.eclipse.jface.text
Convenience class for positions that have a type, similar to ITypedRegion.
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 in org.eclipse.jface.text
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.
TypeFilteringDialog - Class in org.eclipse.ui.dialogs
The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.
TypeFilteringDialog(Shell, Collection) - Constructor for class org.eclipse.ui.dialogs.TypeFilteringDialog
Creates a type filtering dialog using the supplied entries.
TypeFilteringDialog(Shell, Collection, String) - Constructor for class org.eclipse.ui.dialogs.TypeFilteringDialog
Creates a type filtering dialog using the supplied entries.
typeId - Variable in class org.eclipse.e4.ui.model.application.commands.impl.CommandParameterImpl
The cached value of the 'Type Id' attribute.
TYPEID - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
 
TypeMarkerGroup - Class in org.eclipse.ui.views.markers.internal
The TypeMarkerGroup is a MarkerGroup used for the sorting by type which cannot be expressed currently using the markerSupport extension point.
TypeMarkerGroup(String) - Constructor for class org.eclipse.ui.views.markers.internal.TypeMarkerGroup
Create a new instance of the receiver.
types - Variable in class org.eclipse.swt.graphics.PathData
The type of each point.
TypesFiltering_message - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
TypesFiltering_otherExtensions - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
TypesFiltering_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
TypesFiltering_typeDelimiter - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form