Uses of Interface
javax.rad.application.IWorkScreenApplication

Packages that use IWorkScreenApplication
javax.rad.application Contains all interfaces to develop an application. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
 

Uses of IWorkScreenApplication in javax.rad.application
 

Methods in javax.rad.application that return IWorkScreenApplication
 IWorkScreenApplication IWorkScreen.getApplication()
          Gets the main application of this work-screen.
 

Uses of IWorkScreenApplication in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement IWorkScreenApplication
 class RemoteWorkScreenApplication
          The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
 

Fields in javax.rad.application.genui declared as IWorkScreenApplication
protected  IWorkScreenApplication WorkScreen.application
          the parent application.
 

Methods in javax.rad.application.genui that return IWorkScreenApplication
 IWorkScreenApplication WorkScreen.getApplication()
          Gets the main application of this work-screen.
 

Constructors in javax.rad.application.genui with parameters of type IWorkScreenApplication
RemoteWorkScreen(IWorkScreenApplication pApplication)
          Creates a new instance of RemoteWorkScreen for a parent application.
RemoteWorkScreen(IWorkScreenApplication pApplication, AbstractConnection pConnection)
          Creates a new instance of RemoteWorkScreen with a desired launcher and connection.
WorkScreen(IWorkScreenApplication pApplication)
          Creates a new instance of WorkScreen for a parent application.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.