Bpp/Simulation
SimulatorFrame
Java
 
 
DESCRIPTION
 

This module provides a class to represent a frame where a simulator can display components. It is the simulator that controls the frame, and through this frame the user can also give orders to the simulator.

 
SOURCE FILES
 

This section allows you to access the Java source file of the module.

 
PARENT MODULE
 

This module is part of Bpp/Simulation.

 
CLASSES
 

Here are listed the classes provided by the module. To use one of them, you have to specify the namespace of the module.

 
SimulatorFrame
 
 
Declaration

public class SimulatorFrame extends bpp.graphic.Frame implements ActionListener,Runnable

 
Description

Represents a frame where a simulator can display components. As the simulator controls the frame, the interface of this class reveals lots of details about the frame structure. To use this class, the user only needs to build an object, then the simulation loads automatically. Except for the constructor, all the methods of this class should not be invoked directly by the user. It is the simulator that call them.

 
Methods
 
 
Copyright (c) 1999-2016 - Bruno Bachelet - bruno@nawouak.net - http://www.nawouak.net
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. See this license for more details (http://www.gnu.org).