Uses of Class
xal.extension.application.AbstractApplicationAdaptor
Packages that use AbstractApplicationAdaptor
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
-
Uses of AbstractApplicationAdaptor in xal.extension.application
Subclasses of AbstractApplicationAdaptor in xal.extension.applicationModifier and TypeClassDescriptionclass
ApplicationAdaptor is the abstract superclass of the custom applicaton adaptors each of which acts as a delegate for its corresponding application.class
DesktopApplicationAdaptor is the abstract superclass of the custom application adaptors each of which acts as a delegate for its corresponding desktop application.Fields in xal.extension.application declared as AbstractApplicationAdaptorModifier and TypeFieldDescriptionprotected AbstractApplicationAdaptor
Application.applicationAdaptor
custom application adaptorMethods in xal.extension.application that return AbstractApplicationAdaptorModifier and TypeMethodDescriptionstatic AbstractApplicationAdaptor
Application.getAdaptor()
Convenience method for getting the custom application adaptor.Application.getApplicationAdaptor()
Get the custom application adaptor.Methods in xal.extension.application with parameters of type AbstractApplicationAdaptorModifier and TypeMethodDescriptionstatic void
Application.launch
(AbstractApplicationAdaptor adaptor) Handle the launching of the application by creating the application instance and performing application initialization.static void
Application.launch
(AbstractApplicationAdaptor adaptor, URL[] urls) Handle the launching of the application by creating the application instance and performing application initialization.Constructors in xal.extension.application with parameters of type AbstractApplicationAdaptorModifierConstructorDescriptionprotected
Application
(AbstractApplicationAdaptor adaptor) Application constructor.protected
Application
(AbstractApplicationAdaptor adaptor, URL[] urls) Application constructor.