|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.engine.gui.JAS.JASController
public class JAS.JASController
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 |
---|
public JAS.JASController(JAS owner)
Method Detail |
---|
public void addSimWindow(ISimModel owner, java.awt.Frame window)
IWindowManager
addSimWindow
in interface IWindowManager
owner
- The owner of the window.window
- The frame to be managedpublic void addSimWindow(ISimModel owner, javax.swing.JInternalFrame window)
IWindowManager
addSimWindow
in interface IWindowManager
owner
- The owner of the window.window
- The internal frame to be managedpublic void addSimWindow(SimWindow window)
IWindowManager
addSimWindow
in interface IWindowManager
window
- The SimWindow object containing the default position and frame to be managedpublic void attachToSimEngine(SimEngine engine)
public void buildModel()
public void changeEventTimeTreshold(int value)
public void closeCurrentModels()
public void closeProject()
public void disposeSimWindows()
IWindowManager
disposeSimWindows
in interface IWindowManager
public void doStep()
public void doTimeStep()
public void editProject()
public void editProperties()
public java.util.Properties getSettings()
public SimWindow[] getSimWindows()
IWindowManager
getSimWindows
in interface IWindowManager
public void navigateWebSite()
public void newFile()
public void openFile()
public void openFileMRU(int number)
public void openProject(java.io.File fileProject)
fileProject
- The project file.public void pauseModel()
public void performAction(int actionType)
ISimEventListener
performAction
in interface ISimEventListener
actionType
- The switch id to select the right action to perform. It
might be an Sim.EVENT_* or a custom defined constant.public void restartModel()
public void saveFile()
public void saveFileAs()
public void showAPI(java.lang.String urlDoc)
public void showDatabaseManager()
public void showProperties()
public void startModel()
public void stopModel()
public void updateTitle()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |