📄 index-11.html.svn-base
字号:
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/Layout.html" title="class in com.sun.lwuit.layouts">Layout</A>
<DD>Layout the given parent container children
<DT><A HREF="../com/sun/lwuit/layouts/LayoutStyle.html" title="class in com.sun.lwuit.layouts"><B>LayoutStyle</B></A> - Class in <A HREF="../com/sun/lwuit/layouts/package-summary.html">com.sun.lwuit.layouts</A><DD>LayoutStyle is used to determine how much space to place between components during layout.<DT><A HREF="../com/sun/lwuit/layouts/LayoutStyle.html#LayoutStyle()"><B>LayoutStyle()</B></A> -
Constructor for class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/LayoutStyle.html" title="class in com.sun.lwuit.layouts">LayoutStyle</A>
<DD>
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#LEADING"><B>LEADING</B></A> -
Static variable in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Possible alignment type.
<DT><A HREF="../com/sun/lwuit/Component.html#LEFT"><B>LEFT</B></A> -
Static variable in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Box-orientation constant used to specify the left side of a box.
<DT><A HREF="../com/sun/lwuit/animations/Motion.html#LINEAR"><B>LINEAR</B></A> -
Static variable in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Motion.html" title="class in com.sun.lwuit.animations">Motion</A>
<DD>
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#linkSize(com.sun.lwuit.Component[])"><B>linkSize(Component[])</B></A> -
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Forces the set of components to have the same size.
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#linkSize(com.sun.lwuit.Component[], int)"><B>linkSize(Component[], int)</B></A> -
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Forces the set of components to have the same size.
<DT><A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit"><B>List</B></A> - Class in <A HREF="../com/sun/lwuit/package-summary.html">com.sun.lwuit</A><DD>A set of elements that is rendered using a <A HREF="../com/sun/lwuit/list/ListCellRenderer.html" title="interface in com.sun.lwuit.list"><CODE>ListCellRenderer</CODE></A> and are extracted via the <A HREF="../com/sun/lwuit/list/ListModel.html" title="interface in com.sun.lwuit.list"><CODE>ListModel</CODE></A>.<DT><A HREF="../com/sun/lwuit/List.html#List(java.util.Vector)"><B>List(Vector)</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Creates a new instance of List
<DT><A HREF="../com/sun/lwuit/List.html#List(java.lang.Object[])"><B>List(Object[])</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Creates a new instance of List
<DT><A HREF="../com/sun/lwuit/List.html#List()"><B>List()</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Creates a new instance of List with an empty default model
<DT><A HREF="../com/sun/lwuit/List.html#List(com.sun.lwuit.list.ListModel)"><B>List(ListModel)</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Creates a new instance of List with the given model
<DT><A HREF="../com/sun/lwuit/list/ListCellRenderer.html" title="interface in com.sun.lwuit.list"><B>ListCellRenderer</B></A> - Interface in <A HREF="../com/sun/lwuit/list/package-summary.html">com.sun.lwuit.list</A><DD>A "rubber stamp" tool that allows us to extract a component (often the same component instance for all invocations) that is initialized to the value of the current item extracted from the model, this component is drawn on the list and discarded.<DT><A HREF="../com/sun/lwuit/list/ListModel.html" title="interface in com.sun.lwuit.list"><B>ListModel</B></A> - Interface in <A HREF="../com/sun/lwuit/list/package-summary.html">com.sun.lwuit.list</A><DD>Represents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of this interface.<DT><A HREF="../com/sun/lwuit/IndexedImage.html#load(byte[])"><B>load(byte[])</B></A> -
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/IndexedImage.html" title="class in com.sun.lwuit">IndexedImage</A>
<DD>Loads a packaged image that was stored in a stream using the toByteArray method
<DT><A HREF="../com/sun/lwuit/plaf/UIManager.html#loadTheme(java.io.InputStream)"><B>loadTheme(InputStream)</B></A> -
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/UIManager.html" title="class in com.sun.lwuit.plaf">UIManager</A>
<DD><B>Deprecated.</B> <I>the system of loading a properties file is currently deprecated in favor of the newer resource file format.</I>
<DT><A HREF="../com/sun/lwuit/plaf/UIManager.html#localize(java.lang.String, java.lang.String)"><B>localize(String, String)</B></A> -
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/UIManager.html" title="class in com.sun.lwuit.plaf">UIManager</A>
<DD>Localizes the given string from the resource bundle if such a String exists in the resource bundle.
<DT><A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util"><B>Log</B></A> - Class in <A HREF="../com/sun/lwuit/util/package-summary.html">com.sun.lwuit.util</A><DD>Pluggable logging framework that allows a developer to log into storage using the file connector API.<DT><A HREF="../com/sun/lwuit/util/Log.html#Log()"><B>Log()</B></A> -
Constructor for class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util">Log</A>
<DD>
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf"><B>LookAndFeel</B></A> - Class in <A HREF="../com/sun/lwuit/plaf/package-summary.html">com.sun.lwuit.plaf</A><DD>Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#LookAndFeel()"><B>LookAndFeel()</B></A> -
Constructor for class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-10.html"><B>PREV LETTER</B></A>
<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-11.html" target="_top"><B>NO FRAMES</B></A>
<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">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <HR>
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -