Package com.vaadin.swingkit.server


package com.vaadin.swingkit.server
  • Class
    Description
    Marks 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 EventEmitter instances to emit events to Swing app from Vaadin view.
    JCef browser implementation of SwingJavascriptResponse
    JxBrowser implementation of SwingJavascriptResponse
    Signals 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 a SwingBridge automatically inserting the component if Bridge annotation is present.
    Utils class to ease the interaction of the user with the server side of the Swing Kit.