- 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.
- 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_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.
- 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 - 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 - 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.
- TableColumnLayout - Class in org.eclipse.jface.layout
-
- TableColumnLayout() - Constructor for class org.eclipse.jface.layout.TableColumnLayout
-
- 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.
- 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.
- 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.
- TableTree - Class in org.eclipse.swt.custom
-
- TableTree(Composite, int) - Constructor for class org.eclipse.swt.custom.TableTree
-
Deprecated.
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
- TableTreeEditor - Class in org.eclipse.swt.custom
-
- TableTreeEditor(TableTree) - Constructor for class org.eclipse.swt.custom.TableTreeEditor
-
Deprecated.
Creates a TableTreeEditor for the specified TableTree.
- TableTreeItem - Class in org.eclipse.swt.custom
-
- TableTreeItem(TableTree, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
-
Deprecated.
Constructs a new instance of this class given its parent
(which must be a TableTree
)
and a style value describing its behavior and appearance.
- TableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
-
Deprecated.
Constructs a new instance of this class given its parent
(which must be a TableTree
,
a style value describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
- TableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
-
Deprecated.
Constructs a new instance of this class given its parent
(which must be a TableTreeItem
)
and a style value describing its behavior and appearance.
- TableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
-
Deprecated.
Constructs a new instance of this class given its parent
(which must be a TableTreeItem
),
a style value describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
- TableTreeViewer - Class in org.eclipse.jface.viewers
-
- TableTreeViewer(TableTree) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Deprecated.
- TableTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Deprecated.
- TableTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Deprecated.
- 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
-
- TableViewerColumn(TableViewer, int, int) - Constructor for class org.eclipse.jface.viewers.TableViewerColumn
-
- TableViewerColumn(TableViewer, TableColumn) - Constructor for class org.eclipse.jface.viewers.TableViewerColumn
-
- 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.
- 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_ID - Static variable in interface org.eclipse.ui.IMemento
-
Special reserved key used to store the memento id
(value "IMemento.internal.id"
).
- 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_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.
- TAGS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
-
- 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
-
- 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.
- 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
- targets - Variable in class org.eclipse.ant.core.AntRunner
-
- targets() - Static method in class org.eclipse.core.databinding.BindingProperties
-
- 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.
- 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.
- TaskList - Class in org.eclipse.ui.views.tasklist
-
- TaskList() - Constructor for class org.eclipse.ui.views.tasklist.TaskList
-
Deprecated.
Creates a new task list view.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- TB_GBG - Static variable in interface org.eclipse.ui.forms.IFormColors
-
- TB_PREFIX - Static variable in interface org.eclipse.ui.forms.IFormColors
-
- TB_TOGGLE - Static variable in class org.eclipse.ui.forms.FormColors
-
- 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
-
- 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(IStatus) - Constructor for exception org.eclipse.team.core.TeamException
-
Create a TeamException
which contains the given status object.
- 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(String) - Constructor for exception org.eclipse.team.core.TeamException
-
Create a TeamException
with an
error status that contains the given message.
- TeamException(CoreException) - Constructor for exception org.eclipse.team.core.TeamException
-
Create a TeamException
that wraps the given CoreException
- 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
-
Creates a new team hook.
- 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(IWorkbenchPart) - Constructor for class org.eclipse.team.ui.TeamOperation
-
Create an team operation associated with the given part.
- TeamOperation(IRunnableContext) - Constructor for class org.eclipse.team.ui.TeamOperation
-
Create an team operation that will run in the given context.
- 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
-
- 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
-
- 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
-
- 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(Template) - Constructor for class org.eclipse.jface.text.templates.Template
-
Creates a copy of a template.
- Template(String, String, String, String) - Constructor for class org.eclipse.jface.text.templates.Template
-
- Template(String, String, String, String, boolean) - Constructor for class org.eclipse.jface.text.templates.Template
-
Creates 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(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.
- TemplateContextType() - Constructor for class org.eclipse.jface.text.templates.TemplateContextType
-
Creates a context type with a null
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
-
TemplatePersistenceData stores information about a template.
- TemplatePersistenceData(Template, boolean) - Constructor for class org.eclipse.jface.text.templates.persistence.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
-
Creates a new instance.
- 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
-
Serializes templates as character or byte stream and reads the same format
back.
- TemplateReaderWriter() - Constructor for class org.eclipse.jface.text.templates.persistence.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.
- TemplatesView - Class in org.eclipse.ui.texteditor.templates
-
The Templates view.hosts
ITemplatesPage
s 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.
- 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.
- TemplateVariable(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[]) - Constructor for class org.eclipse.jface.text.templates.TemplateVariable
-
Creates a template variable with multiple possible values.
- TemplateVariableResolver - Class in org.eclipse.jface.text.templates
-
A TemplateVariableResolver
resolves TemplateVariables
of a certain type inside a TemplateContext
.
- TemplateVariableResolver(String, String) - Constructor for class org.eclipse.jface.text.templates.TemplateVariableResolver
-
Creates an instance of TemplateVariableResolver
.
- TemplateVariableResolver() - Constructor for class org.eclipse.jface.text.templates.TemplateVariableResolver
-
Creates an empty instance.
- 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 - Static variable in class org.eclipse.debug.core.DebugEvent
-
Terminate event kind.
- terminate() - Method in class org.eclipse.debug.core.Launch
-
- terminate() - Method in interface org.eclipse.debug.core.model.ITerminate
-
Causes this element to terminate, generating a TERMINATE
event.
- terminate() - Method in class org.eclipse.debug.core.model.RuntimeProcess
-
- terminated() - Method in class org.eclipse.debug.core.model.RuntimeProcess
-
Notification that the system process associated with this process
has terminated.
- TEST - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
-
The tag name of the test expression (value: test
)
- test(Object, String, Object[], Object) - Method in interface org.eclipse.core.expressions.IPropertyTester
-
Executes the property test determined by the parameter property
.
- 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.
- 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.
- 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.
- 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 - Static variable in interface org.eclipse.core.resources.IMarker
-
Text marker type.
- text - Variable in class org.eclipse.equinox.bidi.custom.StructuredTextCharTypes
-
The source text whose characters are analyzed.
- TEXT - Static variable in interface org.eclipse.jface.action.IAction
-
Property name of an action's text (value "text"
).
- text() - Static method in class org.eclipse.jface.databinding.swt.WidgetProperties
-
- text(int) - Static method in class org.eclipse.jface.databinding.swt.WidgetProperties
-
Returns a value property for observing the text of a
StyledText
or
Text
.
- text(int[]) - Static method in class org.eclipse.jface.databinding.swt.WidgetProperties
-
Returns a value property for observing the text of a
StyledText
or
Text
.
- 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 - 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 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_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_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.
- TextAttribute - Class in org.eclipse.jface.text
-
Description of textual attributes such as color and 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.
- 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.
- 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(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(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 - Static variable in class org.eclipse.swt.custom.ST
-
The TextChanged event type (value is 3006).
- textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
-
This method is called when the content has changed.
- textChanged() - Method in class org.eclipse.ui.dialogs.FilteredTree
-
Update the receiver after the text has changed.
- 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 - Static variable in class org.eclipse.swt.custom.ST
-
The TextChanging event type (value is 3003).
- textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
-
This method is called when the content is about to be changed.
- 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, IScrollLockStateProvider) - Constructor for class org.eclipse.ui.console.TextConsoleViewer
-
Constructs a new viewer in the given parent for the specified console.
- TextConsoleViewer(Composite, TextConsole) - 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
-
- TextContentAdapter() - Constructor for class org.eclipse.jface.fieldassist.TextContentAdapter
-
- TextContentAssistSubjectAdapter - Class in org.eclipse.jface.contentassist
-
- 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
-
- 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 TextEditBasedChange
s 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
TextEdit
s
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
-
- TextEditorPreferencePage() - Constructor for class org.eclipse.ui.editors.text.TextEditorPreferencePage
-
Deprecated.
Creates and returns the text editor preference page.
- 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
-
- TextEvent - Class in org.eclipse.jface.text
-
- 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.
- 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
-
- 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
-
- 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, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Creates a text merge viewer under the given parent control.
- TextMergeViewer(Composite, int, CompareConfiguration) - Constructor for class org.eclipse.compare.contentmergeviewer.TextMergeViewer
-
Creates a text merge viewer under the given parent control.
- TextNavigationAction - Class 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
-
- 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
-
- TextSearchScope() - Constructor for class org.eclipse.search.core.text.TextSearchScope
-
- TextSelection - Class in org.eclipse.jface.text
-
- 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 - Static variable in class org.eclipse.swt.custom.ST
-
The TextSet event type (value is 3004).
- 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()).
- 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.
- 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.
- 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
- themeProperties - Variable in class org.eclipse.ui.intro.config.IntroConfigurer
-
- 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
- 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
-
- 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.
- 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() - Constructor for class org.eclipse.jface.text.templates.GlobalTemplateVariables.Time
-
Creates a new time variable
- 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 - Static variable in class org.eclipse.swt.SWT
-
Style constant for time display (value is 1<<7).
- time - Variable in class org.eclipse.swt.widgets.Event
-
the time that the event occurred.
- 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 - 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
-
- 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.
- 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_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(Object[]) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
-
- toArray() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
-
- toArray(Object[]) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
-
- toArray() - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
-
- toArray(Object[]) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
-
- toArray() - Method in class org.eclipse.core.databinding.observable.list.MultiList
-
- toArray(Object[]) - Method in class org.eclipse.core.databinding.observable.list.MultiList
-
- toArray() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
-
- toArray(Object[]) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
-
- toArray() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
-
- toArray(Object[]) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
-
- toArray() - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
-
- toArray(Object[]) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
-
- toArray() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
-
- toArray(Object[]) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
-
- 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() - 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
-
- 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.StringToNumberConverter
-
- toBigDecimal(NumberFormat) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toBigInteger() - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toBigInteger(NumberFormat) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toByte(boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toByte(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.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(Control, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
-
Converts the given rectangle from display coordinates to the local coordinate system
of the given object into display coordinates.
- toControl(int, int) - Method in class org.eclipse.swt.widgets.Control
-
Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
- toControl(Point) - Method in class org.eclipse.swt.widgets.Control
-
Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
- 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(Control, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
-
Converts the given rectangle from the local coordinate system of the given object
into display coordinates.
- toDisplay(int, int) - Method in class org.eclipse.swt.widgets.Control
-
Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
- toDisplay(Point) - Method in class org.eclipse.swt.widgets.Control
-
Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
- 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.StringToNumberConverter
-
- toDouble(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.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.
- 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.
- 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.
- toFloat(boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toFloat(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- 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 - 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_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_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.
- toggleExpansionState(Annotation) - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotationModel
-
Toggles the expansion state of the given annotation.
- 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.
- toggleLinkingAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
-
Deprecated.
- ToggleLinkingAction - Class in org.eclipse.ui.views.navigator
-
- ToggleLinkingAction(IResourceNavigator, String) - Constructor for class org.eclipse.ui.views.navigator.ToggleLinkingAction
-
Deprecated.
Constructs a new action.
- 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 - 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
.
- 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 interface org.eclipse.ui.IWorkbenchPage
-
Zoom the page in on a part.
- 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.StringToNumberConverter
-
- toInteger(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.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 - Class in org.eclipse.jface.text.rules
-
Standard implementation of IToken
.
- Token(Object) - Constructor for class org.eclipse.jface.text.rules.Token
-
Creates a new token which represents neither undefined, whitespace, nor EOF.
- 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.
- toLDAPString(StringBuffer) - 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
-
- toLong(boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toLong(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toMemento(IResource[]) - Static method in class org.eclipse.debug.core.RefreshUtil
-
- TOOL - Static variable in class org.eclipse.swt.SWT
-
Style constant for tool window behavior (value is 1<<2).
- TOOL_TIP_TEXT - Static variable in interface org.eclipse.jface.action.IAction
-
Property name of an action's tooltip text (value "toolTipText"
).
- TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Part
-
- TOOLBAR - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
-
- 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_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, String, String) - Static method in class org.eclipse.ui.menus.MenuUtil
-
- 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]?
- toolBarChildrenExist() - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns whether or not children exist for the Application Window's
toolbar control.
- TOOLBARCONTRIBUTION_PARENTID_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MToolBarContribution (value is parentId
).
- TOOLBARCONTRIBUTION_POSITIONINPARENT_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MToolBarContribution (value is positionInParent
).
- 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.
- TOOLBARCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ToolBarContributions
-
- TOOLBARCONTRIBUTIONS_TOOLBARCONTRIBUTIONS_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MToolBarContributions (value is toolBarContributions
).
- 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.
- toolbarUri(String) - Static method in class org.eclipse.ui.menus.MenuUtil
-
- 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.
- TOOLTIP - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
-
- ToolTip - Class in org.eclipse.jface.window
-
This class gives implementors to provide customized tooltips for any control.
- 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 - Class in org.eclipse.swt.widgets
-
Instances of this class represent popup windows that are used
to inform or warn the user.
- 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 - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
-
A tooltip for this item.
- 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.WidgetProperties
-
- 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.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 - 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
-
Constant to be used when referring to the top left of the workbench
window.
- TOP_RIGHT - Static variable in interface org.eclipse.jface.viewers.IDecoration
-
Constant for the top right quadrant.
- TOP_RIGHT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
-
Constant to be used when referring to the top right of the workbench
window.
- TOP_VALUE - Static variable in enum org.eclipse.e4.ui.model.application.ui.SideValue
-
The 'Top' literal value
- 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 - 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.Input
-
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.Input
-
- 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_ALLOWMULTIPLE - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.PartDescriptor
-
- 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_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
-
- 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
-
- 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_INPUTURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Input
-
- 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_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_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_TRANSIENTDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
-
- 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
-
- 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
-
- 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.StringToNumberConverter
-
- toShort(NumberFormat, boolean) - Static method in class org.eclipse.core.databinding.conversion.StringToNumberConverter
-
- toStatus() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
-
Returns this refactoring status entry as an
IStatus
.
- 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.EvaluationResult
-
For debugging purpose only
- 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
-
- 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.model.PluginModelObject
-
Deprecated.
Return a string representation of this object.
- 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.debug.core.DebugEvent
-
- toString() - Method in class org.eclipse.debug.ui.BreakpointTypeCategory
-
- toString() - Method in enum 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 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.equinox.bidi.custom.StructuredTextTypeHandler
-
- toString() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
-
- toString() - Method in class org.eclipse.equinox.p2.engine.ProvisioningContext
-
- toString(StringBuffer) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpression
-
Appends the string representation of this expression to the collector collector
.
- toString() - Method in class org.eclipse.equinox.p2.metadata.expression.SimplePattern
-
- toString(StringBuffer) - Method in interface org.eclipse.equinox.p2.metadata.IVersionFormat
-
Appends the string representation of this compiled format to
the given StringBuffer.
- toString() - Method in class org.eclipse.equinox.p2.metadata.Version
-
- toString(StringBuffer) - Method in class org.eclipse.equinox.p2.metadata.Version
-
Appends the string representation of this version onto the
sb
StringBuffer.
- 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(StringBuffer) - 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.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.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.preference.PreferencePage
-
- toString() - Method in class org.eclipse.jface.text.AbstractInformationControlManager.Anchor
-
- 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.templates.TemplateVariableType
-
- toString() - Method in class org.eclipse.jface.text.TypedPosition
-
- toString() - Method in class org.eclipse.jface.text.TypedRegion
-
- toString(Object[]) - Static method in class org.eclipse.jface.util.Util
-
Converts an array into a string representation that is suitable for
debugging.
- 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
-
- 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 interface org.eclipse.osgi.service.resolver.BundleDescription
-
Returns the string representation of this bundle.
- toString() - Method in class org.eclipse.osgi.util.ManifestElement
-
- 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 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.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.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.commands.ActionHandler
-
Deprecated.
- toString() - Method in class org.eclipse.ui.commands.HandlerSubmission
-
Deprecated.
- toString() - Method in class org.eclipse.ui.commands.Priority
-
Deprecated.
- toString() - Method in class org.eclipse.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.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.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.XMLMemento
-
- 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 - Static variable in class org.eclipse.swt.SWT
-
The touch event type (value is 47).
- Touch - Class in org.eclipse.swt.widgets
-
Instances of this class are created in response to a
touch-based input device being touched.
- 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(IPath) - Static method in class org.eclipse.core.filesystem.URIUtil
-
Converts an
IPath
representing a local file system path to a
URI
.
- 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(URL) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns the URL as a URI.
- toURL(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a URI as a URL.
- 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_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
-
A utility class for printing tracing output to the console.
- 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.swt.graphics.DeviceData
-
- 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.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 - 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.
- 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.
- TRANSIENT - Static variable in interface org.eclipse.core.resources.IMarker
-
Transient marker attribute.
- TRANSIENTDATA - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.ApplicationElement
-
- translate(String, ResourceBundle) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
-
Translates key using the supplied resource bundle.
- 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(Template) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
-
Translates a template to a TemplateBuffer
.
- translate(String) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
-
Translates a template string to TemplateBuffer
.
- 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(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.
- 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).
- translateString(ResourceBundle, String, String) - Static method in class org.eclipse.jface.util.Util
-
Provides a translation of a particular key from the resource bundle.
- 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(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
-
Recursively traverse and collect elements based on a condition
A common scenario in p2 is that you want to start with a set of roots and then find
all items that fulfill the root requirements.
- traverse(int) - Method in class org.eclipse.swt.custom.CCombo
-
- Traverse - Static variable in class org.eclipse.swt.SWT
-
The traverse event type (value is 31).
- traverse(int) - Method in class org.eclipse.swt.widgets.Control
-
Based on the argument, perform one of the expected platform
traversal action.
- traverse(int, Event) - Method in class org.eclipse.swt.widgets.Control
-
Performs a platform traversal action corresponding to a KeyDown
event.
- traverse(int, KeyEvent) - Method in class org.eclipse.swt.widgets.Control
-
Performs a platform traversal action corresponding to a KeyDown
event.
- 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(Shell) - Constructor for class org.eclipse.jface.dialogs.TrayDialog
-
Creates a tray dialog instance.
- TrayDialog(IShellProvider) - Constructor for class org.eclipse.jface.dialogs.TrayDialog
-
Creates a tray dialog with the given parent.
- 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 - 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.
- 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.
- TreeColumnLayout - Class in org.eclipse.jface.layout
-
- TreeColumnLayout() - Constructor for class org.eclipse.jface.layout.TreeColumnLayout
-
- 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.
- 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.
- 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.
- 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(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
-
Constructs a new instance of this class given its parent
(which must be a Tree
or a TreeItem
)
and a style value describing its behavior and appearance.
- TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
-
Constructs a new instance of this class given its parent
(which must be a Tree
or a TreeItem
),
a style value describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
- TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
-
Constructs a new instance of this class given its parent
(which must be a Tree
or a TreeItem
)
and a style value describing its behavior and appearance.
- TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
-
Constructs a new instance of this class given its parent
(which must be a Tree
or a TreeItem
),
a style value describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
- TreeListener - Interface 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(Object) - Constructor for class org.eclipse.jface.viewers.TreeNode
-
Constructs a new instance of TreeNode
.
- 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(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(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) - Constructor for class org.eclipse.jface.viewers.TreeSelection
-
Constructs a selection based on the elements identified by the given tree
path.
- TreeSelection(TreePath, IElementComparer) - Constructor for class org.eclipse.jface.viewers.TreeSelection
-
Constructs a selection based on the elements identified by the given tree
path.
- TreeSelection() - Constructor for class org.eclipse.jface.viewers.TreeSelection
-
Creates a new empty selection.
- TreeStructureAdvisor - Class in org.eclipse.jface.databinding.viewers
-
- TreeStructureAdvisor() - Constructor for class org.eclipse.jface.databinding.viewers.TreeStructureAdvisor
-
- 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.
- treeViewer - Variable in class org.eclipse.ui.dialogs.FilteredTree
-
The viewer for the filtered tree.
- 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
-
- TreeViewerColumn(TreeViewer, int, int) - Constructor for class org.eclipse.jface.viewers.TreeViewerColumn
-
- TreeViewerColumn(TreeViewer, TreeColumn) - Constructor for class org.eclipse.jface.viewers.TreeViewerColumn
-
- 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.
- 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_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_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
- TRIMBARS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimmedWindow
-
- TRIMCONTRIBUTION_PARENTID_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MTrimContribution (value is parentId
).
- TRIMCONTRIBUTION_POSITIONINPARENT_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MTrimContribution (value is positionInParent
).
- TRIMCONTRIBUTIONS - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.TrimContributions
-
- TRIMCONTRIBUTIONS_TRIMCONTRIBUTIONS_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MTrimContributions (value is trimContributions
).
- trimmedOrNull(String) - Static method in class org.eclipse.equinox.p2.metadata.expression.ExpressionUtil
-
If str
is null
, then this method returns null
.
- TRIMMEDWINDOW_TRIMBARS_ATTNAME - Static variable in class org.eclipse.e4.ui.workbench.modeling.ModelReconciler
-
Attribute defined by MTrimmedWindows (value is trimBars
).
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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.
- 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.
- TwoWayDiff - Class in org.eclipse.team.core.diff.provider
-
- TwoWayDiff(IPath, int, int) - Constructor for class org.eclipse.team.core.diff.provider.TwoWayDiff
-
Create a two-way diff
- Type - Class in org.eclipse.ant.core
-
Represents an Ant type.
- Type() - Constructor for class org.eclipse.ant.core.Type
-
- type - Variable in class org.eclipse.core.databinding.property.SimplePropertyEvent
-
The type of property event that occured
- 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 - Variable in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
-
The persisted type of the repository.
- type(int) - Method in class org.eclipse.jface.layout.RowLayoutFactory
-
type specifies whether the layout places controls in rows or columns.
- TYPE - Static variable in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
-
The type of projection annotations.
- 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
)
IMPORTANT: This field is not part of the SWT
public API.
- type - Variable in class org.eclipse.swt.graphics.ImageData
-
The type of file from which the image was read.
- type - Variable in class org.eclipse.swt.layout.FillLayout
-
type specifies how controls will be positioned
within the layout.
- type - Variable in class org.eclipse.swt.layout.RowLayout
-
type specifies whether the layout places controls in rows or
columns.
- type - Variable in class org.eclipse.swt.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 - 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 - Static variable in class org.eclipse.ui.views.navigator.ResourceSorter
-
Deprecated.
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_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_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_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_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
-
- 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 - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.CommandParameter
-
- types - Variable in class org.eclipse.swt.graphics.PathData
-
The type of each point.