A B C D E F G H I J K L M N O P Q R S T U V W X

T

testTransform(Node, Node, Node) - Static method in class com.bristle.javalib.xml.XSLUtil.Tester
 
TEXT - Static variable in class com.bristle.javalib.xml.XSLUtil.SortDataType
 
Thrower - Class in com.bristle.javalib.jsp
This class exists as a way to throw a Throwable from a JSP page, without getting the JSP compile-time error:
Thrower() - Constructor for class com.bristle.javalib.jsp.Thrower
 
throwit(Throwable) - Static method in class com.bristle.javalib.jsp.Thrower
Throw the specified Throwable, without the compiler knowing in advance that it will certainly be thrown.
toArray() - Method in class com.bristle.javalib.bean.MapBean
Calls Set.toArray() on the Set returned by Map.entrySet()
toArray(Object[]) - Method in class com.bristle.javalib.bean.MapBean
Calls Set.toArray(Object[]) on the Set returned by Map.entrySet()
toBufferedImage(Image) - Static method in class com.bristle.javalib.awt.ImgUtil
Returns a BufferedImage from the specified Image.
toEnumeration(Iterator) - Static method in class com.bristle.javalib.util.IterUtil
Create an Enumeration from the specified Iterator, or null if the Iterator is null.
toIterator(Enumeration) - Static method in class com.bristle.javalib.util.IterUtil
Create an Iterator from the specified Enumeration.
toList(Object[]) - Static method in class com.bristle.javalib.util.ListUtil
Create a List from the specified array.
toList(Iterator) - Static method in class com.bristle.javalib.util.ListUtil
Return a new List copied from the specified Iterator, or null if the Iterator is null.
toList(Enumeration) - Static method in class com.bristle.javalib.util.ListUtil
Return a new List copied from the specified Enumeration, or null if the Enumeration is null.
toString() - Method in class com.bristle.javalib.awt.ImgUtil.ScaleAlgorithm
 
toString() - Method in class com.bristle.javalib.bean.MapBean
Calls AbstractMap.toString()
toString() - Method in class com.bristle.javalib.ui.DisplayDataTypeEnum
Returns a string representation of the DisplayDataTypeEnum.
toString() - Method in class com.bristle.javalib.xml.XSLUtil.SortCaseOrder
 
toString() - Method in class com.bristle.javalib.xml.XSLUtil.SortDataType
 
toString() - Method in class com.bristle.javalib.xml.XSLUtil.SortOrder
 
transform(Node, Node, DOMResult) - Static method in class com.bristle.javalib.xml.XSLUtil
Applies the specified XSL transformation to the specified XML Document, DocumentFragment or Element, leaving the original XML untouched, storing the generated XML in the specified DOMResult (which should refer to an XML Document, DocumentFragment or Element), and returning the generated XML as a Node.
transform(Node, Node, Node) - Static method in class com.bristle.javalib.xml.XSLUtil
Applies the specified XSL transformation to the specified XML Document, DocumentFragment or Element, leaving the original XML untouched, storing the generated XML in the specified result Node (which should refer to an XML Document, DocumentFragment or Element), and returning the generated XML as a Node.
transform(Node, Node) - Static method in class com.bristle.javalib.xml.XSLUtil
Applies the specified XSL transformation to the specified XML Document, DocumentFragment or Element, leaving the original XML untouched, and returning a new Document.
trimFloat(double, int) - Static method in class com.bristle.javalib.util.MathUtil
Round the specified number to the specified number of decimal digits (digits following the decimal point) and then trim any trailing zeros, returning a string containing the specified value with perhaps less precision.

A B C D E F G H I J K L M N O P Q R S T U V W X