Uses of Interface
org.eclipse.rap.rwt.service.UISession
Packages that use UISession
-
Uses of UISession in org.eclipse.rap.rwt
Methods in org.eclipse.rap.rwt that return UISessionModifier and TypeMethodDescriptionstatic UISession
RWT.getUISession()
Returns the current UI session.static UISession
RWT.getUISession
(Display display) Returns the UI session that is associated with the given display.Methods in org.eclipse.rap.rwt with parameters of type UISessionModifier and TypeMethodDescriptionstatic <T> T
SingletonUtil.getUniqueInstance
(Class<T> type, UISession uiSession) Returns an instance of the specified type that is unique within the given UI session. -
Uses of UISession in org.eclipse.rap.rwt.service
Methods in org.eclipse.rap.rwt.service that return UISessionModifier and TypeMethodDescriptionUISessionEvent.getUISession()
Returns the UI session that this event is related to.Constructors in org.eclipse.rap.rwt.service with parameters of type UISessionModifierConstructorDescriptionUISessionEvent
(UISession uiSession) Creates a new instance of this class.