- TAB - Static variable in class java.awt.Event
-
The Tab key.
- TABLOID - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for LEDGER.
- target - Variable in class java.awt.Event
-
The target component.
- TEXT - Static variable in class java.awt.SystemColor
-
- text - Static variable in class java.awt.SystemColor
-
The color rendered for the background of text control objects, such as
textfields and comboboxes.
- TEXT_CURSOR - Static variable in class java.awt.Cursor
-
The text cursor type.
- TEXT_CURSOR - Static variable in class java.awt.Frame
-
Deprecated replaced by Cursor.TEXT_CURSOR
.
- TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting text events.
- TEXT_FIRST - Static variable in class java.awt.event.TextEvent
-
The first number in the range of ids used for text events.
- TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
-
- TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
-
- TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
-
- TEXT_LAST - Static variable in class java.awt.event.TextEvent
-
The last number in the range of ids used for text events.
- TEXT_TEXT - Static variable in class java.awt.SystemColor
-
- TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
-
This event id indicates that object's text changed.
- TextArea - Class in java.awt
-
A TextArea
object is a multi-line region
that displays text.
- TextArea() - Constructor for class java.awt.TextArea
-
Constructs a new text area with the empty string as text.
- TextArea(String) - Constructor for class java.awt.TextArea
-
Constructs a new text area with the specified text.
- TextArea(int, int) - Constructor for class java.awt.TextArea
-
Constructs a new text area with the specified number of
rows and columns and the empty string as text.
- TextArea(String, int, int) - Constructor for class java.awt.TextArea
-
Constructs a new text area with the specified text,
and with the specified number of rows and columns.
- TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
-
Constructs a new text area with the specified text,
and with the rows, columns, and scroll bar visibility
as specified.
- TextArea.AccessibleAWTTextArea - Class in java.awt
-
This class implements accessibility support for the
TextArea
class.
- TextArea.AccessibleAWTTextArea() - Constructor for class java.awt.TextArea.AccessibleAWTTextArea
- TextComponent - Class in java.awt
-
The TextComponent
class is the superclass of
any component that allows the editing of some text.
- TextComponent.AccessibleAWTTextComponent - Class in java.awt
-
This class implements accessibility support for the
TextComponent
class.
- TextComponent.AccessibleAWTTextComponent() - Constructor for class java.awt.TextComponent.AccessibleAWTTextComponent
-
Constructs an AccessibleAWTTextComponent.
- TextEvent - Class in java.awt.event
-
A semantic event which indicates that an object's text changed.
- TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
-
Constructs a TextEvent
object.
- TextField - Class in java.awt
-
A TextField
object is a text component
that allows for the editing of a single line of text.
- TextField() - Constructor for class java.awt.TextField
-
Constructs a new text field.
- TextField(String) - Constructor for class java.awt.TextField
-
Constructs a new text field initialized with the specified text.
- TextField(int) - Constructor for class java.awt.TextField
-
Constructs a new empty text field with the specified number
of columns.
- TextField(String, int) - Constructor for class java.awt.TextField
-
Constructs a new text field initialized with the specified text
to be displayed, and wide enough to hold the specified
number of columns.
- TextField.AccessibleAWTTextField - Class in java.awt
-
This class implements accessibility support for the
TextField
class.
- TextField.AccessibleAWTTextField() - Constructor for class java.awt.TextField.AccessibleAWTTextField
- textHighlight - Static variable in class java.awt.SystemColor
-
The color rendered for the background of selected items, such as in menus,
comboboxes, and text.
- textHighlightText - Static variable in class java.awt.SystemColor
-
The color rendered for the text of selected items, such as in menus, comboboxes,
and text.
- textInactiveText - Static variable in class java.awt.SystemColor
-
The color rendered for the text of inactive items, such as in menus.
- TextListener - Interface in java.awt.event
-
The listener interface for receiving text events.
- textListener - Variable in class java.awt.TextComponent
- textText - Static variable in class java.awt.SystemColor
-
The color rendered for the text of text control objects, such as textfields
and comboboxes.
- TexturePaint - Class in java.awt
-
The
TexturePaint
class provides a way to fill a
Shape
with a texture that is specified as
a
BufferedImage
.
- TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
-
Constructs a TexturePaint
object.
- textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
- textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
-
Invoked when the value of the text has changed.
- textValueChanged(TextEvent) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
TextListener notification of a text value change.
- toBack() - Method in class java.awt.Dialog
-
If this Window is visible, sends this Window to the back and may cause
it to lose focus or activation if it is the focused or active Window.
- toBack() - Method in class java.awt.Window
-
If this Window is visible, sends this Window to the back and may cause
it to lose focus or activation if it is the focused or active Window.
- toFront() - Method in class java.awt.Window
-
If this Window is visible, brings this Window to the front and may make
it the focused Window.
- Toolkit - Class in java.awt
-
This class is the abstract superclass of all actual
implementations of the Abstract Window Toolkit.
- Toolkit() - Constructor for class java.awt.Toolkit
- top - Variable in class java.awt.Insets
-
The inset from the top.
- TOP_ALIGNMENT - Static variable in class java.awt.Component
-
Ease-of-use constant for getAlignmentY()
.
- toString() - Method in class java.awt.AWTEvent
-
Returns a String representation of this object.
- toString() - Method in class java.awt.AWTKeyStroke
-
Returns a string that displays and identifies this object's properties.
- toString() - Method in class java.awt.BorderLayout
-
Returns a string representation of the state of this border layout.
- toString() - Method in class java.awt.CardLayout
-
Returns a string representation of the state of this card layout.
- toString() - Method in class java.awt.CheckboxGroup
-
Returns a string representation of this check box group,
including the value of its current selection.
- toString() - Method in class java.awt.Color
-
Returns a string representation of this Color
.
- toString() - Method in class java.awt.Component
-
Returns a string representation of this component and its values.
- toString() - Method in class java.awt.Cursor
-
Returns a string representation of this cursor.
- toString() - Method in class java.awt.Dimension
-
Returns a string representation of the values of this
Dimension
object's height
and
width
fields.
- toString() - Method in class java.awt.Event
-
NOTE: The Event
class is obsolete and is
available only for backwards compatilibility.
- toString() - Method in class java.awt.FlowLayout
-
Returns a string representation of this FlowLayout
object and its values.
- toString() - Method in class java.awt.Font
-
Converts this Font
object to a String
representation.
- toString() - Method in class java.awt.FontMetrics
-
Returns a representation of this FontMetrics
object's values as a String
.
- toString() - Method in class java.awt.Graphics
-
Returns a String
object representing this
Graphics
object's value.
- toString() - Method in class java.awt.GridBagLayout
-
Returns a string representation of this grid bag layout's values.
- toString() - Method in class java.awt.GridLayout
-
Returns the string representation of this grid layout's values.
- toString() - Method in class java.awt.Insets
-
Returns a string representation of this Insets
object.
- toString() - Method in class java.awt.JobAttributes
-
Returns a string representation of this JobAttributes.
- toString() - Method in class java.awt.MenuComponent
-
Returns a representation of this menu component as a string.
- toString() - Method in class java.awt.MenuShortcut
-
Returns an internationalized description of the MenuShortcut.
- toString() - Method in class java.awt.PageAttributes
-
Returns a string representation of this PageAttributes.
- toString() - Method in class java.awt.Point
-
Returns a string representation of this point and its location
in the (x,y)
coordinate space.
- toString() - Method in class java.awt.Rectangle
-
Returns a String
representing this
Rectangle
and its values.
- toString() - Method in class java.awt.RenderingHints
-
Returns a rather long string representation of the hashmap
which contains the mappings of keys to values for this
RenderingHints
object.
- toString() - Method in class java.awt.Robot
-
Returns a string representation of this Robot.
- toString() - Method in class java.awt.ScrollPaneAdjustable
-
Returns a string representation of this scrollbar and its values.
- toString() - Method in class java.awt.SystemColor
-
Returns a string representation of this Color
's values.
- TRACK - Static variable in class java.awt.event.AdjustmentEvent
-
The absolute tracking adjustment type.
- TRAILING - Static variable in class java.awt.FlowLayout
-
This value indicates that each row of components
should be justified to the trailing edge of the container's
orientation, for example, to the right in left-to-right orientations.
- transferFocus() - Method in class java.awt.Component
-
Transfers the focus to the next component, as though this Component were
the focus owner.
- transferFocusBackward() - Method in class java.awt.Component
-
Transfers the focus to the previous component, as though this Component
were the focus owner.
- transferFocusDownCycle() - Method in class java.awt.Container
-
Transfers the focus down one focus traversal cycle.
- transferFocusUpCycle() - Method in class java.awt.Component
-
Transfers the focus up one focus traversal cycle.
- transform(AffineTransform) - Method in class java.awt.Graphics2D
-
Composes an AffineTransform
object with the
Transform
in this Graphics2D
according
to the rule last-specified-first-applied.
- translate(int, int) - Method in class java.awt.Event
-
NOTE: The Event
class is obsolete and is
available only for backwards compatilibility.
- translate(int, int) - Method in class java.awt.Graphics
-
Translates the origin of the graphics context to the point
(x, y) in the current coordinate system.
- translate(int, int) - Method in class java.awt.Graphics2D
-
Translates the origin of the Graphics2D
context to the
point (x, y) in the current coordinate system.
- translate(double, double) - Method in class java.awt.Graphics2D
-
Concatenates the current
Graphics2D
Transform
with a translation transform.
- translate(int, int) - Method in class java.awt.Point
-
Translates this point, at location (x,y)
,
by dx
along the x
axis and dy
along the y
axis so that it now represents the point
(x+dx,y+dy)
.
- translate(int, int) - Method in class java.awt.Polygon
-
Translates the vertices of the Polygon
by
deltaX
along the x axis and by
deltaY
along the y axis.
- translate(int, int) - Method in class java.awt.Rectangle
-
Translates this Rectangle
the indicated distance,
to the right along the X coordinate axis, and
downward along the Y coordinate axis.
- translatePoint(int, int) - Method in class java.awt.event.MouseEvent
-
Translates the event's coordinates to a new position
by adding specified x
(horizontal) and y
(vertical) offsets.
- TRANSLUCENT - Static variable in interface java.awt.Transparency
-
Represents image data that contains or might contain arbitrary
alpha values between and including 0.0 and 1.0.
- Transparency - Interface in java.awt
-
The Transparency
interface defines the common transparency
modes for implementing classes.
- TrayIcon - Class in java.awt
-
A
TrayIcon
object represents a tray icon that can be
added to the
system tray
.
- TrayIcon(Image) - Constructor for class java.awt.TrayIcon
-
Creates a TrayIcon
with the specified image.
- TrayIcon(Image, String) - Constructor for class java.awt.TrayIcon
-
Creates a TrayIcon
with the specified image and
tooltip text.
- TrayIcon(Image, String, PopupMenu) - Constructor for class java.awt.TrayIcon
-
Creates a TrayIcon
with the specified image,
tooltip and popup menu.
- TrayIcon.MessageType - Enum in java.awt
-
The message type determines which icon will be displayed in the
caption of the message, and a possible system sound a message
may generate upon showing.
- TRUETYPE_FONT - Static variable in class java.awt.Font
-
Identify a font resource of type TRUETYPE.
- TWO_SIDED_LONG_EDGE - Static variable in class java.awt.JobAttributes.SidesType
-
The SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the long edge.
- TWO_SIDED_SHORT_EDGE - Static variable in class java.awt.JobAttributes.SidesType
-
The SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the short edge.
- TYPE1_FONT - Static variable in class java.awt.Font
-
Identify a font resource of type TYPE1.
- TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
-
Device is an image buffer.
- TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
-
Device is a printer.
- TYPE_RASTER_SCREEN - Static variable in class java.awt.GraphicsDevice
-
Device is a raster screen.