Index

A B C D E F G H I J N R S V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addDefaultExceptionHandler() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Enable a default VaadinEventListener to handle exceptions from the Vaadin view in the panel.
addEventListener(String, VaadinEventListener) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Adds a listener to be notified when an action occurs.
as(Class<T>) - Method in class com.vaadin.swingkit.client.JVaadinPanel
It lets you use the JVaadinPanel as any SwingVaadinCallable implemented by the Vaadin view so that any methods defined by the interface can be called directly.

B

build(String) - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Creates a new JVaadinPanel loading a Vaadin view in it.

C

clearListeners() - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
clearListeners() - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Unregister all listeners.
clearListeners(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
clearListeners(String) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Unregister all listeners of a certain event type.
com.vaadin.swingkit.client - package com.vaadin.swingkit.client
Swing-specific functionality.

D

DEFAULT_SMART_FOCUS - Static variable in class com.vaadin.swingkit.client.SwingKitConfiguration
Default value for using custom keyboard focus release system.
DEFAULT_TIMEOUT - Static variable in class com.vaadin.swingkit.client.SwingKitConfiguration
Default timeout set to wait for responses when making calls to a Vaadin view.

E

executeJs(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Execute a JS script in the Vaadin app the panel is embedding.

F

fillPanel(String, JVaadinPanel) - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Adds the actual browser view to the panel, in which the Vaadin app can be loaded.
fireEvent(VaadinSwingEvent) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Emits an event to all registered listeners of the same type as the event's.

G

getBuilder() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get a usable instance of a VaadinPanelBuilder.
getConfiguration() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get the current configuration object.
getListeners() - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
getListeners() - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Get a map with one list for each type of all listeners registered in this notifier.
getPanelClass() - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Get the concrete class implementing the JVaadinPanel.
getRequestsManager() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get the current request manager.
getTimeout() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Get the current timeout value.

H

handleEvent(VaadinSwingEvent) - Method in interface com.vaadin.swingkit.client.VaadinEventListener
Defines an action to be performed when an action event is emitted.

I

isReady() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Query the Vaadin view to check if it is ready to receive action calls.
isSmartFocus() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Checks if the configuration is using custom keyboard focus release system.

J

JVaadinPanel - Class in com.vaadin.swingkit.client
A Swing panel that can embed a Vaadin app.
JVaadinPanel() - Constructor for class com.vaadin.swingkit.client.JVaadinPanel
Creates a new Panel that can be added to a Swing view.

N

navigateTo(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Navigates to the given URL.

R

ready - Variable in class com.vaadin.swingkit.client.JVaadinPanel
 
registerRequest(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Registers a request so that a thread can block waiting for a response.
registerResponse(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Register a response returned from a Vaadin view, potentially unblocking any thread already waiting for a response with the same id.
reload() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Reload the Vaadin view.
removeDefaultExceptionHandler() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Disables the default VaadinEventListener to hande exceptions from the Vaadin view in the panel.
removeEventListener(String, VaadinEventListener) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Removes a listener, so it is no longer notified when an action occurs.
reset() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Reset to default values.

S

setBrowserName(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Sets the name of the component holding the browser instance.
setName(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
setSmartFocus(boolean) - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Set whether to use custom keyboard focus release system or not.
setTimeout(long) - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Set the current timeout value.
SwingKitConfiguration - Class in com.vaadin.swingkit.client
Handles configurations that control the behaviour of SwingKit.
SwingKitConfiguration() - Constructor for class com.vaadin.swingkit.client.SwingKitConfiguration
Creates a new instance of configuration.
SwingVaadinClient - Class in com.vaadin.swingkit.client
Entry utility class for using the Swing Kit.
SwingVaadinException - Exception Class in com.vaadin.swingkit.client
Custom exception thrown when SwingKit encounters a problem.
SwingVaadinException(Exception) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 
SwingVaadinException(String) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 
SwingVaadinException(String, Exception) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 

V

VaadinEventListener - Interface in com.vaadin.swingkit.client
A listener of events emitted by any VaadinEventNotifier.
VaadinEventNotifier - Interface in com.vaadin.swingkit.client
A VaadinEventNotifier is responsible to handle and update listeners of Vaadin actions.
VaadinPanelBuilder - Class in com.vaadin.swingkit.client
Factory that can be used to create Swing panels that can embed Vaadin views.
VaadinPanelBuilder() - Constructor for class com.vaadin.swingkit.client.VaadinPanelBuilder
 
VaadinRequestsManager - Class in com.vaadin.swingkit.client
The VaadinRequestManager correlates the requests sent to Vaadin views with the responses returned from them so that these calls can be treated synchronously.
VaadinRequestsManager() - Constructor for class com.vaadin.swingkit.client.VaadinRequestsManager
 

W

waitForResponse(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Block the current thread until a response with the given id is received from a Vaadin view or the timeout expires, whatever happens first.
waitForResponse(String, long) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Block the current thread until a response with the given id is received from a Vaadin view or the timeout expires, whatever happens first.
A B C D E F G H I J N R S V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form