Package com.BobCo.FileExplorer

Interface Summary
BobCoFileExplorerConstants This interface defines the constants that need to be shared among the BobCo file explorer classes.
 

Class Summary
BobCoFileExplorerExtension Extension class : defined by the BobCoFileExplorer.TWGExt property file.
BobCoFileExplorerGUI This class is extends TWGTaskFrame to provide the GUI for BobCo's file explorer.
BobCoFileExplorerServer This class is the main class for the BobCo file explorer task server.
BobCoFileExplorerTree This class is a simple extension of JTree that sets up the basic display properties of the file explorer tree.
BobCoFileExplorerTreeNode This class extends DefaultMutableTreeNode and provides dynamic update of the tree by issuing commands to the client as branches are expanded.
ConsoleRequestDirectoryContentsCommand This subclass of Command contains fields used for correlation so that the command can be sent asynchronously and the results can be handled properly when they are returned.
ConsoleRequestLocalFixedDrivesCommand This subclass of Command contains fields used for correlation so that the command can be sent asynchronously and the results can be handled properly when they are returned.
GetClientDirectoryContentsCommand This subclass of Command contains fields used for correlation so that the command can be sent asynchronously and the results can be handled properly when they are returned.
GetClientLocalFixedDrivesCommand This subclass of Command contains fields used for correlation so that the command can be sent asynchronously and the results can be handled properly when they are returned.