public class IDAREApp extends Object implements org.cytoscape.session.events.SessionLoadedListener
Constructor and Description |
---|
IDAREApp()
A Default constructor that initializes the
IDARESettingsManager used in this app. |
Modifier and Type | Method and Description |
---|---|
IDAREImageNodeApp |
getImageNodeApp()
Since the
IDAREImageNodeApp provides a couple of services itself, this function allows to obtain the used copy |
IDARESettingsManager |
getSettingsManager()
Get the
IDARESettingsManager used in this app |
void |
handleEvent(org.cytoscape.session.events.SessionLoadedEvent arg0) |
void |
setImageApp(IDAREImageNodeApp app)
Set the
IDAREImageNodeApp object used in this app. |
void |
setSubsysManager(SubnetworkSessionManager sssm)
Set the
SubnetworkSessionManager used in this app. |
public IDAREApp()
IDARESettingsManager
used in this app.
The IDAREImageNodeApp
and the SubnetworkSessionManager
have to be provided using the corresponding setter methods.public void handleEvent(org.cytoscape.session.events.SessionLoadedEvent arg0)
handleEvent
in interface org.cytoscape.session.events.SessionLoadedListener
public IDARESettingsManager getSettingsManager()
IDARESettingsManager
used in this appIDARESettingsManager
used by the bundle.public void setSubsysManager(SubnetworkSessionManager sssm)
SubnetworkSessionManager
used in this app.sssm
- The SubnetworkSessionManager
to be usedpublic void setImageApp(IDAREImageNodeApp app)
IDAREImageNodeApp
object used in this app.app
- The used IDAREImageNodeApp
public IDAREImageNodeApp getImageNodeApp()
IDAREImageNodeApp
provides a couple of services itself, this function allows to obtain the used copyIDAREImageNodeApp
object used in this app.Copyright © 2018. All rights reserved.