⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-9.html.svn-base

📁 j2me设计的界面包
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
<!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_01) on Thu Jun 05 13:35:10 IDT 2008 -->
<TITLE>
I-Index
</TITLE>

<META NAME="date" CONTENT="2008-06-05">

<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="I-Index";
    }
}
</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>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-8.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-10.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-9.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">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>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit"><B>Image</B></A> - Class in <A HREF="../com/sun/lwuit/package-summary.html">com.sun.lwuit</A><DD>Abstracts the underlying platform images allowing us to treat them as a uniform object.<DT><A HREF="../com/sun/lwuit/layouts/LayoutStyle.html#INDENT"><B>INDENT</B></A> - 
Static variable in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/LayoutStyle.html" title="class in com.sun.lwuit.layouts">LayoutStyle</A>
<DD>Possible argument to getPreferredGap.
<DT><A HREF="../com/sun/lwuit/IndexedImage.html" title="class in com.sun.lwuit"><B>IndexedImage</B></A> - Class in <A HREF="../com/sun/lwuit/package-summary.html">com.sun.lwuit</A><DD>An indexed image is an image "compressed" in memory to occupy as little memory  as possible in this sense it is slower to draw and only a single indexed image can be drawn at any given time.<DT><A HREF="../com/sun/lwuit/IndexedImage.html#IndexedImage(int, int, int[], byte[])"><B>IndexedImage(int, int, int[], byte[])</B></A> - 
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/IndexedImage.html" title="class in com.sun.lwuit">IndexedImage</A>
<DD>Creates an indexed image with byte data
<DT><A HREF="../com/sun/lwuit/TabbedPane.html#indexOfComponent(com.sun.lwuit.Component)"><B>indexOfComponent(Component)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TabbedPane.html" title="class in com.sun.lwuit">TabbedPane</A>
<DD>Returns the index of the tab for the specified component.
<DT><A HREF="../com/sun/lwuit/util/Log.html#INFO"><B>INFO</B></A> - 
Static variable in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util">Log</A>
<DD>Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error
<DT><A HREF="../com/sun/lwuit/animations/Transition.html#init(com.sun.lwuit.Component, com.sun.lwuit.Component)"><B>init(Component, Component)</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition.html" title="class in com.sun.lwuit.animations">Transition</A>
<DD>Invoked by <A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit"><CODE>Display</CODE></A> to set the source and destination forms.
<DT><A HREF="../com/sun/lwuit/Display.html#init(java.lang.Object)"><B>init(Object)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit">Display</A>
<DD>This is the Display initalization method.
<DT><A HREF="../com/sun/lwuit/Component.html#initComponent()"><B>initComponent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state
<DT><A HREF="../com/sun/lwuit/List.html#initComponent()"><B>initComponent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/MediaComponent.html#initComponent()"><B>initComponent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/MediaComponent.html" title="class in com.sun.lwuit">MediaComponent</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TextArea.html#initComponent()"><B>initComponent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TextField.html#initComponent()"><B>initComponent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TextArea.html#INITIAL_CAPS_SENTENCE"><B>INITIAL_CAPS_SENTENCE</B></A> - 
Static variable in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>This flag is a hint to the implementation that during text editing,  the initial letter of each sentence should be capitalized.
<DT><A HREF="../com/sun/lwuit/TextArea.html#INITIAL_CAPS_WORD"><B>INITIAL_CAPS_WORD</B></A> - 
Static variable in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>This flag is a hint to the implementation that during text editing,  the initial letter of each word should be capitalized.
<DT><A HREF="../com/sun/lwuit/animations/CommonTransitions.html#initTransition()"><B>initTransition()</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/CommonTransitions.html" title="class in com.sun.lwuit.animations">CommonTransitions</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/animations/Transition.html#initTransition()"><B>initTransition()</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition.html" title="class in com.sun.lwuit.animations">Transition</A>
<DD>Callback thats invoked before a transition begins, the source form may be null for the first form in the application.
<DT><A HREF="../com/sun/lwuit/animations/Transition3D.html#initTransition()"><B>initTransition()</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition3D.html" title="class in com.sun.lwuit.animations">Transition3D</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TabbedPane.html#insertTab(java.lang.String, com.sun.lwuit.Image, com.sun.lwuit.Component, int)"><B>insertTab(String, Image, Component, int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TabbedPane.html" title="class in com.sun.lwuit">TabbedPane</A>
<DD>Inserts a <code>component</code>, at <code>index</code>, represented by a <code>title</code> and/or <code>icon</code>, either of which may be <code>null</code>.
<DT><A HREF="../com/sun/lwuit/util/Log.html#install(com.sun.lwuit.util.Log)"><B>install(Log)</B></A> - 
Static method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util">Log</A>
<DD>Installs a log subclass that can replace the logging destination/behavior
<DT><A HREF="../com/sun/lwuit/geom/Rectangle.html#intersects(int, int, int, int)"><B>intersects(int, int, int, int)</B></A> - 
Method in class com.sun.lwuit.geom.<A HREF="../com/sun/lwuit/geom/Rectangle.html" title="class in com.sun.lwuit.geom">Rectangle</A>
<DD>Determines whether or not this Rectangle and the specified Rectangle  location (x, y) with the specified dimensions (width, height), intersect.
<DT><A HREF="../com/sun/lwuit/Container.html#invalidate()"><B>invalidate()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>Same as setShouldCalcPreferredSize(true) but made accessible for  layout managers
<DT><A HREF="../com/sun/lwuit/Display.html#invokeAndBlock(java.lang.Runnable)"><B>invokeAndBlock(Runnable)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit">Display</A>
<DD>Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
<DT><A HREF="../com/sun/lwuit/Image.html#isAnimation()"><B>isAnimation()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>Returns true if this is an animated image
<DT><A HREF="../com/sun/lwuit/StaticAnimation.html#isAnimation()"><B>isAnimation()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/StaticAnimation.html" title="class in com.sun.lwuit">StaticAnimation</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isAnimation(java.lang.String)"><B>isAnimation(String)</B></A> - 
Method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Resources.html" title="class in com.sun.lwuit.util">Resources</A>
<DD>Returns true if this is an animation resource
<DT><A HREF="../com/sun/lwuit/Component.html#isBorderPainted()"><B>isBorderPainted()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Indicates whether a border should be painted
<DT><A HREF="../com/sun/lwuit/TextField.html#isChangeInputMode(int)"><B>isChangeInputMode(int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Indicates whether the key changes the current input mode
<DT><A HREF="../com/sun/lwuit/TextField.html#isClearKey(int)"><B>isClearKey(int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Returns true if this is the clear key on the device, many devices don't contain a clear key and even in those that contain it this might be an issue
<DT><A HREF="../com/sun/lwuit/TextField.html#isCursorPositionCycle()"><B>isCursorPositionCycle()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Returns true if the cursor should cycle to the begining of the text when the user navigates beyond the edge of the text and visa versa.
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isData(java.lang.String)"><B>isData(String)</B></A> - 
Method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Resources.html" title="class in com.sun.lwuit.util">Resources</A>
<DD>Returns true if this is a data resource
<DT><A HREF="../com/sun/lwuit/Command.html#isDefaultAction()"><B>isDefaultAction()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Command.html" title="class in com.sun.lwuit">Command</A>
<DD>Indicates that this action should occur by default on fire action event
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#isDefaultSmoothScrolling()"><B>isDefaultSmoothScrolling()</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>Indicates whether lists and containers should have smooth scrolling by default
<DT><A HREF="../com/sun/lwuit/TextArea.html#isEditable()"><B>isEditable()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>Returns true if this area is editable
<DT><A HREF="../com/sun/lwuit/TextField.html#isEditingEndTrigger(int)"><B>isEditingEndTrigger(int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Indicates whether the given key code should be ignored or should trigger cause editing to end.
<DT><A HREF="../com/sun/lwuit/TextField.html#isEditingTrigger(int)"><B>isEditingTrigger(int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -