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 EditorSessionMainFrame. createNewSession()Creates and returns a new editor session.EditorSessionMainFrame. createNewSession(Graph g)EditorSessionMainFrame. getActiveEditorSession()Returns the current active editor session.EditorSessionGraffitiFrame. getSession()Returns the session this frame is opened in.EditorSessionGraffitiInternalFrame. getSession()Returns the session this frame is opened in.EditorSessionGravistoService. getSessionFromGraph(Graph graph)EditorSessionMainFrame. lookUpNamedSession(String fileName)EditorSessionMainFrame. 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 ViewMainFrame. createExternalFrame(String viewClassName, String framename, EditorSession session, boolean otherViewWillBeClosed, boolean fullscreen, int x, int y, int w, int h)ViewMainFrame. createExternalFrame(String viewClassName, EditorSession session, boolean otherViewWillBeClosed, boolean fullscreen, int x, int y, int w, int h)ViewMainFrame. createInternalFrame(String viewClassName, String newFrameTitle, EditorSession session, boolean otherViewWillBeClosed)ObjectMainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollPane, boolean returnGraffitiFrame, boolean otherViewWillBeClosed)ObjectMainFrame. 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.JScrollPaneMainFrame. createInternalFrame(String viewName, String newFrameTitle, EditorSession session, boolean returnScrollpane, boolean otherViewWillBeClosed, ConfigureViewAction c)ViewMainFrame. createInternalFrame(String viewClassName, EditorSession session, boolean otherViewWillBeClosed)voidMainFrame. fireSelectionChanged(EditorSession session)voidMainFrame. frameClosing(EditorSession session, View view)voidGraffitiFrame. setSession(EditorSession s)voidGraffitiInternalFrame. setSession(EditorSession s)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction)JScrollPaneMainFrame. showViewChooserDialog(EditorSession session, boolean returnScrollPane, ActionEvent e, LoadSetting interaction, ConfigureViewAction configNewView)MethodshowViewChooserDialoginvokes 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.