- 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.
- 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.
- 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.
- 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.
- 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.
- TableTree - Class in org.eclipse.swt.custom
-
Deprecated.
As of 3.1 use Tree, TreeItem and TreeColumn
- 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
-
Deprecated.
As of 3.1 use TreeEditor with Tree, TreeItem and TreeColumn
- 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
-
Deprecated.
As of 3.1 use Tree, TreeItem and TreeColumn
- 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
-
A concrete viewer based on a SWT TableTree
control.
- TableTreeViewer(TableTree) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Creates a table tree viewer on the given table tree control.
- TableTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Creates a table tree viewer on a newly-created table tree control under the given parent.
- TableTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.TableTreeViewer
-
Creates a table tree viewer on a newly-created table tree control under the given parent.
- 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.
- TableWrapData - Class in org.eclipse.ui.forms.widgets
-
Layout data used in conjunction with HTMLTableLayout
.
- 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 convinience constructor - allows passing the horizontal alignment
style.
- TableWrapData(int, int) - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
-
The convinience constructor - allows passing the alignment styles.
- TableWrapData(int, int, int, int) - Constructor for class org.eclipse.ui.forms.widgets.TableWrapData
-
The convinience 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 altorithm recommeded 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(TabDescriptor) - Method in interface org.eclipse.ui.views.properties.tabbed.ITabSelectionListener
-
Notifies this listener that the selected tab has changed.
- TAG_ID - Static variable in interface org.eclipse.ui.IMemento
-
Special reserved key used to store the memento id
(value "org.eclipse.ui.id"
).
- takeDownSplash() - Method in class org.eclipse.core.launcher.Main
-
- takesFocusWhenVisible(boolean) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
-
Tells the manager whether it should set the focus to the information control when made visible.
- TARGET_REQUEST_FAILED - Static variable in 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.
- targets - Variable in class org.eclipse.ant.core.AntRunner
-
- 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.
- taskLabel - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
-
The label control for the task.
- TaskList - Class in org.eclipse.ui.views.tasklist
-
Main class for the Task List view for displaying tasks and problem annotations
on resources, and for opening an editor on the resource when the user commands.
- TaskList() - Constructor for class org.eclipse.ui.views.tasklist.TaskList
-
Creates a new task list view.
- TaskPropertiesDialog - Class in org.eclipse.ui.views.tasklist
-
Shows the properties of a new or existing task, or a problem.
- TaskPropertiesDialog(Shell) - Constructor for class org.eclipse.ui.views.tasklist.TaskPropertiesDialog
-
Creates the dialog.
- TaskRulerAction - Class in org.eclipse.ui.texteditor
-
Adapter for the marker ruler action creating/removing tasks.
- TaskRulerAction() - Constructor for class org.eclipse.ui.texteditor.TaskRulerAction
-
- tasks - Variable in class org.eclipse.update.core.InstallMonitor
-
- taskString - Variable in class org.eclipse.update.core.InstallMonitor
-
- 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
-
Key for the section title bar background.
- TB_BORDER - Static variable in class org.eclipse.ui.forms.FormColors
-
Key for the section title bar border.
- TB_FG - Static variable in class org.eclipse.ui.forms.FormColors
-
Key for the section title bar foreground.
- TB_GBG - Static variable in class org.eclipse.ui.forms.FormColors
-
Key for the section title bar gradient.
- TB_TOGGLE - Static variable in class org.eclipse.ui.forms.FormColors
-
Key for the section toggle color.
- TB_TOGGLE_HOVER - Static variable in class org.eclipse.ui.forms.FormColors
-
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.
- 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.
- 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.
- 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(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.
- 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 - Static variable in interface org.eclipse.jface.action.IAction
-
Property name of an action's text (value "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
-
- 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_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) - 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(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(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) - 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
-
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
- TextContentAssistSubjectAdapter(Text) - Constructor for class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
-
Deprecated.
Creates a content assist subject control adapter for the given text widget.
- TextControlCreator - Class in org.eclipse.jface.fieldassist
-
- TextControlCreator() - Constructor for class org.eclipse.jface.fieldassist.TextControlCreator
-
- 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
-
- TextEditChangeNode.ChildNode(PreviewNode) - Constructor for class org.eclipse.ltk.ui.refactoring.TextEditChangeNode.ChildNode
-
- 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 text editor for file resources (IFile
).
- TextEditor() - Constructor for class org.eclipse.ui.editors.text.TextEditor
-
Creates a new text editor.
- TextEditorAction - Class in org.eclipse.ui.texteditor
-
Skeleton of a standard text editor action.
- TextEditorAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.TextEditorAction
-
Creates and initializes the action for the given text editor.
- TextEditorAction(ResourceBundle, String, ITextEditor, int) - Constructor for class org.eclipse.ui.texteditor.TextEditorAction
-
Creates and initializes the action for the given text editor.
- TextEditorActionContributor - Class in org.eclipse.ui.editors.text
-
Manages the installation and de-installation of global actions for the default text editor.
- TextEditorActionContributor() - Constructor for class org.eclipse.ui.editors.text.TextEditorActionContributor
-
Creates a new contributor.
- TextEditorPreferenceConstants - Class in org.eclipse.ui.editors.text
-
Preference constants used in the default text editor preference store.
- TextEditorPreferencePage - Class in org.eclipse.ui.editors.text
-
Deprecated.
As of 2.1, fonts are managed by the workbench, no longer supported
- TextEditorPreferencePage() - Constructor for class org.eclipse.ui.editors.text.TextEditorPreferencePage
-
Deprecated.
Creates and returns the text editor preference page.
- 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.DocumentProviderOperation() - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider.DocumentProviderOperation
-
- TextFileDocumentProvider.FileBufferListener - Class in org.eclipse.ui.editors.text
-
- TextFileDocumentProvider.FileBufferListener() - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider.FileBufferListener
-
- TextFileDocumentProvider.FileInfo - Class in org.eclipse.ui.editors.text
-
- TextFileDocumentProvider.FileInfo() - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider.FileInfo
-
- TextFileDocumentProvider.NullProvider - Class in org.eclipse.ui.editors.text
-
- TextFileDocumentProvider.NullProvider() - Constructor for class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
-
- textLabel - Variable in class org.eclipse.ui.forms.widgets.ExpandableComposite
-
- 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.
- 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.
- TextSearchQueryProvider.TextSearchInput() - Constructor for class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
-
- 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(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 - Class in org.eclipse.swt.graphics
-
TextStyle
defines a set of styles that can be applied
to a range of text.
- TextStyle(Font, Color, Color) - Constructor for class org.eclipse.swt.graphics.TextStyle
-
Create a new text style with the specified font, foreground
and background.
- 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.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.
- 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.
- TextViewer.WidgetCommand() - Constructor for class org.eclipse.jface.text.TextViewer.WidgetCommand
-
- 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.
- 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
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.
- themeProperties - Variable in class org.eclipse.ui.intro.config.IntroConfigurer
-
- 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
-
- 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
ThreeWaySycnrhonizer
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 - Variable in class org.eclipse.swt.events.TypedEvent
-
the time that the event occurred.
- time - Variable in class org.eclipse.swt.widgets.Event
-
the time that the event occurred.
- timerExec(int, Runnable) - Method in class org.eclipse.swt.widgets.Display
-
Causes the run()
method of the runnable to
be invoked by the user-interface thread after the specified
number of milliseconds have elapsed.
- TIPS_AND_TRICKS - Static variable in class org.eclipse.ui.ide.IDEActionFactory
-
IDE-specific workbench action: 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
-
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.
- 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.
- 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.
- 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 interface org.eclipse.jface.viewers.IStructuredSelection
-
Returns the elements in this selection as an array.
- toArray() - Method in class org.eclipse.jface.viewers.StructuredSelection
-
- TOC - Static variable in interface org.eclipse.help.IToc
-
This is element name used for TOC in XML files.
- 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.
- 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.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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- ToggleLinkingAction - Class in org.eclipse.ui.views.navigator
-
This action toggles whether this navigator links its selection to the active
editor.
- ToggleLinkingAction(IResourceNavigator, String) - Constructor for class org.eclipse.ui.views.navigator.ToggleLinkingAction
-
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
-
- 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.
- 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
-
- 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 - 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.
- toolBarChildrenExist() - Method in class org.eclipse.jface.window.ApplicationWindow
-
Returns whether or not children exist for the Application Window's
toolbar control.
- 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.
- 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.
- 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 - 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.
- 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.
- 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_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.
- 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.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.
- 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
-
- 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.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.expressions.EvaluationResult
-
For debugging purpose only
- 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.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.jface.action.ContributionItem
-
Returns a string representation of this contribution item
suitable only for debugging.
- 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
-
Returns a string suitable for debugging purpose only.
- 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.revisions.Revision
-
- 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.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.swt.accessibility.AccessibleControlEvent
-
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.AccessibleTextEvent
-
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.events.KeyEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.MouseEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.PaintEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.SelectionEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.ShellEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.TraverseEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.TypedEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.events.VerifyEvent
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.graphics.Color
-
Returns a string containing a concise, human-readable
description of the receiver.
- toString() - Method in class org.eclipse.swt.graphics.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.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.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.InsertEdit
-
- toString() - Method in class org.eclipse.text.edits.MultiTextEdit
- toString() - Method in class org.eclipse.text.edits.ReplaceEdit
-
- 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.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.texteditor.TextSelectionNavigationLocation
-
- toString() - Method in class org.eclipse.update.core.ArchiveReference
-
- toString() - Method in class org.eclipse.update.core.ContentReference
-
Return string representation of this reference.
- toString() - Method in class org.eclipse.update.core.Feature
-
Return the string representation of this fetaure
- toString() - Method in class org.eclipse.update.core.JarEntryContentReference
-
Return string representation of this reference.
- toString() - Method in class org.eclipse.update.core.model.FeatureReferenceModel
-
- toString() - Method in class org.eclipse.update.core.model.PluginEntryModel
-
- toString() - Method in class org.eclipse.update.core.URLEntry
-
Returns a string representation of an annotated URL.
- toString() - Method in class org.eclipse.update.core.VersionedIdentifier
-
Returns a string representation of the versioned identifier.
- total - Variable in class org.eclipse.swt.browser.ProgressEvent
-
total value
- totalCopyCount - Variable in class org.eclipse.update.core.InstallMonitor
-
- touch(IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
-
Marks this resource as having changed even though its content
may not have changed.
- 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
.
- 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.
- 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
-
- 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.
- 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.
- translate(String, ResourceBundle) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
-
Translates key using the supplied resource bundle.
- translate(Template) - Method in class org.eclipse.jface.text.templates.TemplateTranslator
-
Translates a template to a TemplateBuffer
.
- translate(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).
- 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.
- 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_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_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.
- 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 provded 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.
- 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.
- 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.
- 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
-
- 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
.
- 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
-
The string representation used for true
("true"
).
- TRUE - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
-
The string representation used for true
("true"
).
- 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 - 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 class org.eclipse.jface.text.source.projection.ProjectionAnnotation
-
The type of projection annotations.
- type - Variable in class org.eclipse.swt.custom.Bullet
-
- 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.views.navigator.ResourceSorter
-
Constructor argument value that indicates to sort items by extension.
- type - Variable in class org.eclipse.update.core.BaseInstallHandler
-
Update action type
- 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_ENTRY_CORRUPTED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Indicates the file has been modified since it was signed
- TYPE_ENTRY_NOT_SIGNED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Indicates the file type is recognized but the file is not signed
- TYPE_ENTRY_SIGNED_RECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Indicates the file is signed by a known signer
- TYPE_ENTRY_SIGNED_UNRECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Indicates the file is signed but the signer is not known
- TYPE_ENTRY_UNRECOGNIZED - Static variable in interface org.eclipse.update.core.IVerificationResult
-
Could not perform verification due to unrecognized file
- 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_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_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_UNKNOWN - Static variable in class org.eclipse.jface.text.source.Annotation
-
Constant for unknown annotation types.
- 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.
- 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.
- types - Variable in class org.eclipse.swt.graphics.PathData
-
The type of each point.