All Classes and Interfaces
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).
Exception produced when something goes wrong trying to call the embedded
browser javascript function that allows Vaadin to Swing communication.
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.Utility class that holds constants for common event types.
Class to handle and synchronize calls from Swing app to Vaadin app.
Represents the response from a remote method call between a Swing app and a
Vaadin app in a Vaadin panel.
Utility class to handle method invocations between a Swing app and a Vaadin
app embedded in a JVaadinPanel.
JCef implementation of the
JVaadinPanel.JCef browser implementation of
SwingJavascriptResponseA
VaadinPanelBuilder that creates Vaadin panels using JCEF.A Swing panel that can embed a Vaadin app.
JxBrowser implementation of
SwingJavascriptResponseDescribes a method that could be invoke from Swing app to a Vaadin View
integrated in a JVaadinPanel.
Describes a method invocation that can be used to run code from a Swing app to
a Vaadin view that implements
SwingVaadinCallableSignals 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.
Handles configurations that control the behaviour of SwingKit.
Swing Kit predefined exceptions
Initialize the service of a view containing a
SwingBridge
automatically inserting the component if Bridge annotation is
present.Empty interface to mark Swing callable interfaces that can be used in JVaadinPanel
and can communicate components between Swing app and Vaadin view.
Entry utility class for using the Swing Kit.
Swing Kit constants
User Agent enumerated
Custom exception thrown when SwingKit encounters a problem.
Describes a Swing Vaadin Invocation implementing the invoke method to deal
with the
MethodInvocation provided.Utils class to ease the interaction of the user with the server side of the
Swing Kit.
A listener of events emitted by any
VaadinEventNotifier.A
VaadinEventNotifier is responsible to handle and update listeners
of Vaadin actions.Factory that can be used to create Swing panels that can embed Vaadin views.
The VaadinRequestManager correlates the requests sent to Vaadin views with
the responses returned from them so that these calls can be treated
synchronously.
Represents an event that can be sent from a Vaadin app to a Swing app.
A builder for
VaadinSwingEvent instances.