📄 index-16.html.svn-base
字号:
<DT><A HREF="../com/sun/lwuit/Form.html#removeCommand(com.sun.lwuit.Command)"><B>removeCommand(Command)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>Removes the command from the menu bar softkeys
<DT><A HREF="../com/sun/lwuit/Container.html#removeComponent(com.sun.lwuit.Component)"><B>removeComponent(Component)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>removes a Component from the Container
<DT><A HREF="../com/sun/lwuit/Form.html#removeComponent(com.sun.lwuit.Component)"><B>removeComponent(Component)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>Removes a component from the Form's Content Pane
<DT><A HREF="../com/sun/lwuit/events/DataChangedListener.html#REMOVED"><B>REMOVED</B></A> -
Static variable in interface com.sun.lwuit.events.<A HREF="../com/sun/lwuit/events/DataChangedListener.html" title="interface in com.sun.lwuit.events">DataChangedListener</A>
<DD>Type value for removed data in ListModel
<DT><A HREF="../com/sun/lwuit/list/DefaultListModel.html#removeDataChangedListener(com.sun.lwuit.events.DataChangedListener)"><B>removeDataChangedListener(DataChangedListener)</B></A> -
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListModel.html" title="class in com.sun.lwuit.list">DefaultListModel</A>
<DD>
<DT><A HREF="../com/sun/lwuit/list/ListModel.html#removeDataChangedListener(com.sun.lwuit.events.DataChangedListener)"><B>removeDataChangedListener(DataChangedListener)</B></A> -
Method in interface com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/ListModel.html" title="interface in com.sun.lwuit.list">ListModel</A>
<DD>Invoked to indicate no further interest in future change events
<DT><A HREF="../com/sun/lwuit/TextField.html#removeDataChangeListener(com.sun.lwuit.events.DataChangedListener)"><B>removeDataChangeListener(DataChangedListener)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Removes the listener for data change events
<DT><A HREF="../com/sun/lwuit/Component.html#removeFocusListener(com.sun.lwuit.events.FocusListener)"><B>removeFocusListener(FocusListener)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Deregisters interest in receiving callbacks for focus gained events
<DT><A HREF="../com/sun/lwuit/list/DefaultListModel.html#removeItem(int)"><B>removeItem(int)</B></A> -
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListModel.html" title="class in com.sun.lwuit.list">DefaultListModel</A>
<DD>
<DT><A HREF="../com/sun/lwuit/list/ListModel.html#removeItem(int)"><B>removeItem(int)</B></A> -
Method in interface com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/ListModel.html" title="interface in com.sun.lwuit.list">ListModel</A>
<DD>Removes the item at the specified position in this list.
<DT><A HREF="../com/sun/lwuit/layouts/BorderLayout.html#removeLayoutComponent(com.sun.lwuit.Component)"><B>removeLayoutComponent(Component)</B></A> -
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/BorderLayout.html" title="class in com.sun.lwuit.layouts">BorderLayout</A>
<DD>
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#removeLayoutComponent(com.sun.lwuit.Component)"><B>removeLayoutComponent(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>Notification that a <code>Component</code> has been removed from the parent container.
<DT><A HREF="../com/sun/lwuit/layouts/Layout.html#removeLayoutComponent(com.sun.lwuit.Component)"><B>removeLayoutComponent(Component)</B></A> -
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>Removes the component from the layout this operation is only useful if the layout maintains references to components within it
<DT><A HREF="../com/sun/lwuit/list/DefaultListModel.html#removeSelectionListener(com.sun.lwuit.events.SelectionListener)"><B>removeSelectionListener(SelectionListener)</B></A> -
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListModel.html" title="class in com.sun.lwuit.list">DefaultListModel</A>
<DD>
<DT><A HREF="../com/sun/lwuit/list/ListModel.html#removeSelectionListener(com.sun.lwuit.events.SelectionListener)"><B>removeSelectionListener(SelectionListener)</B></A> -
Method in interface com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/ListModel.html" title="interface in com.sun.lwuit.list">ListModel</A>
<DD>Invoked to indicate no further interest in future selection events
<DT><A HREF="../com/sun/lwuit/List.html#removeSelectionListener(com.sun.lwuit.events.SelectionListener)"><B>removeSelectionListener(SelectionListener)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Invoked to indicate no further interest in future selection events
<DT><A HREF="../com/sun/lwuit/plaf/Style.html#removeStyleListener(com.sun.lwuit.events.StyleListener)"><B>removeStyleListener(StyleListener)</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>Removes a Style Listener from the Style Object.
<DT><A HREF="../com/sun/lwuit/TabbedPane.html#removeTabAt(int)"><B>removeTabAt(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>Removes the tab at <code>index</code>.
<DT><A HREF="../com/sun/lwuit/M3G.html#renderM3G(com.sun.lwuit.Graphics, boolean, int, com.sun.lwuit.M3G.Callback)"><B>renderM3G(Graphics, boolean, int, M3G.Callback)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/M3G.html" title="class in com.sun.lwuit">M3G</A>
<DD>Binds the Graphics3D object to the current graphics context and invokes callback to perform the rendering.
<DT><A HREF="../com/sun/lwuit/Component.html#repaint()"><B>repaint()</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread.
<DT><A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html#repaint()"><B>repaint()</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>Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls
<DT><A HREF="../com/sun/lwuit/Container.html#replace(com.sun.lwuit.Component, com.sun.lwuit.Component, com.sun.lwuit.animations.Transition)"><B>replace(Component, Component, Transition)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>This method replaces the current Component with the next Component.
<DT><A HREF="../com/sun/lwuit/Form.html#replace(com.sun.lwuit.Component, com.sun.lwuit.Component, com.sun.lwuit.animations.Transition)"><B>replace(Component, Component, Transition)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#replace(com.sun.lwuit.Component, com.sun.lwuit.Component)"><B>replace(Component, 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>Removes an existing component replacing it with the specified component.
<DT><A HREF="../com/sun/lwuit/Component.html#requestFocus()"><B>requestFocus()</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Changes the current component to the focused component, will work only for a component that belongs to a parent form.
<DT><A HREF="../com/sun/lwuit/util/Resources.html" title="class in com.sun.lwuit.util"><B>Resources</B></A> - Class in <A HREF="../com/sun/lwuit/util/package-summary.html">com.sun.lwuit.util</A><DD>Loads resources from the binary resource file generated during the build process.<DT><A HREF="../com/sun/lwuit/StaticAnimation.html#restart()"><B>restart()</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/StaticAnimation.html" title="class in com.sun.lwuit">StaticAnimation</A>
<DD>Restarts the animation
<DT><A HREF="../com/sun/lwuit/Container.html#revalidate()"><B>revalidate()</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout
<DT><A HREF="../com/sun/lwuit/RGBImage.html" title="class in com.sun.lwuit"><B>RGBImage</B></A> - Class in <A HREF="../com/sun/lwuit/package-summary.html">com.sun.lwuit</A><DD>An image that stores its data as an integer RGB array internally, this image cannot be manipulated via Graphics primitives however its array is accessible and modifiable programmatically.<DT><A HREF="../com/sun/lwuit/RGBImage.html#RGBImage(com.sun.lwuit.Image)"><B>RGBImage(Image)</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/RGBImage.html" title="class in com.sun.lwuit">RGBImage</A>
<DD>Converts an image to an RGB image after which the original image can be GC'd
<DT><A HREF="../com/sun/lwuit/RGBImage.html#RGBImage(int[], int, int)"><B>RGBImage(int[], int, int)</B></A> -
Constructor for class com.sun.lwuit.<A HREF="../com/sun/lwuit/RGBImage.html" title="class in com.sun.lwuit">RGBImage</A>
<DD>Creates an RGB image from scratch the array isn't copied and can be saved and manipulated
<DT><A HREF="../com/sun/lwuit/Component.html#RIGHT"><B>RIGHT</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 right side of a box.
<DT><A HREF="../com/sun/lwuit/Image.html#rotate(int)"><B>rotate(int)</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 an instance of this image rotated by the given number of degrees.
<DT><A HREF="../com/sun/lwuit/IndexedImage.html#rotate(int)"><B>rotate(int)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/IndexedImage.html" title="class in com.sun.lwuit">IndexedImage</A>
<DD>Unsupported in the current version, this method will be implemented in a future release
<DT><A HREF="../com/sun/lwuit/RGBImage.html#rotate(int)"><B>rotate(int)</B></A> -
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/RGBImage.html" title="class in com.sun.lwuit">RGBImage</A>
<DD>Unsupported in the current version, this method will be implemented in a future release
</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-15.html"><B>PREV LETTER</B></A>
<A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-16.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 + -