VANET Simulator
 All Classes Functions Variables
Public Member Functions | Static Public Member Functions | List of all members
vanetsim.VanetSimStart Class Reference
Inheritance diagram for vanetsim.VanetSimStart:

Public Member Functions

void run ()
 

Static Public Member Functions

static DrawingArea addComponentsToPane (Container container)
 
static void setProgressBar (boolean state)
 
static MainControlPanel getMainControlPanel ()
 
static JFrame getMainFrame ()
 
static SimulationMaster getSimulationMaster ()
 

Detailed Description

This is the main class for the VANet-Simulator which starts the GUI and all other components.

Member Function Documentation

static DrawingArea vanetsim.VanetSimStart.addComponentsToPane ( Container  container)
inlinestatic

Function to add the control elements to a container.

Parameters
containerthe container on which to add the elements
Returns
the constructed DrawingArea
static MainControlPanel vanetsim.VanetSimStart.getMainControlPanel ( )
inlinestatic

Gets the control panel on the right side.

Returns
the control panel
static JFrame vanetsim.VanetSimStart.getMainFrame ( )
inlinestatic

Gets the initial JFrame of the application.

Returns
the JFrame
static SimulationMaster vanetsim.VanetSimStart.getSimulationMaster ( )
inlinestatic

Returns the simulation master (for example in order to stop or start simulation).

Returns
the simulation master
void vanetsim.VanetSimStart.run ( )
inline

Thread which creates the GUI.

See Also
java.lang.Runnable::run()
static void vanetsim.VanetSimStart.setProgressBar ( boolean  state)
inlinestatic

Sets the display state of the progress bar.

Parameters
statetrue to display the progress bar, false to disable it

The documentation for this class was generated from the following file: