- TAB - Static variable in class java.awt.Event
-
- TabableView - Interface in javax.swing.text
-
- tabAreaBackground - Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
The background color used for the tab area.
- tabAreaInsets - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The insets around the tab area.
- TABBED_PANE - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a tabbed pane.
- TABBED_PANE_CONTENT - Static variable in class javax.swing.plaf.synth.Region
-
This specifies the region for the content of a tabbed pane.
- TABBED_PANE_TAB - Static variable in class javax.swing.plaf.synth.Region
-
This specifies the region of a tab of a tabbed pane.
- TABBED_PANE_TAB_AREA - Static variable in class javax.swing.plaf.synth.Region
-
This specifies the region underneath the tabs of a tabbed pane.
- TabbedPaneUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JTabbedPane
.
- TabbedPaneUI() - Constructor for class javax.swing.plaf.TabbedPaneUI
-
Constructs a new TabbedPaneUI
.
- tabChangeListener - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The listener that listens for change events.
- TabExpander - Interface in javax.swing.text
-
- tabForCoordinate(JTabbedPane, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the tab index given a coordinate.
- tabForCoordinate(JTabbedPane, int, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- tabForCoordinate(JTabbedPane, int, int) - Method in class javax.swing.plaf.TabbedPaneUI
-
Determines which tab lies at a given position.
- tabInsets - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The insets around each and every tab.
- TABLE - Static variable in class javax.accessibility.AccessibleRole
-
An object for presenting data in rows and columns.
- table - Variable in class javax.swing.plaf.basic.BasicTableUI
-
- TABLE - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a table.
- table - Variable in class javax.swing.table.JTableHeader
-
The table property.
- TABLE - Static variable in class javax.swing.text.html.HTML.Tag
-
The <table> tag , block tag.
- TABLE_HEADER - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a table header.
- TableCellEditor - Interface in javax.swing.table
-
TableCellEditor public interface
- TableCellRenderer - Interface in javax.swing.table
-
TableCellRenderer public interface
- tableChanged(TableModelEvent) - Method in interface javax.swing.event.TableModelListener
-
Called to notify the listener that the
TableModel
has been updated.
- tableChanged(TableModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Receives notification when the table model changes.
- tableChanged(TableModelEvent) - Method in class javax.swing.JTable
-
Invoked when the table changes.
- TableColumn - Class in javax.swing.table
-
Represents the attributes of a column in a table, including the column index,
width, minimum width, preferred width and maximum width.
- TableColumn() - Constructor for class javax.swing.table.TableColumn
-
Creates a new TableColumn
that maps to column 0 in the
related table model.
- TableColumn(int) - Constructor for class javax.swing.table.TableColumn
-
Creates a new TableColumn
that maps to the specified column
in the related table model.
- TableColumn(int, int) - Constructor for class javax.swing.table.TableColumn
-
Creates a new TableColumn
that maps to the specified column
in the related table model, and has the specified width
.
- TableColumn(int, int, TableCellRenderer, TableCellEditor) - Constructor for class javax.swing.table.TableColumn
-
Creates a new TableColumn
that maps to the specified column
in the related table model, and has the specified width
,
cellRenderer
and cellEditor
.
- TableColumnModel - Interface in javax.swing.table
-
The interface used by
JTable
to access the columns in the table
view.
- TableColumnModelEvent - Class in javax.swing.event
-
TableColumnModelEvent
- TableColumnModelEvent(TableColumnModel, int, int) - Constructor for class javax.swing.event.TableColumnModelEvent
-
Constructor TableColumnModelEvent
- TableColumnModelListener - Interface in javax.swing.event
-
A
TableColumnModelListener
can register with a
TableColumnModel
to receive notification of changes to the model.
- tableColumns - Variable in class javax.swing.table.DefaultTableColumnModel
-
Storage for the table columns.
- tableHeader - Variable in class javax.swing.JTable
-
The tableHeader property.
- TableHeaderUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JTableHeader
.
- TableHeaderUI() - Constructor for class javax.swing.plaf.TableHeaderUI
-
Constructs a new TableHeaderUI
.
- tableIndexClustered - Static variable in interface java.sql.DatabaseMetaData
-
This table index is clustered.
- tableIndexHashed - Static variable in interface java.sql.DatabaseMetaData
-
This table index is hashed.
- tableIndexOther - Static variable in interface java.sql.DatabaseMetaData
-
This table index is of another type.
- tableIndexStatistic - Static variable in interface java.sql.DatabaseMetaData
-
This column contains table statistics.
- TableModel - Interface in javax.swing.table
-
A
TableModel
is a two dimensional data structure that
can store arbitrary
Object
instances, usually for the
purpose of display in a
JTable
component.
- TableModelEvent - Class in javax.swing.event
-
- TableModelEvent(TableModel) - Constructor for class javax.swing.event.TableModelEvent
-
- TableModelEvent(TableModel, int) - Constructor for class javax.swing.event.TableModelEvent
-
Creates a new
TableModelEvent
indicating an
TableModelEvent.UPDATE
to the data in a single row across all columns.
- TableModelEvent(TableModel, int, int) - Constructor for class javax.swing.event.TableModelEvent
-
Creates a new
TableModelEvent
indicating an
TableModelEvent.UPDATE
to the data in the specified rows across all columns.
- TableModelEvent(TableModel, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
-
Creates a new
TableModelEvent
indicating an
TableModelEvent.UPDATE
to the data in the specified rows and column.
- TableModelEvent(TableModel, int, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
-
Creates a new TableModelEvent
indicating an operation of
the specified type
on the data in the specified rows and
column.
- TableModelListener - Interface in javax.swing.event
-
A
TableModelListener
can register with a
TableModel
and receive notification of updates to
the model.
- tableRowsDeleted(TableModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Receives notification when one or more rows have been deleted from the
table.
- tableRowsInserted(TableModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Receives notification when one or more rows have been inserted into the
table and fires appropriate property change events.
- TableUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JTable
.
- TableUI() - Constructor for class javax.swing.plaf.TableUI
-
Constructs a new TableUI
.
- TableView - Class in javax.swing.text
-
A
View
implementation for rendering tables inside styled text.
- TableView(Element) - Constructor for class javax.swing.text.TableView
-
Creates a new instance of TableView
.
- TableView.TableCell - Class in javax.swing.text
-
Deprecated.
Table cells are now rendered by an arbitrary View
implementation.
- TableView.TableCell(Element) - Constructor for class javax.swing.text.TableView.TableCell
-
Deprecated.
Table cells are now rendered by an arbitrary
View
implementation.
- TableView.TableRow - Class in javax.swing.text
-
A view implementation that renders a row of a TableView
.
- TableView.TableRow(Element) - Constructor for class javax.swing.text.TableView.TableRow
-
Creates a new instance of TableRow
.
- TABLOID - Static variable in class java.awt.PageAttributes.MediaType
-
- TABLOID - Static variable in class javax.print.attribute.standard.MediaSize.Other
-
Tabloid size, 11 inch x 17 inch.
- TABLOID - Static variable in class javax.print.attribute.standard.MediaSizeName
-
The tabloid size: 11 inches by 17 inches.
- tabPane - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The tab pane that this UI paints.
- tabPlacement - Variable in class javax.swing.JTabbedPane
-
The current tabPlacement of the TabbedPane.
- tabRunOverlay - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The amount of space each run overlaps the previous by.
- tabRuns - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This array keeps track of which tabs are in which run.
- TabSet - Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
-
A key for the tabset paragraph attribute.
- TabSet - Static variable in class javax.swing.text.StyleConstants
-
- TabSet - Class in javax.swing.text
-
A set of tab stops.
- TabSet(TabStop[]) - Constructor for class javax.swing.text.TabSet
-
Creates a new TabSet
containing the specified tab stops.
- tabSizeAttribute - Static variable in class javax.swing.text.PlainDocument
-
- TabStop - Class in javax.swing.text
-
Represents a tab position in some text.
- TabStop(float) - Constructor for class javax.swing.text.TabStop
-
Creates a new TabStop
for the specified tab position.
- TabStop(float, int, int) - Constructor for class javax.swing.text.TabStop
-
Creates a new TabStop
with the specified attributes.
- TabularData - Interface in javax.management.openmbean
-
Provides an interface to a specific type of composite
data structure, where keys (the columns) map to the
CompositeData
objects that form the rows of
the table.
- TabularDataSupport - Class in javax.management.openmbean
-
- TabularDataSupport(TabularType) - Constructor for class javax.management.openmbean.TabularDataSupport
-
- TabularDataSupport(TabularType, int, float) - Constructor for class javax.management.openmbean.TabularDataSupport
-
Constructs a new empty
TabularDataSupport
with the
specified type and the supplied initial capacity and load factor
being used for the underlying
HashMap
.
- TabularType - Class in javax.management.openmbean
-
The open type descriptor for instances of the
TabularData
class.
- TabularType(String, String, CompositeType, String[]) - Constructor for class javax.management.openmbean.TabularType
-
Constructs a new
TabularType
instance for the given
type name, description, row type and index names.
- tag - Variable in class org.omg.IOP.TaggedComponent
-
The integer tag identifier, for instance, TAG_CODE_SETS.value.
- tag - Variable in class org.omg.IOP.TaggedProfile
-
The integer tag identifier, typically one of TAG_INTERNET_IOP.value or
TAG_MULTIPLE_COMPONENTS.value.
- TAG_ACNT - Static variable in interface java.awt.font.OpenType
-
- TAG_ALTERNATE_IIOP_ADDRESS - Interface in org.omg.IOP
-
Holds an integer constant of the TAG_ALTERNATE_IIOP_ADDRESS Component that
may occur zero or more times in the Internet of Multiple components profile.
- TAG_AVAR - Static variable in interface java.awt.font.OpenType
-
- TAG_BASE - Static variable in interface java.awt.font.OpenType
-
- TAG_BDAT - Static variable in interface java.awt.font.OpenType
-
- TAG_BLOC - Static variable in interface java.awt.font.OpenType
-
- TAG_BSLN - Static variable in interface java.awt.font.OpenType
-
- TAG_CFF - Static variable in interface java.awt.font.OpenType
-
- TAG_CMAP - Static variable in interface java.awt.font.OpenType
-
- TAG_CODE_SETS - Interface in org.omg.IOP
-
Holds the integer identifier of the code sets profile.
- TAG_CVAR - Static variable in interface java.awt.font.OpenType
-
- TAG_CVT - Static variable in interface java.awt.font.OpenType
-
- TAG_DSIG - Static variable in interface java.awt.font.OpenType
-
- TAG_EBDT - Static variable in interface java.awt.font.OpenType
-
- TAG_EBLC - Static variable in interface java.awt.font.OpenType
-
- TAG_EBSC - Static variable in interface java.awt.font.OpenType
-
- TAG_FDSC - Static variable in interface java.awt.font.OpenType
-
- TAG_FEAT - Static variable in interface java.awt.font.OpenType
-
- TAG_FMTX - Static variable in interface java.awt.font.OpenType
-
- TAG_FPGM - Static variable in interface java.awt.font.OpenType
-
- TAG_FVAR - Static variable in interface java.awt.font.OpenType
-
- TAG_GASP - Static variable in interface java.awt.font.OpenType
-
- TAG_GDEF - Static variable in interface java.awt.font.OpenType
-
- TAG_GLYF - Static variable in interface java.awt.font.OpenType
-
- TAG_GPOS - Static variable in interface java.awt.font.OpenType
-
- TAG_GSUB - Static variable in interface java.awt.font.OpenType
-
- TAG_GVAR - Static variable in interface java.awt.font.OpenType
-
- TAG_HDMX - Static variable in interface java.awt.font.OpenType
-
- TAG_HEAD - Static variable in interface java.awt.font.OpenType
-
- TAG_HHEA - Static variable in interface java.awt.font.OpenType
-
- TAG_HMTX - Static variable in interface java.awt.font.OpenType
-
- TAG_INTERNET_IOP - Interface in org.omg.IOP
-
Holds the integer identifier of the internet profile.
- TAG_JAVA_CODEBASE - Interface in org.omg.IOP
-
Holds an integer identifier of the TAG_JAVA_CODEBASE profile.
- TAG_JSTF - Static variable in interface java.awt.font.OpenType
-
- TAG_JUST - Static variable in interface java.awt.font.OpenType
-
- TAG_KERN - Static variable in interface java.awt.font.OpenType
-
- TAG_LCAR - Static variable in interface java.awt.font.OpenType
-
- TAG_LOCA - Static variable in interface java.awt.font.OpenType
-
- TAG_LTSH - Static variable in interface java.awt.font.OpenType
-
- TAG_MAXP - Static variable in interface java.awt.font.OpenType
-
- TAG_MMFX - Static variable in interface java.awt.font.OpenType
-
- TAG_MMSD - Static variable in interface java.awt.font.OpenType
-
- TAG_MORT - Static variable in interface java.awt.font.OpenType
-
- TAG_MULTIPLE_COMPONENTS - Interface in org.omg.IOP
-
Holds the integer identifier of the multiple components profile.
- TAG_NAME - Static variable in interface java.awt.font.OpenType
-
- TAG_OPBD - Static variable in interface java.awt.font.OpenType
-
- TAG_ORB_TYPE - Interface in org.omg.IOP
-
Holds an integer constant of the TAG_ORB_TYPE Component that defines
the kind or CORBA implementation of ORB the reference is comming from.
- TAG_OS2 - Static variable in interface java.awt.font.OpenType
-
- TAG_PCLT - Static variable in interface java.awt.font.OpenType
-
- TAG_POLICIES - Interface in org.omg.IOP
-
An integer identifier for the TAG_POLICIES component.
- TAG_POST - Static variable in interface java.awt.font.OpenType
-
- TAG_PREP - Static variable in interface java.awt.font.OpenType
-
- TAG_PROP - Static variable in interface java.awt.font.OpenType
-
- TAG_RMI_CUSTOM_MAX_STREAM_FORMAT - Interface in org.omg.IOP
-
A single constant interface, defining the
TAG_RMI_CUSTOM_MAX_STREAM_FORMAT (= 38) tagged component.
- TAG_TRAK - Static variable in interface java.awt.font.OpenType
-
- TAG_TYP1 - Static variable in interface java.awt.font.OpenType
-
- TAG_VDMX - Static variable in interface java.awt.font.OpenType
-
- TAG_VHEA - Static variable in interface java.awt.font.OpenType
-
- TAG_VMTX - Static variable in interface java.awt.font.OpenType
-
- TAGALOG - Static variable in class java.lang.Character.UnicodeBlock
-
Tagalog.
0x1700 - 0x171F.
- TAGBANWA - Static variable in class java.lang.Character.UnicodeBlock
-
Tagbanwa.
0x1760 - 0x177F.
- TagElement - Class in javax.swing.text.html.parser
-
The SGML element, defining a single html tag.
- TagElement(Element) - Constructor for class javax.swing.text.html.parser.TagElement
-
Creates the html tag element from the defintion, stored in the
given element.
- TagElement(Element, boolean) - Constructor for class javax.swing.text.html.parser.TagElement
-
Creates the html tag element from the defintion, stored in the
given element, setting the flag 'fictional' to the given value.
- TaggedComponent - Class in org.omg.IOP
-
- TaggedComponent() - Constructor for class org.omg.IOP.TaggedComponent
-
Create the unitialised instance, assigning to
the all fields java default values.
- TaggedComponent(int, byte[]) - Constructor for class org.omg.IOP.TaggedComponent
-
Create the instance, initialising the fields to the given values.
- TaggedComponentHelper - Class in org.omg.IOP
-
- TaggedComponentHelper() - Constructor for class org.omg.IOP.TaggedComponentHelper
-
- TaggedComponentHolder - Class in org.omg.IOP
-
- TaggedComponentHolder() - Constructor for class org.omg.IOP.TaggedComponentHolder
-
Create the unitialised instance, leaving the value field
with default null
value.
- TaggedComponentHolder(TaggedComponent) - Constructor for class org.omg.IOP.TaggedComponentHolder
-
Create the initialised instance.
- TaggedProfile - Class in org.omg.IOP
-
The TaggedProfile if part of the
IOR
, defining a single specific
aspect of the object related information.
- TaggedProfile() - Constructor for class org.omg.IOP.TaggedProfile
-
Create the unitialised instance, assigning to
the all fields java default values.
- TaggedProfile(int, byte[]) - Constructor for class org.omg.IOP.TaggedProfile
-
Create the instance, initialising the fields to the given values.
- TaggedProfileHelper - Class in org.omg.IOP
-
- TaggedProfileHelper() - Constructor for class org.omg.IOP.TaggedProfileHelper
-
- TaggedProfileHolder - Class in org.omg.IOP
-
- TaggedProfileHolder() - Constructor for class org.omg.IOP.TaggedProfileHolder
-
Create the unitialised instance, leaving the value field
with default null
value.
- TaggedProfileHolder(TaggedProfile) - Constructor for class org.omg.IOP.TaggedProfileHolder
-
Create the initialised instance.
- TAGS - Static variable in class java.lang.Character.UnicodeBlock
-
Tags.
0xE0000 - 0xE007F.
- TAI_LE - Static variable in class java.lang.Character.UnicodeBlock
-
Tai Le.
0x1950 - 0x197F.
- TAI_XUAN_JING_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Tai Xuan Jing Symbols.
0x1D300 - 0x1D35F.
- tailMap(K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of the map greater than or equal to
fromKey.
- tailMap(K) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys greater or
equal to fromKey
.
- tailMap(K, boolean) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys greater or
equal to fromKey
.
- tailSet(E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of the set greater than or equal to
fromElement.
- tailSet(T) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements greater or equal to
from
.
- tailSet(T, boolean) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements greater (or equal to,
if inclusive
is true) from
.
- TAIWAN - Static variable in class java.util.Locale
-
Locale which represents Taiwan.
- TAMIL - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode TAMIL range.
- TAMIL - Static variable in class java.lang.Character.UnicodeBlock
-
Tamil.
0x0B80 - 0x0BFF.
- tan(double) - Static method in class java.lang.Math
-
The trigonometric function tan.
- tan(double) - Static method in class java.lang.StrictMath
-
The trigonometric function tan.
- tanh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic tangent of the given value.
- tanh(double) - Static method in class java.lang.StrictMath
-
Returns the hyperbolic tangent of x
, which is defined as
(exp(x) - exp(-x)) / (exp(x) + exp(-x)), i.e. sinh(x) / cosh(x).
- target - Variable in class java.awt.Event
-
- Target - Annotation Type in java.lang.annotation
-
- TARGET - Static variable in class javax.swing.text.html.HTML.Attribute
-
The target attribute
- target() - Method in class org.omg.CORBA.Request
-
Return the CORBA object on that the method would be invoked.
- target() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the object on that the client has invoked the the operation.
- target_is_a(String) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Checks if the servant is the given repository id.
- target_most_derived_interface() - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Get the most derived (most specific) repository Id of the servant.
- TargetDataLine - Interface in javax.sound.sampled
-
This is a DataLine from which data may be read.
- TargetedNotification - Class in javax.management.remote
-
Wraps a notification with an identifier that specifies
the listener which received it.
- TargetedNotification(Notification, Integer) - Constructor for class javax.management.remote.TargetedNotification
-
Constructs a new
TargetedNotification
which connects
the supplied notification with the specified identifier.
- targetMustExist() - Method in interface javax.naming.event.EventContext
-
- TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a new array is next in the stream.
- TC_BASE - Static variable in interface java.io.ObjectStreamConstants
-
The first token value.
- TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a block of primitive data is next in the stream.
- TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a long block of primitive data is next in the
stream.
- TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
-
Token reference to designate a reference to a class.
- TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a class descriptor is next in the stream.
- TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate the end of a block of primitve data.
- TC_ENUM - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate an enum constant is next in the stream.
- TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate an exception occured during serialization.
- TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a long string is next in the stream.
- TC_MAX - Static variable in interface java.io.ObjectStreamConstants
-
The last token value.
- TC_NULL - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a null
reference in the stream.
- TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a new object is next in the stream.
- TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a proxy class descriptor is next in the stream.
- TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a reference to an already serialized object.
- TC_RESET - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a reset of the stream state.
- TC_STRING - Static variable in interface java.io.ObjectStreamConstants
-
Token value to designate a new string is next in the stream.
- TCKind - Class in org.omg.CORBA
-
The basic constants, used in java to IDL mapping.
- TCKind(int) - Constructor for class org.omg.CORBA.TCKind
-
Deprecated.
it is recommended to use TCKind.from_int(int)
that
reuses existing TCKind object instead of allocating the new instance.
- TCP_NODELAY - Static variable in interface java.net.SocketOptions
-
Option id for the TCP_NODELAY value
- TD - Static variable in class javax.swing.text.html.HTML.Tag
-
The <td> tag , breaks flow, block tag.
- TELUGU - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode TELUGU range.
- TELUGU - Static variable in class java.lang.Character.UnicodeBlock
-
Telugu.
0x0C00 - 0x0C7F.
- Templates - Interface in javax.xml.transform
-
A compiled, reusable XSL transformation.
- TemplatesHandler - Interface in javax.xml.transform.sax
-
A content handler that processes SAX parse events into a compiled
transformation template.
- TEN - Static variable in class java.math.BigDecimal
-
The constant ten as a BigDecimal with scale zero.
- TEN - Static variable in class java.math.BigInteger
-
The constant ten as a BigInteger.
- TERTIARY - Static variable in class java.text.Collator
-
This constant is a strength value which indicates that tertiary,
secondary, and primary differences will be considered during sorting.
- tertiaryOrder(int) - Static method in class java.text.CollationElementIterator
-
This method returns the tertiary order value for the given collation
value.
- testBit(int) - Method in class java.math.BigInteger
-
- TEXT - Static variable in class java.awt.SystemColor
-
Array index of the text background color.
- text - Static variable in class java.awt.SystemColor
-
The text background color.
- TEXT - Static variable in class javax.accessibility.AccessibleRole
-
An object which represents text, usually editable by the user.
- text - Variable in class javax.accessibility.AccessibleTextSequence
-
The text of the sequence.
- text(Element) - Method in class javax.swing.text.AbstractWriter
-
Output the text of the indicated Element, properly clipping it to
the range of the Document specified when the AbstractWriter was
created.
- TEXT - Static variable in class javax.swing.text.html.HTML.Attribute
-
The text attribute
- text(Element) - Method in class javax.swing.text.html.HTMLWriter
-
Writes out text, within the appropriate range if it is specified.
- text(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
-
- Text - Interface in org.w3c.dom
-
The
Text
interface inherits from
CharacterData
and represents the textual content (termed
character data in XML) of an
Element
or
Attr
.
- TEXT_ALIGN - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'text-align'.
- TEXT_AREA - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a text area.
- TEXT_BACKGROUND - Static variable in class javax.swing.plaf.synth.ColorType
-
A constant used to identify the background color of text of a component.
- TEXT_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "text" property changes.
- TEXT_CURSOR - Static variable in class java.awt.Cursor
-
Constant for a cursor over a text field.
- TEXT_CURSOR - Static variable in class java.awt.Frame
-
Deprecated.
Use Cursor.TEXT_CURSOR
instead.
- TEXT_DECORATION - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'text-decoration'.
- TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
Mask for text events.
- TEXT_FIELD - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a text field.
- TEXT_FIRST - Static variable in class java.awt.event.TextEvent
-
This is the first id in the range of event ids used by this class.
- TEXT_FOREGROUND - Static variable in class javax.swing.plaf.synth.ColorType
-
A constant used to identify the foreground color of text of a component.
- TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
-
Array index of the highlighted text background color.
- TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
-
Array index of the highlighted text foreground color.
- TEXT_HTML - Static variable in class javax.print.DocFlavor.CHAR_ARRAY
-
Char array doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML - Static variable in class javax.print.DocFlavor.READER
-
Reader doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML - Static variable in class javax.print.DocFlavor.STRING
-
String doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_HOST - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html" in the host encoding.
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_US_ASCII - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html; charset=us-ascii".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16 - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html; charset=utf-16".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16BE - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html; charset=utf-16be".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_16LE - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html; charset=utf-16le".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_HTML_UTF_8 - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/html; charset=utf-8".
- TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
-
Array index of the inactive text foreground color.
- TEXT_INDENT - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'text-indent'.
- TEXT_INSET_H - Static variable in class javax.swing.border.TitledBorder
-
The number of pixels between the outside of this TitledBorder
and the beginning (if left-aligned) or end (if right-aligned)
of the title text.
- TEXT_LAST - Static variable in class java.awt.event.TextEvent
-
This is the last id in the range of event ids used by this class.
- TEXT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a Text
node.
- TEXT_PANE - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a text pane.
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.CHAR_ARRAY
-
Char array doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.READER
-
Reader doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN - Static variable in class javax.print.DocFlavor.STRING
-
String doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_HOST - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain" in the host encoding.
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_US_ASCII - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain; charset=us-ascii".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16 - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain; charset=utf-16".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16BE - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain; charset=utf-16be".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_16LE - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain; charset=utf-16le".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-8".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "text/plain; charset=utf-8".
- TEXT_PLAIN_UTF_8 - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "text/plain; charset=utf-8".
- TEXT_SPACING - Static variable in class javax.swing.border.TitledBorder
-
- TEXT_TEXT - Static variable in class java.awt.SystemColor
-
Array index of the text foreground color.
- TEXT_TRANSFORM - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'text-transform'.
- TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
-
This event id indicates that the text of an object has changed.
- TextAction - Class in javax.swing.text
-
TextAction
- TextAction(String) - Constructor for class javax.swing.text.TextAction
-
Constructor TextAction
- TextArea - Class in java.awt
-
A TextArea is a text component capable of displaying multiple lines
of user-editable text.
- TextArea() - Constructor for class java.awt.TextArea
-
Initialize a new instance of TextArea
that is empty.
- TextArea(String) - Constructor for class java.awt.TextArea
-
Initialize a new instance of TextArea
that contains
the specified text.
- TextArea(int, int) - Constructor for class java.awt.TextArea
-
Initialize a new instance of TextArea
that is empty
and can display the specified number of rows and columns of text,
without the need to scroll.
- TextArea(String, int, int) - Constructor for class java.awt.TextArea
-
Initialize a new instance of TextArea
that can
display the specified number of rows and columns of text, without
the need to scroll.
- TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
-
Initialize a new instance of TextArea
that initially
contains the specified text.
- TEXTAREA - Static variable in class javax.swing.text.html.HTML.Tag
-
The <textarea> tag , preformatted.
- TextArea.AccessibleAWTTextArea - Class in java.awt
-
- TextArea.AccessibleAWTTextArea() - Constructor for class java.awt.TextArea.AccessibleAWTTextArea
-
- textAreaContent(char[]) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
Adds the given text to the textarea document.
- textAreaContent(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
-
Writes out the contents of a textarea.
- TextAreaPeer - Interface in java.awt.peer
-
- TextAttribute - Class in java.awt.font
-
Attributes (and associated values) that can be used to define an
AttributedString
.
- TextAttribute(String) - Constructor for class java.awt.font.TextAttribute
-
Creates a new attribute.
- TextComponent - Class in java.awt
-
This class provides common functionality for widgets than
contain text.
- TextComponent.AccessibleAWTTextComponent - Class in java.awt
-
- TextComponent.AccessibleAWTTextComponent() - Constructor for class java.awt.TextComponent.AccessibleAWTTextComponent
-
- TextComponentPeer - Interface in java.awt.peer
-
- TextEvent - Class in java.awt.event
-
This event is generated when a text box changes contents.
- TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
-
Initializes a new instance of TextEvent
with the specified
source and id.
- TextField - Class in java.awt
-
This class implements a single line text entry field widget
- TextField() - Constructor for class java.awt.TextField
-
Initializes a new instance of TextField
that is empty
and has one column.
- TextField(String) - Constructor for class java.awt.TextField
-
Initializes a new instance of TextField
containing
the specified text.
- TextField(int) - Constructor for class java.awt.TextField
-
Initializes a new instance of TextField
that is empty
and has the specified number of columns.
- TextField(String, int) - Constructor for class java.awt.TextField
-
Initializes a new instance of TextField
with the
specified text and number of columns.
- TextField.AccessibleAWTTextField - Class in java.awt
-
- TextField.AccessibleAWTTextField() - Constructor for class java.awt.TextField.AccessibleAWTTextField
-
- TextFieldPeer - Interface in java.awt.peer
-
- textHighlight - Static variable in class java.awt.SystemColor
-
The highlighted text background color.
- textHighlightText - Static variable in class java.awt.SystemColor
-
The highlighted text foreground color.
- TextHitInfo - Class in java.awt.font
-
- textIconGap - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The gap between text and label
- textInactiveText - Static variable in class java.awt.SystemColor
-
The inactive text color.
- TextInputCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
TextInputCallback
to the
handle()
method of a
CallbackHandler
to retrieve
generic text information.
- TextInputCallback(String) - Constructor for class javax.security.auth.callback.TextInputCallback
-
Construct a TextInputCallback
with a prompt.
- TextInputCallback(String, String) - Constructor for class javax.security.auth.callback.TextInputCallback
-
Construct a TextInputCallback
with a prompt and default
input value.
- TextLayout - Class in java.awt.font
-
- TextLayout(String, Font, FontRenderContext) - Constructor for class java.awt.font.TextLayout
-
Constructs a TextLayout.
- TextLayout(String, Map<? extends AttributedCharacterIterator.Attribute, ?>, FontRenderContext) - Constructor for class java.awt.font.TextLayout
-
- TextLayout(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.TextLayout
-
- TextLayout.CaretPolicy - Class in java.awt.font
-
Inner class describing a caret policy
- TextLayout.CaretPolicy() - Constructor for class java.awt.font.TextLayout.CaretPolicy
-
- TextListener - Interface in java.awt.event
-
This interface is for classes that wish to be notified when text changes
in a component.
- textListener - Variable in class java.awt.TextComponent
-
A list of listeners that will receive events from this object.
- TextMeasurer - Class in java.awt.font
-
TextMeasurer is a small utility class for measuring the length of laid-out
text objects.
- TextMeasurer(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.TextMeasurer
-
Creates a TextMeasurer from a given text in the form of an
AttributedCharacterIterator
and a
FontRenderContext
.
- textNonSelectionColor - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
The color used for text in non-selected cells.
- TextOutputCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
TextOutputCallback
to the
handle()
method of a
CallbackHandler
to display information messages, warning messages and
error messages.
- TextOutputCallback(int, String) - Constructor for class javax.security.auth.callback.TextOutputCallback
-
Construct a TextOutputCallback
with a message type and
message to be displayed.
- textSelectionColor - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
The color used for text in selected cells.
- TextSyntax - Class in javax.print.attribute
-
TextSyntax
is the abstract base class of all attribute
classes which provide a string as value (e.g. the location of the printer).
- TextSyntax(String, Locale) - Constructor for class javax.print.attribute.TextSyntax
-
Creates a TextSyntax
object with the given value
and locale.
- textText - Static variable in class java.awt.SystemColor
-
The text foreground color.
- TextUI - Class in javax.swing.plaf
-
An abstract base class for delegates that provide the user
interface for text editors.
- TextUI() - Constructor for class javax.swing.plaf.TextUI
-
Constructs a new TextUI
.
- TexturePaint - Class in java.awt
-
This class provides a way to fill a Shape with a texture that is
specified by a BufferedImage.
- TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
-
Constructor.
- textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles this event by dispatching it to the "a" and "b" listener
instances.
- textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
-
This method is called when the text being monitored changes.
- textValueChanged(TextEvent) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- TH - Static variable in class javax.swing.text.html.HTML.Tag
-
The <th> tag , breaks flow, block tag.
- THAANA - Static variable in class java.lang.Character.UnicodeBlock
-
Thaana.
0x0780 - 0x07BF.
- THAI - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode THAI range.
- THAI - Static variable in class java.lang.Character.UnicodeBlock
-
Thai.
0x0E00 - 0x0E7F.
- the_activator() - Method in interface org.omg.PortableServer.POAOperations
-
Returns the adapter activator, associated with this POA.
- the_activator(AdapterActivator) - Method in interface org.omg.PortableServer.POAOperations
-
Set the adapter activator for this POA.
- the_children() - Method in interface org.omg.PortableServer.POAOperations
-
The children of this POA.
- the_name() - Method in interface org.omg.PortableServer.POAOperations
-
Return the name of this POA.
- the_parent() - Method in interface org.omg.PortableServer.POAOperations
-
Return the parent of this POA.
- the_POAManager() - Method in interface org.omg.PortableServer.POAOperations
-
Return the POA manager, associated with this POA.
- thickness - Variable in class javax.swing.border.LineBorder
-
The width of the line in pixels.
- this_object(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
-
Obtains the CORBA object reference that is an invocation target for the
given servant.
- thisObject() - Method in interface javax.rmi.CORBA.Tie
-
Get the object that delegates calls to this tie.
- Thread - Class in java.lang
-
Thread represents a single thread of execution in the VM.
- Thread() - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(Runnable) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(String) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(Runnable, String) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object.
- Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
-
Allocate a new Thread object, with the specified ThreadGroup and name, and
using the specified Runnable object's run()
method to
execute.
- Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
-
Allocate a new Thread object, as if by
Thread(group, null, name)
, and give it the specified stack
size, in bytes.
- Thread.State - Enum in java.lang
-
Represents the current state of a thread, according to the VM rather
than the operating system.
- Thread.UncaughtExceptionHandler - Interface in java.lang
-
This interface is used to handle uncaught exceptions
which cause a Thread
to terminate.
- THREAD_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
-
The object name for the threading bean.
- THREAD_POLICY_ID - Interface in org.omg.PortableServer
-
- ThreadDeath - Error in java.lang
-
ThreadDeath is thrown in a thread when someone calls stop()
on that thread.
- ThreadDeath() - Constructor for error java.lang.ThreadDeath
-
Create an error without a message.
- ThreadGroup - Class in java.lang
-
ThreadGroup allows you to group Threads together.
- ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
-
Create a new ThreadGroup using the given name and the current thread's
ThreadGroup as a parent.
- ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
-
Create a new ThreadGroup using the given name and parent group.
- ThreadInfo - Class in java.lang.management
-
A class which maintains information about a particular
thread.
- ThreadLocal<T> - Class in java.lang
-
ThreadLocal objects have a different state associated with every
Thread that accesses them.
- ThreadLocal() - Constructor for class java.lang.ThreadLocal
-
Creates a ThreadLocal object without associating any value to it yet.
- ThreadMXBean - Interface in java.lang.management
-
Provides access to information about the threads
of the virtual machine.
- ThreadPolicy - Interface in org.omg.PortableServer
-
Defines the POA thread policy.
- ThreadPolicyOperations - Interface in org.omg.PortableServer
-
Defines the operations, applicable to the ThreadPolicy.
- ThreadPolicyValue - Class in org.omg.PortableServer
-
Defines the possible values for the POA thread policy.
- ThreadPolicyValue(int) - Constructor for class org.omg.PortableServer.ThreadPolicyValue
-
Normally, no new instances are required, so the constructor is protected.
- Throwable - Class in java.lang
-
Throwable is the superclass of all exceptions that can be raised.
- Throwable() - Constructor for class java.lang.Throwable
-
Instantiate this Throwable with an empty message.
- Throwable(String) - Constructor for class java.lang.Throwable
-
Instantiate this Throwable with the given message.
- Throwable(String, Throwable) - Constructor for class java.lang.Throwable
-
Instantiate this Throwable with the given message and cause.
- Throwable(Throwable) - Constructor for class java.lang.Throwable
-
Instantiate this Throwable with the given cause.
- throwException() - Method in class java.nio.charset.CoderResult
-
- throwing(String, String, Throwable) - Method in class java.util.logging.Logger
-
- thumbColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The color of the thumb.
- thumbColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The thumb color (unused, because an icon is used to draw the thumb).
- thumbDarkShadowColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The outer shadow of the thumb.
- thumbHighlightColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The top and left edge color for the thumb.
- thumbLightShadowColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The outer light shadow for the thumb.
- thumbnailComplete(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports that a thumbnail read operation has completed.
- thumbnailComplete(ImageWriter) - Method in interface javax.imageio.event.IIOWriteProgressListener
-
Reports that a thumbnail write operation has completed.
- thumbnailPassComplete(ImageReader, BufferedImage) - Method in interface javax.imageio.event.IIOReadUpdateListener
-
Reports that the current thumbnail read operation has completed a progressive pass.
- thumbnailPassStarted(ImageReader, BufferedImage, int, int, int, int, int, int, int, int[]) - Method in interface javax.imageio.event.IIOReadUpdateListener
-
Reports that the current thumbnail read operation is about to begin a progressive pass.
- thumbnailProgress(ImageReader, float) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports the approximate percentage of completion of a thumbnail read
operation.
- thumbnailProgress(ImageWriter, float) - Method in interface javax.imageio.event.IIOWriteProgressListener
-
Reports the approximate percentage of completion of a thumbnail write
operation.
- thumbnails - Variable in class javax.imageio.IIOImage
-
A list of BufferedImage thumbnails of this image.
- thumbnailStarted(ImageReader, int, int) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports that a thumbnail read operation is beginning.
- thumbnailStarted(ImageWriter, int, int) - Method in interface javax.imageio.event.IIOWriteProgressListener
-
Reports that a thumbnail write operation is beginning.
- thumbnailUpdate(ImageReader, BufferedImage, int, int, int, int, int, int, int[]) - Method in interface javax.imageio.event.IIOReadUpdateListener
-
Reports that a given region of a thumbnail image has been updated.
- thumbRect - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The size and position of the thumb.
- thumbRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Rectangle describing the thumb's bounds.
- THURSDAY - Static variable in class java.util.Calendar
-
Constant representing Thursday.
- TIBETAN - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode TIBETAN range.
- TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
-
Tibetan.
0x0F00 - 0x0FFF.
- TICK_BUFFER - Variable in class javax.swing.plaf.metal.MetalSliderUI
-
The gap between the track and the tick marks.
- tickLength - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The length of the major tick marks.
- tickRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Rectangle describing the tick bounds.
- ticks() - Method in class javax.sound.midi.Track
-
Get the length of the track in MIDI ticks.
- Tie - Interface in javax.rmi.CORBA
-
A Tie serves as a CORBA Servant or implementation base.
- tileGridXOffset - Variable in class javax.imageio.ImageWriteParam
-
The amount by which the tile grid origin should be offset
horizontally from the image origin if tiling has been set.
- tileGridYOffset - Variable in class javax.imageio.ImageWriteParam
-
The amount by which the tile grid origin should be offset
vertically from the image origin if tiling has been set.
- tileHeight - Variable in class javax.imageio.ImageWriteParam
-
The height of each tile if tiling has been set.
- tileIcon - Variable in class javax.swing.border.MatteBorder
-
The icon is used for filling the border with a tile, or
null
if the border is filled with a solid
color.
- TileObserver - Interface in java.awt.image
-
NEEDS DOCUMENTATION
- tileUpdate(WritableRenderedImage, int, int, boolean) - Method in interface java.awt.image.TileObserver
-
- tileWidth - Variable in class javax.imageio.ImageWriteParam
-
The width of each tile if tiling has been set.
- tilingMode - Variable in class javax.imageio.ImageWriteParam
-
The mode controlling tiling settings, which must be
set to one of the four MODE_* values.
- tilingSet - Variable in class javax.imageio.ImageWriteParam
-
True if the tiling parameters have been specified.
- Time - Class in java.sql
-
This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Time.
- Time(int, int, int) - Constructor for class java.sql.Time
-
Deprecated.
- Time(long) - Constructor for class java.sql.Time
-
This method initializes a new instance of this class with the
specified time value representing the number of milliseconds since
Jan 1, 1970 at 12:00 midnight GMT.
- TIME - Static variable in class java.sql.Types
-
- time - Variable in class java.util.Calendar
-
The time in milliseconds since the epoch.
- TIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the time
data type.
- TIME_ZONE - Static variable in class java.text.DateFormat.Field
-
- TIMED_OUT - Static variable in class javax.print.attribute.standard.PrinterStateReason
-
The connection to the device has timed out.
- TimeLimitExceededException - Exception in javax.naming
-
- TimeLimitExceededException() - Constructor for exception javax.naming.TimeLimitExceededException
-
- TimeLimitExceededException(String) - Constructor for exception javax.naming.TimeLimitExceededException
-
- TIMEOUT - Exception in org.omg.CORBA
-
Raised when no delivery has been made during the specified timeout duration.
- TIMEOUT(String) - Constructor for exception org.omg.CORBA.TIMEOUT
-
Creates TIMEOUT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TIMEOUT() - Constructor for exception org.omg.CORBA.TIMEOUT
-
Creates TIMEOUT with the default minor code of 0 and a
completion state COMPLETED_NO.
- TIMEOUT(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TIMEOUT
-
Creates a TIMEOUT exception with the specified minor
code and completion status.
- TIMEOUT(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TIMEOUT
-
Created TIMEOUT exception, providing full information.
- Timer - Class in java.util
-
Timer that can run TimerTasks at a later time.
- Timer() - Constructor for class java.util.Timer
-
Creates a new Timer with a non daemon Thread as Scheduler, with normal
priority and a default name.
- Timer(boolean) - Constructor for class java.util.Timer
-
Creates a new Timer with a daemon Thread as scheduler if daemon is true,
with normal priority and a default name.
- Timer(String) - Constructor for class java.util.Timer
-
Create a new Timer whose Thread has the indicated name.
- Timer(String, boolean) - Constructor for class java.util.Timer
-
Create a new Timer whose Thread has the indicated name.
- timer - Variable in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
-
Timer used when inside a scrollpane and the scrollbar is adjusting
- Timer - Class in javax.swing
-
Fires one or more action events after the specified delay.
- Timer(int, ActionListener) - Constructor for class javax.swing.Timer
-
Creates a new Timer object.
- timer - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Used before starting the editing session.
- TimerTask - Class in java.util
-
Task that can be run at a later time if given to a Timer.
- TimerTask() - Constructor for class java.util.TimerTask
-
Creates a TimerTask and marks it as not yet scheduled.
- TIMES - Static variable in class javax.management.Query
-
A code representing the {@link #times(ValueExp, ValueExp)
query to be used in serialization.
- times(ValueExp, ValueExp) - Static method in class javax.management.Query
-
Returns a value expression which evaluates to the result of
multiplying v1
by v2
.
- Timestamp - Class in java.sql
-
This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Timestamp.
- Timestamp(int, int, int, int, int, int, int) - Constructor for class java.sql.Timestamp
-
Deprecated.
- Timestamp(long) - Constructor for class java.sql.Timestamp
-
This method initializes a new instance of this class with the
specified time value representing the number of milliseconds since
Jan 1, 1970 at 12:00 midnight GMT.
- TIMESTAMP - Static variable in class java.sql.Types
-
- timestamp() - Method in class java.util.UUID
-
Returns the 60-bit timestamp value of the UUID in a long.
- TimeZone - Class in java.util
-
This class represents a time zone offset and handles daylight savings.
- TimeZone() - Constructor for class java.util.TimeZone
-
- TIMEZONE_FIELD - Static variable in class java.text.DateFormat
-
Represents the position of the generic
timezone pattern character in the array of
localized pattern characters.
- TimeZoneNameProvider - Class in java.util.spi
-
A
TimeZoneNameProvider
provides localized
versions of the names that represent a particular
timezone.
- TimeZoneNameProvider() - Constructor for class java.util.spi.TimeZoneNameProvider
-
- TIMING_CLOCK - Static variable in class javax.sound.midi.ShortMessage
-
Status byte for Timing Clock message.
- TINYINT - Static variable in class java.sql.Types
-
- title - Variable in class javax.swing.border.TitledBorder
-
The title, or null
to display no title.
- title - Variable in class javax.swing.JInternalFrame
-
The title on the TitlePane of the JInternalFrame.
- TITLE - Static variable in class javax.swing.text.html.HTML.Attribute
-
The title attribute
- TITLE - Static variable in class javax.swing.text.html.HTML.Tag
-
The <title> tag , breaks flow, block tag.
- title - Variable in class javax.swing.text.html.parser.DTD
-
The title element for this DTD.
- TITLE_PROPERTY - Static variable in class javax.swing.JInternalFrame
-
The property fired in a PropertyChangeEvent when the title property
changes.
- TITLECASE_LETTER - Static variable in class java.lang.Character
-
Lt = Letter, Titlecase (Informative).
- titleColor - Variable in class javax.swing.border.TitledBorder
-
The color for displaying the title text.
- TitledBorder - Class in javax.swing.border
-
A border that paints a title on top of another border.
- TitledBorder(String) - Constructor for class javax.swing.border.TitledBorder
-
Constructs a TitledBorder given the text of its title.
- TitledBorder(Border) - Constructor for class javax.swing.border.TitledBorder
-
Constructs an initially untitled TitledBorder given another border.
- TitledBorder(Border, String) - Constructor for class javax.swing.border.TitledBorder
-
Constructs a TitledBorder given its border and title text.
- TitledBorder(Border, String, int, int) - Constructor for class javax.swing.border.TitledBorder
-
Constructs a TitledBorder given its border, title text, horizontal
alignment, and vertical position.
- TitledBorder(Border, String, int, int, Font) - Constructor for class javax.swing.border.TitledBorder
-
Constructs a TitledBorder given its border, title text, horizontal
alignment, vertical position, and font.
- TitledBorder(Border, String, int, int, Font, Color) - Constructor for class javax.swing.border.TitledBorder
-
Constructs a TitledBorder given its border, title text, horizontal
alignment, vertical position, font, and color.
- titleFont - Variable in class javax.swing.border.TitledBorder
-
The font for displaying the title text.
- titleJustification - Variable in class javax.swing.border.TitledBorder
-
- titlePane - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
The TitlePane displayed at the top of the JInternalFrame.
- titlePosition - Variable in class javax.swing.border.TitledBorder
-
- TitleProperty - Static variable in interface javax.swing.text.Document
-
The key for the property that is the title of a document.
- tk_abstract_interface - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
abstract_interface
- tk_alias - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
alias
- tk_any - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
any
- tk_array - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
array
- tk_boolean - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
boolean
- tk_char - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
char
- tk_double - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
double
- tk_enum - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
enum
- tk_except - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
except
- tk_fixed - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
fixed
- tk_float - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
float
- tk_long - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
long
- tk_longdouble - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
longdouble
- tk_longlong - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
longlong
- tk_native - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
native
- tk_null - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
null
- tk_objref - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
objref
- tk_octet - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
octet
- tk_Principal - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
Principal
- tk_sequence - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
sequence
- tk_short - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
short
- tk_string - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
string
- tk_struct - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
struct
- tk_TypeCode - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
TypeCode
- tk_ulong - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
ulong
- tk_ulonglong - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
ulonglong
- tk_union - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
union
- tk_ushort - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
ushort
- tk_value - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
value
- tk_value_box - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
value_box
- tk_void - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
void
- tk_wchar - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
wchar
- tk_wstring - Static variable in class org.omg.CORBA.TCKind
-
The TCKind constant, indicating IDL data type
wstring
- TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMFAIL - Static variable in interface javax.transaction.xa.XAResource
-
- TMJOIN - Static variable in interface javax.transaction.xa.XAResource
-
- TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
-
- TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
-
- TMRESUME - Static variable in interface javax.transaction.xa.XAResource
-
- TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
-
- to_any() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Returns the enclosed
Any
.
- to_any() - Method in class org.omg.DynamicAny._DynAnyStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynArrayStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynEnumStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynFixedStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynSequenceStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynStructStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynUnionStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in class org.omg.DynamicAny._DynValueStub
-
The remote call of DynAny methods is not possible.
- to_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Returns a shallow copy of the enclosed
Any
,
- to_name(String) - Method in class org.omg.CosNaming._NamingContextExtStub
-
Converts the string name representation into the array
name representation.
- to_name(String) - Method in interface org.omg.CosNaming.NamingContextExtOperations
-
Converts the name, represented in the form of the string,
into the older name representation (array of the name
components).
- to_string(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextExtStub
-
Convert the name array representation to the name string
representation.
- to_string(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContextExtOperations
-
Converts the older representation for the name (array
of the name components) into the string form of the name.
- to_url(String, String) - Method in class org.omg.CosNaming._NamingContextExtStub
- to_url(String, String) - Method in interface org.omg.CosNaming.NamingContextExtOperations
-
- toArray() - Method in class java.awt.dnd.DragGestureEvent
-
Gets an array representation of the List of events.
- toArray(Object[]) - Method in class java.awt.dnd.DragGestureEvent
-
Gets an array representation of the List of events.
- toArray() - Method in class java.beans.beancontext.BeanContextMembershipEvent
-
An array of the children.
- toArray() - Method in class java.beans.beancontext.BeanContextSupport
-
Returns an array containing the children of this BeanContext
.
- toArray(Object[]) - Method in class java.beans.beancontext.BeanContextSupport
-
Populates, then returns, the supplied array with the children of this
BeanContext
.
- toArray() - Method in class java.util.AbstractCollection
-
Return an array containing the elements of this collection.
- toArray(T[]) - Method in class java.util.AbstractCollection
-
Copy the collection into a given array if it will fit, or into a
dynamically created array of the same run-time type as the given array if
not.
- toArray() - Method in class java.util.ArrayList
-
Returns an Object array containing all of the elements in this ArrayList.
- toArray(T[]) - Method in class java.util.ArrayList
-
Returns an Array whose component type is the runtime component type of
the passed-in Array.
- toArray() - Method in interface java.util.Collection
-
Copy the current contents of this collection into an array.
- toArray(T[]) - Method in interface java.util.Collection
-
Copy the current contents of this collection into an array.
- toArray() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns an Object array containing all of the elements in this ArrayList.
- toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns an Array whose component type is the runtime component type of the
passed-in Array.
- toArray() - Method in class java.util.LinkedList
-
Returns an array which contains the elements of the list in order.
- toArray(S[]) - Method in class java.util.LinkedList
-
Returns an Array whose component type is the runtime component type of
the passed-in Array.
- toArray() - Method in interface java.util.List
-
Copy the current contents of this list into an array.
- toArray(T[]) - Method in interface java.util.List
-
Copy the current contents of this list into an array.
- toArray() - Method in interface java.util.Set
-
Returns an array containing the elements of this set.
- toArray(T[]) - Method in interface java.util.Set
-
Returns an array containing the elements of this set, of the same runtime
type of the argument.
- toArray() - Method in class java.util.Vector
-
Returns an Object array with the contents of this Vector, in the order
they are stored within this Vector.
- toArray(S[]) - Method in class java.util.Vector
-
Returns an array containing the contents of this Vector.
- toArray() - Method in class javax.accessibility.AccessibleRelationSet
-
Return the relation set as an array.
- toArray() - Method in class javax.accessibility.AccessibleStateSet
-
Return the state set as an array.
- toArray() - Method in interface javax.print.attribute.AttributeSet
-
Returns the content of the attribute set as an array
- toArray() - Method in class javax.print.attribute.HashAttributeSet
-
Returns the content of the attribute set as an array
- toArray() - Method in class javax.swing.DefaultListModel
-
Gets an array containing the elements of the list.
- toASCIIString() - Method in class java.net.URI
-
Returns the URI as US-ASCII string.
- toBack() - Method in interface java.awt.peer.WindowPeer
-
- toBack() - Method in class java.awt.Window
-
Sends this window to the back so that all other windows display in
front of it.
- toBack() - Method in class javax.swing.JInternalFrame
-
This method causes the JInternalFrame to be brough to back in the
z-order.
- toBigInteger() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a BigInteger.
- toBigIntegerExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal into a BigInteger, throwing an
ArithmeticException if the conversion is not exact.
- toBinaryString(int) - Static method in class java.lang.Integer
-
Converts the int
to a String
assuming it is
unsigned in base 2.
- toBinaryString(long) - Static method in class java.lang.Long
-
Converts the long
to a String
assuming it is
unsigned in base 2.
- TOBOTTOM_TOLEFT - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in columns starting
at the top right towards the bottom left.
- TOBOTTOM_TORIGHT - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in columns starting
at the top left towards the bottom left.
- toByteArray() - Method in class java.io.ByteArrayOutputStream
-
This method returns a byte array containing the bytes that have been
written to this stream so far.
- toByteArray() - Method in class java.math.BigInteger
-
- toByteArray() - Method in class java.text.CollationKey
-
This method returns the collation bit sequence as a byte array.
- toCharArray() - Method in class java.io.CharArrayWriter
-
This method returns a char array containing the chars that have been
written to this stream so far.
- toCharArray() - Method in class java.lang.String
-
Copies the contents of this String into a character array.
- toChars(int) - Static method in class java.lang.Character
-
Converts a unicode code point to a UTF-16 representation of that
code point.
- toChars(int, char[], int) - Static method in class java.lang.Character
-
Converts a unicode code point to its UTF-16 representation.
- toCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
-
- toCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
-
Transforms a color value assumed to be in this ColorSpace into the
CS_CIEXYZ conversion color space.
- toCodePoint(char, char) - Static method in class java.lang.Character
-
Given a valid surrogate pair, this returns the corresponding
code point.
- toDegrees(double) - Static method in class java.lang.Math
-
Convert from radians to degrees.
- toDegrees(double) - Static method in class java.lang.StrictMath
-
Convert from radians to degrees.
- toDisplayString(String, Locale) - Method in class javax.accessibility.AccessibleBundle
-
Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
- toDisplayString(Locale) - Method in class javax.accessibility.AccessibleBundle
-
Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
- toDisplayString() - Method in class javax.accessibility.AccessibleBundle
-
Obtains the key as a localized string, using the default locale.
- toEngineeringString() - Method in class java.math.BigDecimal
-
Returns the String representation of this BigDecimal, using engineering
notation if necessary.
- toExternalForm() - Method in class java.net.URL
-
Returns a String representing this URL.
- toExternalForm(URL) - Method in class java.net.URLStreamHandler
-
This method converts a URL object into a String.
- toFront() - Method in interface java.awt.peer.WindowPeer
-
- toFront() - Method in class java.awt.Window
-
Brings this window to the front so that it displays in front of
any other windows.
- toFront() - Method in class javax.swing.JInternalFrame
-
This method causes the JInternalFrame to be brought to front in the
z-order.
- toGenericString() - Method in class java.lang.reflect.Constructor
-
- toGenericString() - Method in class java.lang.reflect.Field
-
- toGenericString() - Method in class java.lang.reflect.Method
-
- TOGGLE_BUTTON - Static variable in class javax.accessibility.AccessibleRole
-
A specialized button which can be on or off, with no separate indicator.
- TOGGLE_BUTTON - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a toggle button.
- TOGGLE_CLICK_COUNT_PROPERTY - Static variable in class javax.swing.JTree
-
- TOGGLE_EXPAND - Static variable in interface javax.accessibility.AccessibleAction
-
The name of an action which toggles the expansion of a tree node.
- TOGGLE_POPUP - Static variable in interface javax.accessibility.AccessibleAction
-
The name of an action which toggles the state of a popup, causing a
hidden popup to be displayed and a visible popup to be hidden.
- toggleClickCount - Variable in class javax.swing.JTree
-
- toggleExpandState(TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Expands path if it is not expanded, or collapses row if it is expanded.
- toggleOpenClose() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Displays combo box popup if the popup is not currently shown
on the screen and hides it if it is currently shown
- togglePopup() - Method in class javax.swing.plaf.basic.BasicComboPopup
-
This method displays combo box popup if the popup is not currently shown
on the screen and hides it if it is currently visible
- toGMTString() - Method in class java.util.Date
-
Deprecated.
Use DateFormat.format(Date) with a GMT TimeZone.
- toGregorianCalendar() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- toGregorianCalendar(TimeZone, Locale, XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- toHexString(double) - Static method in class java.lang.Double
-
Convert a double value to a hexadecimal string.
- toHexString(float) - Static method in class java.lang.Float
-
Convert a float value to a hexadecimal string.
- toHexString(int) - Static method in class java.lang.Integer
-
Converts the int
to a String
assuming it is
unsigned in base 16.
- toHexString(long) - Static method in class java.lang.Long
-
Converts the long
to a String
assuming it is
unsigned in base 16.
- toIndex - Variable in class javax.swing.event.TableColumnModelEvent
-
toIndex
- TOLEFT_TOBOTTOM - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in rows starting
at the top right towards the left bottom.
- TOLEFT_TOTOP - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in rows starting
at the bottom right towards the left top.
- toLocaleString() - Method in class java.util.Date
-
Deprecated.
Use DateFormat.format(Date)
- toLocalizedPattern() - Method in class java.text.DecimalFormat
-
This method returns a string with the formatting pattern being used
by this object.
- toLocalizedPattern() - Method in class java.text.SimpleDateFormat
-
This method returns a string with the formatting pattern being used
by this object.
- toLowerCase(char) - Static method in class java.lang.Character
-
Converts a Unicode character into its lowercase equivalent mapping.
- toLowerCase(int) - Static method in class java.lang.Character
-
Converts a Unicode character into its lowercase equivalent mapping.
- toLowerCase(Locale) - Method in class java.lang.String
-
Lowercases this String according to a particular locale.
- toLowerCase() - Method in class java.lang.String
-
Lowercases this String.
- toMatchResult() - Method in class java.util.regex.Matcher
-
- TONER_EMPTY - Static variable in class javax.print.attribute.standard.PrinterStateReason
-
The printer device is out of toner.
- TONER_LOW - Static variable in class javax.print.attribute.standard.PrinterStateReason
-
The printer device is low on toner.
- toOctalString(int) - Static method in class java.lang.Integer
-
Converts the int
to a String
assuming it is
unsigned in base 8.
- toOctalString(long) - Static method in class java.lang.Long
-
Converts the long
to a String
assuming it is
unsigned in base 8.
- TOOL_BAR - Static variable in class javax.accessibility.AccessibleRole
-
A bar or pallete with buttons for common actions in an application.
- TOOL_BAR - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a tool bar.
- TOOL_BAR_CONTENT - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the content region of a tool bar.
- TOOL_BAR_DRAG_WINDOW - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the drag window region of a tool bar.
- TOOL_BAR_SEPARATOR - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a separator of a tool bar.
- TOOL_TIP - Static variable in class javax.accessibility.AccessibleRole
-
An object which provides information about another object.
- TOOL_TIP - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a tool tip.
- TOOL_TIP_TEXT_KEY - Static variable in class javax.swing.JComponent
-
- toolBar - Variable in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
The JToolBar being dragged.
- toolBar - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The JToolBar this UI delegate is responsible for.
- toolBarContListener - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The Container listener for the JToolBar.
- toolBarFocusListener - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The Focus listener for the JToolBar.
- ToolBarUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JToolBar
.
- ToolBarUI() - Constructor for class javax.swing.plaf.ToolBarUI
-
Constructs a new ToolBarUI
.
- Toolkit - Class in java.awt
-
The AWT system uses a set of native peer objects to implement its
widgets.
- Toolkit() - Constructor for class java.awt.Toolkit
-
Default constructor for subclasses.
- ToolTipManager - Class in javax.swing
-
This class is responsible for the registration of JToolTips to Components
and for displaying them when appropriate.
- ToolTipManager.insideTimerAction - Class in javax.swing
-
This ActionListener is associated with the Timer that listens to whether
it is time for the JToolTip to be displayed after the mouse has entered
the JComponent.
- ToolTipManager.insideTimerAction() - Constructor for class javax.swing.ToolTipManager.insideTimerAction
-
This method creates a new insideTimerAction object.
- ToolTipManager.outsideTimerAction - Class in javax.swing
-
This Actionlistener is associated with the Timer that listens to whether
the mouse cursor has re-entered the JComponent in time for an immediate
redisplay of the JToolTip.
- ToolTipManager.outsideTimerAction() - Constructor for class javax.swing.ToolTipManager.outsideTimerAction
-
This method creates a new outsideTimerAction object.
- ToolTipManager.stillInsideTimerAction - Class in javax.swing
-
This ActionListener is associated with the Timer that listens to whether
the JToolTip can be hidden after four seconds.
- ToolTipManager.stillInsideTimerAction() - Constructor for class javax.swing.ToolTipManager.stillInsideTimerAction
-
This method creates a new stillInsideTimerAction object.
- ToolTipUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JToolTip
.
- ToolTipUI() - Constructor for class javax.swing.plaf.ToolTipUI
-
Constructs a new ToolTipUI
.
- TooManyListenersException - Exception in java.util
-
This exception is part of the java event model.
- TooManyListenersException() - Constructor for exception java.util.TooManyListenersException
-
Constructs a TooManyListenersException with no detail message.
- TooManyListenersException(String) - Constructor for exception java.util.TooManyListenersException
-
Constructs a TooManyListenersException with a detail message.
- top - Variable in class java.awt.Insets
-
The gap from the top.
- TOP - Static variable in class javax.print.attribute.standard.MediaTray
-
Top tray
- top - Variable in class javax.swing.border.EmptyBorder
-
The number of pixels required at the top edge.
- TOP - Static variable in class javax.swing.border.TitledBorder
-
A value for the titlePosition
property that vertically
positions the title text at the middle of the top line
of the border.
- TOP - Static variable in class javax.swing.JSplitPane
-
The constraints string used to add components to the top.
- TOP - Static variable in interface javax.swing.SwingConstants
-
- TOP_ALIGNMENT - Static variable in class java.awt.Component
-
Constant returned by the getAlignmentY
method to indicate
that the component wishes to be aligned to the top relative to
other components.
- TOP_ALIGNMENT - Static variable in class java.awt.font.GraphicAttribute
-
- toPattern() - Method in class java.text.ChoiceFormat
-
This method returns the range terminator list and format string list
as a String
suitable for using with the
applyPattern
method.
- toPattern() - Method in class java.text.DecimalFormat
-
This method returns a string with the formatting pattern being used
by this object.
- toPattern() - Method in class java.text.MessageFormat
-
Returns the pattern.
- toPattern() - Method in class java.text.SimpleDateFormat
-
This method returns a string with the formatting pattern being used
by this object.
- TOPDOWNLEFTRIGHT - Static variable in interface java.awt.image.ImageConsumer
-
The pixel order is top-down, left-right.
- toPlainString() - Method in class java.math.BigDecimal
-
Returns a String representation of this BigDecimal without using
scientific notation.
- toRadians(double) - Static method in class java.lang.Math
-
Convert from degrees to radians.
- toRadians(double) - Static method in class java.lang.StrictMath
-
Convert from degrees to radians.
- toRGB(float[]) - Method in class java.awt.color.ColorSpace
-
Transforms a color value assumed to be in this ColorSpace into a value in
the default CS_sRGB color space.
- toRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
-
Transforms a color value assumed to be in this ColorSpace into a value in
the default CS_sRGB color space.
- TORIGHT_TOBOTTOM - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in rows starting
at the top left towards the right bottom.
- TORIGHT_TOTOP - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in rows starting
at the bottom left towards the right top.
- toString() - Method in class java.awt.AWTEvent
-
Create a string that represents this event in the format
classname[eventstring] on sourcecomponentname
.
- toString() - Method in class java.awt.AWTKeyStroke
-
Returns a string representation of this keystroke.
- toString() - Method in class java.awt.BorderLayout
-
Returns a string representation of this layout manager.
- toString() - Method in class java.awt.CardLayout
-
Returns a string representation of this layout manager.
- toString() - Method in class java.awt.CheckboxGroup
-
Returns a string representation of this checkbox group.
- toString() - Method in class java.awt.Color
-
Returns a string representation of this object.
- toString() - Method in class java.awt.Component
-
Returns a string representation of this component.
- toString() - Method in class java.awt.Cursor
-
- toString() - Method in class java.awt.datatransfer.DataFlavor
-
Returns a string representation of this DataFlavor.
- toString() - Method in class java.awt.Dimension
-
Returns a string representation of this object.
- toString() - Method in class java.awt.Event
-
- toString() - Method in class java.awt.FlowLayout
-
Return String description of this object.
- toString() - Method in class java.awt.font.NumericShaper
-
- toString() - Method in class java.awt.font.TextHitInfo
-
- toString() - Method in class java.awt.font.TextLayout
-
- toString() - Method in class java.awt.Font
-
Returns a string representation of this font.
- toString() - Method in class java.awt.FontMetrics
-
Returns a string representation of this object.
- toString() - Method in class java.awt.geom.AffineTransform
-
Returns a string representation of the transform, in the format:
"AffineTransform[[" + m00 + ", " + m01 + ", " + m02 + "], ["
+ m10 + ", " + m11 + ", " + m12 + "]]"
.
- toString() - Method in class java.awt.geom.Point2D.Double
-
Returns a string representation of this object.
- toString() - Method in class java.awt.geom.Point2D.Float
-
Returns a string representation of this object.
- toString() - Method in class java.awt.geom.Rectangle2D.Double
-
Returns a string representation of this rectangle.
- toString() - Method in class java.awt.geom.Rectangle2D.Float
-
Returns a string representation of this rectangle.
- toString() - Method in class java.awt.Graphics
-
Returns a string representation of this object.
- toString() - Method in class java.awt.GridBagLayout
-
Return a string representation of this GridBagLayout.
- toString() - Method in class java.awt.GridLayout
-
Return String description of this object.
- toString() - Method in class java.awt.image.BandedSampleModel
-
Creates a String with some information about this SampleModel.
- toString() - Method in class java.awt.image.BufferedImage
-
- toString() - Method in class java.awt.image.ColorModel
-
- toString() - Method in class java.awt.image.DirectColorModel
-
- toString() - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Creates a String with some information about this SampleModel.
- toString() - Method in class java.awt.image.Raster
-
Create a String representing the state of this Raster.
- toString() - Method in class java.awt.image.SinglePixelPackedSampleModel
-
Creates a String with some information about this SampleModel.
- toString() - Method in class java.awt.Insets
-
Returns a string representation of this object, which will be non-null.
- toString() - Method in class java.awt.JobAttributes
-
- toString() - Method in class java.awt.MenuComponent
-
Returns a string representation of this component.
- toString() - Method in class java.awt.MenuShortcut
-
Returns a string representation of this shortcut.
- toString() - Method in class java.awt.PageAttributes
-
- toString() - Method in class java.awt.Point
-
Returns a string representation of this object.
- toString() - Method in class java.awt.Rectangle
-
Returns a string representation of this rectangle.
- toString() - Method in class java.awt.RenderingHints
-
Returns a string representation of this instance.
- toString() - Method in class java.awt.Robot
-
Return a string representation of this Robot.
- toString() - Method in class java.awt.ScrollPaneAdjustable
-
- toString() - Method in class java.awt.SystemColor
-
Returns a string describing this color.
- toString() - Method in class java.beans.Expression
-
Return a string representation of this expression.
- toString() - Method in class java.beans.Statement
-
Returns a string representation of this Statement
.
- toString() - Method in class java.io.ByteArrayOutputStream
-
Returns the bytes in the internal array as a String
.
- toString(String) - Method in class java.io.ByteArrayOutputStream
-
Returns the bytes in the internal array as a String
.
- toString(int) - Method in class java.io.ByteArrayOutputStream
-
Deprecated.
- toString() - Method in class java.io.CharArrayWriter
-
Returns the chars in the internal array as a String
.
- toString() - Method in class java.io.File
-
This method returns a String
that is the path name of the
file as returned by getPath
.
- toString() - Method in class java.io.ObjectStreamClass
-
Returns a textual representation of this
ObjectStreamClass
object including the name of the
class it represents as well as that class's serial version
stream-unique identifier.
- toString() - Method in class java.io.ObjectStreamField
-
Returns a string representing this object.
- toString() - Method in class java.io.StreamTokenizer
-
This method returns the current token value as a String
in
the form "Token[x], line n", where 'n' is the current line numbers and
'x' is determined as follows.
- toString() - Method in class java.io.StringWriter
-
This method returns the contents of the internal StringBuffer
as a String
.
- toString() - Method in interface java.lang.annotation.Annotation
-
Returns a textual representation of the annotation.
- toString(boolean) - Static method in class java.lang.Boolean
-
Returns "true" if the value of the give boolean is true
and
returns "false" if the value of the given boolean is false
.
- toString() - Method in class java.lang.Boolean
-
Returns "true" if the value of this object is true
and
returns "false" if the value of this object is false
.
- toString(byte) - Static method in class java.lang.Byte
-
Converts the byte
to a String
and assumes
a radix of 10.
- toString() - Method in class java.lang.Byte
-
Converts the Byte
value to a String
and
assumes a radix of 10.
- toString() - Method in class java.lang.Character.Subset
-
Returns the name of the subset.
- toString() - Method in class java.lang.Character
-
Converts the wrapped character into a String.
- toString(char) - Static method in class java.lang.Character
-
Returns a String of length 1 representing the specified character.
- toString() - Method in interface java.lang.CharSequence
-
Returns the complete CharSequence
as a String
.
- toString() - Method in class java.lang.Class
-
Return the human-readable form of this Object.
- toString(double) - Static method in class java.lang.Double
-
Convert the double
to a String
.
- toString() - Method in class java.lang.Double
-
Convert the double
value of this Double
to a String
.
- toString() - Method in class java.lang.Enum
-
Returns a textual representation of this enumeration constant.
- toString(float) - Static method in class java.lang.Float
-
Convert the float
to a String
.
- toString() - Method in class java.lang.Float
-
Convert the float
value of this Float
to a String
.
- toString(int, int) - Static method in class java.lang.Integer
-
Converts the int
to a String
using
the specified radix (base).
- toString(int) - Static method in class java.lang.Integer
-
Converts the int
to a String
and assumes
a radix of 10.
- toString() - Method in class java.lang.Integer
-
Converts the Integer
value to a String
and
assumes a radix of 10.
- toString(long, int) - Static method in class java.lang.Long
-
Converts the long
to a String
using
the specified radix (base).
- toString(long) - Static method in class java.lang.Long
-
Converts the long
to a String
and assumes
a radix of 10.
- toString() - Method in class java.lang.Long
-
Converts the Long
value to a String
and
assumes a radix of 10.
- toString() - Method in class java.lang.management.LockInfo
-
Returns a textual representation of the lock,
constructed by concatenating the class name,
'@'
and the identity hash code
in unsigned hexadecimal form.
- toString() - Method in class java.lang.management.MemoryUsage
-
- toString() - Method in class java.lang.management.ThreadInfo
-
- toString() - Method in class java.lang.Object
-
Convert this Object to a human-readable String.
- toString() - Method in class java.lang.Package
-
Returns a string representation of this package.
- toString() - Method in class java.lang.reflect.Constructor
-
Get a String representation of the Constructor.
- toString() - Method in class java.lang.reflect.Field
-
Get a String representation of the Field.
- toString() - Method in class java.lang.reflect.Method
-
Get a String representation of the Method.
- toString(int) - Static method in class java.lang.reflect.Modifier
-
Get a string representation of all the modifiers represented by the
given int.
- toString(short) - Static method in class java.lang.Short
-
Converts the short
to a String
and assumes
a radix of 10.
- toString() - Method in class java.lang.Short
-
Converts the Short
value to a String
and
assumes a radix of 10.
- toString() - Method in class java.lang.StackTraceElement
-
Returns a string representation of this stack trace element.
- toString() - Method in class java.lang.String
-
Returns this, as it is already a String!
- toString() - Method in class java.lang.StringBuffer
-
Convert this StringBuffer
to a String
.
- toString() - Method in class java.lang.StringBuilder
-
Convert this StringBuilder
to a String
.
- toString() - Method in class java.lang.Thread
-
Returns a string representation of this thread, including the
thread's name, priority, and thread group.
- toString() - Method in class java.lang.ThreadGroup
-
Return a human-readable String representing this ThreadGroup.
- toString() - Method in class java.lang.Throwable
-
Get a human-readable representation of this Throwable.
- toString() - Method in class java.math.BigDecimal
-
Returns the String representation of this BigDecimal, using scientific
notation if necessary.
- toString() - Method in class java.math.BigInteger
-
- toString(int) - Method in class java.math.BigInteger
-
- toString() - Method in class java.math.MathContext
-
Returns "precision=p roundingMode=MODE" where p is an int giving the
precision and MODE is UP, DOWN, HALF_UP, HALF_DOWN, HALF_EVEN, CEILING,
FLOOR, or UNNECESSARY corresponding to rounding modes.
- toString() - Method in class java.net.InetAddress
-
Converts this address to a String.
- toString() - Method in class java.net.InetSocketAddress
-
Returns the InetSocketAddress
as string
- toString() - Method in class java.net.NetworkInterface
-
Returns a string representation of the interface
- toString() - Method in class java.net.Proxy
-
Returns a string representation of this Proxy
object.
- toString() - Method in class java.net.ServerSocket
-
Returns the value of this socket as a String
.
- toString() - Method in class java.net.Socket
-
Converts this Socket
to a String
.
- toString() - Method in class java.net.SocketImpl
-
Returns a String
representing the remote host and port of
this socket.
- toString() - Method in class java.net.URI
-
Returns the URI as a String.
- toString() - Method in class java.net.URL
-
Returns a String representing this URL.
- toString() - Method in class java.net.URLClassLoader
-
Returns a String representation of this URLClassLoader giving the
actual Class name, the URLs that are searched and the parent
ClassLoader.
- toString() - Method in class java.net.URLConnection
-
The methods prints the value of this object as a String by calling the
toString() method of its associated URL.
- toString() - Method in class java.nio.ByteBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class java.nio.ByteOrder
-
Returns a string representation of the byte order.
- toString() - Method in class java.nio.channels.FileChannel.MapMode
-
Returns a string representation of the MapMode
object.
- toString() - Method in class java.nio.channels.FileLock
-
Returns a string describing the range, type, and validity of this lock.
- toString() - Method in class java.nio.CharBuffer
-
Returns the remaining content of the buffer as a string.
- toString() - Method in class java.nio.charset.Charset
-
- toString() - Method in class java.nio.charset.CoderResult
-
- toString() - Method in class java.nio.charset.CodingErrorAction
-
Returns the name of the CodingErrorAction.
- toString() - Method in class java.rmi.activation.ActivationGroupID
-
Get the string representation
- toString() - Method in class java.rmi.activation.ActivationID
-
Return the content based string representation.
- toString() - Method in class java.rmi.dgc.Lease
-
Get the string representation of this lease
- toString() - Method in class java.rmi.dgc.VMID
-
Get the string representation of this VMID.
- toString() - Method in class java.rmi.server.LogStream
-
Deprecated.
- toString() - Method in class java.rmi.server.ObjID
-
Get the string representation.
- toString() - Method in class java.rmi.server.Operation
-
Deprecated.
- toString() - Method in class java.rmi.server.RemoteObject
-
Get the string representation of this remote object.
- toString() - Method in class java.rmi.server.UID
-
Get the string representation of this UID.
- toString() - Method in interface java.security.acl.Acl
-
This method returns the ACL as a String
- toString() - Method in interface java.security.acl.AclEntry
-
This method returns this object as a String
.
- toString() - Method in interface java.security.acl.Permission
-
This method returns this Permission
as a String
.
- toString() - Method in class java.security.AlgorithmParameters
-
Returns a string representation of the encoded form.
- toString() - Method in class java.security.cert.Certificate
-
Returns a string representing the Certificate.
- toString() - Method in class java.security.cert.CertPath
-
- toString() - Method in exception java.security.cert.CertPathBuilderException
-
Convert this to a string, including its cause.
- toString() - Method in exception java.security.cert.CertPathValidatorException
-
Convert this to a string, including its cause.
- toString() - Method in exception java.security.cert.CertStoreException
-
Convert this to a string, including its cause.
- toString() - Method in class java.security.cert.CollectionCertStoreParameters
-
Return a string representation of these parameters.
- toString() - Method in class java.security.cert.CRL
-
Returns a string representing the CRL.
- toString() - Method in class java.security.cert.LDAPCertStoreParameters
-
Return a string representation of these parameters.
- toString() - Method in class java.security.cert.PKIXBuilderParameters
-
- toString() - Method in class java.security.cert.PKIXCertPathBuilderResult
-
- toString() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns a printable string representation of this result.
- toString() - Method in class java.security.cert.PKIXParameters
-
Returns a printable representation of these parameters.
- toString() - Method in class java.security.cert.PolicyQualifierInfo
-
Returns a printable string representation of this object.
- toString() - Method in class java.security.cert.TrustAnchor
-
Return a printable representation of this trust anchor.
- toString() - Method in class java.security.cert.X509CertSelector
-
- toString() - Method in class java.security.cert.X509CRLEntry
-
Returns a string that represents this X509CRLEntry.
- toString() - Method in class java.security.cert.X509CRLSelector
-
Returns a string representation of this selector.
- toString(boolean) - Method in interface java.security.Certificate
-
Deprecated.
This method returns a String
representation of the contents
of this certificate.
- toString() - Method in class java.security.CodeSource
-
This method returns a String
that represents this object.
- toString() - Method in class java.security.DigestInputStream
-
Converts the input stream and underlying message digest to a string.
- toString() - Method in class java.security.DigestOutputStream
-
Converts the output stream and underlying message digest to a string.
- toString() - Method in class java.security.Identity
-
Deprecated.
Returns a string representation of this Identity.
- toString(boolean) - Method in class java.security.Identity
-
Deprecated.
Returns a detailed string representation of this Identity.
- toString() - Method in class java.security.IdentityScope
-
Deprecated.
Returns a string representing this instance.
- toString() - Method in class java.security.MessageDigest
-
Returns a string representation of this instance.
- toString() - Method in class java.security.Permission
-
This method returns a String
representation of this
Permission
object.
- toString() - Method in class java.security.PermissionCollection
-
This method returns a String
representation of this
collection.
- toString() - Method in interface java.security.Principal
-
This method returns a String
representation of this
Principal
.
- toString() - Method in exception java.security.PrivilegedActionException
-
Convert this to a String.
- toString() - Method in class java.security.ProtectionDomain
-
Returns a string representation of this object.
- toString() - Method in class java.security.Provider
-
This method returns a String
representation of this
object.
- toString() - Method in class java.security.Signature
-
Returns a rstring representation of this instance.
- toString() - Method in class java.security.Signer
-
Deprecated.
- toString() - Method in class java.security.UnresolvedPermission
-
This method returns a String
representation of this
class.
- toString() - Method in class java.sql.Date
-
This method returns this date in JDBC format.
- toString() - Method in class java.sql.Time
-
This method returns this date in JDBC format.
- toString() - Method in class java.sql.Timestamp
-
This method returns this date in JDBC format.
- toString() - Method in class java.text.Annotation
-
This method returns a String
representation of this
object.
- toString() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns a String
representation of this object.
- toString() - Method in class java.text.Bidi
-
Return a String describing the internal state of this object.
- toString() - Method in class java.text.FieldPosition
-
This method returns a String
representation of this
object.
- toString() - Method in class java.text.ParsePosition
-
This method returns a String
representation of this
object.
- toString() - Method in class java.text.SimpleDateFormat
-
Returns a string representation of this
class.
- toString() - Method in class java.util.AbstractCollection
-
Creates a String representation of the Collection.
- toString() - Method in class java.util.AbstractMap.SimpleEntry
-
This provides a string representation of the entry.
- toString() - Method in class java.util.AbstractMap
-
Returns a String representation of this map.
- toString(boolean[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(byte[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(char[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(short[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(int[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(long[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(float[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(double[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(Object[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString() - Method in class java.util.BitSet
-
Returns the string representation of this bit set.
- toString() - Method in class java.util.Calendar
-
Returns a string representation of this object.
- toString() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- toString() - Method in class java.util.Currency
-
Returns the international ISO4217 currency code of this currency.
- toString() - Method in class java.util.Date
-
Returns a string representation of this date using
the following date format:
day mon dd hh:mm:ss zz yyyy
where the fields used here are:
day
-- the day of the week
(Sunday through to Saturday).
- toString() - Method in class java.util.EventObject
-
Converts the event to a String.
- toString() - Method in class java.util.Formatter
-
- toString() - Method in class java.util.Hashtable
-
Converts this Hashtable to a String, surrounded by braces, and with
key/value pairs listed with an equals sign between, separated by a
comma and space.
- toString() - Method in class java.util.jar.Attributes.Name
-
Returns the string representation of this Name as given to the
constructor (not neccesarily the lower case representation).
- toString() - Method in class java.util.Locale
-
Gets the string representation of the current locale.
- toString() - Method in class java.util.logging.Level
-
Returns the name of the Level without localizing it, for example
"WARNING".
- toString() - Method in class java.util.prefs.AbstractPreferences
-
Returns the String given by
(isUserNode() ?
- toString() - Method in class java.util.prefs.Preferences
-
Returns the String given by
(isUserNode() ?
- toString() - Method in class java.util.regex.Matcher
-
- toString() - Method in class java.util.regex.Pattern
-
Return the regular expression used to construct this object.
- toString() - Method in class java.util.Scanner
-
Returns the string representation of this Scanner.
- toString() - Method in class java.util.ServiceLoader
-
- toString() - Method in class java.util.SimpleTimeZone
-
Returns a string representation of this SimpleTimeZone object.
- toString() - Method in class java.util.UUID
-
Returns a String representation of the UUID.
- toString() - Method in class java.util.Vector
-
Returns a string representation of this Vector in the form
"[element0, element1, ... elementN]".
- toString() - Method in class java.util.zip.ZipEntry
-
Gets the string representation of this ZipEntry.
- toString() - Method in class javax.accessibility.AccessibleBundle
-
Obtains the key as a localized string, using the default locale.
- toString() - Method in class javax.accessibility.AccessibleRelationSet
-
Return a localized, comma-separated string representing all relations
in the set.
- toString() - Method in class javax.accessibility.AccessibleStateSet
-
Return a localized, comma-separated string representing all states
in the set.
- toString() - Method in class javax.activation.MimeType
-
Returns the complete string representation of this MIME type.
- toString() - Method in class javax.activation.MimeTypeParameterList
-
Returns an RFC 2045-compliant string representation of this parameter
list.
- toString() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
-
Create a string representation of this JPEG Huffman table.
- toString() - Method in class javax.imageio.plugins.jpeg.JPEGQTable
-
Create a string representing this JPEG quantization table.
- toString() - Method in class javax.management.AttributeValueExp
-
Returns the attribute name, quoted.
- toString() - Method in exception javax.management.BadAttributeValueExpException
-
Returns a textual representation of this instance.
- toString() - Method in exception javax.management.BadBinaryOpValueExpException
-
Returns a textual representation of this instance.
- toString() - Method in exception javax.management.BadStringOperationException
-
Returns a textual representation of this instance.
- toString() - Method in exception javax.management.InvalidApplicationException
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanAttributeInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanConstructorInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanFeatureInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanNotificationInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanOperationInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.MBeanParameterInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.Notification
-
A textual representation of the notification.
- toString() - Method in class javax.management.ObjectName
-
Returns a textual representation of the object name.
- toString() - Method in class javax.management.openmbean.ArrayType
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.CompositeData
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.CompositeDataSupport
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.CompositeType
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.OpenMBeanInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenMBeanInfoSupport
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.OpenType
-
Returns a textual representation of this type.
- toString() - Method in class javax.management.openmbean.SimpleType
-
Returns a textual representation of this instance.
- toString() - Method in interface javax.management.openmbean.TabularData
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.TabularDataSupport
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.openmbean.TabularType
-
Returns a textual representation of this instance.
- toString() - Method in class javax.management.remote.NotificationResult
-
Returns a textual representation of the object.
- toString() - Method in class javax.management.remote.TargetedNotification
-
Returns a textual representation of the object.
- toString() - Method in class javax.management.StringValueExp
-
Returns the value in quotes.
- toString() - Method in class javax.naming.BinaryRefAddr
-
Returns a String representation of the RefAddr.
- toString() - Method in class javax.naming.Binding
-
Returns the string representation.
- toString() - Method in class javax.naming.CompositeName
-
- toString() - Method in class javax.naming.CompoundName
-
- toString() - Method in exception javax.naming.directory.AttributeModificationException
-
- toString() - Method in class javax.naming.directory.BasicAttribute
-
- toString() - Method in class javax.naming.directory.BasicAttributes
-
- toString() - Method in class javax.naming.directory.ModificationItem
-
- toString() - Method in class javax.naming.directory.SearchResult
-
- toString() - Method in exception javax.naming.LinkException
-
- toString(boolean) - Method in exception javax.naming.LinkException
-
- toString() - Method in class javax.naming.NameClassPair
-
Returns the string representation.
- toString(boolean) - Method in exception javax.naming.NamingException
-
Returns a String representation of this exception and possibly including
the part object that could be resolved if the given flag is set to true.
- toString() - Method in exception javax.naming.NamingException
-
Returns a string representation of this exception.
- toString() - Method in class javax.naming.RefAddr
-
Returns a String representation of the RefAddr.
- toString() - Method in class javax.naming.Reference
-
Return the string representation.
- toString() - Method in class javax.net.ssl.SSLEngineResult
-
- toString() - Method in class javax.print.attribute.DateTimeSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.EnumSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.IntegerSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.ResolutionSyntax
-
Returns the string representation for this object.
- toString(int, String) - Method in class javax.print.attribute.ResolutionSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.SetOfIntegerSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.Size2DSyntax
-
Returns the string representation for this object.
- toString(int, String) - Method in class javax.print.attribute.Size2DSyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.standard.MediaPrintableArea
-
Returns the string representation for this object in units of millimeters..
- toString(int, String) - Method in class javax.print.attribute.standard.MediaPrintableArea
-
Returns the string representation for this object in units of millimeters..
- toString() - Method in class javax.print.attribute.TextSyntax
-
Returns a string representing the object.
- toString() - Method in class javax.print.attribute.URISyntax
-
Returns the string representation for this object.
- toString() - Method in class javax.print.DocFlavor
-
Returns a string representation of this doc flavor object.
- toString() - Method in class javax.print.event.PrintEvent
-
Returns a string representation of this object.
- toString() - Method in class javax.rmi.CORBA.Stub
-
Get the string representation of this Stub.
- toString(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
-
Get the string representation of this stub.
- toString() - Method in class javax.security.auth.kerberos.KerberosKey
-
- toString() - Method in class javax.security.auth.kerberos.KerberosPrincipal
-
- toString() - Method in class javax.security.auth.kerberos.KerberosTicket
-
- toString() - Method in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
-
- toString() - Method in class javax.security.auth.login.AppConfigurationEntry
-
- toString() - Method in class javax.security.auth.Subject
-
- toString() - Method in class javax.security.auth.x500.X500Principal
-
- toString() - Method in class javax.security.cert.Certificate
-
Returns a printable representation of this certificate.
- toString() - Method in exception javax.security.sasl.SaslException
-
Returns the string representation of this exception.
- toString() - Method in class javax.sound.midi.MidiDevice.Info
-
Simple return the name of the device.
- toString() - Method in class javax.sound.midi.Sequencer.SyncMode
-
Use the SyncMode name as the string representation.
- toString() - Method in class javax.sound.sampled.AudioFileFormat
-
Return a description of this AudioFileFormat.
- toString() - Method in class javax.sound.sampled.AudioFileFormat.Type
-
Return the name of this Type.
- toString() - Method in class javax.sound.sampled.AudioFormat.Encoding
-
Return the name of this encoding.
- toString() - Method in class javax.sound.sampled.AudioFormat
-
Return a description of this format.
- toString() - Method in class javax.sound.sampled.BooleanControl
-
Return a string describing this control.
- toString() - Method in class javax.sound.sampled.CompoundControl
-
Return a string description of this compound control.
- toString() - Method in class javax.sound.sampled.Control
-
Return a String descrsibing this control.
- toString() - Method in class javax.sound.sampled.Control.Type
-
Return the name of this Type.
- toString() - Method in class javax.sound.sampled.DataLine.Info
-
Return a description of this Info object.
- toString() - Method in class javax.sound.sampled.EnumControl
-
Return a string describing this control.
- toString() - Method in class javax.sound.sampled.FloatControl
-
Return a string describing this control.
- toString() - Method in class javax.sound.sampled.Line.Info
-
Return a description of this Info object.
- toString() - Method in class javax.sound.sampled.LineEvent
-
Return a description of this event.
- toString() - Method in class javax.sound.sampled.LineEvent.Type
-
Return the name of this Type.
- toString() - Method in class javax.sound.sampled.Mixer.Info
-
- toString() - Method in class javax.sound.sampled.Port.Info
-
- toString() - Method in class javax.sound.sampled.ReverbType
-
Return a description of this ReverbType.
- toString() - Method in class javax.swing.DefaultBoundedRangeModel
-
Returns a string with all relevant properties of this range
model.
- toString() - Method in class javax.swing.DefaultListModel
-
Convert the list to a string representation.
- toString() - Method in class javax.swing.event.DocumentEvent.EventType
-
toString
- toString() - Method in class javax.swing.event.EventListenerList
-
Returns a string representation of this object that may be useful
for debugging purposes.
- toString() - Method in class javax.swing.event.HyperlinkEvent.EventType
-
Returns a String
of this object.
- toString() - Method in class javax.swing.event.ListDataEvent
-
Returns a string representing the state of this event.
- toString() - Method in class javax.swing.event.ListSelectionEvent
-
Returns a string representation of the event, typically used for debugging
purposes.
- toString() - Method in class javax.swing.event.TreeModelEvent
-
String representation
- toString() - Method in class javax.swing.LookAndFeel
-
Returns a string that displays and identifies this object's properties.
- toString() - Method in class javax.swing.plaf.synth.ColorType
-
Returns the textual description of the color type.
- toString() - Method in class javax.swing.plaf.synth.Region
-
Returns the name of the region.
- toString() - Method in class javax.swing.RepaintManager
-
- toString() - Method in class javax.swing.SizeRequirements
-
Returns a String representation of this SizeRequirements object,
containing information about the minimum, preferred, maximum and
alignment value.
- toString() - Method in class javax.swing.text.AbstractDocument.BranchElement
-
Returns a string representation of this element.
- toString() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Returns a String description of the change event.
- toString() - Method in class javax.swing.text.AbstractDocument.LeafElement
-
Returns a string representation of this Element
.
- toString() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns a String representation of this ElementSpec
describing the type, direction and length of this
ElementSpec
.
- toString() - Method in class javax.swing.text.html.CSS.Attribute
-
Returns the string representation of this attribute as specified
in the CSS specification.
- toString() - Method in class javax.swing.text.html.HTML.Attribute
-
Returns the attribute name.
- toString() - Method in class javax.swing.text.html.HTML.Tag
-
Returns the tag name.
- toString() - Method in class javax.swing.text.html.Option
-
Returns a string representation of this <option>
tag.
- toString() - Method in class javax.swing.text.html.parser.AttributeList
-
Returns the attribute name.
- toString() - Method in class javax.swing.text.html.parser.ContentModel
-
Returns a string representation (an expression) of this content model.
- toString() - Method in class javax.swing.text.html.parser.DTD
-
Returns the name of this instance of DTD.
- toString() - Method in class javax.swing.text.html.parser.Element
-
Returns the name of this element.
- toString() - Method in class javax.swing.text.html.parser.TagElement
-
Returns string representation of this object.
- toString() - Method in class javax.swing.text.Position.Bias
-
- toString() - Method in class javax.swing.text.Segment
-
Returns a String
containing the same characters as this
Segment
.
- toString() - Method in class javax.swing.text.SimpleAttributeSet
-
Returns a string representation of this instance, typically used for
debugging purposes.
- toString() - Method in class javax.swing.text.StyleConstants
-
Returns a string representation of the attribute key.
- toString() - Method in class javax.swing.text.StyleContext.NamedStyle
-
- toString() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
-
- toString() - Method in class javax.swing.text.StyleContext
-
Returns a string representation of this StyleContext.
- toString() - Method in class javax.swing.text.TabSet
-
Returns a string representation of this TabSet
.
- toString() - Method in class javax.swing.text.TabStop
-
Returns a string describing this TabStop
.
- toString() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns a string representation of the node.
- toString() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns a string that shows this object's properties.
- toString() - Method in class javax.swing.tree.TreePath
-
Returns a string representation of this path.
- toString() - Method in class javax.swing.UIManager.LookAndFeelInfo
-
Returns a String representation of the LookAndFeelInfo object.
- toString() - Method in class javax.swing.undo.AbstractUndoableEdit
-
- toString() - Method in class javax.swing.undo.CompoundEdit
-
Calculates a string that may be useful for debugging.
- toString() - Method in class javax.swing.undo.UndoableEditSupport
-
Returns a string representation of this object that may be useful
for debugging.
- toString() - Method in class javax.swing.undo.UndoManager
-
Returns a string representation for this UndoManager.
- toString() - Method in class javax.xml.datatype.DatatypeConstants.Field
-
- toString() - Method in class javax.xml.datatype.Duration
-
Returns the lexical representation of this duration.
- toString() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- toString() - Method in class javax.xml.namespace.QName
-
- toString() - Method in exception org.ietf.jgss.GSSException
-
Returns a textual representation of both the major and minor status
codes.
- toString() - Method in interface org.ietf.jgss.GSSName
-
Returns a textual representation of the GSSName object.
- toString() - Method in class org.ietf.jgss.Oid
-
Returns a string representation of the oid's integer components in
dot separated notation (e.g. "1.2.840.113554.1.2.2").
- toString() - Method in class org.omg.CORBA.CompletionStatus
-
Returns a short string representation.
- toString(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Return a string representation of the passed object.
- toString() - Method in class org.omg.CORBA.portable.ObjectImpl
-
Return the string representation of the passed object.
- toString() - Method in class org.omg.CORBA.SetOverrideType
-
Returns a short string representation.
- toString() - Method in class org.omg.CosNaming.NameComponent
-
Get a string representation (id.kind).
- toString() - Method in class org.omg.PortableServer.IdAssignmentPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.IdUniquenessPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.ImplicitActivationPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.LifespanPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.POAManagerPackage.State
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.RequestProcessingPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.ServantRetentionPolicyValue
-
Returns a short string representation.
- toString() - Method in class org.omg.PortableServer.ThreadPolicyValue
-
Returns a short string representation.
- toString() - Method in interface org.w3c.dom.ranges.Range
-
Returns the contents of a Range as a string.
- toString() - Method in exception org.xml.sax.SAXException
-
Override toString to pick up any embedded exception.
- toString(Class, Map) - Static method in class sun.reflect.annotation.AnnotationInvocationHandler
-
This method is public for use by other parts of the VM.
- toStub(Remote) - Static method in class java.rmi.server.RemoteObject
-
- toStub(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
-
Takes a server implementation object and returns a stub object that can be
used to access that server object (target).
- toStub(Remote) - Static method in class javax.rmi.PortableRemoteObject
-
Takes a server implementation object (name pattern *imp) and returns a stub
object that can be used to access that server object (target), name
(pattern _*_Stub).
- totalChildIndent - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Total fistance that will be indented.
- totalColumnWidth - Variable in class javax.swing.table.DefaultTableColumnModel
-
The total width of all the columns in this model.
- totalMemory() - Method in class java.lang.Runtime
-
Find out how much memory total is available on the heap for allocating
Objects.
- toTitleCase(char) - Static method in class java.lang.Character
-
Converts a Unicode character into its titlecase equivalent mapping.
- toTitleCase(int) - Static method in class java.lang.Character
-
Converts a Unicode character into its titlecase equivalent mapping.
- TOTOP_TOLEFT - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in columns starting
at the bottom right towards the top left.
- TOTOP_TORIGHT - Static variable in class javax.print.attribute.standard.PresentationDirection
-
The single pages are arranged on the media in columns starting
at the bottom left towards the top right.
- toUpperCase(char) - Static method in class java.lang.Character
-
Converts a Unicode character into its uppercase equivalent mapping.
- toUpperCase(int) - Static method in class java.lang.Character
-
Converts a Unicode character into its uppercase equivalent mapping.
- toUpperCase(Locale) - Method in class java.lang.String
-
Uppercases this String according to a particular locale.
- toUpperCase() - Method in class java.lang.String
-
Uppercases this String.
- toURI() - Method in class java.io.File
-
- toURI() - Method in class java.net.URL
-
Returns the equivalent URI
object for this URL
.
- toUri() - Method in interface javax.tools.FileObject
-
Returns a URI that represents this file object.
- toURL() - Method in class java.io.File
-
This method returns a URL
with the file:
protocol that represents this file.
- toURL() - Method in class java.net.URI
-
Creates an URL from an URI
- toViewCoordinates(Dimension) - Method in class javax.swing.JViewport
-
- toViewCoordinates(Point) - Method in class javax.swing.JViewport
-
- toXMLFormat() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Returns the XML Schema lexical representation of this calendar.
- TR - Static variable in class javax.swing.text.html.HTML.Tag
-
The <tr> tag , block tag.
- traceInstructions(boolean) - Method in class java.lang.Runtime
-
Tell the VM to trace every bytecode instruction that executes (print out
a trace of it).
- traceMethodCalls(boolean) - Method in class java.lang.Runtime
-
Tell the VM to trace every method call that executes (print out a trace
of it).
- TRACK - Static variable in class java.awt.event.AdjustmentEvent
-
Adjustment type for tracking adjustments.
- Track - Class in javax.sound.midi
-
A Track contains a list of timecoded MIDI events for processing
by a Sequencer.
- trackBuffer - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
The gap between the edges of the contentRect and trackRect.
- trackColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The color of the track.
- tracker - Static variable in class javax.swing.ImageIcon
-
The MediaTracker used to monitor the loading of images.
- trackHighlight - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The current highlight status.
- trackHighlightColor - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The color that is used when the mouse press occurs in the track.
- trackListener - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The listener that listens for MouseEvents on the track.
- trackListener - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Listener for mouse events.
- trackRect - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
The size and position of the track.
- trackRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Rectangle describing the track bounds.
- tracks - Variable in class javax.sound.midi.Sequence
-
The MIDI tracks used by this sequence.
- trackWidth - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The track width.
- TRADITIONAL_CHINESE - Static variable in class java.util.Locale
-
Locale which represents the Chinese language as used in Taiwan.
- TRADITIONAL_HANZI - Static variable in class java.awt.im.InputSubset
-
Constant for all Han characters used in writing Traditional Chinese,
including a subset of the CJK unified ideographs as well as Traditional
Chinese Han characters that may be defined as surrogate characters.
- TRAILING - Static variable in class java.awt.FlowLayout
-
Constant that specifies alignment to trailing edge of container's
orientation.
- trailing(int) - Static method in class java.awt.font.TextHitInfo
-
- TRAILING - Static variable in class javax.swing.border.TitledBorder
-
A value for the titleJustification
property that
horizontally aligns the title text with either the right or the
left edge of the border, depending on the orientation of the
component nested into the border.
- TRAILING - Static variable in interface javax.swing.SwingConstants
-
- Transaction - Interface in javax.transaction
-
- TRANSACTION_MODE - Exception in org.omg.CORBA
-
Raised when the TransactionPolicy in the IOR is not the same as the current
transaction mode.
- TRANSACTION_MODE(String) - Constructor for exception org.omg.CORBA.TRANSACTION_MODE
-
Creates TRANSACTION_MODE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TRANSACTION_MODE() - Constructor for exception org.omg.CORBA.TRANSACTION_MODE
-
Creates TRANSACTION_MODE with the default minor code of 0 and a
completion state COMPLETED_NO.
- TRANSACTION_MODE(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_MODE
-
Creates a TRANSACTION_MODE exception with the specified minor
code and completion status.
- TRANSACTION_MODE(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_MODE
-
Created TRANSACTION_MODE exception, providing full information.
- TRANSACTION_NONE - Static variable in interface java.sql.Connection
-
This transaction isolation level indicates that transactions are not
supported.
- TRANSACTION_READ_COMMITTED - Static variable in interface java.sql.Connection
-
This transaction isolation level indicates that only committed data from
other transactions will be read.
- TRANSACTION_READ_UNCOMMITTED - Static variable in interface java.sql.Connection
-
This transaction isolation level indicates that one transaction can
read modifications by other transactions before the other transactions
have committed their changes.
- TRANSACTION_REPEATABLE_READ - Static variable in interface java.sql.Connection
-
This transaction isolation level indicates that only committed data from
other transactions will be read.
- TRANSACTION_REQUIRED - Exception in org.omg.CORBA
-
Means that request carried a null transaction context, but an
active transaction is required.
- TRANSACTION_REQUIRED(String) - Constructor for exception org.omg.CORBA.TRANSACTION_REQUIRED
-
Creates a TRANSACTION_REQUIRED with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TRANSACTION_REQUIRED() - Constructor for exception org.omg.CORBA.TRANSACTION_REQUIRED
-
Creates TRANSACTION_REQUIRED with the default minor code of 0 and a
completion state COMPLETED_NO.
- TRANSACTION_REQUIRED(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_REQUIRED
-
Creates a TRANSACTION_REQUIRED exception with the specified minor
code and completion status.
- TRANSACTION_REQUIRED(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_REQUIRED
-
Created TRANSACTION_REQUIRED exception, providing full information.
- TRANSACTION_ROLLEDBACK - Exception in org.omg.CORBA
-
Means that transaction associated with the request has already
been rolled back or marked to roll back.
- TRANSACTION_ROLLEDBACK(String) - Constructor for exception org.omg.CORBA.TRANSACTION_ROLLEDBACK
-
Creates a TRANSACTION_ROLLEDBACK with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TRANSACTION_ROLLEDBACK() - Constructor for exception org.omg.CORBA.TRANSACTION_ROLLEDBACK
-
Creates TRANSACTION_ROLLEDBACK with the default minor code of 0 and a
completion state COMPLETED_NO.
- TRANSACTION_ROLLEDBACK(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_ROLLEDBACK
-
Creates a TRANSACTION_ROLLEDBACK exception with the specified minor
code and completion status.
- TRANSACTION_ROLLEDBACK(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_ROLLEDBACK
-
Created TRANSACTION_ROLLEDBACK exception, providing full information.
- TRANSACTION_SERIALIZABLE - Static variable in interface java.sql.Connection
-
This transaction isolation level indicates that only committed data from
other transactions will be read.
- TRANSACTION_UNAVAILABLE - Exception in org.omg.CORBA
-
Raised in response to the abnormal termination of the transaction
service.
- TRANSACTION_UNAVAILABLE(String) - Constructor for exception org.omg.CORBA.TRANSACTION_UNAVAILABLE
-
Creates TRANSACTION_UNAVAILABLE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TRANSACTION_UNAVAILABLE() - Constructor for exception org.omg.CORBA.TRANSACTION_UNAVAILABLE
-
Creates TRANSACTION_UNAVAILABLE with the default minor code of 0 and a
completion state COMPLETED_NO.
- TRANSACTION_UNAVAILABLE(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_UNAVAILABLE
-
Creates a TRANSACTION_UNAVAILABLE exception with the specified minor
code and completion status.
- TRANSACTION_UNAVAILABLE(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSACTION_UNAVAILABLE
-
Created TRANSACTION_UNAVAILABLE exception, providing full information.
- TransactionManager - Interface in javax.transaction
-
- TransactionRequiredException - Exception in javax.transaction
-
- TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRolledbackException - Exception in javax.transaction
-
- TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionService - Interface in org.omg.IOP
-
Holds the integer identifier of the TransactionService context.
- Transferable - Interface in java.awt.datatransfer
-
This interface is implemented by classes that can transfer data.
- transferable - Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
-
- transferablesFlavorsChanged() - Method in class java.awt.dnd.DragSourceContext
-
This function tells the peer that the DataFlavors have been modified.
- transferablesFlavorsChanged() - Method in interface java.awt.dnd.peer.DragSourceContextPeer
-
- transferFocus() - Method in class java.awt.Component
-
Transfers focus to the next component in the focus traversal
order, as though this were the current focus owner.
- transferFocusBackward() - Method in class java.awt.Component
-
Transfers focus to the previous component in the focus traversal
order, as though this were the current focus owner.
- transferFocusDownCycle() - Method in class java.awt.Container
-
Transfer focus down one focus traversal cycle.
- transferFocusUpCycle() - Method in class java.awt.Component
-
Transfers focus to the focus cycle root of this component.
- transferFrom(ReadableByteChannel, long, long) - Method in class java.nio.channels.FileChannel
-
Transfers bytes from the given readable channel into this channel.
- TransferHandler - Class in javax.swing
-
- TransferHandler() - Constructor for class javax.swing.TransferHandler
-
- TransferHandler(String) - Constructor for class javax.swing.TransferHandler
-
- transferTo(long, long, WritableByteChannel) - Method in class java.nio.channels.FileChannel
-
Transfers bytes from this channel's file to the given writable byte
channel.
- transferType - Variable in class java.awt.image.ColorModel
-
- TRANSFORM - Static variable in class java.awt.font.TextAttribute
-
A key for the TRANFORM attribute.
- transform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on the given source point, and store the
result in the destination (creating it if necessary).
- transform(Point2D[], int, Point2D[], int, int) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on an array of points, storing the results
in another (possibly same) array.
- transform(float[], int, float[], int, int) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on an array of points, in (x,y) pairs,
storing the results in another (possibly same) array.
- transform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on an array of points, in (x,y) pairs,
storing the results in another (possibly same) array.
- transform(float[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on an array of points, in (x,y) pairs,
storing the results in another array.
- transform(double[], int, float[], int, int) - Method in class java.awt.geom.AffineTransform
-
Perform this transformation on an array of points, in (x,y) pairs,
storing the results in another array.
- transform(AffineTransform) - Method in class java.awt.geom.Area
-
Transforms this area by the AffineTransform at.
- transform(AffineTransform) - Method in class java.awt.geom.GeneralPath
-
Applies a transform to the path.
- transform(AffineTransform) - Method in class java.awt.Graphics2D
-
Sets the current transform to a concatenation of transform
and the existing transform.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface java.lang.instrument.ClassFileTransformer
-
Implementation of this method transforms a class by redefining its
bytecodes.
- transform(Source, Result) - Method in class javax.xml.transform.Transformer
-
Transforms the source XML to a result tree.
- TransformAttribute - Class in java.awt.font
-
- TransformAttribute(AffineTransform) - Constructor for class java.awt.font.TransformAttribute
-
Creates a new attribute that contains a copy of the given transform.
- Transformer - Class in javax.xml.transform
-
An XSL transformation.
- Transformer() - Constructor for class javax.xml.transform.Transformer
-
- TransformerConfigurationException - Exception in javax.xml.transform
-
An exception occurred during configuration of the transformer.
- TransformerConfigurationException() - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with no detail message.
- TransformerConfigurationException(String) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with a detail message.
- TransformerConfigurationException(Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with underlying cause.
- TransformerConfigurationException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with detail message and underlyinmg cause.
- TransformerConfigurationException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with detail message and locator.
- TransformerConfigurationException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Constructor with detail message, locator and underlying cause.
- TransformerException - Exception in javax.xml.transform
-
An exception occurred during the transformation process.
- TransformerException(String) - Constructor for exception javax.xml.transform.TransformerException
-
Constructor with a detail message.
- TransformerException(Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Constructor with an underlying cause.
- TransformerException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Constructor with a detail message and underlying cause.
- TransformerException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerException
-
Constructor with a detail message and locator.
- TransformerException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Constructor with detail message, locator and underlying cause.
- TransformerFactory - Class in javax.xml.transform
-
Factory for obtaining transformation contexts.
- TransformerFactory() - Constructor for class javax.xml.transform.TransformerFactory
-
- TransformerFactoryConfigurationError - Error in javax.xml.transform
-
An error occurred during configuration of the transformer factory.
- TransformerFactoryConfigurationError() - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Constructor with no detail message.
- TransformerFactoryConfigurationError(String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Constructor with a detail message.
- TransformerFactoryConfigurationError(Exception) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Constructor with an underlying cause.
- TransformerFactoryConfigurationError(Exception, String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Constructor with an underlying cause and detail message.
- TransformerHandler - Interface in javax.xml.transform.sax
-
A content handler that transforms SAX events into a result tree.
- TRANSIENT - Static variable in class java.lang.reflect.Modifier
-
Transient: Field: not serialized or deserialized.
- TRANSIENT - Static variable in class javax.accessibility.AccessibleState
-
Indicates that this object is transient.
- TRANSIENT - Exception in org.omg.CORBA
-
Means that the ORB cannot reach the object.
- TRANSIENT(String) - Constructor for exception org.omg.CORBA.TRANSIENT
-
Creates a TRANSIENT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- TRANSIENT() - Constructor for exception org.omg.CORBA.TRANSIENT
-
Creates TRANSIENT with the default minor code of 0 and a
completion state COMPLETED_NO.
- TRANSIENT(int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSIENT
-
Creates a TRANSIENT exception with the specified minor
code and completion status.
- TRANSIENT(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.TRANSIENT
-
Created TRANSIENT exception, providing full information.
- TRANSIENT - Static variable in class org.omg.PortableServer.LifespanPolicyValue
-
An instance of LifespanPolicyValue, initialized to TRANSIENT.
- translate(int, int) - Method in class java.awt.Event
-
- translate(double, double) - Method in class java.awt.geom.AffineTransform
-
Concatenate a translation onto this transform.
- translate(int, int) - Method in class java.awt.Graphics
-
Translates this context so that its new origin point is the point
(x, y).
- translate(int, int) - Method in class java.awt.Graphics2D
-
- translate(double, double) - Method in class java.awt.Graphics2D
-
- translate(int, int) - Method in class java.awt.Point
-
Changes the coordinates of this point such that the specified
dx
parameter is added to the existing X coordinate and
dy
is added to the existing Y coordinate.
- translate(int, int) - Method in class java.awt.Polygon
-
Translates the polygon by adding the specified values to all X and Y
coordinates.
- translate(int, int) - Method in class java.awt.Rectangle
-
Translate the location of this rectangle by the given amounts.
- translate(int, int) - Method in class javax.swing.DebugGraphics
-
translate
- translateHTMLToCSS(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Converts a set of HTML attributes to an equivalent set of CSS attributes.
- translateKey(Key) - Method in class java.security.KeyFactory
-
Translates the key from an unknown or untrusted provider into a key from
this key factory.
- translateKey(SecretKey) - Method in class javax.crypto.SecretKeyFactory
-
Translate a secret key into another form.
- translatePoint(int, int) - Method in class java.awt.event.MouseEvent
-
Translates the event coordinates by the specified x and y offsets.
- TRANSLUCENT - Static variable in interface java.awt.Transparency
-
Image data which is translucent, for a non-integer alpha value.
- Transmitter - Interface in javax.sound.midi
-
This interface specifies the methods required by objects which send
MIDI events to Receivers, including MIDI IN ports and Sequencers.
- transparency - Variable in class java.awt.image.VolatileImage
-
This image's transparency type.
- Transparency - Interface in java.awt
-
A common transparency mode for layering graphics.
- TRANSPORT_RETRY - Interface in org.omg.PortableInterceptor
-
A reply status, indicating the necessity of the transport retry.
- TREE - Static variable in class javax.accessibility.AccessibleRole
-
An object which represents a hierachical view of data.
- tree - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Component that we're going to be drawing onto.
- TREE - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a tree.
- tree - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
JTree instance listening too.
- TREE_CELL - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a tree cell.
- TREE_MODEL_PROPERTY - Static variable in class javax.swing.JTree
-
- TreeCellEditor - Interface in javax.swing.tree
-
A
TreeCellEditor
is used by the
JTree
component to
edit individual tree elements (nodes).
- TreeCellRenderer - Interface in javax.swing.tree
-
A
TreeCellRenderer
is used by the
JTree
component to
paint individual tree elements (nodes).
- treeCollapsed(TreeExpansionEvent) - Method in interface javax.swing.event.TreeExpansionListener
-
Tree collapsed
- treeCollapsed(TreeExpansionEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Collapsed notification
- treeCollapsed(TreeExpansionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeExpansionHandler
-
Called whenever an item in the tree has been collapsed.
- treeDidChange() - Method in class javax.swing.JTree
-
Sent when the tree has changed enough that we need to resize the bounds,
but not enough that we need to remove the expanded node set (e.g nodes were
expanded or collapsed, or nodes were inserted into the tree).
- treeExpanded(TreeExpansionEvent) - Method in interface javax.swing.event.TreeExpansionListener
-
Tree expanded
- treeExpanded(TreeExpansionEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Model Expansion notification.
- treeExpanded(TreeExpansionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeExpansionHandler
-
Called whenever an item in the tree has been expanded.
- TreeExpansionEvent - Class in javax.swing.event
-
TreeExpansionEvent
- TreeExpansionEvent(Object, TreePath) - Constructor for class javax.swing.event.TreeExpansionEvent
-
Constructor TreeExpansionEvent
- TreeExpansionListener - Interface in javax.swing.event
-
TreeExpansionListener public interface
- TreeMap<K,V> - Class in java.util
-
This class provides a red-black tree implementation of the SortedMap
interface.
- TreeMap() - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap with no elements, using the keys' natural
ordering to sort.
- TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap with no elements, using the provided comparator
to sort.
- TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap, initializing it with all of the elements in
the provided Map.
- TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap, initializing it with all of the elements in
the provided SortedMap.
- treeModel - Variable in class javax.swing.JTree
-
- treeModel - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Used to determine what to display.
- treeModel - Variable in class javax.swing.tree.AbstractLayoutCache
-
treeModel
- TreeModel - Interface in javax.swing.tree
-
TreeModel public interface
- TreeModelEvent - Class in javax.swing.event
-
TreeModelEvent
- TreeModelEvent(Object, Object[]) - Constructor for class javax.swing.event.TreeModelEvent
-
Constructor TreeModelEvent
- TreeModelEvent(Object, Object[], int[], Object[]) - Constructor for class javax.swing.event.TreeModelEvent
-
Constructor TreeModelEvent
- TreeModelEvent(Object, TreePath) - Constructor for class javax.swing.event.TreeModelEvent
-
Constructor TreeModelEvent
- TreeModelEvent(Object, TreePath, int[], Object[]) - Constructor for class javax.swing.event.TreeModelEvent
-
Constructor TreeModelEvent
- TreeModelListener - Interface in javax.swing.event
-
TreeModelListener public interface
- treeModelListener - Variable in class javax.swing.JTree
-
Handles TreeModelEvents to update the expandedState.
- TreeNode - Interface in javax.swing.tree
-
A tree node.
- treeNodesChanged(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
-
Tree nodes changed
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Model Node change notification.
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.JTree.TreeModelHandler
-
Notifies when a node has changed in some ways.
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeModelHandler
-
Invoked after a node (or a set of siblings) has changed in some way.
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.tree.AbstractLayoutCache
-
treeNodesChanged
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
The listener method, called when the tree nodes are changed.
- treeNodesChanged(TreeModelEvent) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
The listener method, called when the tree nodes are changed.
- treeNodesInserted(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
-
Tree nodes inserted
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Model Node change notification.
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.JTree.TreeModelHandler
-
Notifies when a node is inserted into the tree.
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeModelHandler
-
Invoked after nodes have been inserted into the tree.
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.tree.AbstractLayoutCache
-
treeNodesInserted
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
The listener method, called when the tree nodes are inserted.
- treeNodesInserted(TreeModelEvent) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
The listener method, called when the tree nodes are inserted.
- treeNodesRemoved(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
-
Tree nodes removed
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Model Node change notification.
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.JTree.TreeModelHandler
-
Notifies when a node is removed from the tree.
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeModelHandler
-
Invoked after nodes have been removed from the tree.
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.tree.AbstractLayoutCache
-
treeNodesRemoved
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
The listener method, called when the tree nodes are removed.
- treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
The listener method, called when the tree nodes are removed.
- TreePath - Class in javax.swing.tree
-
A TreePath
represents a sequence of tree elements that form
a path starting from the root of a tree.
- TreePath(Object[]) - Constructor for class javax.swing.tree.TreePath
-
Creates a path from the list of objects representing tree elements.
- TreePath(Object) - Constructor for class javax.swing.tree.TreePath
-
Creates a new path from a single element.
- TreePath(TreePath, Object) - Constructor for class javax.swing.tree.TreePath
-
Creates a new tree path by adding the specified element
to
the path
.
- TreePath(Object[], int) - Constructor for class javax.swing.tree.TreePath
-
Creates a new tree path using the first length
elements
from the given array.
- TreePath() - Constructor for class javax.swing.tree.TreePath
-
Default constructor.
- TreeSelectionEvent - Class in javax.swing.event
-
- TreeSelectionEvent(Object, TreePath[], boolean[], TreePath, TreePath) - Constructor for class javax.swing.event.TreeSelectionEvent
-
Creates a new TreeSelectionEvent
.
- TreeSelectionEvent(Object, TreePath, boolean, TreePath, TreePath) - Constructor for class javax.swing.event.TreeSelectionEvent
-
Creates a new TreeSelectionEvent
.
- TreeSelectionListener - Interface in javax.swing.event
-
- treeSelectionModel - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Model maintaining the selection.
- treeSelectionModel - Variable in class javax.swing.tree.AbstractLayoutCache
-
treeSelectionModel
- TreeSelectionModel - Interface in javax.swing.tree
-
TreeSelectionModel public interface
- TreeSet<T> - Class in java.util
-
This class provides a TreeMap-backed implementation of the SortedSet
interface.
- TreeSet() - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap using the "natural"
ordering of keys.
- TreeSet(Comparator<? super T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap uses the supplied
Comparator.
- TreeSet(Collection<? extends T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap uses the "natural"
orering of the keys and which contains all of the elements in the
supplied Collection.
- TreeSet(SortedSet<T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet, using the same key ordering as the supplied
SortedSet and containing all of the elements in the supplied SortedSet.
- treeState - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Object responsible for handling sizing and expanded issues.
- treeStructureChanged(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
-
Tree structured changed
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Model structure change change notification.
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.JTree.TreeModelHandler
-
Notifies when the structure of the tree is changed.
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeModelHandler
-
Invoked after the tree has drastically changed structure from a given
node down.
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.tree.AbstractLayoutCache
-
treeStructureChanged
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Called when the tree structure has been changed.
- treeStructureChanged(TreeModelEvent) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Called when the tree structure has been changed.
- TreeUI - Class in javax.swing.plaf
-
An abstract base class for delegates that provide the user
interface for JTree
.
- TreeUI() - Constructor for class javax.swing.plaf.TreeUI
-
Constructs a new TreeUI
.
- TreeWalker - Interface in org.w3c.dom.traversal
-
TreeWalker
objects are used to navigate a document tree or
subtree using the view of the document defined by their
whatToShow
flags and filter (if any).
- treeWillCollapse(TreeExpansionEvent) - Method in interface javax.swing.event.TreeWillExpandListener
-
Invoked whenever a node in the tree is about to be collapsed.
- treeWillExpand(TreeExpansionEvent) - Method in interface javax.swing.event.TreeWillExpandListener
-
Invoked whenever a node in the tree is about to be expanded.
- TreeWillExpandListener - Interface in javax.swing.event
-
- trim() - Method in class java.lang.String
-
Trims all characters less than or equal to ' '
(' '
) from the beginning and end of this String.
- trimEdits(int, int) - Method in class javax.swing.undo.UndoManager
-
Discards a range of edits.
- trimForLimit() - Method in class javax.swing.undo.UndoManager
-
Called by various internal methods in order to enforce
the limit
value.
- trimToSize() - Method in class java.lang.StringBuffer
-
This may reduce the amount of memory used by the StringBuffer,
by resizing the internal array to remove unused space.
- trimToSize() - Method in class java.util.ArrayList
-
Trims the capacity of this List to be equal to its size;
a memory saver.
- trimToSize() - Method in class java.util.Vector
-
Trims the Vector down to size.
- trimToSize() - Method in class javax.swing.DefaultListModel
-
Sets the capacity of the list to be equal to its size.
- TRUE - Static variable in class java.lang.Boolean
-
This field is a Boolean
object representing the
primitive value true
.
- TRUETYPE_FONT - Static variable in class java.awt.Font
-
Indicates to createFont
that the supplied font data
is in TrueType format.
- truncate(long) - Method in class java.nio.channels.FileChannel
-
Truncates the channel's file at size
.
- truncate(long) - Method in interface java.sql.Blob
-
Truncates this Blob
to be at most the specified number of
bytes long.
- truncate(long) - Method in interface java.sql.Clob
-
Truncates this Clob
to be at most the specified number of
characters long.
- TRUNCATED - Static variable in class javax.accessibility.AccessibleState
-
Indicates that this particular object is truncated when displayed
visually.
- TrustAnchor - Class in java.security.cert
-
An ultimately-trusted certificate to serve as the root of a
certificate chain.
- TrustAnchor(X509Certificate, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Create a new trust anchor from a certificate and (optional) name
constraints.
- TrustAnchor(String, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Create a new trust anchor from a certificate authority's
distinguished name, public key, and (optional) name constraints.
- TrustManager - Interface in javax.net.ssl
-
A marker interface for classes that establish the trust of remote
hosts.
- TrustManagerFactory - Class in javax.net.ssl
-
A factory for creating trust manager objects.
- TrustManagerFactory(TrustManagerFactorySpi, Provider, String) - Constructor for class javax.net.ssl.TrustManagerFactory
-
Creates a new trust manager factory.
- TrustManagerFactorySpi - Class in javax.net.ssl
-
The service provider interface (SPI) for trust managers.
- TrustManagerFactorySpi() - Constructor for class javax.net.ssl.TrustManagerFactorySpi
-
- tryLock() - Method in class java.nio.channels.FileChannel
-
Tries to aqquire alock on the whole associated file.
- tryLock(long, long, boolean) - Method in class java.nio.channels.FileChannel
-
Tries to aqquire a lock on a region of the associated file.
- tryToLoadClass(String, ClassLoader) - Static method in class java.awt.datatransfer.DataFlavor
-
This method attempts to load the named class.
- TT - Static variable in class javax.swing.text.html.HTML.Tag
-
The <tt> 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
-
Contains the type of the token read resulting from a call to nextToken
The rules are as follows:
For a token consisting of a single ordinary character, this is the
value of that character.
- TUESDAY - Static variable in class java.util.Calendar
-
Constant representing Tuesday.
- TUMBLE - Static variable in class javax.print.attribute.standard.Sides
-
An alias constant for "two sided short edge".
- TUNE_REQUEST - Static variable in class javax.sound.midi.ShortMessage
-
Status byte for Tune Request message.
- TWO_SIDED_LONG_EDGE - Static variable in class java.awt.JobAttributes.SidesType
-
- TWO_SIDED_LONG_EDGE - Static variable in class javax.print.attribute.standard.Sides
-
Specifies that two following pages should be printed on the
front and back of one sheet for binding on the long edge.
- TWO_SIDED_SHORT_EDGE - Static variable in class java.awt.JobAttributes.SidesType
-
- TWO_SIDED_SHORT_EDGE - Static variable in class javax.print.attribute.standard.Sides
-
Specifies that two following pages should be printed on the
front and back of one sheet for binding on the short edge.
- TYPE - Static variable in class java.lang.Boolean
-
The primitive type boolean
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Byte
-
The primitive type byte
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Character
-
Class object representing the primitive char data type.
- TYPE - Static variable in class java.lang.Double
-
The primitive type double
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Float
-
The primitive type float
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Integer
-
The primitive type int
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Long
-
The primitive type long
is represented by this
Class
object.
- Type - Interface in java.lang.reflect
-
Represents any Type
within the Java programming
language.
- TYPE - Static variable in class java.lang.Short
-
The primitive type short
is represented by this
Class
object.
- TYPE - Static variable in class java.lang.Void
-
The return type void
is represented by this
Class
object.
- type() - Method in class java.net.Proxy
-
Returns the of this proxy instance.
- type - Variable in class javax.naming.event.NamingEvent
-
- type - Variable in class javax.sound.midi.MidiFileFormat
-
The MIDI file type.
- type - Variable in class javax.swing.event.TableModelEvent
-
- type - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- TYPE - Static variable in class javax.swing.text.html.HTML.Attribute
-
The type attribute
- type - Variable in class javax.swing.text.html.parser.AttributeList
-
The type of the attribute.
- type - Variable in class javax.swing.text.html.parser.ContentModel
-
Specifies the BNF operation between this node and the node,
stored in the field next
(or for this node, if it is
an unary operation.
- type - Variable in class javax.swing.text.html.parser.Element
-
The element type, containing value, defined in DTDConstants.
- type - Variable in class javax.swing.text.html.parser.Entity
-
The entity type.
- type() - Method in class org.omg.CORBA._IDLTypeStub
-
Get the typecode of the remote IDL type object.
- type(TypeCode) - Method in class org.omg.CORBA.Any
-
Set the type of the object, stored in this Any
, to the
given TypeCode.
- type() - Method in class org.omg.CORBA.Any
-
Returns the TypeCode of the object, stored in this Any
- type() - Static method in class org.omg.CORBA.AnySeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the array of
Any
's.
- type() - Static method in class org.omg.CORBA.BooleanSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA BooleanSeq
.
- type() - Static method in class org.omg.CORBA.CharSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA CharSeq
.
- type() - Static method in class org.omg.CORBA.CompletionStatusHelper
-
Get the parameter mode typecode (enumeration, named "CompletionStatus").
- type() - Static method in class org.omg.CORBA.CurrentHelper
-
- type() - Static method in class org.omg.CORBA.DefinitionKindHelper
-
Get the definition kind typecode (enumeration, named "DefinitionKind").
- type() - Static method in class org.omg.CORBA.DoubleSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA DoubleSeq
.
- type() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Returns the typecode of the object, inserted into this
DynAny.
- type() - Static method in class org.omg.CORBA.FieldNameHelper
-
Return an string alias typecode, named "FieldName".
- type() - Static method in class org.omg.CORBA.FloatSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA FloatSeq
.
- type() - Static method in class org.omg.CORBA.IdentifierHelper
-
Return an string alias typecode, named "Identifier".
- type() - Static method in class org.omg.CORBA.IDLTypeHelper
-
Get the typecode of the IDL type (the interface typecode, name "IDLType").
- type() - Method in interface org.omg.CORBA.IDLTypeOperations
-
Get the type code of the interface repository object.
- type() - Static method in class org.omg.CORBA.LongLongSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA LongLongSeq
.
- type() - Static method in class org.omg.CORBA.LongSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA LongSeq
.
- type() - Static method in class org.omg.CORBA.NameValuePairHelper
-
Create the type code for the name value pair.
- type() - Static method in class org.omg.CORBA.ObjectHelper
-
Return the object type code.
- type() - Static method in class org.omg.CORBA.OctetSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA OctetSeq
.
- type() - Static method in class org.omg.CORBA.ParameterModeHelper
-
Get the parameter mode typecode (enumeration, named "ParameterMode").
- type() - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-
Returns a typecode of the policy error code, stating it is an alias of
short
, named "PolicyErrorCode".
- type() - Static method in class org.omg.CORBA.PolicyErrorHelper
-
Create the PolicyError typecode.
- type() - Static method in class org.omg.CORBA.PolicyHelper
-
Get the type code of the
Policy
.
- type() - Static method in class org.omg.CORBA.PolicyListHelper
-
Get the type code of the
Policy
[].
- type() - Static method in class org.omg.CORBA.PolicyTypeHelper
-
Create the PolicyType typecode (alias of CORBA ulong, named "PolicyType".
- type() - Static method in class org.omg.CORBA.RepositoryIdHelper
-
Return an string alias typecode, named "RepositoryId"
- type() - Static method in class org.omg.CORBA.ServiceDetailHelper
-
Get the typecode of the service detail, assuming to be it
a structure with the two fields.
- type() - Static method in class org.omg.CORBA.ServiceInformationHelper
-
Get the service information typecode.
- type() - Static method in class org.omg.CORBA.SetOverrideTypeHelper
-
Get the definition kind typecode (enumeration, named "SetOverrideType").
- type() - Static method in class org.omg.CORBA.ShortSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA ShortSeq
.
- type() - Static method in class org.omg.CORBA.StringSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA string[]
.
- type() - Static method in class org.omg.CORBA.StringValueHelper
-
Create and return the value box typecode, named "StringValue", with the
content typecode being unbounded string.
- type - Variable in class org.omg.CORBA.StructMember
-
The typecode of the structure member.
- type() - Static method in class org.omg.CORBA.StructMemberHelper
-
Get a typecode for the StructMember.
- type() - Static method in class org.omg.CORBA.ULongLongSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA ULongLongSeq
.
- type() - Static method in class org.omg.CORBA.ULongSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA ULongSeq
.
- type - Variable in class org.omg.CORBA.UnionMember
-
The typecode of the union member.
- type() - Static method in class org.omg.CORBA.UnionMemberHelper
-
Create and return the typecode for this union member.
- type() - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-
Create the UnknownUserException typecode (structure,
named "UnknownUserException", containing a single field of
type
Any
, named "except".
- type() - Static method in class org.omg.CORBA.UShortSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA UShortSeq
.
- type() - Static method in class org.omg.CORBA.ValueBaseHelper
-
Get the typecode of the value type.
- type - Variable in class org.omg.CORBA.ValueMember
-
The type of of this value member.
- type() - Static method in class org.omg.CORBA.ValueMemberHelper
-
Create a typecode for this value member.
- type() - Static method in class org.omg.CORBA.VersionSpecHelper
-
Return an string alias typecode, named "VersionSpec".
- type() - Static method in class org.omg.CORBA.VisibilityHelper
-
Return an alias of short, named "Visibility".
- type() - Static method in class org.omg.CORBA.WCharSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA WCharSeq
.
- type() - Static method in class org.omg.CORBA.WrongTransactionHelper
-
Create the WrongTransaction typecode (structure,
named "WrongTransaction"), no fields.
- type() - Static method in class org.omg.CORBA.WStringSeqHelper
-
Creates and returns a new instance of the TypeCode,
corresponding the CORBA wstring[]
.
- type() - Static method in class org.omg.CORBA.WStringValueHelper
-
Create and return the value box typecode, named "WStringValue", with the
content typecode being unbounded string.
- type() - Static method in class org.omg.CosNaming.BindingHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.BindingIteratorHelper
-
Create the type code for the BindingIterator.
- type() - Static method in class org.omg.CosNaming.BindingListHelper
-
Return the binding array type code.
- type() - Static method in class org.omg.CosNaming.BindingTypeHelper
-
Get the type code of this enumeration.
- type() - Static method in class org.omg.CosNaming.IstringHelper
-
Return an alias typecode.
- type() - Static method in class org.omg.CosNaming.NameComponentHelper
-
Get the type code of the named component.
- type() - Static method in class org.omg.CosNaming.NameHelper
-
Get the type code of the Name.
- type() - Static method in class org.omg.CosNaming.NamingContextExtHelper
-
- type() - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
Return the "Address", alias of String, typecode.
- type() - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-
Return the "StringName", alias of String, typecode.
- type() - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
Return the "URLString", alias of String, typecode.
- type() - Static method in class org.omg.CosNaming.NamingContextHelper
-
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
Create the type code for this exception.
- type() - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
Create the type code for this exception.
- type() - Method in class org.omg.DynamicAny._DynAnyStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynArrayStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynEnumStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynFixedStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynSequenceStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynStructStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynUnionStub
-
The remote call of DynAny methods is not possible.
- type() - Method in class org.omg.DynamicAny._DynValueStub
-
The remote call of DynAny methods is not possible.
- type() - Static method in class org.omg.DynamicAny.AnySeqHelper
-
Get the typecode as officially defined for this helper.
- type() - Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-
- type() - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
Create the InconsistentTypeCode typecode (structure, named
"InconsistentTypeCode").
- type() - Static method in class org.omg.DynamicAny.DynAnyHelper
-
Get the type code of the
DynAny
.
- type() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Returns the typecode of the object, inserted into this DynAny.
- type() - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
Create the InvalidValue typecode (structure, named "InvalidValue").
- type() - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
Create the TypeMismatch typecode (structure, named "TypeMismatch").
- type() - Static method in class org.omg.DynamicAny.DynAnySeqHelper
-
- type() - Static method in class org.omg.DynamicAny.DynArrayHelper
-
- type() - Static method in class org.omg.DynamicAny.DynEnumHelper
-
- type() - Static method in class org.omg.DynamicAny.DynFixedHelper
-
- type() - Static method in class org.omg.DynamicAny.DynSequenceHelper
-
- type() - Static method in class org.omg.DynamicAny.DynStructHelper
-
- type() - Static method in class org.omg.DynamicAny.DynUnionHelper
-
- type() - Static method in class org.omg.DynamicAny.DynValueHelper
-
- type() - Static method in class org.omg.DynamicAny.FieldNameHelper
-
Return an alias typecode.
- type() - Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
-
Create the NameDynAnyPair typecode (structure,
named "NameDynAnyPair").
- type() - Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
-
- type() - Static method in class org.omg.DynamicAny.NameValuePairHelper
-
Create the NameValuePair typecode (structure,
named "NameValuePair").
- type() - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-
- type() - Static method in class org.omg.IOP.CodecFactoryHelper
-
- type() - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
Create the UnknownEncoding typecode (structure,
named "UnknownEncoding").
- type() - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-
Create the FormatMismatch typecode (structure,
named "FormatMismatch").
- type() - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
Create the InvalidTypeForEncoding typecode (structure, named
"InvalidTypeForEncoding").
- type() - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
Create the TypeMismatch typecode (structure,
named "TypeMismatch").
- type() - Static method in class org.omg.IOP.ComponentIdHelper
-
Create the ComponentId typecode (alias of CORBA ulong, named "ComponentId".
- type() - Static method in class org.omg.IOP.IORHelper
-
Create the IOR typecode (structure, named "IOR").
- type() - Static method in class org.omg.IOP.MultipleComponentProfileHelper
-
- type() - Static method in class org.omg.IOP.ProfileIdHelper
-
Create the ProfileId typecode (alias of CORBA ulong, named "ProfileId".
- type() - Static method in class org.omg.IOP.ServiceContextHelper
-
Create the ServiceContext typecode (structure, named "ServiceContext").
- type() - Static method in class org.omg.IOP.ServiceContextListHelper
-
- type() - Static method in class org.omg.IOP.ServiceIdHelper
-
Create the ServiceId typecode (alias of CORBA ulong, named "ServiceId".
- type() - Static method in class org.omg.IOP.TaggedComponentHelper
-
Create the TaggedComponent typecode (structure, named "TaggedComponent").
- type() - Static method in class org.omg.IOP.TaggedProfileHelper
-
Create the TaggedProfile typecode (structure, named "TaggedProfile").
- type() - Static method in class org.omg.Messaging.SyncScopeHelper
-
Returns a typecode of the synchronization scope, stating it
is an alias of short
, named "SyncScope".
- type() - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
-
Create the AdapterManagerId typecode (alias of CORBA long (java int), named
"AdapterManagerId").
- type() - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
-
Creates and returns a new instance of the TypeCode, corresponding the
adapter name.
- type() - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
-
Create the AdapterState typecode (alias of short
,
named "AdapterState").
- type() - Static method in class org.omg.PortableInterceptor.CurrentHelper
-
- type() - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-
Create the ForwardRequest typecode (structure, named "ForwardRequest").
- type() - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-
Create the InvalidSlot typecode (structure, named "InvalidSlot").
- type() - Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
-
- type() - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
-
Return an alias typecode (an alias of the octet sequence).
- type() - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
-
- type() - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
-
- type() - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
-
Creates and returns a new instance of the TypeCode, corresponding the CORBA
ObjectReferenceTemplate[]
.
- type() - Static method in class org.omg.PortableInterceptor.ORBIdHelper
-
Return an alias typecode.
- type() - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-
Create the DuplicateName typecode (structure, named "DuplicateName").
- type() - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
Create the InvalidName typecode (structure, named "InvalidName").
- type() - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-
Return an alias typecode.
- type() - Static method in class org.omg.PortableInterceptor.ServerIdHelper
-
Return an alias typecode.
- type() - Static method in class org.omg.PortableServer.CurrentHelper
-
Get the type code of the POA Current.
- type() - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-
Create the NoContext typecode (structure, named "NoContext").
- type() - Static method in class org.omg.PortableServer.ForwardRequestHelper
-
Create the ForwardRequest typecode (structure,
named "ForwardRequest").
- type() - Static method in class org.omg.PortableServer.POAHelper
-
Get the type code of the
POA
.
- type() - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-
Create the AdapterInactive typecode (structure,
named "AdapterInactive").
- type() - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-
Create the AdapterAlreadyExists typecode (emtpy structure,
named "AdapterAlreadyExists").
- type() - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-
Create the AdapterNonExistent typecode (empty structure,
named "AdapterNonExistent").
- type() - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
Create the InvalidPolicy typecode (emtpy structure,
named "InvalidPolicy").
- type() - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-
Create the NoServant typecode (empty structure,
named "NoServant").
- type() - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-
Create the ObjectAlreadyActive typecode (empty structure,
named "ObjectAlreadyActive").
- type() - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-
Create the ObjectNotActive typecode (empty structure,
named "ObjectNotActive").
- type() - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-
Create the ServantAlreadyActive typecode (structure,
named "ServantAlreadyActive").
- type() - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
Create the ServantNotActive typecode (empty structure,
named "ServantNotActive").
- type() - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-
Create the WrongAdapter typecode (empty structure,
named "WrongAdapter").
- type() - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-
Create the WrongPolicy typecode (empty structure,
named "WrongPolicy").
- type() - Static method in class org.omg.PortableServer.ServantActivatorHelper
-
- type() - Static method in class org.omg.PortableServer.ServantLocatorHelper
-
- TYPE1_FONT - Static variable in class java.awt.Font
-
Indicates to createFont
that the supplied font data
is in Type1 format.
- type2name(int) - Static method in class javax.swing.text.html.parser.AttributeList
-
Converts a value from DTDConstants into the string representation.
- TYPE_2CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_3BYTE_BGR - Static variable in class java.awt.image.BufferedImage
-
- TYPE_3CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_4BYTE_ABGR - Static variable in class java.awt.image.BufferedImage
-
- TYPE_4BYTE_ABGR_PRE - Static variable in class java.awt.image.BufferedImage
-
- TYPE_4CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_5CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_6CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_7CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_8CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_9CLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_ACLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_BCLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_BICUBIC - Static variable in class java.awt.image.AffineTransformOp
-
- TYPE_BILINEAR - Static variable in class java.awt.image.AffineTransformOp
-
- TYPE_BYTE - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses byte
primitives
as the storage unit.
- TYPE_BYTE_BINARY - Static variable in class java.awt.image.BufferedImage
-
- TYPE_BYTE_GRAY - Static variable in class java.awt.image.BufferedImage
-
- TYPE_BYTE_INDEXED - Static variable in class java.awt.image.BufferedImage
-
- TYPE_CCLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_CMY - Static variable in class java.awt.color.ColorSpace
-
- TYPE_CMYK - Static variable in class java.awt.color.ColorSpace
-
- TYPE_CUSTOM - Static variable in class java.awt.image.BufferedImage
-
- TYPE_DCLR - Static variable in class java.awt.color.ColorSpace
-
- type_def - Variable in class org.omg.CORBA.StructMember
-
The IDL type of the structure member.
- type_def - Variable in class org.omg.CORBA.UnionMember
-
The IDL type of the union member.
- type_def - Variable in class org.omg.CORBA.ValueMember
-
The typedef that represents the IDL type of the value member.
- TYPE_DOUBLE - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses double
primitives as the storage unit.
- TYPE_ECLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_ERR - Static variable in exception org.w3c.dom.xpath.XPathException
-
If the expression cannot be converted to return the specified type.
- TYPE_FCLR - Static variable in class java.awt.color.ColorSpace
-
- TYPE_FLIP - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a flip about an axis, swapping between
right-handed and left-handed coordinate systems.
- TYPE_FLOAT - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses float
primitives as the storage unit.
- TYPE_FORWARD_ONLY - Static variable in interface java.sql.ResultSet
-
This type of result set may only step forward through the rows returned.
- TYPE_GENERAL_ROTATION - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a rotation by an arbitrary angle.
- TYPE_GENERAL_SCALE - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a general scale - length is scaled in either
or both the x and y directions, but by different amounts; without
affecting angles.
- TYPE_GENERAL_TRANSFORM - Static variable in class java.awt.geom.AffineTransform
-
The transformation is an arbitrary conversion of coordinates which
could not be decomposed into the other TYPEs.
- TYPE_GRAY - Static variable in class java.awt.color.ColorSpace
-
- TYPE_HLS - Static variable in class java.awt.color.ColorSpace
-
- TYPE_HSV - Static variable in class java.awt.color.ColorSpace
-
- type_id - Variable in class org.omg.IOP.IOR
-
The object repository Id.
- TYPE_IDENTITY - Static variable in class java.awt.geom.AffineTransform
-
The transformation is the identity (x' = x, y' = y).
- TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
-
Device is an image buffer not visible to the user.
- TYPE_INT - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses int
primitives as the storage unit.
- TYPE_INT_ARGB - Static variable in class java.awt.image.BufferedImage
-
- TYPE_INT_ARGB_PRE - Static variable in class java.awt.image.BufferedImage
-
- TYPE_INT_BGR - Static variable in class java.awt.image.BufferedImage
-
- TYPE_INT_RGB - Static variable in class java.awt.image.BufferedImage
-
- TYPE_Lab - Static variable in class java.awt.color.ColorSpace
-
- TYPE_Luv - Static variable in class java.awt.color.ColorSpace
-
- TYPE_MASK_ROTATION - Static variable in class java.awt.geom.AffineTransform
-
This constant checks if either variety of rotation is performed.
- TYPE_MASK_SCALE - Static variable in class java.awt.geom.AffineTransform
-
This constant checks if either variety of scale transform is performed.
- TYPE_MISMATCH_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the type of an object is incompatible with the expected type of the
parameter associated to the object.
- type_modifier() - Method in class org.omg.CORBA.TypeCode
-
Returns a constant indicating the modifier of the value type.
- TYPE_NEAREST_NEIGHBOR - Static variable in class java.awt.image.AffineTransformOp
-
- TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
-
Device is a printer.
- TYPE_QUADRANT_ROTATION - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a rotation of a multiple of 90 degrees (PI/2
radians).
- 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
-
- TYPE_SCROLL_INSENSITIVE - Static variable in interface java.sql.ResultSet
-
This type of result set is scrollable and is not sensitive to changes
made by other statements.
- TYPE_SCROLL_SENSITIVE - Static variable in interface java.sql.ResultSet
-
This type of result set is scrollable and is also sensitive to changes
made by other statements.
- TYPE_SHORT - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses short
primitives as the storage unit.
- TYPE_TRANSLATION - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a translation - shifting in the x or y
direction without changing length or angles.
- TYPE_UNDEFINED - Static variable in class java.awt.image.DataBuffer
-
A constant representing an undefined data type.
- TYPE_UNIFORM_SCALE - Static variable in class java.awt.geom.AffineTransform
-
The transformation includes a uniform scale - length is scaled in both
the x and y directions by the same amount, without affecting angles.
- TYPE_USHORT - Static variable in class java.awt.image.DataBuffer
-
A constant representing a data type that uses short
primitives as the storage unit.
- TYPE_USHORT_555_RGB - Static variable in class java.awt.image.BufferedImage
-
- TYPE_USHORT_565_RGB - Static variable in class java.awt.image.BufferedImage
-
- TYPE_USHORT_GRAY - Static variable in class java.awt.image.BufferedImage
-
- TYPE_XYZ - Static variable in class java.awt.color.ColorSpace
-
- TYPE_YCbCr - Static variable in class java.awt.color.ColorSpace
-
- TYPE_Yxy - Static variable in class java.awt.color.ColorSpace
-
- TypeCode - Class in org.omg.CORBA
-
An information about a CORBA data type.
- TypeCode() - Constructor for class org.omg.CORBA.TypeCode
-
- TypeCodeHolder - Class in org.omg.CORBA
-
A holder for CORBA TypeCode
that is mapped into
java TypeCode
.
- TypeCodeHolder() - Constructor for class org.omg.CORBA.TypeCodeHolder
-
- TypeCodeHolder(TypeCode) - Constructor for class org.omg.CORBA.TypeCodeHolder
-
- TypeInfo - Interface in org.w3c.dom
-
The TypeInfo
interface represents a type referenced from
Element
or Attr
nodes, specified in the schemas
associated with the document.
- TypeInfoProvider - Class in javax.xml.validation
-
Provides access to the PSVI type info supplied by
ValidatorHandler
.
- TypeInfoProvider() - Constructor for class javax.xml.validation.TypeInfoProvider
-
- TypeMismatch - Exception in org.omg.CORBA.DynAnyPackage
-
This exception is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
- TypeMismatch() - Constructor for exception org.omg.CORBA.DynAnyPackage.TypeMismatch
-
Creates TypeMismatch without explaining message.
- TypeMismatch(String) - Constructor for exception org.omg.CORBA.DynAnyPackage.TypeMismatch
-
Created TypeMismatch exception, providing the explaining message.
- TypeMismatch - Exception in org.omg.DynamicAny.DynAnyPackage
-
Raised when the operation cannot be performed because the involved
data structure has the mismatching typecode.
- TypeMismatch() - Constructor for exception org.omg.DynamicAny.DynAnyPackage.TypeMismatch
-
Create TypeMismatch with no explaining
message.
- TypeMismatch(String) - Constructor for exception org.omg.DynamicAny.DynAnyPackage.TypeMismatch
-
Create the TypeMismatch with explaining
message.
- TypeMismatch - Exception in org.omg.IOP.CodecPackage
-
The TypeMismatch may be thrown by various methods in org.omg.DynamicAny
package when the operation is not applicable due unexpected
TypeCode
.
- TypeMismatch() - Constructor for exception org.omg.IOP.CodecPackage.TypeMismatch
-
Create TypeMismatch with no explaining message.
- TypeMismatch(String) - Constructor for exception org.omg.IOP.CodecPackage.TypeMismatch
-
Create the TypeMismatch with explaining message.
- TypeMismatchHelper - Class in org.omg.DynamicAny.DynAnyPackage
-
- TypeMismatchHelper() - Constructor for class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
- TypeMismatchHelper - Class in org.omg.IOP.CodecPackage
-
- TypeMismatchHelper() - Constructor for class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
- typeName() - Method in exception java.lang.TypeNotPresentException
-
Returns the name of the missing type.
- typeNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
A NULL value is not allowed for this data type.
- TypeNotPresentException - Exception in java.lang
-
Thrown when a type is accessed using a String
-based
representation, but no definition of the supplied type is found.
- TypeNotPresentException(String, Throwable) - Constructor for exception java.lang.TypeNotPresentException
-
Constructs a TypeNotPresentException
for
the supplied type.
- typeNullable - Static variable in interface java.sql.DatabaseMetaData
-
A NULL value is allowed for this data type.
- typeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
It is unknown whether or not NULL values are allowed for this data type.
- typePredBasic - Static variable in interface java.sql.DatabaseMetaData
-
All WHERE clauses except "WHERE..LIKE" style are allowed on this data type.
- typePredChar - Static variable in interface java.sql.DatabaseMetaData
-
Only "WHERE..LIKE" style WHERE clauses are allowed on this data type.
- typePredNone - Static variable in interface java.sql.DatabaseMetaData
-
Where clauses are not supported for this type.
- Types - Class in java.sql
-
This class contains constants that are used to identify SQL data types.
- typeSearchable - Static variable in interface java.sql.DatabaseMetaData
-
Any type of WHERE clause is allowed for this data type.
- TypeVariable<T extends GenericDeclaration> - Interface in java.lang.reflect
-
This is a common interface for all type variables provided by
the Java language.