jas.engine.gui
Class JAS.JASController

java.lang.Object
  extended by jas.engine.gui.JAS.JASController
All Implemented Interfaces:
IWindowManager, ISimEventListener
Enclosing class:
JAS

public class JAS.JASController
extends java.lang.Object
implements ISimEventListener, IWindowManager


Constructor Summary
JAS.JASController(JAS owner)
           
 
Method Summary
 void addSimWindow(ISimModel owner, java.awt.Frame window)
          Create a SimWindow object on the given window and add it to the simulation window manager
 void addSimWindow(ISimModel owner, javax.swing.JInternalFrame window)
          Create a SimWindow object on the given window and add it to the simulation window manager
 void addSimWindow(SimWindow window)
          Add a SimWindow object to the simulation window manager.
 void attachToSimEngine(SimEngine engine)
           
 void buildModel()
          Ask engine to build currently loaded models.
 void changeEventTimeTreshold(int value)
           
 void closeCurrentModels()
           
 void closeProject()
           
 void disposeSimWindows()
          Dispose all the simulation windows.
 void doStep()
           
 void doTimeStep()
           
 void editProject()
           
 void editProperties()
           
 java.util.Properties getSettings()
          Return a reference to the settings list.
 SimWindow[] getSimWindows()
          Return the SimWindow objects currently managed by the window manager.
 void navigateWebSite()
           
 void newFile()
           
 void openFile()
           
 void openFileMRU(int number)
           
 void openProject(java.io.File fileProject)
          Force the Control Panel to load a project file.
 void pauseModel()
           
 void performAction(int actionType)
          The object implementing this interface is able to receive an event notify.
 void restartModel()
           
 void saveFile()
           
 void saveFileAs()
           
 void showAPI(java.lang.String urlDoc)
           
 void showDatabaseManager()
           
 void showProperties()
           
 void startModel()
           
 void stopModel()
           
 void updateTitle()
          Update the frame title with the current project and run counter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAS.JASController

public JAS.JASController(JAS owner)
Method Detail

addSimWindow

public void addSimWindow(ISimModel owner,
                         java.awt.Frame window)
Description copied from interface: IWindowManager
Create a SimWindow object on the given window and add it to the simulation window manager

Specified by:
addSimWindow in interface IWindowManager
Parameters:
owner - The owner of the window.
window - The frame to be managed

addSimWindow

public void addSimWindow(ISimModel owner,
                         javax.swing.JInternalFrame window)
Description copied from interface: IWindowManager
Create a SimWindow object on the given window and add it to the simulation window manager

Specified by:
addSimWindow in interface IWindowManager
Parameters:
owner - The owner of the window.
window - The internal frame to be managed

addSimWindow

public void addSimWindow(SimWindow window)
Description copied from interface: IWindowManager
Add a SimWindow object to the simulation window manager.

Specified by:
addSimWindow in interface IWindowManager
Parameters:
window - The SimWindow object containing the default position and frame to be managed

attachToSimEngine

public void attachToSimEngine(SimEngine engine)

buildModel

public void buildModel()
Ask engine to build currently loaded models.


changeEventTimeTreshold

public void changeEventTimeTreshold(int value)

closeCurrentModels

public void closeCurrentModels()

closeProject

public void closeProject()

disposeSimWindows

public void disposeSimWindows()
Description copied from interface: IWindowManager
Dispose all the simulation windows.

Specified by:
disposeSimWindows in interface IWindowManager

doStep

public void doStep()

doTimeStep

public void doTimeStep()

editProject

public void editProject()

editProperties

public void editProperties()

getSettings

public java.util.Properties getSettings()
Return a reference to the settings list.

Returns:
An instance of the Java standard Properties class.

getSimWindows

public SimWindow[] getSimWindows()
Description copied from interface: IWindowManager
Return the SimWindow objects currently managed by the window manager.

Specified by:
getSimWindows in interface IWindowManager
Returns:
An array of SimWindow objects.

navigateWebSite

public void navigateWebSite()

newFile

public void newFile()

openFile

public void openFile()

openFileMRU

public void openFileMRU(int number)

openProject

public void openProject(java.io.File fileProject)
Force the Control Panel to load a project file.

Parameters:
fileProject - The project file.

pauseModel

public void pauseModel()

performAction

public void performAction(int actionType)
Description copied from interface: ISimEventListener
The object implementing this interface is able to receive an event notify.

Specified by:
performAction in interface ISimEventListener
Parameters:
actionType - The switch id to select the right action to perform. It might be an Sim.EVENT_* or a custom defined constant.

restartModel

public void restartModel()

saveFile

public void saveFile()

saveFileAs

public void saveFileAs()

showAPI

public void showAPI(java.lang.String urlDoc)

showDatabaseManager

public void showDatabaseManager()

showProperties

public void showProperties()

startModel

public void startModel()

stopModel

public void stopModel()

updateTitle

public void updateTitle()
Update the frame title with the current project and run counter.