Uses of Package
org.dellroad.stuff.vaadin

Packages that use org.dellroad.stuff.vaadin
org.dellroad.stuff.vaadin Vaadin-related classes, especially relating to Spring integration. 
 

Classes in org.dellroad.stuff.vaadin used by org.dellroad.stuff.vaadin
ContextApplication
          Application subclass that provides some basic infrastructure for Vaadin applications: Access to the currently running Vaadin application (via a ContextApplication.get()) A way to safely interact with a Vaadin application from a background thread (via ContextApplication.invoke(java.lang.Runnable)) Support for Vaadin application close event notifications Displays any exceptions thrown in an overlay error window A Logger to use
ContextApplication.CloseEvent
          Event delivered to listeners when a ContextApplication is closed.
ContextApplication.CloseListener
          Implemented by listeners that wish to be notified when a ContextApplication is closed.
SpringContextApplication
          Vaadin application implementation that manages an associated Spring WebApplicationContext.