|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikoblenz.comicsii.ui.simulation.ctrl.SimulationSessionFactory
public class SimulationSessionFactory
Method Summary | |
---|---|
void |
addSimulationSessionListener(SimulationSessionListener aListener)
|
void |
closeCurrentSession()
Schließt die geöffnete Session |
void |
createNewProject(ProjectDescriptor aDescr)
|
boolean |
existProjectName(java.lang.String aName)
|
org.eclipse.core.resources.IProject[] |
getAllProjects()
Liefert alle vorhandenen Projekte, die im Workspace vorhanden sind |
SimulationSession |
getCurrentSession()
Liefert die schon geöffnete Session |
static SimulationSessionFactory |
getFactory()
|
boolean |
isSessionOpen()
Prüft ob es eine geöffnete Session gibt |
SimulationSession |
openSession(java.lang.String aName)
|
void |
removeSimulationSessionListener(SimulationSessionListener aListener)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SimulationSessionFactory getFactory()
public SimulationSession openSession(java.lang.String aName) throws SimulationException
aName:
- !=
null
Öffnet eine SimulationSession
SimulationException
public SimulationSession getCurrentSession()
public void closeCurrentSession()
public boolean isSessionOpen()
public org.eclipse.core.resources.IProject[] getAllProjects()
public boolean existProjectName(java.lang.String aName)
aName:
- !=
null
Prüft ob das gesuchte Projekt im Workspace vorhande ist
public void addSimulationSessionListener(SimulationSessionListener aListener)
aListener:
- !=
null
Fügt einen SimualtionSessionListener hinzupublic void removeSimulationSessionListener(SimulationSessionListener aListener)
aListener:
- !=
null
Entfernt einen SimulationSessionListenerpublic void createNewProject(ProjectDescriptor aDescr) throws SimulationException
aDescr:
- !=
null
Erzeugt ein neues Projekt
SimulationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |