Uses of Class
org.tn5250j.SessionPanel
-
-
Uses of SessionPanel in org.tn5250j
Methods in org.tn5250j that return SessionPanel Modifier and Type Method Description SessionPanelSession5250. getGUI()SessionPanelGui5250Frame. getSessionAt(int index)Methods in org.tn5250j with parameters of type SessionPanel Modifier and Type Method Description voidSessionScroller. addMouseWheelListener(SessionPanel ses)voidGui5250Frame. addSessionView(java.lang.String tabText, SessionPanel sesspanel)protected voidMy5250. closeSessionInternal(SessionPanel sesspanel)Really closes the tab/sessionbooleanGui5250Frame. containsSession(SessionPanel session)voidSessionScroller. removeMouseWheelListener(SessionPanel ses)voidGui5250Frame. removeSessionView(SessionPanel targetSession)voidSession5250. setGUI(SessionPanel gui)Constructors in org.tn5250j with parameters of type SessionPanel Constructor Description GuiGraphicBuffer(Screen5250 screen, SessionPanel gui, SessionConfig config)SessionPopup(SessionPanel ses, java.awt.event.MouseEvent me) -
Uses of SessionPanel in org.tn5250j.framework
Methods in org.tn5250j.framework that return SessionPanel Modifier and Type Method Description SessionPanelTn5250jSession. getSession()Methods in org.tn5250j.framework with parameters of type SessionPanel Modifier and Type Method Description voidTn5250jController. createSession(Screen5250 screen, tnvt vt, SessionPanel ses)Constructors in org.tn5250j.framework with parameters of type SessionPanel Constructor Description Tn5250jSession(Screen5250 screen, tnvt vt, SessionPanel ses) -
Uses of SessionPanel in org.tn5250j.framework.common
Methods in org.tn5250j.framework.common with parameters of type SessionPanel Modifier and Type Method Description voidSessionManager. closeSession(SessionPanel sesspanel) -
Uses of SessionPanel in org.tn5250j.interfaces
Methods in org.tn5250j.interfaces that return SessionPanel Modifier and Type Method Description abstract SessionPanelGUIViewInterface. getSessionAt(int index)Methods in org.tn5250j.interfaces with parameters of type SessionPanel Modifier and Type Method Description abstract voidGUIViewInterface. addSessionView(java.lang.String descText, SessionPanel session)voidSessionManagerInterface. closeSession(SessionPanel sessionObject)abstract booleanGUIViewInterface. containsSession(SessionPanel session)abstract voidGUIViewInterface. removeSessionView(SessionPanel targetSession) -
Uses of SessionPanel in org.tn5250j.keyboard
Fields in org.tn5250j.keyboard declared as SessionPanel Modifier and Type Field Description protected SessionPanelKeyboardHandler. sessionGuiMethods in org.tn5250j.keyboard with parameters of type SessionPanel Modifier and Type Method Description voidKeyboardHandler. sessionClosed(SessionPanel session)Remove the references to all listeners before closing Added by Luc to fix a memory leak. -
Uses of SessionPanel in org.tn5250j.keyboard.actions
Fields in org.tn5250j.keyboard.actions declared as SessionPanel Modifier and Type Field Description protected SessionPanelEmulatorAction. session -
Uses of SessionPanel in org.tn5250j.mailtools
Constructors in org.tn5250j.mailtools with parameters of type SessionPanel Constructor Description SendEMailDialog(java.awt.Frame parent, SessionPanel session)Constructor to send the screen informationSendEMailDialog(java.awt.Frame parent, SessionPanel session, boolean sendScreen)Constructor to send the screen informationSendEMailDialog(java.awt.Frame parent, SessionPanel session, java.lang.String fileName)Constructor to send a file -
Uses of SessionPanel in org.tn5250j.scripting
Methods in org.tn5250j.scripting with parameters of type SessionPanel Modifier and Type Method Description voidInterpreterDriver. executeScript(SessionPanel session, java.lang.String script)Execute a script string.static voidInterpreterDriverManager. executeScript(SessionPanel session, java.lang.String script, java.lang.String language)Execute a script string Execute the string supplied according to the langauge specifiedvoidJPythonInterpreterDriver. executeScript(SessionPanel session, java.lang.String script)voidInterpreterDriver. executeScriptFile(SessionPanel session, java.lang.String scriptFile)Execute a script file.static voidInterpreterDriverManager. executeScriptFile(SessionPanel session, java.lang.String scriptFile)Exceute a script file.voidJPythonInterpreterDriver. executeScriptFile(SessionPanel session, java.lang.String scriptFile)Constructors in org.tn5250j.scripting with parameters of type SessionPanel Constructor Description ExecuteScriptAction(java.lang.String name, java.lang.String scriptFile, SessionPanel session) -
Uses of SessionPanel in org.tn5250j.spoolfile
Constructors in org.tn5250j.spoolfile with parameters of type SessionPanel Constructor Description SpoolExporter(tnvt vt, SessionPanel session)SpoolExportWizard(com.ibm.as400.access.SpooledFile splfile, SessionPanel session) -
Uses of SessionPanel in org.tn5250j.tools
Methods in org.tn5250j.tools with parameters of type SessionPanel Modifier and Type Method Description static voidMacronizer. invoke(java.lang.String macro, SessionPanel session)static voidLoadMacroMenu. loadMacros(SessionPanel session, javax.swing.JMenu menu)static voidLoadMacroMenu. scriptDir(java.lang.String pathName, javax.swing.JMenu menu, SessionPanel session)static voidMacronizer. showRunScriptDialog(SessionPanel session)Constructors in org.tn5250j.tools with parameters of type SessionPanel Constructor Description SendScreenImageToFile(java.awt.Frame parent, SessionPanel ses)XTFRFile(java.awt.Frame parent, tnvt pvt, SessionPanel session)XTFRFile(java.awt.Frame parent, tnvt pvt, SessionPanel session, java.util.Properties XTFRProps)
-