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

📄 index-9.html.svn-base

📁 j2me设计的界面包
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
<DD>Indicates whether the given key code should be ignored or should trigger editing, by default fire or any numeric key should trigger editing implicitly.
<DT><A HREF="../com/sun/lwuit/Display.html#isEdt()"><B>isEdt()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit">Display</A>
<DD>Returns true if we are currently in the event dispatch thread.
<DT><A HREF="../com/sun/lwuit/Component.html#isEnabled()"><B>isEnabled()</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 component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
<DT><A HREF="../com/sun/lwuit/animations/Motion.html#isFinished()"><B>isFinished()</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Motion.html" title="class in com.sun.lwuit.animations">Motion</A>
<DD>Returns true if the motion has run its course and has finished meaning the current time is greater than startTime + duration.
<DT><A HREF="../com/sun/lwuit/Component.html#isFocusable()"><B>isFocusable()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Returns true if this component can receive focus and is enabled
<DT><A HREF="../com/sun/lwuit/Component.html#isFocusPainted()"><B>isFocusPainted()</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 focus should be drawn around the component or whether  it will handle its own focus painting
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isFont(java.lang.String)"><B>isFont(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 font resource
<DT><A HREF="../com/sun/lwuit/animations/Transition3D.html#isHighQualityMode()"><B>isHighQualityMode()</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>High quality mode renders the transition using smoother graphics but can take a whole lot more memory per texture and bitmap resulting in a likely out of memory error on high resolution/low memory devices with complex UI elements.
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isImage(java.lang.String)"><B>isImage(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 image resource
<DT><A HREF="../com/sun/lwuit/Component.html#isInitialized()"><B>isInitialized()</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 if the component is in the initalized state, a component is initialized when its initComponent() method was invoked.
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isL10N(java.lang.String)"><B>isL10N(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 generic data resource
<DT><A HREF="../com/sun/lwuit/Display.html#isLightMode()"><B>isLightMode()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit">Display</A>
<DD>Light mode allows the UI to adapt and show less visual effects/lighter versions of these visual effects to work properly on low end devices.
<DT><A HREF="../com/sun/lwuit/StaticAnimation.html#isLoop()"><B>isLoop()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/StaticAnimation.html" title="class in com.sun.lwuit">StaticAnimation</A>
<DD>Indicates whether the animation will run in a loop or run only once
<DT><A HREF="../com/sun/lwuit/M3G.html#isM3GSupported()"><B>isM3GSupported()</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/M3G.html" title="class in com.sun.lwuit">M3G</A>
<DD>Returns true if the M3G (JSR 184) API is supported on this device
<DT><A HREF="../com/sun/lwuit/plaf/Style.html#isModified()"><B>isModified()</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/Style.html" title="class in com.sun.lwuit.plaf">Style</A>
<DD>Returns true if the style was modified manually after it was created by the look and feel.
<DT><A HREF="../com/sun/lwuit/List.html#isNumericKeyActions()"><B>isNumericKeyActions()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Indicate whether pressing the number keys should trigger an action
<DT><A HREF="../com/sun/lwuit/TextField.html#isPendingCommit()"><B>isPendingCommit()</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 text field is waiting for a commit on editing
<DT><A HREF="../com/sun/lwuit/TextField.html#isQwertyInput()"><B>isQwertyInput()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>True is this is a qwerty device or a device that is currently in qwerty mode.
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#isReverseSoftButtons()"><B>isReverseSoftButtons()</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 softbuttons should be reversed from their default orientation
<DT><A HREF="../com/sun/lwuit/plaf/Style.html#isScaleImage()"><B>isScaleImage()</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/Style.html" title="class in com.sun.lwuit.plaf">Style</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/Component.html#isScrollable()"><B>isScrollable()</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 the component should/could scroll by default a component is not scrollable.
<DT><A HREF="../com/sun/lwuit/Component.html#isScrollableX()"><B>isScrollableX()</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 the component should/could scroll on the X axis
<DT><A HREF="../com/sun/lwuit/Container.html#isScrollableX()"><B>isScrollableX()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/List.html#isScrollableX()"><B>isScrollableX()</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/Component.html#isScrollableY()"><B>isScrollableY()</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 the component should/could scroll on the Y axis
<DT><A HREF="../com/sun/lwuit/Container.html#isScrollableY()"><B>isScrollableY()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/List.html#isScrollableY()"><B>isScrollableY()</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/TextArea.html#isScrollableY()"><B>isScrollableY()</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/Component.html#isScrollVisible()"><B>isScrollVisible()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Indicate whether this component scroll is visible
<DT><A HREF="../com/sun/lwuit/Button.html#isSelectableInteraction()"><B>isSelectableInteraction()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Button.html" title="class in com.sun.lwuit">Button</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/Component.html#isSelectableInteraction()"><B>isSelectableInteraction()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>This method allows a component to indicate that it is interested in an "implicit" select command to appear in the "fire" button when 3 softbuttons are defined in a device.
<DT><A HREF="../com/sun/lwuit/List.html#isSelectableInteraction()"><B>isSelectableInteraction()</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/TextArea.html#isSelectableInteraction()"><B>isSelectableInteraction()</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/ButtonGroup.html#isSelected()"><B>isSelected()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/ButtonGroup.html" title="class in com.sun.lwuit">ButtonGroup</A>
<DD>Returns whether a radio button in the group is selected.
<DT><A HREF="../com/sun/lwuit/CheckBox.html#isSelected()"><B>isSelected()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/CheckBox.html" title="class in com.sun.lwuit">CheckBox</A>
<DD>Return true if the checkbox is selected
<DT><A HREF="../com/sun/lwuit/RadioButton.html#isSelected()"><B>isSelected()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/RadioButton.html" title="class in com.sun.lwuit">RadioButton</A>
<DD>Returns true if the radio button is selected
<DT><A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html#isShowNumbers()"><B>isShowNumbers()</B></A> - 
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html" title="class in com.sun.lwuit.list">DefaultListCellRenderer</A>
<DD>Indicate whether numbering should exist for the default cell renderer
<DT><A HREF="../com/sun/lwuit/Component.html#isSmoothScrolling()"><B>isSmoothScrolling()</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 that scrolling through the component should work as an animation
<DT><A HREF="../com/sun/lwuit/Form.html#isSmoothScrolling()"><B>isSmoothScrolling()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TextField.html#isSymbolDialogKey(int)"><B>isSymbolDialogKey(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 keycode is the one mapping to the symbol dialog popup
<DT><A HREF="../com/sun/lwuit/util/Resources.html#isTheme(java.lang.String)"><B>isTheme(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 theme resource
<DT><A HREF="../com/sun/lwuit/Display.html#isThirdSoftButton()"><B>isThirdSoftButton()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Display.html" title="class in com.sun.lwuit">Display</A>
<DD>Indicates whether the 3rd softbutton should be supported on this device
<DT><A HREF="../com/sun/lwuit/TextField.html#isUseSoftkeys()"><B>isUseSoftkeys()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>When set to true softkeys are used to enable delete functionality
<DT><A HREF="../com/sun/lwuit/Component.html#isVisible()"><B>isVisible()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Returns whether the component is visible or not
</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>
</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_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 + -