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).
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).
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).
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).
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).
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).
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).
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).
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.
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.
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.
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.
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.
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).
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
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.
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.
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.
A resource variant tree subscriber whose trees use an underlying
ThreeWaySycnrhonizer to store and manage the
synchronization state for the local workspace.
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.
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.
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.
Instances of this class provide a selectable user interface object
that displays a hierarchy of items and issue notificiation when an
item in the hierarchy is selected.
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.
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.
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.
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.
Instances of this class are internal SWT implementation
objects which provide a mapping between the typed and untyped
listener mechanisms that SWT supports.
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()).
Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
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.
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.