📄 index-14.html
字号:
<DT><A HREF="../javax/naming/ldap/LdapContext.html#newInstance(javax.naming.ldap.Control[])"><B>newInstance(Control[])</B></A> - Method in interface javax.naming.ldap.<A HREF="../javax/naming/ldap/LdapContext.html">LdapContext</A><DD>Creates a new instance of this context initialized using request controls.<DT><A HREF="../java/lang/reflect/Constructor.html#newInstance(java.lang.Object[])"><B>newInstance(Object[])</B></A> - Method in class java.lang.reflect.<A HREF="../java/lang/reflect/Constructor.html">Constructor</A><DD>Uses the constructor represented by this <code>Constructor</code> object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.<DT><A HREF="../java/net/URLClassLoader.html#newInstance(java.net.URL[])"><B>newInstance(URL[])</B></A> - Static method in class java.net.<A HREF="../java/net/URLClassLoader.html">URLClassLoader</A><DD>Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.<DT><A HREF="../java/net/URLClassLoader.html#newInstance(java.net.URL[], java.lang.ClassLoader)"><B>newInstance(URL[], ClassLoader)</B></A> - Static method in class java.net.<A HREF="../java/net/URLClassLoader.html">URLClassLoader</A><DD>Creates a new instance of URLClassLoader for the specified URLs and parent class loader.<DT><A HREF="../javax/swing/event/TreeSelectionEvent.html#newLeadSelectionPath"><B>newLeadSelectionPath</B></A> - Variable in class javax.swing.event.<A HREF="../javax/swing/event/TreeSelectionEvent.html">TreeSelectionEvent</A><DD>leadSelectionPath after the paths changed, may be null.<DT><A HREF="../javax/swing/text/AbstractWriter.html#NEWLINE"><B>NEWLINE</B></A> - Static variable in class javax.swing.text.<A HREF="../javax/swing/text/AbstractWriter.html">AbstractWriter</A><DD>How the text packages models newlines.<DT><A HREF="../java/io/BufferedWriter.html#newLine()"><B>newLine()</B></A> - Method in class java.io.<A HREF="../java/io/BufferedWriter.html">BufferedWriter</A><DD>Write a line separator.<DT><A HREF="../java/awt/image/RGBImageFilter.html#newmodel"><B>newmodel</B></A> - Variable in class java.awt.image.<A HREF="../java/awt/image/RGBImageFilter.html">RGBImageFilter</A><DD>The <code>ColorModel</code> with which to replace <code>origmodel</code> when the user calls <code>substituteColorModel</code>.<DT><A HREF="../java/io/FilePermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.io.<A HREF="../java/io/FilePermission.html">FilePermission</A><DD>Returns a new PermissionCollection object for storing FilePermission objects.<DT><A HREF="../java/net/SocketPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.net.<A HREF="../java/net/SocketPermission.html">SocketPermission</A><DD>Returns a new PermissionCollection object for storing SocketPermission objects.<DT><A HREF="../java/security/Permission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.security.<A HREF="../java/security/Permission.html">Permission</A><DD>Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.<DT><A HREF="../java/security/BasicPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.security.<A HREF="../java/security/BasicPermission.html">BasicPermission</A><DD>Returns a new PermissionCollection object for storing BasicPermission objects.<DT><A HREF="../java/security/UnresolvedPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.security.<A HREF="../java/security/UnresolvedPermission.html">UnresolvedPermission</A><DD>Returns a new PermissionCollection object for storing UnresolvedPermission objects.<DT><A HREF="../java/security/AllPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.security.<A HREF="../java/security/AllPermission.html">AllPermission</A><DD>Returns a new PermissionCollection object for storing AllPermission objects.<DT><A HREF="../java/util/PropertyPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> - Method in class java.util.<A HREF="../java/util/PropertyPermission.html">PropertyPermission</A><DD>Returns a new PermissionCollection object for storing PropertyPermission objects.<DT><A HREF="../java/awt/image/MemoryImageSource.html#newPixels()"><B>newPixels()</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/MemoryImageSource.html">MemoryImageSource</A><DD>Send a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.<DT><A HREF="../java/awt/image/MemoryImageSource.html#newPixels(byte[], java.awt.image.ColorModel, int, int)"><B>newPixels(byte[], ColorModel, int, int)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/MemoryImageSource.html">MemoryImageSource</A><DD>Change to a new byte array to hold the pixels for this image.<DT><A HREF="../java/awt/image/MemoryImageSource.html#newPixels(int[], java.awt.image.ColorModel, int, int)"><B>newPixels(int[], ColorModel, int, int)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/MemoryImageSource.html">MemoryImageSource</A><DD>Change to a new int array to hold the pixels for this image.<DT><A HREF="../java/awt/image/MemoryImageSource.html#newPixels(int, int, int, int)"><B>newPixels(int, int, int, int)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/MemoryImageSource.html">MemoryImageSource</A><DD>Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.<DT><A HREF="../java/awt/image/MemoryImageSource.html#newPixels(int, int, int, int, boolean)"><B>newPixels(int, int, int, int, boolean)</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/MemoryImageSource.html">MemoryImageSource</A><DD>Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.<DT><A HREF="../java/lang/reflect/Proxy.html#newProxyInstance(java.lang.ClassLoader, java.lang.Class[], java.lang.reflect.InvocationHandler)"><B>newProxyInstance(ClassLoader, Class[], InvocationHandler)</B></A> - Static method in class java.lang.reflect.<A HREF="../java/lang/reflect/Proxy.html">Proxy</A><DD>Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.<DT><A HREF="../javax/swing/table/DefaultTableModel.html#newRowsAdded(javax.swing.event.TableModelEvent)"><B>newRowsAdded(TableModelEvent)</B></A> - Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A><DD>Ensures that the new rows have the correct number of columns.<DT><A HREF="../javax/swing/text/html/parser/AttributeList.html#next"><B>next</B></A> - Variable in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/AttributeList.html">AttributeList</A><DD> <DT><A HREF="../javax/swing/text/html/parser/ContentModel.html#next"><B>next</B></A> - Variable in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/ContentModel.html">ContentModel</A><DD>The next content model (in a ',', '|' or '&' expression).<DT><A HREF="../org/omg/CosNaming/BindingIteratorOperations.html#next_n(int, org.omg.CosNaming.BindingListHolder)"><B>next_n(int, BindingListHolder)</B></A> - Method in interface org.omg.CosNaming.<A HREF="../org/omg/CosNaming/BindingIteratorOperations.html">BindingIteratorOperations</A><DD>This operation returns at most the requested number of bindings.<DT><A HREF="../org/omg/CosNaming/_BindingIteratorStub.html#next_n(int, org.omg.CosNaming.BindingListHolder)"><B>next_n(int, BindingListHolder)</B></A> - Method in class org.omg.CosNaming.<A HREF="../org/omg/CosNaming/_BindingIteratorStub.html">_BindingIteratorStub</A><DD> <DT><A HREF="../org/omg/CosNaming/BindingIteratorOperations.html#next_one(org.omg.CosNaming.BindingHolder)"><B>next_one(BindingHolder)</B></A> - Method in interface org.omg.CosNaming.<A HREF="../org/omg/CosNaming/BindingIteratorOperations.html">BindingIteratorOperations</A><DD>This operation returns the next binding.<DT><A HREF="../org/omg/CosNaming/_BindingIteratorStub.html#next_one(org.omg.CosNaming.BindingHolder)"><B>next_one(BindingHolder)</B></A> - Method in class org.omg.CosNaming.<A HREF="../org/omg/CosNaming/_BindingIteratorStub.html">_BindingIteratorStub</A><DD> <DT><A HREF="../java/awt/geom/PathIterator.html#next()"><B>next()</B></A> - Method in interface java.awt.geom.<A HREF="../java/awt/geom/PathIterator.html">PathIterator</A><DD>Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.<DT><A HREF="../java/awt/geom/FlatteningPathIterator.html#next()"><B>next()</B></A> - Method in class java.awt.geom.<A HREF="../java/awt/geom/FlatteningPathIterator.html">FlatteningPathIterator</A><DD>Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.<DT><A HREF="../java/beans/beancontext/BeanContextSupport.BCSIterator.html#next()"><B>next()</B></A> - Method in class java.beans.beancontext.<A HREF="../java/beans/beancontext/BeanContextSupport.BCSIterator.html">BeanContextSupport.BCSIterator</A><DD> <DT><A HREF="../java/sql/ResultSet.html#next()"><B>next()</B></A> - Method in interface java.sql.<A HREF="../java/sql/ResultSet.html">ResultSet</A><DD>Moves the cursor down one row from its current position.<DT><A HREF="../java/text/CollationElementIterator.html#next()"><B>next()</B></A> - Method in class java.text.<A HREF="../java/text/CollationElementIterator.html">CollationElementIterator</A><DD>Get the next collation element in the string.<DT><A HREF="../java/text/CharacterIterator.html#next()"><B>next()</B></A> - Method in interface java.text.<A HREF="../java/text/CharacterIterator.html">CharacterIterator</A><DD>Increments the iterator's index by one and returns the character at the new index.<DT><A HREF="../java/text/StringCharacterIterator.html#next()"><B>next()</B></A> - Method in class java.text.<A HREF="../java/text/StringCharacterIterator.html">StringCharacterIterator</A><DD>Implements CharacterIterator.next() for String.<DT><A HREF="../java/text/BreakIterator.html#next()"><B>next()</B></A> - Method in class java.text.<A HREF="../java/text/BreakIterator.html">BreakIterator</A><DD>Return the boundary following the current boundary.<DT><A HREF="../java/util/ListIterator.html#next()"><B>next()</B></A> - Method in interface java.util.<A HREF="../java/util/ListIterator.html">ListIterator</A><DD>Returns the next element in the list.<DT><A HREF="../java/util/Iterator.html#next()"><B>next()</B></A> - Method in interface java.util.<A HREF="../java/util/Iterator.html">Iterator</A><DD>Returns the next element in the interation.<DT><A HREF="../javax/naming/NamingEnumeration.html#next()"><B>next()</B></A> - Method in interface javax.naming.<A HREF="../javax/naming/NamingEnumeration.html">NamingEnumeration</A><DD>Retrieves the next element in the enumeration.<DT><A HREF="../javax/swing/text/ElementIterator.html#next()"><B>next()</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/ElementIterator.html">ElementIterator</A><DD>Fetches the next Element.<DT><A HREF="../javax/swing/text/Segment.html#next()"><B>next()</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/Segment.html">Segment</A><DD>Increments the iterator's index by one and returns the character at the new index.<DT><A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html#next()"><B>next()</B></A> - Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html">HTMLDocument.Iterator</A><DD>Move the iterator forward to the next occurence of the tag it represents.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -