📄 index-15.html
字号:
<DD>Return true if the end tag can be omitted.<DT><A HREF="../javax/swing/text/html/parser/Element.html#omitStart()"><B>omitStart()</B></A> - Method in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/Element.html">Element</A><DD>Return true if the start tag can be omitted.<DT><A HREF="../java/security/DigestOutputStream.html#on(boolean)"><B>on(boolean)</B></A> - Method in class java.security.<A HREF="../java/security/DigestOutputStream.html">DigestOutputStream</A><DD>Turns the digest function on or off.<DT><A HREF="../java/security/DigestInputStream.html#on(boolean)"><B>on(boolean)</B></A> - Method in class java.security.<A HREF="../java/security/DigestInputStream.html">DigestInputStream</A><DD>Turns the digest function on or off.<DT><A HREF="../java/math/BigInteger.html#ONE"><B>ONE</B></A> - Static variable in class java.math.<A HREF="../java/math/BigInteger.html">BigInteger</A><DD>The BigInteger constant one.<DT><A HREF="../java/awt/JobAttributes.SidesType.html#ONE_SIDED"><B>ONE_SIDED</B></A> - Static variable in class java.awt.<A HREF="../java/awt/JobAttributes.SidesType.html">JobAttributes.SidesType</A><DD>The SidesType instance to use for specifying that consecutive job pages should be printed upon the same side of consecutive media sheets.<DT><A HREF="../javax/swing/JSplitPane.html#ONE_TOUCH_EXPANDABLE_PROPERTY"><B>ONE_TOUCH_EXPANDABLE_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A><DD>Bound property for oneTouchExpandable.<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#ONE_TOUCH_OFFSET"><B>ONE_TOUCH_OFFSET</B></A> - Static variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A><DD> <DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#ONE_TOUCH_SIZE"><B>ONE_TOUCH_SIZE</B></A> - Static variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A><DD>Width or height of the divider based on orientation BasicSplitPaneUI adds two to this.<DT><A HREF="../javax/naming/directory/SearchControls.html#ONELEVEL_SCOPE"><B>ONELEVEL_SCOPE</B></A> - Static variable in class javax.naming.directory.<A HREF="../javax/naming/directory/SearchControls.html">SearchControls</A><DD>Search one level of the named context.<DT><A HREF="../javax/naming/event/EventContext.html#ONELEVEL_SCOPE"><B>ONELEVEL_SCOPE</B></A> - Static variable in interface javax.naming.event.<A HREF="../javax/naming/event/EventContext.html">EventContext</A><DD>Constant for expressing interest in events concerning objects in the context named by the target, excluding the context named by the target.<DT><A HREF="../javax/swing/JSplitPane.html#oneTouchExpandable"><B>oneTouchExpandable</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A><DD>Is a little widget provided to quickly expand/collapse the split pane?<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#oneTouchExpandableChanged()"><B>oneTouchExpandableChanged()</B></A> - Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A><DD>Messaged when the oneTouchExpandable value of the JSplitPane the receiver is contained in changes.<DT><A HREF="../org/omg/CORBA/ServerRequest.html#op_name()"><B>op_name()</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/ServerRequest.html">ServerRequest</A><DD><B>Deprecated.</B> <I>use operation()</I><DT><A HREF="../java/awt/Transparency.html#OPAQUE"><B>OPAQUE</B></A> - Static variable in interface java.awt.<A HREF="../java/awt/Transparency.html">Transparency</A><DD>Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.<DT><A HREF="../javax/accessibility/AccessibleState.html#OPAQUE"><B>OPAQUE</B></A> - Static variable in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleState.html">AccessibleState</A><DD>Indicates this object paints every pixel within its rectangular region.<DT><A HREF="../java/awt/geom/Arc2D.html#OPEN"><B>OPEN</B></A> - Static variable in class java.awt.geom.<A HREF="../java/awt/geom/Arc2D.html">Arc2D</A><DD>The closure type for an open arc with no path segments connecting the two ends of the arc segment.<DT><A HREF="../javax/sound/sampled/LineEvent.Type.html#OPEN"><B>OPEN</B></A> - Static variable in class javax.sound.sampled.<A HREF="../javax/sound/sampled/LineEvent.Type.html">LineEvent.Type</A><DD>A type of event that is sent when a line opens, reserving system resources for itself.<DT><A HREF="../java/util/zip/ZipFile.html#OPEN_DELETE"><B>OPEN_DELETE</B></A> - Static variable in class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Mode flag to open a zip file and mark it for deletion.<DT><A HREF="../javax/swing/JFileChooser.html#OPEN_DIALOG"><B>OPEN_DIALOG</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Type value indicating that the <code>JFileChooser</code> supports an "Open" file operation.<DT><A HREF="../java/util/zip/ZipFile.html#OPEN_READ"><B>OPEN_READ</B></A> - Static variable in class java.util.zip.<A HREF="../java/util/zip/ZipFile.html">ZipFile</A><DD>Mode flag to open a zip file for reading.<DT><A HREF="../javax/sound/sampled/Line.html#open()"><B>open()</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/Line.html">Line</A><DD>Opens the line, indicating that it should acquire any required system resources and become operational.<DT><A HREF="../javax/sound/midi/MidiDevice.html#open()"><B>open()</B></A> - Method in interface javax.sound.midi.<A HREF="../javax/sound/midi/MidiDevice.html">MidiDevice</A><DD>Opens the device, indicating that it should now acquire any system resources it requires and become operational.<DT><A HREF="../javax/sound/sampled/TargetDataLine.html#open(javax.sound.sampled.AudioFormat)"><B>open(AudioFormat)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/TargetDataLine.html">TargetDataLine</A><DD>Opens the line with the specified format, causing the line to acquire any required system resources and become operational.<DT><A HREF="../javax/sound/sampled/SourceDataLine.html#open(javax.sound.sampled.AudioFormat)"><B>open(AudioFormat)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/SourceDataLine.html">SourceDataLine</A><DD>Opens the line with the specified format, causing the line to acquire any required system resources and become operational.<DT><A HREF="../javax/sound/sampled/Clip.html#open(javax.sound.sampled.AudioFormat, byte[], int, int)"><B>open(AudioFormat, byte[], int, int)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/Clip.html">Clip</A><DD>Opens the clip, meaning that it should acquire any required system resources and become operational.<DT><A HREF="../javax/sound/sampled/TargetDataLine.html#open(javax.sound.sampled.AudioFormat, int)"><B>open(AudioFormat, int)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/TargetDataLine.html">TargetDataLine</A><DD>Opens the line with the specified format and requested buffer size, causing the line to acquire any required system resources and become operational.<DT><A HREF="../javax/sound/sampled/SourceDataLine.html#open(javax.sound.sampled.AudioFormat, int)"><B>open(AudioFormat, int)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/SourceDataLine.html">SourceDataLine</A><DD>Opens the line with the specified format and suggested buffer size, causing the line to acquire any required system resources and become operational.<DT><A HREF="../javax/sound/sampled/Clip.html#open(javax.sound.sampled.AudioInputStream)"><B>open(AudioInputStream)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/Clip.html">Clip</A><DD>Opens the clip with the format and audio data present in the provided audio input stream.<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#openButtonMnemonic"><B>openButtonMnemonic</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A><DD> <DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#openButtonText"><B>openButtonText</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A><DD> <DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#openButtonToolTipText"><B>openButtonToolTipText</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A><DD> <DT><A HREF="../java/net/URL.html#openConnection()"><B>openConnection()</B></A> - Method in class java.net.<A HREF="../java/net/URL.html">URL</A><DD>Returns a <code>URLConnection</code> object that represents a connection to the remote object referred to by the <code>URL</code>.<DT><A HREF="../java/net/URLStreamHandler.html#openConnection(java.net.URL)"><B>openConnection(URL)</B></A> - Method in class java.net.<A HREF="../java/net/URLStreamHandler.html">URLStreamHandler</A><DD>Opens a connection to the object referenced by the <code>URL</code> argument.<DT><A HREF="../javax/swing/DesktopManager.html#openFrame(javax.swing.JInternalFrame)"><B>openFrame(JInternalFrame)</B></A> - Method in interface javax.swing.<A HREF="../javax/swing/DesktopManager.html">DesktopManager</A><DD>If possible, display this frame in an appropriate location.<DT><A HREF="../javax/swing/DefaultDesktopManager.html#openFrame(javax.swing.JInternalFrame)"><B>openFrame(JInternalFrame)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/DefaultDesktopManager.html">DefaultDesktopManager</A><DD>Normally this method will not be called.<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#openIcon"><B>openIcon</B></A> - Variable in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A><DD>Icon used to show non-leaf nodes that are expanded.<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#openMenuKey"><B>openMenuKey</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A><DD><B>Deprecated.</B> <I>As of Java 2 platform v1.3.</I><DT><A HREF="../java/net/URL.html#openStream()"><B>openStream()</B></A> - Method in class java.net.<A HREF="../java/net/URL.html">URL</A><DD>Opens a connection to this <code>URL</code> and returns an <code>InputStream</code> for reading from that connection.<DT><A HREF="../java/awt/font/OpenType.html"><B>OpenType</B></A> - interface java.awt.font.<A HREF="../java/awt/font/OpenType.html">OpenType</A>.<DD>The <code>OpenType</code> interface represents OpenType and TrueType fonts.<DT><A HREF="../java/rmi/server/Operation.html"><B>Operation</B></A> - class java.rmi.server.<A HREF="../java/rmi/server/Operation.html">Operation</A>.<DD><B>Deprecated.</B> <I>no replacement</I><DT><A HREF="../org/omg/CORBA/ServerRequest.html#operation()"><B>operation()</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/ServerRequest.html">ServerRequest</A><DD>Retrieves the name of the operation being
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -