|
Java Platform 1.2 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
pos
,
alignment align
and leader leader
.
pos
with a default alignment
and default leader.
TCKind
, which
specifies the kind of a TypeCode
object. Cursor.TEXT_CURSOR
.
TextArea
object is a multi-line region
that displays text. TextComponent
class is the superclass of
any component that allows the editing of some text.
TextField
object is a text component
that allows for the editing of a single line of text.
Thread
object.
Thread
object.
Thread
object.
Thread
object.
Thread
object so that it has
target
as its run object, has the specified
name
as its name, and belongs to the thread group
referred to by group
.
Thread
object.
Thread
object.
ThreadDeath
is thrown in the victim
thread when the stop
method with zero arguments in
class Thread
is called.
Throwable
class is the superclass of all errors
and exceptions in the Java language. Throwable
with no detail message.
Throwable
with the specified detail
message.
DAY_OF_WEEK
field indicating
Thursday.
TimeZone
represents a time zone offset, and also figures out daylight
savings.
URL
.
URL
of a specific protocol to a
String
.
DateFormat.format(Date date)
, using a
GMT TimeZone
.
DateFormat.format(Date date)
.
String
to lower
case using the rules of the default locale, which is returned
by Locale.getDefault
.
String
to lower
case using the rules of the given Locale
.
TooManyListenersException
Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source.
getAlignmentY()
.
toString()
to this node's
user object, or null if this node has no user object.
String
object representing this
Graphics
object's value.
Dimension
object's values.
String
object representing this
Insets
object's values.
FontMetric
object's values as a string.
FlowLayout
object and its values.
String
representation of this URL connection.
String
.
String
.
String
.
URL
.
String
.
Date
object to a String
of the form:
dow mon dd hh:mm:ss zzz yyyy
where:
dow is the day of the week (Sun, Mon, Tue, Wed,
Thu, Fri, Sat).
toString
method without any arguments.
double
argument.
toString(String enc)
method, which takes an encoding-name
argument, or the toString()
method, which uses the
platform's default character encoding.
obj
passed
as a parameter.
String
to upper
case using the rules of the default locale, which is returned
by Locale.getDefault
.
String
to upper
case using the rules of the given locale.
file:
URL. The
exact form of the URL is system-dependent.
TRANSACTION_REQUIRED
exception, which is thrown
by the ORB on the client or server during the
processing of a request that
is required to be enclosed in a transaction.
TRANSACTION_REQUIRED
exception with a default minor code
of 0, a completion state of CompletionStatus.
TRANSACTION_REQUIRED
exception with the specified
minor code and completion status.
TRANSACTION_REQUIRED
exception with the specified description
message, minor code, and completion status.
TRANSACTION_REQUIRED
exception with the specified
description message, a minor code of 0, and a completion state of COMPLETED_NO.
TRANSACTION_ROLLEDBACK
exception, which is thrown
when a transactional operation did not complete
because the transaction was rolled back. TRANSACTION_ROLLEDBACK
exception with a default minor code
of 0, a completion state of CompletionStatus.
TRANSACTION_ROLLEDBACK
exception with the specified
minor code and completion status.
TRANSACTION_ROLLEDBACK
exception with the
specified description message, minor code, and completion status.
TRANSACTION_ROLLEDBACK
exception with the
specified description message,
a minor code of 0, and a completion state of COMPLETED_NO.
TRANSIENT
exception, which is thrown
by the server to signal a transient failure
that might not occur again if the request is retried.
TRANSIENT
exception with a default minor code
of 0, a completion state of CompletionStatus.
TRANSIENT
exception with the specified
minor code and completion status.
TRANSIENT
exception with the specified description
message, minor code, and completion status.
TRANSIENT
exception with the specified description message,
a minor code of 0, and a completion state of COMPLETED_NO.
dx
along the x axis and dy
along the y axis so that it now represents the point
(x
+
dx
,
y
+
dy
).
deltaX
along the
x axis and by deltaY
along the
y axis.
parent
with a last path component of
lastElement
.
Boolean
object corresponding to the primitive
value true
.
TruncatedFileException/code> with the
partially decoded BufferedImage.
- TruncatedFileException(Raster) -
Constructor for class com.sun.image.codec.jpeg.TruncatedFileException
- Constructs an
TruncatedFileException
with the
partially decoded Raster
- TT -
Static variable in class com.sun.java.swing.text.html.HTML.Tag
-
- TT_EOF -
Static variable in class java.io.StreamTokenizer
- A constant indicating that the end of the stream has been read.
- TT_EOL -
Static variable in class java.io.StreamTokenizer
- A constant indicating that the end of the line has been read.
- TT_NUMBER -
Static variable in class java.io.StreamTokenizer
- A constant indicating that a number token has been read.
- TT_WORD -
Static variable in class java.io.StreamTokenizer
- A constant indicating that a word token has been read.
- ttype -
Variable in class java.io.StreamTokenizer
- After a call to the
nextToken
method, this field
contains the type of the token just read.
- TUESDAY -
Static variable in class java.util.Calendar
- Value of the
DAY_OF_WEEK
field indicating
Tuesday.
- type -
Variable in class com.sun.java.swing.event.TableModelEvent
-
- type -
Variable in class org.omg.CORBA.AttributeDescription
-
- type -
Variable in class org.omg.CORBA.ValueMember
-
- type -
Variable in class org.omg.CORBA.ExceptionDescription
-
- type -
Variable in class org.omg.CORBA.StructMember
-
- type -
Variable in class org.omg.CORBA.ParameterDescription
-
- type -
Variable in class org.omg.CORBA.UnionMember
-
- type -
Variable in class org.omg.CORBA.ConstantDescription
-
- type -
Variable in class org.omg.CORBA.TypeDescription
-
- type -
Variable in class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
-
- TYPE -
Static variable in class com.sun.java.swing.text.html.HTML.Attribute
-
- TYPE -
Static variable in class java.lang.Byte
- The Class object representing the primitive type byte.
- TYPE -
Static variable in class java.lang.Character
- The Class object representing the primitive type char.
- TYPE -
Static variable in class java.lang.Short
- The Class object representing the primitive type short.
- TYPE -
Static variable in class java.lang.Double
- The Class object representing the primitive type double.
- TYPE -
Static variable in class java.lang.Long
- The Class object representing the primitive type long.
- TYPE -
Static variable in class java.lang.Float
- The Class object representing the primitive type float.
- TYPE -
Static variable in class java.lang.Void
- The Class object representing the primitive Java type void.
- TYPE -
Static variable in class java.lang.Integer
- The Class object representing the primitive type int.
- TYPE -
Static variable in class java.lang.Boolean
- The Class object representing the primitive type boolean.
- TYPE_2CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 2 component color spaces.
- TYPE_3BYTE_BGR -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGB color components (corresponds to
a Windows-style BGR color model) with the colors Blue, Green,
and Red stored in 3 bytes.
- TYPE_3CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 3 component color spaces.
- TYPE_4BYTE_ABGR -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGBA color components with the colors
Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.
- TYPE_4BYTE_ABGR_PRE -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGBA color components with the colors
Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.
- TYPE_4CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 4 component color spaces.
- TYPE_5CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 5 component color spaces.
- TYPE_6CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 6 component color spaces.
- TYPE_7CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 7 component color spaces.
- TYPE_8CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 8 component color spaces.
- TYPE_9CLR -
Static variable in class java.awt.color.ColorSpace
- Generic 9 component color spaces.
- TYPE_ACLR -
Static variable in class java.awt.color.ColorSpace
- Generic 10 component color spaces.
- TYPE_BCLR -
Static variable in class java.awt.color.ColorSpace
- Generic 11 component color spaces.
- TYPE_BILINEAR -
Static variable in class java.awt.image.AffineTransformOp
- Bilinear interpolation type.
- TYPE_BYTE -
Static variable in class java.awt.image.DataBuffer
- Tag for unsigned byte data.
- TYPE_BYTE_BINARY -
Static variable in class java.awt.image.BufferedImage
- Represents an opaque byte-packed binary image.
- TYPE_BYTE_GRAY -
Static variable in class java.awt.image.BufferedImage
- Represents a unsigned byte grayscale image (non-indexed).
- TYPE_BYTE_INDEXED -
Static variable in class java.awt.image.BufferedImage
- Represents an indexed byte image.
- TYPE_CCLR -
Static variable in class java.awt.color.ColorSpace
- Generic 12 component color spaces.
- TYPE_CMY -
Static variable in class java.awt.color.ColorSpace
- Any of the family of CMY color spaces.
- TYPE_CMYK -
Static variable in class java.awt.color.ColorSpace
- Any of the family of CMYK color spaces.
- TYPE_CUSTOM -
Static variable in class java.awt.image.BufferedImage
- Image type is not recognized so it must be a customized
image.
- TYPE_DCLR -
Static variable in class java.awt.color.ColorSpace
- Generic 13 component color spaces.
- type_def -
Variable in class org.omg.CORBA.StructMember
-
- type_def -
Variable in class org.omg.CORBA.ParameterDescription
-
- type_def -
Variable in class org.omg.CORBA.UnionMember
-
- type_def() -
Method in interface org.omg.CORBA.ConstantDef
-
- type_def() -
Method in interface org.omg.CORBA.ValueMemberDef
-
- type_def() -
Method in interface org.omg.CORBA.AttributeDef
-
- type_def(IDLType) -
Method in interface org.omg.CORBA.ConstantDef
-
- type_def(IDLType) -
Method in interface org.omg.CORBA.ValueMemberDef
-
- type_def(IDLType) -
Method in interface org.omg.CORBA.AttributeDef
-
- TYPE_DOUBLE -
Static variable in class java.awt.image.DataBuffer
- Tag for double data.
- TYPE_ECLR -
Static variable in class java.awt.color.ColorSpace
- Generic 14 component color spaces.
- TYPE_FCLR -
Static variable in class java.awt.color.ColorSpace
- Generic 15 component color spaces.
- TYPE_FLIP -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a mirror image flip about some axis which changes the
normally right handed coordinate system into a left handed
system in addition to the conversions indicated by other flag bits.
- TYPE_FLOAT -
Static variable in class java.awt.image.DataBuffer
- Tag for float data.
- TYPE_FORWARD_ONLY -
Static variable in interface java.sql.ResultSet
- JDBC 2.0
- TYPE_GENERAL_ROTATION -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a rotation by an arbitrary angle in addition to the
conversions indicated by other flag bits.
- TYPE_GENERAL_SCALE -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a general scale in addition to the conversions indicated
by other flag bits.
- TYPE_GENERAL_TRANSFORM -
Static variable in class java.awt.geom.AffineTransform
- This constant indicates that the transform defined by this object
performs an arbitrary conversion of the input coordinates.
- TYPE_GRAY -
Static variable in class java.awt.color.ColorSpace
- Any of the family of GRAY color spaces.
- TYPE_HLS -
Static variable in class java.awt.color.ColorSpace
- Any of the family of HLS color spaces.
- TYPE_HSV -
Static variable in class java.awt.color.ColorSpace
- Any of the family of HSV color spaces.
- TYPE_IDENTITY -
Static variable in class java.awt.geom.AffineTransform
- This constant indicates that the transform defined by this object
is an identity transform.
- TYPE_IMAGE_BUFFER -
Static variable in class java.awt.GraphicsDevice
- Device is an image buffer.
- TYPE_INT -
Static variable in class java.awt.image.DataBuffer
- Tag for int data.
- TYPE_INT_ARGB -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGBA color components packed into
integer pixels.
- TYPE_INT_ARGB_PRE -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGBA color components packed into
integer pixels.
- TYPE_INT_BGR -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGB color components (corresponds to
a Windows- or Solaris- style BGR color model) with the colors
Blue, Green, and Red packed into integer pixels.
- TYPE_INT_RGB -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 8-bit RGB color components packed into
integer pixels.
- TYPE_Lab -
Static variable in class java.awt.color.ColorSpace
- Any of the family of Lab color spaces.
- TYPE_Luv -
Static variable in class java.awt.color.ColorSpace
- Any of the family of Luv color spaces.
- TYPE_MASK_ROTATION -
Static variable in class java.awt.geom.AffineTransform
- This constant is a bit mask for any of the rotation flag bits.
- TYPE_MASK_SCALE -
Static variable in class java.awt.geom.AffineTransform
- This constant is a bit mask for any of the scale flag bits.
- TYPE_NEAREST_NEIGHBOR -
Static variable in class java.awt.image.AffineTransformOp
- Nearest neighbor interpolation type.
- TYPE_PRINTER -
Static variable in class java.awt.GraphicsDevice
- Device is a printer.
- TYPE_QUADRANT_ROTATION -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a quadrant rotation by some multiple of 90 degrees in
addition to the conversions indicated by other flag bits.
- TYPE_RASTER_SCREEN -
Static variable in class java.awt.GraphicsDevice
- Device is a raster screen.
- TYPE_RGB -
Static variable in class java.awt.color.ColorSpace
- Any of the family of RGB color spaces.
- TYPE_SCROLL_INSENSITIVE -
Static variable in interface java.sql.ResultSet
- JDBC 2.0
- TYPE_SCROLL_SENSITIVE -
Static variable in interface java.sql.ResultSet
- JDBC 2.0
- TYPE_SHORT -
Static variable in class java.awt.image.DataBuffer
- Tag for signed short data.
- TYPE_TRANSLATION -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a translation in addition to the conversions indicated
by other flag bits.
- TYPE_UNDEFINED -
Static variable in class java.awt.image.DataBuffer
- Tag for undefined data
- TYPE_UNIFORM_SCALE -
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a uniform scale in addition to the conversions indicated
by other flag bits.
- TYPE_USHORT -
Static variable in class java.awt.image.DataBuffer
- Tag for unsigned short data.
- TYPE_USHORT_555_RGB -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 5-5-5 RGB color components (5-bits red,
5-bits green, 5-bits blue) with no alpha.
- TYPE_USHORT_565_RGB -
Static variable in class java.awt.image.BufferedImage
- Represents an image with 5-6-5 RGB color components (5-bits red,
6-bits green, 5-bits blue) with no alpha.
- TYPE_USHORT_GRAY -
Static variable in class java.awt.image.BufferedImage
- Represents a unsigned short grayscale image (non-indexed).
- TYPE_XYZ -
Static variable in class java.awt.color.ColorSpace
- Any of the family of XYZ color spaces.
- TYPE_YCbCr -
Static variable in class java.awt.color.ColorSpace
- Any of the family of YCbCr color spaces.
- TYPE_Yxy -
Static variable in class java.awt.color.ColorSpace
- Any of the family of Yxy color spaces.
- type() -
Static method in class org.omg.CORBA.ServiceDetailHelper
-
- type() -
Method in interface org.omg.CORBA.ConstantDef
-
- type() -
Method in interface org.omg.CORBA.ValueMemberDef
-
- type() -
Method in interface org.omg.CORBA.ExceptionDef
-
- type() -
Method in interface org.omg.CORBA.DynAny
-
- type() -
Method in class org.omg.CORBA.Any
- Returns type information for the element contained in this
Any
object.
- type() -
Static method in class org.omg.CORBA.ServiceInformationHelper
-
- type() -
Method in interface org.omg.CORBA.AttributeDef
-
- type() -
Method in interface org.omg.CORBA.IDLType
-
- type() -
Static method in class org.omg.CosNaming.BindingListHelper
-
- type() -
Static method in class org.omg.CosNaming.NameHelper
-
- type() -
Static method in class org.omg.CosNaming.IstringHelper
-
- type() -
Static method in class org.omg.CosNaming.BindingIteratorHelper
-
- type() -
Static method in class org.omg.CosNaming.NameComponentHelper
-
- type() -
Static method in class org.omg.CosNaming.BindingTypeHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextHelper
-
- type() -
Static method in class org.omg.CosNaming.BindingHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
- type() -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
- type(TypeCode) -
Method in class org.omg.CORBA.Any
- Sets this
Any
object's type
field
to the given TypeCode
object and clears its value.
- TypeCode - class org.omg.CORBA.TypeCode.
- A container for information about a specific CORBA data
type.
- TypeCodeHolder - class org.omg.CORBA.TypeCodeHolder.
- A Holder class for a
TypeCode
object
that is used to store "out" and "inout" parameters in IDL operations.
- TypeCodeHolder() -
Constructor for class org.omg.CORBA.TypeCodeHolder
- Constructs a new
TypeCodeHolder
object with its
value
field initialized to null
.
- TypeCodeHolder(TypeCode) -
Constructor for class org.omg.CORBA.TypeCodeHolder
- Constructs a new
TypeCodeHolder
object with its
value
field initialized to the given
TypeCode
object.
- typed_def -
Variable in class org.omg.CORBA.ValueMember
-
- TypedefDef - interface org.omg.CORBA.TypedefDef.
- TypedefDef is an abstract interface used as a base interface for
all named non-object types(structures, unions, enumerations,
aliases).
- TypeDescription - class org.omg.CORBA.TypeDescription.
-
- TypeDescription() -
Constructor for class org.omg.CORBA.TypeDescription
-
- TypeDescription(String, String, String, String, TypeCode) -
Constructor for class org.omg.CORBA.TypeDescription
-
- typeNoNulls -
Static variable in interface java.sql.DatabaseMetaData
- TYPE NULLABLE - does not allow NULL values.
- typeNullable -
Static variable in interface java.sql.DatabaseMetaData
- TYPE NULLABLE - allows NULL values.
- typeNullableUnknown -
Static variable in interface java.sql.DatabaseMetaData
- TYPE NULLABLE - nullability unknown.
- typePredBasic -
Static variable in interface java.sql.DatabaseMetaData
- TYPE INFO SEARCHABLE - Supported except for WHERE ..
- typePredChar -
Static variable in interface java.sql.DatabaseMetaData
- TYPE INFO SEARCHABLE - Only supported with WHERE ..
- typePredNone -
Static variable in interface java.sql.DatabaseMetaData
- TYPE INFO SEARCHABLE - No support.
- Types - class java.sql.Types.
- This class defines constants that are used to identify SQL types.
- typeSearchable -
Static variable in interface java.sql.DatabaseMetaData
- TYPE INFO SEARCHABLE - Supported for all WHERE ...
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |