A C E F G I M P S U W

A

accept(File) - Method in class pfc.bin.ui.PFCFileFilter
 
actionPerformed(ActionEvent) - Method in class pfc.bin.ui.PFCInterface
 
anotherInstance() - Method in class pfc.bin.console.Console
Checks if another instance of the PFCI system is running, it is also platform depended

C

Console - class pfc.bin.console.Console.
The "heart" of the PFCI system providing all interaction with the operating system
Console() - Constructor for class pfc.bin.console.Console
 
construct() - Method in class pfc.bin.ui.SwingWorker
Compute the value to be returned by the get method.

E

executeFile(File, String) - Method in class pfc.bin.engine.PascalFC
It submits the specified file for execution
executeFile(File, String) - Method in class pfc.bin.console.Console
It submits the specified file for execution

F

finished() - Method in class pfc.bin.ui.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.

G

get() - Method in class pfc.bin.ui.SwingWorker
Return the value created by the construct method.
getChar() - Method in class pfc.bin.engine.PascalFC
Returns the next character of running files output
getChar() - Method in class pfc.bin.console.Console
Returns the next character of running files output
getDescription() - Method in class pfc.bin.ui.PFCFileFilter
 
getExtension(File) - Static method in class pfc.bin.ui.Utils
 
getListFilePath(File) - Method in class pfc.bin.engine.PascalFC
 
getListFilePath(File) - Method in class pfc.bin.console.Console
Returns the path of the list file path created for the currently loaded file.
getPmdFilePath(File) - Method in class pfc.bin.engine.PascalFC
 
getPmdFilePath(File) - Method in class pfc.bin.console.Console
Returns the path of the pmd file path created for the currently loaded file.
getValue() - Method in class pfc.bin.ui.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.

I

interrupt() - Method in class pfc.bin.ui.SwingWorker
A new method that interrupts the worker thread.
isEndOfFile() - Method in class pfc.bin.engine.PascalFC
A method to check if the running pfc file has completed execution
isEndOfFile() - Method in class pfc.bin.console.Console
A method to check if the running pfc file has completed execution

M

main(String[]) - Static method in class pfc.bin.engine.PascalFC
 

P

PascalFC - class pfc.bin.engine.PascalFC.
The facade class for the PFCI system
PascalFC() - Constructor for class pfc.bin.engine.PascalFC
 
pfc - Static variable in class pfc.bin.ui.Utils
 
pfc.bin.console - package pfc.bin.console
 
pfc.bin.engine - package pfc.bin.engine
 
pfc.bin.ui - package pfc.bin.ui
 
PFCFileFilter - class pfc.bin.ui.PFCFileFilter.
 
PFCFileFilter() - Constructor for class pfc.bin.ui.PFCFileFilter
 
PFCInterface - class pfc.bin.ui.PFCInterface.
The class providing the interface for the PFCI system
PFCInterface() - Constructor for class pfc.bin.ui.PFCInterface
 

S

setEnv() - Method in class pfc.bin.console.Console
It sets up the environment for the Windows2000 platforms by writing a setenv.bat file with the proper setting of the environmnental variables for the interpreter to run
start() - Method in class pfc.bin.ui.SwingWorker
Start the worker thread.
stopExecution() - Method in class pfc.bin.engine.PascalFC
Stops the currenly running file
stopExecution() - Method in class pfc.bin.console.Console
Stops the currenly running file
SwingWorker - class pfc.bin.ui.SwingWorker.
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class pfc.bin.ui.SwingWorker
Start a thread that will call the construct method and then exit.

U

Utils - class pfc.bin.ui.Utils.
 
Utils() - Constructor for class pfc.bin.ui.Utils
 

W

worker - Variable in class pfc.bin.ui.PFCInterface
 

A C E F G I M P S U W