Package com.vaadin.swingkit.server
package com.vaadin.swingkit.server
-
ClassDescriptionMarks a Vaadin view to allow events and messages to be sent between it and a compatible Swing panel (e.g.: a JVaadinPanel).Interface describing what a caller should provide to be able to communicate from Vaadin side to Swing side using javascript predefined functions by the embedded browser.Abstract class to be extended by embedded browsers implementations to emit asynchronous events from Vaadin side to Swing side.Utility class to create
EventEmitterinstances to emit events to Swing app from Vaadin view.JCef browser implementation ofSwingJavascriptResponseJxBrowser implementation ofSwingJavascriptResponseSignals that an action was attempted where an embedded browser is mandatory, but there was no embedded browser detected.Swing Vaadin bridge component that is inserted in the Vaadin views that want to be integrated into a Swing app JVaadinPanel.Class to respond to a previous Swing app call to Vaadin app.Initialize the service of a view containing aSwingBridgeautomatically inserting the component ifBridgeannotation is present.Utils class to ease the interaction of the user with the server side of the Swing Kit.