FileListElement class

The FileListElement class allows you to create a file list element, which represents the contents of an integrated file system directory.

You can use the FileListElement object to represent the contents of a NetServerâ„¢ shared drive by getting and setting the name and path of NetServer shared drives.

The FileListElement class provides methods that allow you to:

You can use the FileListElement class with other classes in the html package:

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

Example: Using FileListElement to create a traversable integrated file system tree

The following example shows how you can use the FileListElement class with HTMLTree classes (FileTreeElement and HTMLTreeElement) to create a traversable integrated file system tree. The example also includes code for setting the path of a NetServer shared drive.

Example: Creating a traversable integrated file system tree