Uses of Interface
org.eclipse.rap.rwt.service.UISession
-
Uses of UISession in org.eclipse.rap.rwt
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionUISessionEvent.getUISession()
Returns the UI session that this event is related to.ModifierConstructorDescriptionUISessionEvent
(UISession uiSession) Creates a new instance of this class.