Uses of Class
org.graffiti.session.Session
-
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools with parameters of type Session Modifier and Type Method Description voidIPK_StandardTools. sessionChanged(Session s)voidIPK_StandardTools. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.kegg_bar with parameters of type Session Modifier and Type Method Description voidClusterHelperToolbarComponent. sessionChanged(Session s)voidClusterHelperToolbarComponent. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control with parameters of type Session Modifier and Type Method Description voidTabPatternLayout. sessionChanged(Session s)voidTabPluginControl. sessionChanged(Session s)voidTabVisualisationControl. sessionChanged(Session s)Deprecated.voidTabPatternLayout. sessionDataChanged(Session s)voidTabPluginControl. sessionDataChanged(Session s)voidTabVisualisationControl. sessionDataChanged(Session s)Deprecated. -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe with parameters of type Session Modifier and Type Method Description voidExperimentDataInfoPane. sessionChanged(Session s)voidExperimentDataInfoPane. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type Session Modifier and Type Method Description voidAlignNodesComponent. sessionChanged(Session s)voidZoomFitChangeComponent. sessionChanged(Session s)voidAlignNodesComponent. sessionDataChanged(Session s)voidZoomFitChangeComponent. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type Session Modifier and Type Method Description voidSelectNodesComponent. sessionChanged(Session s)voidSelectNodesComponent. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.link_visualization_legend
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.link_visualization_legend with parameters of type Session Modifier and Type Method Description voidLinkVisualizationLegendPlugin. sessionChanged(Session s)voidLinkVisualizationLegendPlugin. sessionDataChanged(Session s) -
Uses of Session in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.printer
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.printer with parameters of type Session Modifier and Type Method Description voidPrintAlgorithm. setActiveSession(Session session)Sets the active session. -
Uses of Session in org.graffiti.editor
Methods in org.graffiti.editor that return Session Modifier and Type Method Description SessionMainFrame. getActiveSession()Returns the current active session.SessionMainFrame. getEditorSessionForGraph(Graph graph)SessionGravistoService. getSessionFromView(View thisView)Methods in org.graffiti.editor that return types with arguments of type Session Modifier and Type Method Description Vector<Session>GravistoService. getMainSessions()Returns aVectorwhich contains a list of sessions, loaded in the main view.List<Session>GravistoService. getPatternSessionList()AListof the pattern sessions.static Set<Session>MainFrame. getSessions()Iterator<Session>MainFrame. getSessionsIterator()Returns an iterator over all sessions.Methods in org.graffiti.editor with parameters of type Session Modifier and Type Method Description voidGravistoService. addPatternSession(Session session)Adds a Session to the list of patternSessions.voidMainFrame. addSession(Session s)Adds the given session to the list of sessions.booleanMainFrame. closeSession(Session session)Closes all views of the given session and removes the session from the list of sessions.voidMainFrame. fireSessionChanged(Session session)Informs allSessionListeners that the active session has changed.voidMainFrame. fireSessionDataChanged(Session session)Called, if the session or data (except graph data) in the session have been changed.booleanMainFrame. promptClosing(Session session)This delegates the session closing down below the method chain, given the user has not chosen 'Cancel'.voidMainFrame. removeSession(Session s)Removes the session from the list of sessions.voidMainFrame. sessionChanged(Session s)Invoked when the session changed.voidStatusBar. sessionChanged(Session session)voidMainFrame. sessionDataChanged(Session s)Invoked when the session data changed.voidStatusBar. sessionDataChanged(Session s)voidMainFrame. setActiveSession(Session s, View targetView)Sets the current active session. -
Uses of Session in org.graffiti.editor.dialog
Methods in org.graffiti.editor.dialog that return types with arguments of type Session Modifier and Type Method Description Collection<Session>DefaultParameterDialog. getTargetSessions()Collection<Session>ParameterDialog. getTargetSessions() -
Uses of Session in org.graffiti.plugin.inspector
Methods in org.graffiti.plugin.inspector with parameters of type Session Modifier and Type Method Description voidSubtabHostTab. sessionChanged(Session s)voidSubtabHostTab. sessionDataChanged(Session s) -
Uses of Session in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type Session Modifier and Type Method Description voidAbstractTool. sessionChanged(Session s)voidAbstractUndoableTool. sessionChanged(Session s)voidAbstractUndoableTool. sessionDataChanged(Session s)Empty method. -
Uses of Session in org.graffiti.plugins.guis.switchselections
Methods in org.graffiti.plugins.guis.switchselections with parameters of type Session Modifier and Type Method Description voidSelectionMenu. sessionChanged(Session s)voidSelectionMenu. sessionDataChanged(Session s) -
Uses of Session in org.graffiti.plugins.inspectors.defaults
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type Session Modifier and Type Method Description voidAbstractTab. sessionChanged(Session s)voidEdgeTab. sessionChanged(Session s)voidGraphTab. sessionChanged(Session s)voidInspector. sessionChanged(Session s)This method is called when the session changes.voidAbstractTab. sessionDataChanged(Session s)voidEdgeTab. sessionDataChanged(Session s)voidInspector. sessionDataChanged(Session s)This method is called when the session data (but not the session's graph data) changed. -
Uses of Session in org.graffiti.plugins.modes.defaults
Methods in org.graffiti.plugins.modes.defaults with parameters of type Session Modifier and Type Method Description voidMegaMoveTool. sessionChanged(Session s)voidMegaTools. sessionChanged(Session s)Called when the active session is changed.voidMegaTools. sessionDataChanged(Session s)Called when the session data (not the session's graph data!) changed. -
Uses of Session in org.graffiti.plugins.tools.enhancedzoomtool
Methods in org.graffiti.plugins.tools.enhancedzoomtool with parameters of type Session Modifier and Type Method Description voidZoomChangeComponent. sessionChanged(Session s)voidZoomChangeComponent. sessionDataChanged(Session s) -
Uses of Session in org.graffiti.plugins.tools.zoomtool
Methods in org.graffiti.plugins.tools.zoomtool with parameters of type Session Modifier and Type Method Description voidZoomChangeComponent. sessionChanged(Session s)Deprecated.voidZoomChangeComponent. sessionDataChanged(Session s)Deprecated. -
Uses of Session in org.graffiti.session
Subclasses of Session in org.graffiti.session Modifier and Type Class Description classEditorSessionContains an editor session.Methods in org.graffiti.session that return Session Modifier and Type Method Description SessionSessionManager. getActiveSession()Returns the current active session.Methods in org.graffiti.session that return types with arguments of type Session Modifier and Type Method Description Iterator<Session>SessionManager. getSessionsIterator()Returns an iterator over all sessions.Methods in org.graffiti.session with parameters of type Session Modifier and Type Method Description voidSessionManager. addSession(Session es)Adds the given session to the list of sessions.booleanSessionManager. closeSession(Session es)Removes the given session from the list of sessions.voidSessionManager. fireSessionDataChanged(Session session)Called, if the session or data (except graph data) in the session have been changed.voidSessionAdapter. sessionChanged(Session s)voidSessionAdapterExt. sessionChanged(Session s)voidSessionListener. sessionChanged(Session s)This method is called when the session changes.voidSessionAdapterExt. sessionClosed(Session session)voidSessionListenerExt. sessionClosed(Session session)Is called once the session has been removed from the system.voidSessionAdapter. sessionDataChanged(Session s)voidSessionAdapterExt. sessionDataChanged(Session s)voidSessionListener. sessionDataChanged(Session s)This method is called when the data (except the graph data) are changed. -
Uses of Session in org.graffiti.util
Methods in org.graffiti.util with parameters of type Session Modifier and Type Method Description voidDesktopMenuManager. sessionChanged(Session s)voidDesktopMenuManager. sessionDataChanged(Session s) -
Uses of Session in org.vanted.plugins.layout.stressminimization
Methods in org.vanted.plugins.layout.stressminimization with parameters of type Session Modifier and Type Method Description voidBackgroundExecutionAlgorithm. sessionChanged(Session s)voidBackgroundExecutionAlgorithm. sessionDataChanged(Session s) -
Uses of Session in org.vanted.plugins.layout.stressminimization.parameters
Methods in org.vanted.plugins.layout.stressminimization.parameters with parameters of type Session Modifier and Type Method Description voidLandmarkSliderComponent. sessionChanged(Session s)voidLandmarkSliderComponent. sessionDataChanged(Session s) -
Uses of Session in org.vanted.scaling.vanted
Methods in org.vanted.scaling.vanted with parameters of type Session Modifier and Type Method Description voidGraphScaler. sessionChanged(Session s)