All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.nix.AppFileCommandMgrNix
java.lang.Object
|
+----com.jconfig.nix.AppFileCommandMgrNix
class AppFileCommandMgrNix
extends java.lang.Object
{
// Fields 6
private AppCommandWatcher acWatcher;
private boolean bAlreadyRequestedFileTypes;
private static final String copyrightString;
private String filePath;
private int numCommands;
private AppFileNix owner;
// Constructors 1
AppFileCommandMgrNix(String, String, AppFileNix, AppCommandWatcher);
// Methods 8
private void createCommands();
private AppCommand createDefaultCommand();
private void createFileTypes();
public void dumpInfo(PrintStream, String);
AppCommand[] getAllCommands();
AppCommand getCommand(String);
FileType[] getFileTypes(int);
AppProcess performCommand(AppCommand, int);
}
Used by AppFileNix to manage its commands. Currently, most methods do nothing, or return null.
This is a preliminary class derived from the Windows class of similar name. This class may be replaced
or modified in a future version.
- Author:
-
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
private static final String copyrightString
private String filePath
private int numCommands
private boolean bAlreadyRequestedFileTypes
private AppCommandWatcher acWatcher
private AppFileNix owner
AppFileCommandMgrNix(String path,
String name,
AppFileNix af,
AppCommandWatcher watch)
private AppCommand createDefaultCommand()
private void createCommands()
private void createFileTypes()
FileType[] getFileTypes(int maxToReturn)
AppProcess performCommand(AppCommand command,
int flags)
AppCommand getCommand(String commandName)
AppCommand[] getAllCommands()
public void dumpInfo(PrintStream ps,
String indent)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7