Uses of Class
org.tn5250j.Session5250
-
Packages that use Session5250 Package Description org.tn5250j org.tn5250j.framework.common org.tn5250j.framework.tn5250 org.tn5250j.interfaces org.tn5250j.keyboard -
-
Uses of Session5250 in org.tn5250j
Fields in org.tn5250j declared as Session5250 Modifier and Type Field Description protected Session5250SessionPanel. sessionMethods in org.tn5250j that return Session5250 Modifier and Type Method Description Session5250SessionPanel. getSession()Methods in org.tn5250j with parameters of type Session5250 Modifier and Type Method Description voidSessionPanel. setSession(Session5250 session)Constructors in org.tn5250j with parameters of type Session5250 Constructor Description SessionPanel(Session5250 session) -
Uses of Session5250 in org.tn5250j.framework.common
Methods in org.tn5250j.framework.common that return Session5250 Modifier and Type Method Description Session5250Sessions. item(int index)Session5250Sessions. item(java.lang.String sessionName)Session5250Sessions. item(Session5250 sessionObject)Session5250SessionManager. openSession(java.util.Properties sesProps, java.lang.String configurationResource, java.lang.String sessionName)Methods in org.tn5250j.framework.common that return types with arguments of type Session5250 Modifier and Type Method Description java.util.ArrayList<Session5250>Sessions. getSessionsList()Methods in org.tn5250j.framework.common with parameters of type Session5250 Modifier and Type Method Description protected voidSessions. addSession(Session5250 newSession)Session5250Sessions. item(Session5250 sessionObject)protected voidSessions. removeSession(Session5250 session) -
Uses of Session5250 in org.tn5250j.framework.tn5250
Constructors in org.tn5250j.framework.tn5250 with parameters of type Session5250 Constructor Description tnvt(Session5250 session, Screen5250 screen52, boolean type, boolean support132) -
Uses of Session5250 in org.tn5250j.interfaces
Methods in org.tn5250j.interfaces that return Session5250 Modifier and Type Method Description Session5250SessionsInterface. item(int index)Session5250SessionsInterface. item(java.lang.String sessionName)Session5250SessionManagerInterface. openSession(java.util.Properties props, java.lang.String configurationResource, java.lang.String sessionName) -
Uses of Session5250 in org.tn5250j.keyboard
Fields in org.tn5250j.keyboard declared as Session5250 Modifier and Type Field Description protected Session5250KeyboardHandler. sessionMethods in org.tn5250j.keyboard with parameters of type Session5250 Modifier and Type Method Description static KeyboardHandlerKeyboardHandler. getKeyboardHandlerInstance(Session5250 session)Constructors in org.tn5250j.keyboard with parameters of type Session5250 Constructor Description KeyboardHandler(Session5250 session)Creates a new keyboard handler.
-