Package | Description |
---|---|
common | |
gui_dependent |
Modifier and Type | Field and Description |
---|---|
static PolychronyWindow |
PolychronyWindow.the_mainPwindow |
static PolychronyWindow[] |
PolychronyWindow.the_RwindowList |
PolychronyWindow[] |
PolychronyWindow.this_CwindowList |
Modifier and Type | Method and Description |
---|---|
PolychronyWindow |
SignalTreeNode.get_dedicatedWindow() |
PolychronyWindow |
JTree2.getPolychronyWindow() |
Modifier and Type | Method and Description |
---|---|
int |
PolychronyWindow.register_aCwindow(PolychronyWindow aChildWindow)
Adds aChildWindow in a free slot of this_CwindowList
|
void |
LiaisonSignal.Sav(PolychronyWindow g,
CompilerWin f,
java.lang.String docDir) |
void |
PolychronyWindow.selectPwindow(PolychronyWindow aPwindow) |
void |
SignalTreeNode.set_dedicatedWindow(PolychronyWindow dedicatedWindow) |
Constructor and Description |
---|
CompilerFunct(LiaisonSignal l,
PolychronyWindow gw,
CompilerWin cw,
int x0,
int y0,
int deb,
int fin,
java.lang.String butLabel,
java.lang.String vjLabel,
java.lang.String opLabel,
java.lang.String vtitle,
javax.swing.JCheckBox[] xtfunc) |
CompilerOptions(PolychronyWindow gw,
CompilerWin cw,
int x0,
int y0) |
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) |
GraphCanvas(PolychronyWindow Pw,
LiaisonSignal Pw_C_interface) |
JTree2(JTree2 sourceTree,
LiaisonSignal l,
PolychronyWindow gw)
JTree2 contained in a child Cwindow
|
JTree2(LiaisonSignal l,
PolychronyWindow gw)
JTree2 contained in a root Rwindow
|
PolychronyWindow(PolychronyWindow PwindowSource)
Constructor of a child PolychronyWindow built from an another one.
|
PolychronyWindow(PolychronyWindow PwindowSource,
java.lang.String WDPath,
java.lang.String imageDirectory,
java.lang.String docDirectory)
Constructor of a secondary root PolychronyWindow built from an another one.
|
TextWindow(PolychronyWindow gwin,
int textType,
int x0,
int y0,
int width,
int height,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
PolychronyWindow |
Polychrony.getGw() |