Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 10159

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Fri Feb 11 21:21:58 UTC 2011 -->
<TITLE>
T-Index (Java UNO Runtime Reference)
</TITLE>

<META NAME="date" CONTENT="2011-02-11">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="T-Index (Java UNO Runtime Reference)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-16.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-17.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-17.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">_</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html#toArray()"><B>toArray()</B></A> - 
Method in class com.sun.star.lib.uno.helper.<A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html" title="class in com.sun.star.lib.uno.helper">InterfaceContainer</A>
<DD>Returns an array containing all of the elements in this list
 in the correct order.
<DT><A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class com.sun.star.lib.uno.helper.<A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html" title="class in com.sun.star.lib.uno.helper">InterfaceContainer</A>
<DD>Returns an array containing all of the elements in this list in the
 correct order.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toArray(java.lang.Object)"><B>toArray(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts an array or an any containing an array into an array.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toBoolean(java.lang.Object)"><B>toBoolean(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts an Boolean object or an Any object containing a Boolean object into a simple boolean.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toByte(java.lang.Object)"><B>toByte(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts an Byte object or an Any object containing a Byte object into a simple byte.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toChar(java.lang.Object)"><B>toChar(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts an Char object or an Any object containing a Char object into a simple char.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toDouble(java.lang.Object)"><B>toDouble(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into a simple double and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toFloat(java.lang.Object)"><B>toFloat(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into a simple float and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toInt(java.lang.Object)"><B>toInt(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into a simple int and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toLong(java.lang.Object)"><B>toLong(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into a simple long and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toObject(com.sun.star.uno.Type, java.lang.Object)"><B>toObject(Type, Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
  these types into an UNO object of a specified destination type.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toObject(java.lang.Class, java.lang.Object)"><B>toObject(Class, Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
  these types into an UNO object of a specified destination type.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toShort(java.lang.Object)"><B>toShort(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into a simple short and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/Any.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/Any.html" title="class in com.sun.star.uno">Any</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toString(java.lang.Object)"><B>toString(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a string or an any containing a string into a string.
<DT><A HREF="../com/sun/star/uno/Type.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toType(java.lang.Object)"><B>toType(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a Type or an any containing a Type into a Type.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toUnsignedInt(java.lang.Object)"><B>toUnsignedInt(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into an idl unsigned long and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toUnsignedLong(java.lang.Object)"><B>toUnsignedLong(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into an idl unsigned hyper and allows widening conversions.
<DT><A HREF="../com/sun/star/uno/AnyConverter.html#toUnsignedShort(java.lang.Object)"><B>toUnsignedShort(Object)</B></A> - 
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno">AnyConverter</A>
<DD>converts a number object into an idl unsigned short and allows widening conversions.
<DT><A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html#trimToSize()"><B>trimToSize()</B></A> - 
Method in class com.sun.star.lib.uno.helper.<A HREF="../com/sun/star/lib/uno/helper/InterfaceContainer.html" title="class in com.sun.star.lib.uno.helper">InterfaceContainer</A>
<DD>Trims the capacity of this <tt>ArrayList</tt> instance to be the
 list's current size.
<DT><A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno"><B>Type</B></A> - Class in <A HREF="../com/sun/star/uno/package-summary.html">com.sun.star.uno</A><DD>Represents the UNO built-in type <code>TYPE</code>.<DT><A HREF="../com/sun/star/uno/Type.html#Type()"><B>Type()</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> which defaults to <code>VOID</code>.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(java.lang.String, com.sun.star.uno.TypeClass)"><B>Type(String, TypeClass)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> with the given type class and type
 name.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(java.lang.Class)"><B>Type(Class)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(java.lang.Class, boolean)"><B>Type(Class, boolean)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>, handling ambiguous cases.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(com.sun.star.uno.ITypeDescription)"><B>Type(ITypeDescription)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> from the given type description.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(java.lang.String)"><B>Type(String)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> with the given type name.
<DT><A HREF="../com/sun/star/uno/Type.html#Type(com.sun.star.uno.TypeClass)"><B>Type(TypeClass)</B></A> - 
Constructor for class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>Constructs a new <code>Type</code> with the given type class.
<DT><A HREF="../com/sun/star/uno/Type.html#TYPE"><B>TYPE</B></A> - 
Static variable in class com.sun.star.uno.<A HREF="../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>
<DD>&nbsp;
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-16.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-17.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-17.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">_</A> <HR>

</BODY>
</HTML>