package-use.html.svn-base
来自「j2me设计的界面包」· SVN-BASE 代码 · 共 624 行 · 第 1/3 页
SVN-BASE
624 行
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Painter.html#com.sun.lwuit.painter"><B>Painter</B></A></B>
<BR>
Painter can be used to draw on components backgrounds.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.sun.lwuit.plaf"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../com/sun/lwuit/package-summary.html">com.sun.lwuit</A> used by <A HREF="../../../com/sun/lwuit/plaf/package-summary.html">com.sun.lwuit.plaf</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Button.html#com.sun.lwuit.plaf"><B>Button</B></A></B>
<BR>
Button is the base class for several UI widgets allowing clickability.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Calendar.html#com.sun.lwuit.plaf"><B>Calendar</B></A></B>
<BR>
Date widget for selecting a date/time value</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/CheckBox.html#com.sun.lwuit.plaf"><B>CheckBox</B></A></B>
<BR>
Checkbox is a button that can be selected or deselected, and which displays its state to the user.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/ComboBox.html#com.sun.lwuit.plaf"><B>ComboBox</B></A></B>
<BR>
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Component.html#com.sun.lwuit.plaf"><B>Component</B></A></B>
<BR>
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Font.html#com.sun.lwuit.plaf"><B>Font</B></A></B>
<BR>
A simple abstraction of platform fonts and library fonts that enables the library to use more elaborate fonts unsupported by a specific device.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Graphics.html#com.sun.lwuit.plaf"><B>Graphics</B></A></B>
<BR>
Abstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Image.html#com.sun.lwuit.plaf"><B>Image</B></A></B>
<BR>
Abstracts the underlying platform images allowing us to treat them as a uniform object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Label.html#com.sun.lwuit.plaf"><B>Label</B></A></B>
<BR>
Allows displaying labels and images with different alignment options, this class is a base class for several components allowing them to declare alignement/icon look in a similar way.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/List.html#com.sun.lwuit.plaf"><B>List</B></A></B>
<BR>
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>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Painter.html#com.sun.lwuit.plaf"><B>Painter</B></A></B>
<BR>
Painter can be used to draw on components backgrounds.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/RadioButton.html#com.sun.lwuit.plaf"><B>RadioButton</B></A></B>
<BR>
RadioButton is a <A HREF="../../../com/sun/lwuit/Button.html" title="class in com.sun.lwuit"><CODE>Button</CODE></A> that maintains a selection state exclusively within a specific <A HREF="../../../com/sun/lwuit/ButtonGroup.html" title="class in com.sun.lwuit"><CODE>ButtonGroup</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/TabbedPane.html#com.sun.lwuit.plaf"><B>TabbedPane</B></A></B>
<BR>
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/TextArea.html#com.sun.lwuit.plaf"><B>TextArea</B></A></B>
<BR>
A multi-line editable region that can display text and allow a user to edit it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/TextField.html#com.sun.lwuit.plaf"><B>TextField</B></A></B>
<BR>
Allows in place editing using a lightweight API without necessarily moving to the external native text box.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.sun.lwuit.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../com/sun/lwuit/package-summary.html">com.sun.lwuit</A> used by <A HREF="../../../com/sun/lwuit/util/package-summary.html">com.sun.lwuit.util</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Font.html#com.sun.lwuit.util"><B>Font</B></A></B>
<BR>
A simple abstraction of platform fonts and library fonts that enables the library to use more elaborate fonts unsupported by a specific device.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/Image.html#com.sun.lwuit.util"><B>Image</B></A></B>
<BR>
Abstracts the underlying platform images allowing us to treat them as a uniform object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/sun/lwuit/class-use/StaticAnimation.html#com.sun.lwuit.util"><B>StaticAnimation</B></A></B>
<BR>
An animation with pre-existing</TD>
</TR>
</TABLE>
<P>
<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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/sun/lwuit/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 ======= -->
<HR>
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?