- tag - Variable in class de.toem.impulse.cells.record.Signal
-
- TAGALOG - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tagalog" Unicode character block.
- TAGBANWA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tagbanwa" Unicode character block.
- TAGS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tags" Unicode character block.
- TAI_LE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Le" Unicode character block.
- TAI_THAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Tham" Unicode character block.
- TAI_VIET - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Viet" Unicode character block.
- TAI_XUAN_JING_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tai Xuan Jing Symbols" Unicode character block.
- TAMIL - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tamil" Unicode character block.
- tan(double) - Static method in class java.lang.Math
-
Returns the trigonometric tangent of an angle.
- tan(double) - Static method in class java.lang.StrictMath
-
Returns the trigonometric tangent of an angle.
- tanh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic tangent of a double
value.
- tanh(double) - Static method in class java.lang.StrictMath
-
Returns the hyperbolic tangent of a double
value.
- TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
-
new Array.
- TC_BASE - Static variable in interface java.io.ObjectStreamConstants
-
First tag value.
- TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
Block of optional data.
- TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
-
long Block data.
- TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
-
Reference to Class.
- TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
new Class Descriptor.
- TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
-
End of optional block data blocks for an object.
- TC_ENUM - Static variable in interface java.io.ObjectStreamConstants
-
new Enum constant.
- TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
-
Exception during write.
- TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
-
Long string.
- TC_MAX - Static variable in interface java.io.ObjectStreamConstants
-
Last tag value.
- TC_NULL - Static variable in interface java.io.ObjectStreamConstants
-
Null object reference.
- TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
-
new Object.
- TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
-
new Proxy Class Descriptor.
- TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
-
Reference to an object already written into the stream.
- TC_RESET - Static variable in interface java.io.ObjectStreamConstants
-
Reset stream context.
- TC_STRING - Static variable in interface java.io.ObjectStreamConstants
-
new String.
- TELUGU - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Telugu" Unicode character block.
- TEN - Static variable in class java.math.BigDecimal
-
The value 10, with a scale of 0.
- TEN - Static variable in class java.math.BigInteger
-
The BigInteger constant ten.
- testBit(int) - Method in class java.math.BigInteger
-
Returns true
if and only if the designated bit is set.
- THAANA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Thaana" Unicode character block.
- THAI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Thai" Unicode character block.
- Thread - Class in java.lang
-
A thread is a thread of execution in a program.
- 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(ThreadGroup, 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, 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
-
Allocates a new Thread
object so that it has target
as its run object, has the specified name
as its name,
and belongs to the thread group referred to by group
.
- Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
-
Allocates a new Thread
object so that it has target
as its run object, has the specified name
as its name,
and belongs to the thread group referred to by group
, and has
the specified stack size.
- Thread.State - Enum in java.lang
-
A thread state.
- Thread.UncaughtExceptionHandler - Interface in java.lang
-
Interface for handlers invoked when a Thread abruptly
terminates due to an uncaught exception.
- ThreadDeath - Error in java.lang
-
An instance of
ThreadDeath
is thrown in the victim thread
when the (deprecated)
Thread.stop()
method is invoked.
- ThreadDeath() - Constructor for error java.lang.ThreadDeath
-
- ThreadGroup - Class in java.lang
-
A thread group represents a set of threads.
- ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
-
Constructs a new thread group.
- ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
-
Creates a new thread group.
- ThreadLocal<T> - Class in java.lang
-
This class provides thread-local variables.
- ThreadLocal() - Constructor for class java.lang.ThreadLocal
-
Creates a thread local variable.
- Throwable - Class in java.lang
-
The Throwable
class is the superclass of all errors and
exceptions in the Java language.
- Throwable() - Constructor for class java.lang.Throwable
-
Constructs a new throwable with null
as its detail message.
- Throwable(String) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified detail message.
- Throwable(String, Throwable) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified detail message and
cause.
- Throwable(Throwable) - Constructor for class java.lang.Throwable
-
Constructs a new throwable with the specified cause and a detail
message of {@code (cause==null ?
- TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tibetan" Unicode character block.
- TIFINAGH - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Tifinagh" Unicode character block.
- TimeBase - Enum in de.toem.impulse.domain
-
- TITLECASE_LETTER - Static variable in class java.lang.Character
-
General category "Lt" in the Unicode specification.
- to(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to write to the specified file.
- toAmps() - Method in enum de.toem.impulse.domain.AmpsBase
-
- toBigInteger() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a BigInteger
.
- toBigIntegerExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a BigInteger
,
checking for lost information.
- toBinaryString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 2.
- toBinaryString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 2.
- toByteArray() - Method in class java.io.ByteArrayOutputStream
-
Creates a newly allocated byte array.
- toByteArray() - Method in class java.math.BigInteger
-
Returns a byte array containing the two's-complement
representation of this BigInteger.
- toCharArray() - Method in class java.io.CharArrayWriter
-
Returns a copy of the input data.
- toCharArray() - Method in class java.lang.String
-
Converts this string to a new character array.
- toChars(int, char[], int) - Static method in class java.lang.Character
-
Converts the specified character (Unicode code point) to its
UTF-16 representation.
- toChars(int) - Static method in class java.lang.Character
-
Converts the specified character (Unicode code point) to its
UTF-16 representation stored in a char
array.
- toCodePoint(char, char) - Static method in class java.lang.Character
-
Converts the specified surrogate pair to its supplementary code
point value.
- toCommonBase() - Method in enum de.toem.impulse.domain.AmpsBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.AmpsBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.DateBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.DateBase
-
- toCommonBase() - Method in class de.toem.impulse.domain.DomainValue
-
- toCommonBase() - Method in enum de.toem.impulse.domain.FloatBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.FloatBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toCommonBase() - Method in interface de.toem.impulse.domain.IDomainBase
-
- toCommonBase(long) - Method in interface de.toem.impulse.domain.IDomainBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.IndexBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.IndexBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.PixelBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.PixelBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.TimeBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.TimeBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.UnknownBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.UnknownBase
-
- toCommonBase() - Method in enum de.toem.impulse.domain.VoltsBase
-
- toCommonBase(long) - Method in enum de.toem.impulse.domain.VoltsBase
-
- toDegrees(double) - Static method in class java.lang.Math
-
Converts an angle measured in radians to an approximately
equivalent angle measured in degrees.
- toDegrees(double) - Static method in class java.lang.StrictMath
-
Converts an angle measured in radians to an approximately
equivalent angle measured in degrees.
- toEngineeringString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal
,
using engineering notation if an exponent is needed.
- toHertz() - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toHexString(double) - Static method in class java.lang.Double
-
Returns a hexadecimal string representation of the
double
argument.
- toHexString(float) - Static method in class java.lang.Float
-
Returns a hexadecimal string representation of the
float
argument.
- toHexString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 16.
- toHexString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 16.
- toLowerCase(char) - Static method in class java.lang.Character
-
Converts the character argument to lowercase using case
mapping information from the UnicodeData file.
- toLowerCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to
lowercase using case mapping information from the UnicodeData
file.
- toLowerCase(Locale) - Method in class java.lang.String
-
Converts all of the characters in this String
to lower
case using the rules of the given Locale
.
- toLowerCase() - Method in class java.lang.String
-
Converts all of the characters in this String
to lower
case using the rules of the default locale.
- toNumber(boolean) - Method in class de.toem.impulse.values.Logic
-
- toOctalString(int) - Static method in class java.lang.Integer
-
Returns a string representation of the integer argument as an
unsigned integer in base 8.
- toOctalString(long) - Static method in class java.lang.Long
-
Returns a string representation of the long
argument as an unsigned integer in base 8.
- toPath() - Method in class java.io.File
-
Returns a java.nio.file.Path
object constructed from the
this abstract path.
- toPlainString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal
without an exponent field.
- toRadians(double) - Static method in class java.lang.Math
-
Converts an angle measured in degrees to an approximately
equivalent angle measured in radians.
- toRadians(double) - Static method in class java.lang.StrictMath
-
Converts an angle measured in degrees to an approximately
equivalent angle measured in radians.
- toSeconds() - Method in enum de.toem.impulse.domain.TimeBase
-
- toString() - Method in enum de.toem.impulse.domain.AmpsBase
-
- toString(long) - Method in enum de.toem.impulse.domain.AmpsBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.AmpsBase
-
- toString() - Method in enum de.toem.impulse.domain.DateBase
-
- toString(long) - Method in enum de.toem.impulse.domain.DateBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.DateBase
-
- toString() - Method in class de.toem.impulse.domain.DomainValue
-
- toString(int) - Method in class de.toem.impulse.domain.DomainValue
-
- toString() - Method in enum de.toem.impulse.domain.FloatBase
-
- toString(long) - Method in enum de.toem.impulse.domain.FloatBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.FloatBase
-
- toString() - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toString(long) - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.FrequencyBase
-
- toString(long) - Method in interface de.toem.impulse.domain.IDomainBase
-
- toString(long, int) - Method in interface de.toem.impulse.domain.IDomainBase
-
- toString() - Method in enum de.toem.impulse.domain.IndexBase
-
- toString(long) - Method in enum de.toem.impulse.domain.IndexBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.IndexBase
-
- toString() - Method in enum de.toem.impulse.domain.PixelBase
-
- toString(long) - Method in enum de.toem.impulse.domain.PixelBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.PixelBase
-
- toString() - Method in enum de.toem.impulse.domain.TimeBase
-
- toString(long) - Method in enum de.toem.impulse.domain.TimeBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.TimeBase
-
- toString() - Method in enum de.toem.impulse.domain.UnknownBase
-
- toString(long) - Method in enum de.toem.impulse.domain.UnknownBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.UnknownBase
-
- toString() - Method in enum de.toem.impulse.domain.VoltsBase
-
- toString(long) - Method in enum de.toem.impulse.domain.VoltsBase
-
- toString(long, int) - Method in enum de.toem.impulse.domain.VoltsBase
-
- toString(ISamples.ProcessType) - Static method in enum de.toem.impulse.samples.ISamples.ProcessType
-
Converts process type to string representation.
- toString() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
- toString(ISamples.SignalDescriptor) - Static method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns string representation of descriptor descr;
- toString(ISamples.SignalType) - Static method in enum de.toem.impulse.samples.ISamples.SignalType
-
Returns the string representation of a signal type.
- toString() - Method in class de.toem.impulse.values.AttachedLabel
-
- toString() - Method in class de.toem.impulse.values.AttachedRelation
-
- toString(int) - Method in class de.toem.impulse.values.Enumeration
-
- toString() - Method in class de.toem.impulse.values.Enumeration
-
- toString(int) - Method in class de.toem.impulse.values.Logic
-
Convert to string using the given format.
- toString() - Method in class de.toem.impulse.values.Logic
-
- toString() - Method in class de.toem.impulse.values.Struct
-
Convert to string using the given default format.
- toString(int, boolean) - Method in class de.toem.impulse.values.Struct
-
Convert to string using the given format.
- toString(int) - Method in class de.toem.impulse.values.StructMember
-
Format the value using the given format descriptor.
- toString() - Method in class de.toem.impulse.values.StructMember
-
Format the value using default format.
- toString() - Method in class de.toem.impulse.values.Transaction
-
Convert to string using the given default format.
- toString(int, boolean) - Method in class de.toem.impulse.values.Transaction
-
Convert to string using the given format.
- toString() - Method in class java.io.ByteArrayOutputStream
-
Converts the buffer's contents into a string decoding bytes using the
platform's default character set.
- toString(String) - Method in class java.io.ByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using
the specified charsetName
.
- toString(int) - Method in class java.io.ByteArrayOutputStream
-
- toString() - Method in class java.io.CharArrayWriter
-
Converts input data to a string.
- toString() - Method in class java.io.File
-
Returns the pathname string of this abstract pathname.
- toString() - Method in class java.io.ObjectStreamClass
-
Return a string describing this ObjectStreamClass.
- toString() - Method in class java.io.ObjectStreamField
-
Return a string that describes this field.
- toString() - Method in class java.io.StreamTokenizer
-
Returns the string representation of the current stream token and
the line number it occurs on.
- toString() - Method in class java.io.StringWriter
-
Return the buffer's current value as a string.
- toString(boolean) - Static method in class java.lang.Boolean
-
Returns a String
object representing the specified
boolean.
- toString() - Method in class java.lang.Boolean
-
Returns a String
object representing this Boolean's
value.
- toString(byte) - Static method in class java.lang.Byte
-
Returns a new String
object representing the
specified byte
.
- toString() - Method in class java.lang.Byte
-
Returns a String
object representing this
Byte
's value.
- toString() - Method in class java.lang.Character.Subset
-
Returns the name of this subset.
- toString() - Method in class java.lang.Character
-
Returns a String
object representing this
Character
's value.
- toString(char) - Static method in class java.lang.Character
-
Returns a String
object representing the
specified char
.
- toString() - Method in interface java.lang.CharSequence
-
Returns a string containing the characters in this sequence in the same
order as this sequence.
- toString() - Method in class java.lang.Class
-
Converts the object to a string.
- toString(double) - Static method in class java.lang.Double
-
Returns a string representation of the double
argument.
- toString() - Method in class java.lang.Double
-
Returns a string representation of this Double
object.
- toString() - Method in class java.lang.Enum
-
Returns the name of this enum constant, as contained in the
declaration.
- toString(float) - Static method in class java.lang.Float
-
Returns a string representation of the float
argument.
- toString() - Method in class java.lang.Float
-
Returns a string representation of this Float
object.
- toString(int, int) - Static method in class java.lang.Integer
-
Returns a string representation of the first argument in the
radix specified by the second argument.
- toString(int) - Static method in class java.lang.Integer
-
Returns a String
object representing the
specified integer.
- toString() - Method in class java.lang.Integer
-
Returns a String
object representing this
Integer
's value.
- toString(long, int) - Static method in class java.lang.Long
-
Returns a string representation of the first argument in the
radix specified by the second argument.
- toString(long) - Static method in class java.lang.Long
-
Returns a String
object representing the specified
long
.
- toString() - Method in class java.lang.Long
-
Returns a String
object representing this
Long
's value.
- toString() - Method in class java.lang.Object
-
Returns a string representation of the object.
- toString() - Method in class java.lang.Package
-
Returns the string representation of this Package.
- toString(short) - Static method in class java.lang.Short
-
Returns a new String
object representing the
specified short
.
- toString() - Method in class java.lang.Short
-
Returns a String
object representing this
Short
's value.
- toString() - Method in class java.lang.StackTraceElement
-
Returns a string representation of this stack trace element.
- toString() - Method in class java.lang.String
-
This object (which is already a string!)
- toString() - Method in class java.lang.StringBuffer
-
- toString() - Method in class java.lang.StringBuilder
-
- 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
-
Returns a string representation of this Thread group.
- toString() - Method in class java.lang.Throwable
-
Returns a short description of this throwable.
- toString() - Method in class java.math.BigDecimal
-
Returns the string representation of this BigDecimal
,
using scientific notation if an exponent is needed.
- toString(int) - Method in class java.math.BigInteger
-
Returns the String representation of this BigInteger in the
given radix.
- toString() - Method in class java.math.BigInteger
-
Returns the decimal String representation of this BigInteger.
- toString() - Method in class java.math.MathContext
-
Returns the string representation of this MathContext
.
- totalMemory() - Method in class java.lang.Runtime
-
Returns the total amount of memory in the Java virtual machine.
- toTitleCase(char) - Static method in class java.lang.Character
-
Converts the character argument to titlecase using case mapping
information from the UnicodeData file.
- toTitleCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to titlecase using case mapping
information from the UnicodeData file.
- toUnits(double, BigDecimal) - Static method in class de.toem.impulse.domain.DomainBase
-
- toUpperCase(char) - Static method in class java.lang.Character
-
Converts the character argument to uppercase using case mapping
information from the UnicodeData file.
- toUpperCase(int) - Static method in class java.lang.Character
-
Converts the character (Unicode code point) argument to
uppercase using case mapping information from the UnicodeData
file.
- toUpperCase(Locale) - Method in class java.lang.String
-
Converts all of the characters in this String
to upper
case using the rules of the given Locale
.
- toUpperCase() - Method in class java.lang.String
-
Converts all of the characters in this String
to upper
case using the rules of the default locale.
- toURI() - Method in class java.io.File
-
Constructs a file: URI that represents this abstract pathname.
- toURL() - Method in class java.io.File
-
- toUserString(ISamples.SignalType) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Creates string representation presented to user.
- toValue() - Method in enum de.toem.impulse.domain.FloatBase
-
- toVolts() - Method in enum de.toem.impulse.domain.VoltsBase
-
- traceInstructions(boolean) - Method in class java.lang.Runtime
-
Enables/Disables tracing of instructions.
- traceMethodCalls(boolean) - Method in class java.lang.Runtime
-
Enables/Disables tracing of method calls.
- Transaction - Class in de.toem.impulse.values
-
A transaction is a group of events.
- Transaction(List<CompoundValue>) - Constructor for class de.toem.impulse.values.Transaction
-
Creates a new transaction.
- transformLinear - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- transformLinearB - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- transformLinearM - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- TRANSPORT_AND_MAP_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Transport And Map Symbols" Unicode character block.
- trim() - Method in class java.lang.String
-
Returns a copy of the string, with leading and trailing whitespace
omitted.
- trimToSize() - Method in class java.lang.StringBuffer
-
- TRUE - Static variable in class java.lang.Boolean
-
The Boolean
object corresponding to the primitive
value true
.
- TT_EOF - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the stream has been read.
- TT_EOL - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the line has been read.
- TT_NUMBER - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a number token has been read.
- TT_WORD - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a word token has been read.
- ttype - Variable in class java.io.StreamTokenizer
-
After a call to the nextToken
method, this field
contains the type of the token just read.
- TYPE - Static variable in class de.toem.impulse.cells.record.Message
-
- TYPE - Static variable in class de.toem.impulse.cells.record.PortScope
-
- TYPE - Static variable in class de.toem.impulse.cells.record.Record
-
- TYPE - Static variable in class de.toem.impulse.cells.record.Scope
-
- TYPE - Static variable in class de.toem.impulse.cells.record.Signal
-
- TYPE - Static variable in class de.toem.impulse.cells.record.SignalProxy
-
- TYPE - Static variable in class de.toem.impulse.cells.view.CursorConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.FolderConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.MultiPlotConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- TYPE - Static variable in class de.toem.impulse.cells.view.PlotReference
-
Deprecated.
- TYPE - Static variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.SignalReference
-
Deprecated.
- TYPE - Static variable in class de.toem.impulse.cells.view.SourceReference
-
- TYPE - Static variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- TYPE - Static variable in class de.toem.impulse.cells.view.Wallet
-
- TYPE - Static variable in class java.lang.Boolean
-
The Class object representing the primitive type boolean.
- TYPE - Static variable in class java.lang.Byte
-
The Class
instance representing the primitive type
byte
.
- TYPE - Static variable in class java.lang.Character
-
The Class
instance representing the primitive type
char
.
- TYPE - Static variable in class java.lang.Double
-
The Class
instance representing the primitive type
double
.
- TYPE - Static variable in class java.lang.Float
-
The Class
instance representing the primitive type
float
.
- TYPE - Static variable in class java.lang.Integer
-
The Class
instance representing the primitive type
int
.
- TYPE - Static variable in class java.lang.Long
-
The Class
instance representing the primitive type
long
.
- type() - Method in class java.lang.ProcessBuilder.Redirect
-
Returns the type of this Redirect
.
- TYPE - Static variable in class java.lang.Short
-
The Class
instance representing the primitive type
short
.
- TYPE - Static variable in class java.lang.Void
-
The Class
object representing the pseudo-type corresponding to
the keyword void
.
- typeName() - Method in exception java.lang.TypeNotPresentException
-
Returns the fully qualified name of the unavailable type.
- TypeNotPresentException - Exception in java.lang
-
Thrown when an application tries to access a type using a string
representing the type's name, but no definition for the type with
the specified name can be found.
- TypeNotPresentException(String, Throwable) - Constructor for exception java.lang.TypeNotPresentException
-
Constructs a TypeNotPresentException for the named type
with the specified cause.