Uses of Class
org.graffiti.session.EditorSession
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references | |
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.plugins.guis.switchselections |
-
Uses of EditorSession in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type EditorSession Modifier and Type Method Description static List<Node>
GraphHelper. getSelectedNodes(EditorSession workSession)
static Collection<Edge>
GraphHelper. getSelectedOrAllEdges(EditorSession workSession)
static Collection<GraphElement>
GraphHelper. getSelectedOrAllGraphElements(EditorSession workSession)
static List<NodeHelper>
GraphHelper. getSelectedOrAllHelperNodes(EditorSession workSession)
static List<Node>
GraphHelper. getSelectedOrAllNodes(EditorSession workSession)
-
Uses of EditorSession in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar with parameters of type EditorSession Constructor Description KeggNavigationToolbarCommand(KeggNavigationToolbarCommand.Command cmd, EditorSession session)
Creates a Alignment Command, used for aligning nodes. -
Uses of EditorSession in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics with parameters of type EditorSession Constructor Description MyCorrlationFinder(Collection<Node> nodes, Graph graph, EditorSession session, boolean considerTimeShifts, boolean mergeDataset, boolean colorCodeEdgesWithCorrelationValue, double minimumR, int currGammaValue, Color colR_1, Color colR0, Color colR1, Collection<Edge> correlationEdges, double prob, boolean plotAverage, boolean rankOrder, boolean showStatusResult, boolean dontAddNewEdgesOnlyUpdateExisting)
-
Uses of EditorSession in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type EditorSession Constructor Description AlignNodesCommand(AlignNodesCommand.Command cmd, EditorSession session)
Creates a Alignment Command, used for aligning nodes. -
Uses of EditorSession in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references with parameters of type EditorSession Constructor Description SessionLinkInfo(EditorSession otherSession)
-
Uses of EditorSession in org.graffiti.editor
Methods in org.graffiti.editor that return EditorSession Modifier and Type Method Description EditorSession
MainFrame. createNewSession()
Creates and returns a new editor session.EditorSession
MainFrame. createNewSession(Graph g)
EditorSession
MainFrame. getActiveEditorSession()
Returns the current active editor session.EditorSession
GraffitiFrame. getSession()
Returns the session this frame is opened in.EditorSession
GraffitiInternalFrame. getSession()
Returns the session this frame is opened in.EditorSession
GravistoService. getSessionFromGraph(Graph graph)
EditorSession
MainFrame. lookUpNamedSession(String fileName)
EditorSession
MainFrame. lookUpSession(Graph g, boolean createIfNotFound)
Methods in org.graffiti.editor that return types with arguments of type EditorSession Modifier and Type Method Description static Set<EditorSession>
MainFrame. getEditorSessions()
Methods in org.graffiti.editor with parameters of type EditorSession Modifier and Type Method Description View
MainFrame. createExternalFrame(String viewClassName, String framename, EditorSession session, boolean otherViewWillBeClosed, boolean fullscreen, int x, int y, int w, int h)
View
MainFrame. createExternalFrame(String viewClassName, EditorSession session, boolean otherViewWillBeClosed, boolean fullscreen, int x, int y, int w, int h)
View
MainFrame. createInternalFrame(String viewClassName, String newFrameTitle, EditorSession session, boolean otherViewWillBeClosed)
Object
MainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollPane, boolean returnGraffitiFrame, boolean otherViewWillBeClosed)
Object
MainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollPane, boolean returnGraffitiFrame, boolean otherViewWillBeClosed, ConfigureViewAction configNewView, boolean addViewToEditorSession)
Creates and adds a new internal frame to the desktop within a new session.JScrollPane
MainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollpane, boolean otherViewWillBeClosed, ConfigureViewAction c)
View
MainFrame. createInternalFrame(String viewClassName, EditorSession session, boolean otherViewWillBeClosed)
void
MainFrame. fireSelectionChanged(EditorSession session)
void
MainFrame. frameClosing(EditorSession session, View view)
void
GraffitiFrame. setSession(EditorSession s)
void
GraffitiInternalFrame. setSession(EditorSession s)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction)
JScrollPane
MainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)
MethodshowViewChooserDialog
invokes a view chooser dialog for choosing view types.Constructors in org.graffiti.editor with parameters of type EditorSession Constructor Description GraffitiInternalFrame(EditorSession session, View view, String title, boolean otherViewWillBeClosed)
Constructor that sets the session, as well as the title. -
Uses of EditorSession in org.graffiti.plugins.guis.switchselections
Constructors in org.graffiti.plugins.guis.switchselections with parameters of type EditorSession Constructor Description SelectionChangeAction(Selection sel, EditorSession sess)
Creates a new SelectionChangeAction object.