|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
View
s that have size dependent upon tabs.tabForCoordinate
method on each UI handled by this object.
null
.
JListBox
,
JComboBox
, JTree
, or JTable
needs to implement.JTable
.TableModel
generates
a TableModelEvent
.
TableColumn
represents all the attributes of a column in a
JTable
, such as width, resizibility, minimum and maximum width.null
renderer and a
null
editor.
null
renderer and a null
editor.
null
renderer and a
null
editor.
TableColumn
with the specified model index,
width, cell renderer, and cell editor;
all TableColumn
constructors delegate to this one.
JTable
.TableColumnModelEvent
object.
TableHeader
working with the table.
TableModel
interface specifies the methods the
JTable
will use to interrogate a tabular data model.TableModel
to get the new row count and all the appropriate values.
RowSorter
that provides sorting
and filtering using a TableModel
.TableRowSorter
with an empty model.
TableRowSorter
using model
as the underlying TableModel
.
pos
with a default alignment
and default leader.
pos
,
alignment align
and leader leader
.
TabularType
class is the open type class
whose instances describe the types of TabularData
values.TabularType
instance, checking for the validity of the given parameters.
inclusive
is true) fromKey
.
inclusive
is true) fromElement
.
double
value.
double
value.
DataLine
from which
audio data can be read.TargetedNotification
object.
true
if and only if the designated bit is set.
SystemColor.text
system color.
Cursor.TEXT_CURSOR
.
SystemColor.textHighlight
system color.
SystemColor.textHighlightText
system color.
"text/html;
charset=utf-16"
, print data representation class name =
"[C"
(character array).
"text/html;
charset=utf-16"
, print data representation class name =
"java.io.Reader"
(character stream).
"text/html;
charset=utf-16"
, print data representation class name =
"java.lang.String"
.
"text/html"
,
encoded in the host platform encoding.
"text/html"
,
encoded in the host platform encoding.
"text/html"
,
encoded in the host platform encoding.
"text/html; charset=us-ascii"
,
print data representation class name =
"[B"
(byte array).
"text/html; charset=us-ascii"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/html; charset=us-ascii"
,
print data representation class name =
"java.net.URL"
(byte stream).
"text/html; charset=utf-16"
,
print data representation class name = "[B"
(byte
array).
"text/html; charset=utf-16"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/html; charset=utf-16"
,
print data representation class name =
"java.net.URL"
(byte stream).
"text/html; charset=utf-16be"
(big-endian byte ordering),
print data representation class name = "[B"
(byte
array).
"text/html; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/html; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL"
(byte stream).
"text/html; charset=utf-16le"
(little-endian byte ordering),
print data representation class name = "[B"
(byte
array).
"text/html; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/html; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL"
(byte stream).
"text/html; charset=utf-8"
,
print data representation class name = "[B"
(byte
array).
"text/html; charset=utf-8"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/html; charset=utf-8"
,
print data representation class name =
"java.net.URL"
(byte stream).
SystemColor.textInactiveText
system color.
"text/plain;
charset=utf-16"
, print data representation class name =
"[C"
(character array).
"text/plain;
charset=utf-16"
, print data representation class name =
"java.io.Reader"
(character stream).
"text/plain;
charset=utf-16"
, print data representation class name =
"java.lang.String"
.
"text/plain"
,
encoded in the host platform encoding.
"text/plain"
,
encoded in the host platform encoding.
"text/plain"
,
encoded in the host platform encoding.
"text/plain; charset=us-ascii"
,
print data representation class name =
"[B"
(byte array).
"text/plain; charset=us-ascii"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/plain; charset=us-ascii"
,
print data representation class name =
"java.net.URL"
(byte stream).
"text/plain; charset=utf-16"
,
print data representation class name = "[B"
(byte
array).
"text/plain; charset=utf-16"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/plain; charset=utf-16"
,
print data representation class name =
java.net.URL""
(byte stream).
"text/plain; charset=utf-16be"
(big-endian byte ordering),
print data representation class name = "[B"
(byte
array).
"text/plain; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/plain; charset=utf-16be"
(big-endian byte ordering),
print data representation class name =
"java.net.URL"
(byte stream).
"text/plain; charset=utf-16le"
(little-endian byte ordering),
print data representation class name = "[B"
(byte
array).
"text/plain; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/plain; charset=utf-16le"
(little-endian byte ordering),
print data representation class name =
"java.net.URL"
(byte stream).
"text/plain; charset=utf-8"
,
print data representation class name = "[B"
(byte
array).
"text/plain; charset=utf-8"
,
print data representation class name =
"java.io.InputStream"
(byte stream).
"text/plain; charset=utf-8"
,
print data representation class name =
"java.net.URL"
(byte stream).
SystemColor.textText
system color.
TextArea
object is a multi-line region
that displays text.TextArea
class.TexTArea
.TextAttribute
class defines attribute keys and
attribute values used for text rendering.TextAttribute
with the specified name.
TextComponent
class is the superclass of
any component that allows the editing of some text.TextComponent
class.TextComponent
.TextEvent
object.
TextField
object is a text component
that allows for the editing of a single line of text.TextField
class.TextField
.TextHitInfo
class represents a character position in a
text model, and a bias, or "side," of the character.TextInputCallback
to the handle
method of a CallbackHandler
to retrieve generic text
information.TextInputCallback
with a prompt.
TextInputCallback
with a prompt
and default input value.
TextLayout
is an immutable graphical representation of styled
character data.TextLayout
from a String
and a Font
.
TextLayout
from a String
and an attribute set.
TextLayout
from an iterator over styled text.
CaretPolicy
.
TextMeasurer
class provides the primitive operations
needed for line break: measuring up to a given advance, determining the
advance of a range of characters, and generating a
TextLayout
for a range of characters.TextMeasurer
from the source text.
TextOutputCallback
to the handle
method of a CallbackHandler
to display information messages,
warning messages and error messages.TexturePaint
class provides a way to fill a
Shape
with a texture that is specified as
a BufferedImage
.TexturePaint
object.
Thread
object.
Thread
object.
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 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
, and has
the specified stack size.
ThreadMXBean
.
ThreadDeath
is thrown in the victim thread
when the (deprecated) Thread.stop()
method is invoked.ExecutorService
that executes each submitted task using
one of possibly several pooled threads, normally configured
using Executors
factory methods.ThreadPoolExecutor
with the given initial
parameters and default thread factory and rejected execution handler.
ThreadPoolExecutor
with the given initial
parameters and default rejected execution handler.
ThreadPoolExecutor
with the given initial
parameters and default thread factory.
ThreadPoolExecutor
with the given initial
parameters.
RejectedExecutionException
.AbortPolicy
.
execute
method,
unless the executor has been shut down, in which case the task
is discarded.CallerRunsPolicy
.
execute
, unless the executor
is shut down, in which case the task is discarded.DiscardOldestPolicy
for the given executor.
DiscardPolicy
.
Throwable
class is the superclass of all errors and
exceptions in the Java language.null
as its detail message.
exType
.
getThumbnail
call within the associated
ImageReader
.
ImageWriter
.
List
of BufferedImage
thumbnails,
or null
.
Calendar.DAY_OF_WEEK
field indicating
Thursday.
MODE_*
values.
boolean
that is true
if tiling
parameters have been specified.
java.util.Date
class that allows the JDBC
API to identify this as an SQL TIME
value.Time
object using a milliseconds time value.
TIME
.
ActionEvent
s at specified
intervals.Timer
and initializes both the initial delay and
between-event delay to delay
milliseconds.
Query.times(javax.management.ValueExp, javax.management.ValueExp)
expression.
java.util.Date
that allows
the JDBC API to identify this as an SQL TIMESTAMP
value.Timestamp(long millis)
Timestamp
object
using a milliseconds time value.
TIMESTAMP
.
TimeZone
represents a time zone offset, and also figures out daylight
savings.TimeZone
class.TINYINT
.
Path
object representing the absolute path of this
path.
Object
array of the
events comprising the drag gesture.
Attributes
view of the type/value mappings contained in this Rdn.
BigDecimal
to a BigInteger
.
BigDecimal
to a BigInteger
,
checking for lost information.
long
argument as an unsigned integer in base 2.
boolean
array
baseName
and locale
to the bundle name.
byte
array
CachedRowSet
object containing the
data in this JoinRowSet
object, which can be saved
to a data source using the SyncProvider
object for
the CachedRowSet
object.
char
array
char
array.
CachedRowSet
object to a Collection
object that contains all of this CachedRowSet
object's data.
CachedRowSet
object
to a Collection
object.
CachedRowSet
object
to a Collection
object.
CompositeData
corresponding to the values in
this object.
double
array
BigDecimal
,
using engineering notation if an exponent is needed.
URL
.
URL
of a specific protocol to a
String
.
float
array
Constructor
,
including type parameters.
Field
, including
its generic type.
Method
, including
type parameters.
toggleClickCount
.
DateFormat.format(Date date)
, using a
GMT TimeZone
.
double
argument.
float
argument.
long
argument as an unsigned integer in base 16.
int
array
DateFormat.format(Date date)
.
long
array
String
to lower
case using the rules of the given Locale
.
String
to lower
case using the rules of the default locale.
MatchResult
.
long
argument as an unsigned integer in base 8.
ToolTips
in the system. TooManyListenersException
Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source.Component
above the other
Component
.
getAlignmentY()
.
java.nio.file.Path
object constructed from the
this abstract path.
BigDecimal
without an exponent field.
bundleName
to the form required
by the ClassLoader.getResource
method by replacing all occurrences of '.'
in
bundleName
with '/'
and appending a
'.'
and the given file suffix
.
short
array
Color
.
DataFlavor
and its
parameters.
Dimension
object's height
and
width
fields.
Event
class is obsolete and is
available only for backwards compatilibility.
FlowLayout
object and its values.
String
that describes this shaper.
String
representing the hit for debugging
use only.
TextLayout
.
Font
object to a String
representation.
FontMetrics
object's values as a String
.
String
that represents the value of this
Object
.
String
that represents the value
of this Point2D
.
String
that represents the value
of this Point2D
.
String
representation of this
Rectangle2D
.
String
representation of this
Rectangle2D
.
String
object representing this
Graphics
object's value.
String
representation of this
BufferedImage
object and its values.
String
representation of the contents of
this ColorModel
object.
String
that represents this
DirectColorModel
.
String
representation of the contents of
this ColorModel
object.
Insets
object.
(x,y)
coordinate space.
String
representing this
Rectangle
and its values.
RenderingHints
object.
Color
's values.
charsetName
.
toString(String enc)
method, which takes an encoding-name
argument, or the toString()
method, which uses the
platform's default character encoding.
String
object representing the specified
boolean.
String
object representing this Boolean's
value.
String
object representing the
specified byte
.
String
object representing this
Byte
's value.
String
object representing this
Character
's value.
String
object representing the
specified char
.
double
argument.
Double
object.
float
argument.
Float
object.
String
object representing the
specified integer.
String
object representing this
Integer
's value.
String
object representing the specified
long
.
String
object representing this
Long
's value.
Constructor
.
Field
.
Method
.
String
object representing the
specified short
.
String
object representing this
Short
's value.
BigDecimal
,
using scientific notation if an exponent is needed.
MathContext
.
String
.
String
.
String
.
String
.
String
.
URL
.
String
representation of this URL connection.
FileTime
.
String
representation of a set of permissions.
UID
.
PKIXCertPathBuilderResult
.
PKIXCertPathValidatorResult
.
PolicyQualifierInfo
.
TrustAnchor
.
CertSelector
.
X509CRLSelector
.
toString
method without any arguments.
java.sql.RowId
object.
Date
object to a String
of the form:
toString()
on the destination
for the output.
toString
for a non-null
argument and "null"
for a null
argument.
toString
on the first
argument if the first argument is not null
and returns
the second argument otherwise.
Scanner
.
String
object representing this UUID
.
String
representing this Huffman table.
String
representing this quantization table.
ArrayType
instance.
CompositeData
instance.
CompositeDataSupport
instance.
CompositeType
instance.
OpenMBeanAttributeInfo
instance.
OpenMBeanAttributeInfoSupport
instance.
OpenMBeanConstructorInfo
instance.
OpenMBeanConstructorInfoSupport
instance.
OpenMBeanInfo
instance.
OpenMBeanInfoSupport
instance.
OpenMBeanOperationInfo
instance.
OpenMBeanOperationInfoSupport
instance.
OpenMBeanParameterInfo
instance.
OpenMBeanParameterInfoSupport
instance.
SimpleType
instance.
TabularData
instance.
TabularDataSupport
instance.
TabularType
instance.
JMXPrincipal
.
LdapName
.
DocFlavor
to a string.
Subject
.
X500Principal
.
String
representation
of the file type.
String
representation of the encoding.
String
representation of the control type.
String
representation
of the port.
String
representation of the reverb type,
including its name and its parameter settings.
BoundedRangeModel
properties.
String
that displays and identifies this
object's properties.
FileNameExtensionFilter
.
GroupLayout
.
ColorType
.
toString()
to this node's
user object, or the empty string if the node has no user object.
GSSName
object.
obj
passed
as a parameter.
RMIServer
object.
String
to upper
case using the rules of the given Locale
.
String
to upper
case using the rules of the default locale.
URI
equivalent to this URL.
toURI
method, and then converting the URI into a URL
via the URI.toURL
method.
charIndex
.
SyncProvider
abstract class so that it has finer grained
transaction control.Transferable
object.
Transferable
's
DataFlavor
s have changed.
Transferable
to and from Swing components.TransferSupport
with isDrop()
false
for the given component and
Transferable
.
BlockingQueue
in which producers may wait for consumers
to receive elements.ptSrc
and stores the result
in ptDst
.
Area
using the specified
AffineTransform
.
AffineTransform
.
AffineTransform
.
AffineTransform
.
AffineTransform
object with the
Transform
in this Graphics2D
according
to the rule last-specified-first-applied.
Transform
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.TransformAttribute
class provides an immutable
wrapper for a transform so that it is safe to use as an attribute.TransformException
with
null
as its detail message.
TransformException
with the specified
detail message.
TransformException
with the
specified detail message and cause.
TransformException
with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
Transform
algorithm.value
when the Introspector
constructs
a PropertyDescriptor
or EventSetDescriptor
classes associated with the annotated code element.int
value representing the transient
modifier.
Event
class is obsolete and is
available only for backwards compatilibility.
Graphics2D
context to the
point (x, y) in the current coordinate system.
Graphics2D
Transform
with a translation transform.
(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)
.
Polygon
by
deltaX
along the x axis and by
deltaY
along the y axis.
Rectangle
the indicated distance,
to the right along the X coordinate axis, and
downward along the Y coordinate axis.
Graphics.translate
.
x
(horizontal) and y
(vertical) offsets.
Transmitter
sends MidiEvent
objects to one or more
Receivers
.Transparency
interface defines the common transparency
modes for implementing classes.TrayIcon
object represents a tray icon that can be
added to the system tray
.TrayIcon
with the specified image.
TrayIcon
with the specified image and
tooltip text.
TrayIcon
with the specified image,
tooltip and popup menu.
TrayIcon
.JTree
instance listening too.
treeModel
.
NavigableMap
implementation.JTree
.expandedState
.
TreePath
represents an array of objects that uniquely
identify the path to a node in a tree.TreePath
from an array.
TreePath
containing a single element.
TreePath
with the specified parent and element.
TreePath
from an array.
TreePath
.
NavigableSet
implementation based on a TreeMap
.Boolean
object corresponding to the primitive
value true
.
BLOB
value that this Blob
object represents to be len
bytes in length.
CLOB
value that this Clob
designates to have a length of len
characters.
BLOB
value that this Blob
object represents to be len
bytes in length.
CLOB
value that this SerialClob
object represents so that it has a length of len
characters.
TrustAnchor
with the specified
X509Certificate
and optional name constraints, which
are intended to be used as additional constraints when validating
an X.509 certification path.
TrustAnchor
where the
most-trusted CA is specified as an X500Principal and public key.
TrustAnchor
where the
most-trusted CA is specified as a distinguished name and public key.
TrustManagerFactory
class.nextToken
method, this field
contains the type of the token just read.
Calendar.DAY_OF_WEEK
field indicating
Tuesday.
TWO_SIDED_SHORT_EDGE
).
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.
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.
Class
instance representing the primitive type
byte
.
Class
instance representing the primitive type
char
.
Class
instance representing the primitive type
double
.
Class
instance representing the primitive type
float
.
Class
instance representing the primitive type
int
.
Class
instance representing the primitive type
long
.
Redirect
.
Class
instance representing the primitive type
short
.
Class
object representing the pseudo-type corresponding to
the keyword void
.
context
value.
Manifest
element (this can be
specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
SignatureProperties
element (this
can be specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
Object
element (this can be
specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
ResultSet
object
whose cursor may move only forward.
ResultSet
object
that is scrollable but generally not sensitive to changes to the data
that underlies the ResultSet
.
ResultSet
object
that is scrollable and generally sensitive to changes to the data
that underlies the ResultSet
.
NULL
value is NOT allowed for this
data type.
NULL
value is allowed for this
data type.
NULL
value
is allowed for this data type.
WHERE
search clauses
that do not use LIKE
predicates.
WHERE
search clauses
that use LIKE
predicates.
WHERE
search clauses are not supported
for this type.
WHERE
search clauses can be
based on this type.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |