|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CySession | |
---|---|
org.cytoscape.io.read | Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. |
org.cytoscape.io.write | This package provides factory interfaces to be used by anyone wishing to provide export or writing capabilities to the rest of Cytoscape. |
org.cytoscape.session | This package contains the interfaces and classes necessary to capturing, storing, and retrieving the state of a Cytoscape session. |
org.cytoscape.session.events | This package contains the interfaces and classes necessary to capturing, session change events. |
Uses of CySession in org.cytoscape.io.read |
---|
Methods in org.cytoscape.io.read that return CySession | |
---|---|
CySession |
CySessionReader.getSession()
Returns a CySession object |
Uses of CySession in org.cytoscape.io.write |
---|
Methods in org.cytoscape.io.write with parameters of type CySession | |
---|---|
CyWriter |
CySessionWriterFactory.createWriter(OutputStream os,
CySession session)
Creates a single Task that will write the specified CySession object to the
specified OutputStream. |
CyWriter |
CySessionWriterManager.getWriter(CySession session,
CyFileFilter filter,
File file)
Returns the CyWriter Task that will attempt to write the specified session to the
specified file of the specified file type. |
CyWriter |
CySessionWriterManager.getWriter(CySession session,
CyFileFilter filter,
OutputStream os)
Returns the CyWriter Task that will attempt to write the specified session to the
specified output stream of the specified file type. |
Uses of CySession in org.cytoscape.session |
---|
Methods in org.cytoscape.session that return CySession | |
---|---|
CySession |
CySession.Builder.build()
Returns a complete instance of CySession based upon the methods called on this instance of Builder. |
CySession |
CySessionManager.getCurrentSession()
This method returns a CySession object describing the current
state of Cytoscape. |
Methods in org.cytoscape.session with parameters of type CySession | |
---|---|
void |
CySessionManager.setCurrentSession(CySession session,
String fileName)
This method allows a new session to be set and in doing so erases and overrides the current session! |
Uses of CySession in org.cytoscape.session.events |
---|
Methods in org.cytoscape.session.events that return CySession | |
---|---|
CySession |
SessionLoadedEvent.getLoadedSession()
Returns the session that was just loaded. |
CySession |
SessionSavedEvent.getSavedSession()
Returns the session that was just loaded. |
Constructors in org.cytoscape.session.events with parameters of type CySession | |
---|---|
SessionLoadedEvent(CySessionManager source,
CySession session,
String fileName)
Constructor. |
|
SessionSavedEvent(Object source,
CySession session,
String fileName)
|
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |