public class CompilerWin
extends java.lang.Object
Constructor and Description |
---|
CompilerWin(LiaisonSignal l,
PolychronyWindow gw,
int x0,
int y0)
Constructor: it creates the windows necessary during the compiling:
one window for the diagnostics the three functionalities windows (which
corresponds to the different mode of compiling.
|
CompilerWin(LiaisonSignal l,
PolychronyWindow gw,
int x0,
int y0,
CompilerWin compilerWinMain) |
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String s) |
void |
applyFunctionality(int i) |
void |
compilerDiagHide() |
void |
displayAutoCompilerFunct() |
void |
displayCompilerDiag() |
void |
displayCompilerFunct() |
void |
endInteractCompiling()
End of interactive compiling.
|
CompilerFunct |
getCompilerFunct() |
int |
getCompilerFunctionality() |
void |
itemStateChangedCodeGenerators(boolean bhide) |
public CompilerWin(LiaisonSignal l, PolychronyWindow gw, int x0, int y0)
public CompilerWin(LiaisonSignal l, PolychronyWindow gw, int x0, int y0, CompilerWin compilerWinMain)
public void displayCompilerDiag()
public void displayCompilerFunct()
public void displayAutoCompilerFunct()
public void append(java.lang.String s)
public int getCompilerFunctionality()
public void compilerDiagHide()
public void endInteractCompiling()
public CompilerFunct getCompilerFunct()
public void applyFunctionality(int i)
public void itemStateChangedCodeGenerators(boolean bhide)