Uses of Interface
cz.zcu.fav.kiv.jsim.gui.JSimDisplayable

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. 
 

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.
 

Methods in cz.zcu.fav.kiv.jsim that return types with arguments of type JSimDisplayable
 java.util.SortedSet<? extends JSimDisplayable> JSimSimulation.getObjectsToBeDisplayed(int elementType)
          Returns a set containing information about simulation elements that are to be displayed in the GUI.
 

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.
 

Fields in cz.zcu.fav.kiv.jsim.gui with type parameters of type JSimDisplayable
private  java.util.ArrayList<JSimDisplayable> JSimMainWindowList.myInfoTable
          An array list of displayed objects.
private  java.util.Set<? extends JSimDisplayable> JSimMainWindowList.objectsToDisplay
          A set of objects delivered by the simulation that this list has to display.
private  java.util.ArrayList<JSimDisplayable> JSimMainWindow.openDetailedWindows
          A list of open detailed info windows.
 

Methods in cz.zcu.fav.kiv.jsim.gui that return types with arguments of type JSimDisplayable
protected  java.util.ArrayList<JSimDisplayable> JSimMainWindowList.getInfoTable()
          Return a table of all items displayed in the list.
 

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.
 



Copyright © 2000-2006 University of West Bohemia. Licensed under the Academic Free License v. 2.1. Build date 20060812.