📄 index-6.html
字号:
<DD>The field values for the currently set time for this calendar.<DT><A HREF="../javax/swing/text/FieldView.html"><B>FieldView</B></A> - class javax.swing.text.<A HREF="../javax/swing/text/FieldView.html">FieldView</A>.<DD>Extends the multi-line plain text view to be suitable for a single-line editor view.<DT><A HREF="../javax/swing/text/FieldView.html#FieldView(javax.swing.text.Element)"><B>FieldView(Element)</B></A> - Constructor for class javax.swing.text.<A HREF="../javax/swing/text/FieldView.html">FieldView</A><DD>Constructs a new FieldView wrapped on an element.<DT><A HREF="../java/io/File.html"><B>File</B></A> - class java.io.<A HREF="../java/io/File.html">File</A>.<DD>An abstract representation of file and directory pathnames.<DT><A HREF="../java/awt/JobAttributes.DestinationType.html#FILE"><B>FILE</B></A> - Static variable in class java.awt.<A HREF="../java/awt/JobAttributes.DestinationType.html">JobAttributes.DestinationType</A><DD>The DestinationType instance to use for specifying print to file.<DT><A HREF="../javax/accessibility/AccessibleRole.html#FILE_CHOOSER"><B>FILE_CHOOSER</B></A> - Static variable in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleRole.html">AccessibleRole</A><DD>A specialized dialog that displays the files in the directory and lets the user select a file, browse a different directory, or specify a filename.<DT><A HREF="../javax/swing/JFileChooser.html#FILE_FILTER_CHANGED_PROPERTY"><B>FILE_FILTER_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>User changed the kind of files to display.<DT><A HREF="../javax/swing/JFileChooser.html#FILE_HIDING_CHANGED_PROPERTY"><B>FILE_HIDING_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Identifies a change in the display-hidden-files property.<DT><A HREF="../javax/swing/JFileChooser.html#FILE_SELECTION_MODE_CHANGED_PROPERTY"><B>FILE_SELECTION_MODE_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Identifies a change in the kind of selection (single, multiple, etc.).<DT><A HREF="../javax/swing/JFileChooser.html#FILE_SYSTEM_VIEW_CHANGED_PROPERTY"><B>FILE_SYSTEM_VIEW_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Says that a different object is being used to find available drives on the system.<DT><A HREF="../javax/swing/text/html/parser/DTD.html#FILE_VERSION"><B>FILE_VERSION</B></A> - Static variable in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTD.html">DTD</A><DD> <DT><A HREF="../javax/swing/JFileChooser.html#FILE_VIEW_CHANGED_PROPERTY"><B>FILE_VIEW_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Says that a different object is being used to retrieve file information.<DT><A HREF="../java/io/File.html#File(java.io.File, java.lang.String)"><B>File(File, String)</B></A> - Constructor for class java.io.<A HREF="../java/io/File.html">File</A><DD>Creates a new <code>File</code> instance from a parent abstract pathname and a child pathname string.<DT><A HREF="../java/io/File.html#File(java.lang.String)"><B>File(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/File.html">File</A><DD>Creates a new <code>File</code> instance by converting the given pathname string into an abstract pathname.<DT><A HREF="../java/io/File.html#File(java.lang.String, java.lang.String)"><B>File(String, String)</B></A> - Constructor for class java.io.<A HREF="../java/io/File.html">File</A><DD>Creates a new <code>File</code> instance from a parent pathname string and a child pathname string.<DT><A HREF="../javax/swing/plaf/FileChooserUI.html"><B>FileChooserUI</B></A> - class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A>.<DD>Pluggable look and feel interface for JFileChooser<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#FileChooserUI()"><B>FileChooserUI()</B></A> - Constructor for class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A><DD> <DT><A HREF="../java/io/FileDescriptor.html"><B>FileDescriptor</B></A> - class java.io.<A HREF="../java/io/FileDescriptor.html">FileDescriptor</A>.<DD>Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.<DT><A HREF="../java/io/FileDescriptor.html#FileDescriptor()"><B>FileDescriptor()</B></A> - Constructor for class java.io.<A HREF="../java/io/FileDescriptor.html">FileDescriptor</A><DD>Constructs an (invalid) FileDescriptor object.<DT><A HREF="../java/awt/FileDialog.html"><B>FileDialog</B></A> - class java.awt.<A HREF="../java/awt/FileDialog.html">FileDialog</A>.<DD>The <code>FileDialog</code> class displays a dialog window from which the user can select a file.<DT><A HREF="../java/awt/FileDialog.html#FileDialog(java.awt.Frame)"><B>FileDialog(Frame)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/FileDialog.html">FileDialog</A><DD>Creates a file dialog for loading a file.<DT><A HREF="../java/awt/FileDialog.html#FileDialog(java.awt.Frame, java.lang.String)"><B>FileDialog(Frame, String)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/FileDialog.html">FileDialog</A><DD>Creates a file dialog window with the specified title for loading a file.<DT><A HREF="../java/awt/FileDialog.html#FileDialog(java.awt.Frame, java.lang.String, int)"><B>FileDialog(Frame, String, int)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/FileDialog.html">FileDialog</A><DD>Creates a file dialog window with the specified title for loading or saving a file.<DT><A HREF="../java/io/FileFilter.html"><B>FileFilter</B></A> - interface java.io.<A HREF="../java/io/FileFilter.html">FileFilter</A>.<DD>A filter for abstract pathnames.<DT><A HREF="../javax/swing/filechooser/FileFilter.html"><B>FileFilter</B></A> - class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileFilter.html">FileFilter</A>.<DD>FileFilter is an abstract class that has no default implemention.<DT><A HREF="../javax/swing/filechooser/FileFilter.html#FileFilter()"><B>FileFilter()</B></A> - Constructor for class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileFilter.html">FileFilter</A><DD> <DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#fileIcon"><B>fileIcon</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A><DD> <DT><A HREF="../java/io/FileInputStream.html"><B>FileInputStream</B></A> - class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A>.<DD>A <code>FileInputStream</code> obtains input bytes from a file in a file system.<DT><A HREF="../java/io/FileInputStream.html#FileInputStream(java.io.File)"><B>FileInputStream(File)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Creates a <code>FileInputStream</code> by opening a connection to an actual file, the file named by the <code>File</code> object <code>file</code> in the file system.<DT><A HREF="../java/io/FileInputStream.html#FileInputStream(java.io.FileDescriptor)"><B>FileInputStream(FileDescriptor)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Creates a <code>FileInputStream</code> by using the file descriptor <code>fdObj</code>, which represents an existing connection to an actual file in the file system.<DT><A HREF="../java/io/FileInputStream.html#FileInputStream(java.lang.String)"><B>FileInputStream(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Creates a <code>FileInputStream</code> by opening a connection to an actual file, the file named by the path name <code>name</code> in the file system.<DT><A HREF="../java/io/FilenameFilter.html"><B>FilenameFilter</B></A> - interface java.io.<A HREF="../java/io/FilenameFilter.html">FilenameFilter</A>.<DD>Instances of classes that implement this interface are used to filter filenames.<DT><A HREF="../java/net/FileNameMap.html"><B>FileNameMap</B></A> - interface java.net.<A HREF="../java/net/FileNameMap.html">FileNameMap</A>.<DD>A simple interface which provides a mechanism to map between a file name and a MIME type string.<DT><A HREF="../java/io/FileNotFoundException.html"><B>FileNotFoundException</B></A> - exception java.io.<A HREF="../java/io/FileNotFoundException.html">FileNotFoundException</A>.<DD>Signals that an attempt to open the file denoted by a specified pathname has failed.<DT><A HREF="../java/io/FileNotFoundException.html#FileNotFoundException()"><B>FileNotFoundException()</B></A> - Constructor for class java.io.<A HREF="../java/io/FileNotFoundException.html">FileNotFoundException</A><DD>Constructs a <code>FileNotFoundException</code> with <code>null</code> as its error detail message.<DT><A HREF="../java/io/FileNotFoundException.html#FileNotFoundException(java.lang.String)"><B>FileNotFoundException(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileNotFoundException.html">FileNotFoundException</A><DD>Constructs a <code>FileNotFoundException</code> with the specified detail message.<DT><A HREF="../java/io/FileOutputStream.html"><B>FileOutputStream</B></A> - class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A>.<DD>A file output stream is an output stream for writing data to a <code>File</code> or to a <code>FileDescriptor</code>.<DT><A HREF="../java/io/FileOutputStream.html#FileOutputStream(java.io.File)"><B>FileOutputStream(File)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A><DD>Creates a file output stream to write to the file represented by the specified <code>File</code> object.<DT><A HREF="../java/io/FileOutputStream.html#FileOutputStream(java.io.FileDescriptor)"><B>FileOutputStream(FileDescriptor)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A><DD>Creates an output file stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.<DT><A HREF="../java/io/FileOutputStream.html#FileOutputStream(java.lang.String)"><B>FileOutputStream(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A><DD>Creates an output file stream to write to the file with the specified name.<DT><A HREF="../java/io/FileOutputStream.html#FileOutputStream(java.lang.String, boolean)"><B>FileOutputStream(String, boolean)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileOutputStream.html">FileOutputStream</A><DD>Creates an output file stream to write to the file with the specified <code>name</code>.<DT><A HREF="../java/io/FilePermission.html"><B>FilePermission</B></A> - class java.io.<A HREF="../java/io/FilePermission.html">FilePermission</A>.<DD>This class represents access to a file or directory.<DT><A HREF="../java/io/FilePermission.html#FilePermission(java.lang.String, java.lang.String)"><B>FilePermission(String, String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FilePermission.html">FilePermission</A><DD>Creates a new FilePermission object with the specified actions.<DT><A HREF="../java/io/FileReader.html"><B>FileReader</B></A> - class java.io.<A HREF="../java/io/FileReader.html">FileReader</A>.<DD>Convenience class for reading character files.<DT><A HREF="../java/io/FileReader.html#FileReader(java.io.File)"><B>FileReader(File)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileReader.html">FileReader</A><DD>Creates a new <tt>FileReader</tt>, given the <tt>File</tt> to read from.<DT><A HREF="../java/io/FileReader.html#FileReader(java.io.FileDescriptor)"><B>FileReader(FileDescriptor)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileReader.html">FileReader</A><DD>Creates a new <tt>FileReader</tt>, given the <tt>FileDescriptor</tt> to read from.<DT><A HREF="../java/io/FileReader.html#FileReader(java.lang.String)"><B>FileReader(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileReader.html">FileReader</A><DD>Creates a new <tt>FileReader</tt>, given the name of the file to read from.<DT><A HREF="../javax/swing/JFileChooser.html#FILES_AND_DIRECTORIES"><B>FILES_AND_DIRECTORIES</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Instruction to display both files and directories.<DT><A HREF="../javax/swing/JFileChooser.html#FILES_ONLY"><B>FILES_ONLY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Instruction to display only files.<DT><A HREF="../javax/swing/filechooser/FileSystemView.html"><B>FileSystemView</B></A> - class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>.<DD>FileSystemView is JFileChooser's gateway to the file system.<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#FileSystemView()"><B>FileSystemView()</B></A> - Constructor for class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A><DD> <DT><A HREF="../javax/swing/filechooser/FileView.html"><B>FileView</B></A> - class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A>.<DD>FileView defines an abstract class that can be implemented to provide the filechooser with ui information for a File.<DT><A HREF="../javax/swing/filechooser/FileView.html#FileView()"><B>FileView()</B></A> - Constructor for class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A><DD> <DT><A HREF="../java/io/FileWriter.html"><B>FileWriter</B></A> - class java.io.<A HREF="../java/io/FileWriter.html">FileWriter</A>.<DD>Convenience class for writing character files.<DT><A HREF="../java/io/FileWriter.html#FileWriter(java.io.File)"><B>FileWriter(File)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileWriter.html">FileWriter</A><DD>Constructs a FileWriter object given a File object.<DT><A HREF="../java/io/FileWriter.html#FileWriter(java.io.FileDescriptor)"><B>FileWriter(FileDescriptor)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileWriter.html">FileWriter</A><DD>Constructs a FileWriter object associated with a file descriptor.<DT><A HREF="../java/io/FileWriter.html#FileWriter(java.lang.String)"><B>FileWriter(String)</B></A> - Constructor for class java.io.<A HREF="../java/io/FileWriter.html">FileWriter</A><DD>Constructs a FileWriter object given a file name.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -