|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimDisplayable | |
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
cz.zcu.fav.kiv.jsim.gui | This package provides classes for graphical user interface of a running simulation. |
cz.zcu.fav.kiv.jsim.ipc | This package provides classes for simulation of inter-process communication. |
cz.zcu.fav.kiv.jsim.unsecure | This package provides auxiliary classes that allow the user to perform some operations that are normally disallowed. |
Uses of JSimDisplayable in cz.zcu.fav.kiv.jsim |
Classes in cz.zcu.fav.kiv.jsim that implement JSimDisplayable | |
class |
JSimHead
The JSimHead class is an equivalent of Simula's or C-Sim's HEAD. |
class |
JSimProcess
A JSimProcess is an independent unit of code, having its own data. |
Uses of JSimDisplayable in cz.zcu.fav.kiv.jsim.gui |
Fields in cz.zcu.fav.kiv.jsim.gui declared as JSimDisplayable | |
protected JSimDisplayable |
JSimDetailedInfoWindow.objectInfo
The object whose characteristics will be displayed in this dialog. |
Methods in cz.zcu.fav.kiv.jsim.gui with parameters of type JSimDisplayable | |
void |
JSimMainWindow.removeDisplayableFromOpenInfoWindows(JSimDisplayable jsd)
When a detailed info window shuts up, it should invoke its main window's removeDisplayableFromInfoWindows() method in order to inform it that its displayable object is no longer showing. |
Constructors in cz.zcu.fav.kiv.jsim.gui with parameters of type JSimDisplayable | |
JSimDetailedInfoWindow(JSimMainWindow parent,
JSimDisplayable info)
Creates a new dialog containing a table and an OK button. |
Uses of JSimDisplayable in cz.zcu.fav.kiv.jsim.ipc |
Classes in cz.zcu.fav.kiv.jsim.ipc that implement JSimDisplayable | |
class |
JSimSemaphore
A JSimSemaphore is a mean of synchronization of two or more J-Sim processes. |
Uses of JSimDisplayable in cz.zcu.fav.kiv.jsim.unsecure |
Classes in cz.zcu.fav.kiv.jsim.unsecure that implement JSimDisplayable | |
class |
UnsecureHead
UnsecureHead is an experimental class that you probably will not use at all. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |