Uses of Class
com.vaadin.swingkit.client.SwingVaadinException
Packages that use SwingVaadinException
Package
Description
Swing-specific functionality.
JCef implementation of the Vaadin panel from SwingKit.
-
Uses of SwingVaadinException in com.vaadin.swingkit.client
Methods in com.vaadin.swingkit.client that throw SwingVaadinExceptionModifier and TypeMethodDescriptionfinal JVaadinPanelCreates a newJVaadinPanelloading a Vaadin view in it.protected abstract voidVaadinPanelBuilder.fillPanel(String viewUrl, JVaadinPanel panel) Adds the actual browser view to the panel, in which the Vaadin app can be loaded.<T> TVaadinRequestsManager.waitForResponse(String id, long timeout) Block the current thread until a response with the given id is received from a Vaadin view or the timeout expires, whatever happens first. -
Uses of SwingVaadinException in com.vaadin.swingkit.client.jcef
Methods in com.vaadin.swingkit.client.jcef that throw SwingVaadinExceptionModifier and TypeMethodDescriptionprotected voidJCefVaadinPanelBuilder.fillPanel(String viewUrl, JVaadinPanel panel)