Begin change

FileListElement class

The FileListElement class allows you to create a file list element, which represents the contents of an Integrated File System (IFS) directory.

You can use a FileListRenderer with a FileListElement object to specify how you want to display the list of files.

The FileListElement class provides methods that allow you to:

You can use this class with the FileTreeElement class to create a traversable list of IFS files.

The FileListElement javadoc shows how to create and display a FileListElement object.

Examples

The following example shows how you can use the FileListElement class with HTMLTree classes (FileTreeElement and HTMLTreeElement) to create a traversable IFS tree: