Uses of Interface
javax.rad.ui.container.IFrame

Packages that use IFrame
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
javax.rad.application Contains all interfaces to develop an application. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
 

Uses of IFrame in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IFrame
 class About
          The About class is the About dialog of the application.
 class Error
          The Error is designed to visualize errors occured in an application.
 class Login
          The Login creates and layouts the UI components for the login screen of the Application application.
 class Message
          The Message class is an UIInternalFrame to display messages on the screen.
 

Uses of IFrame in com.sibvisions.rad.ui.swing.impl
 

Classes in com.sibvisions.rad.ui.swing.impl that implement IFrame
 class SwingApplet.SwingAppletLauncher
          The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
 class SwingApplication
          The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
 

Methods in com.sibvisions.rad.ui.swing.impl that return IFrame
 IFrame SwingFactory.createFrame()
          Creates a new instance of IFrame.
 

Uses of IFrame in com.sibvisions.rad.ui.swing.impl.container
 

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IFrame
 class SwingAbstractFrame<C extends Container>
          The SwingAbstractFrame is the IFrame implementation for swing.
 class SwingFrame
          The SwingFrame is the IFrame implementation for swing.
 class SwingInternalFrame
          The SwingInternalFrame is the IInternalFrame implementation for swing.
 

Uses of IFrame in javax.rad.application
 

Subinterfaces of IFrame in javax.rad.application
 interface ILauncher
          The ILauncher defines a platform and technology independent IApplication launcher.
 

Uses of IFrame in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement IFrame
 class UILauncher
          The UILauncher is an AbstractFrame extension.
 

Uses of IFrame in javax.rad.genui.container
 

Classes in javax.rad.genui.container with type parameters of type IFrame
 class AbstractFrame<C extends IFrame>
          Platform and technology independent frame.
 

Classes in javax.rad.genui.container that implement IFrame
 class AbstractFrame<C extends IFrame>
          Platform and technology independent frame.
 class UIFrame
          Platform and technology independent Frame.
 class UIInternalFrame
          Platform and technology independent InternalFrame.
 

Constructors in javax.rad.genui.container with parameters of type IFrame
UIFrame(IFrame pFrame)
          Creates a new instance of UIFrame with the given frame.
 

Uses of IFrame in javax.rad.ui
 

Methods in javax.rad.ui that return IFrame
 IFrame IFactory.createFrame()
          Creates a new instance of IFrame.
 

Uses of IFrame in javax.rad.ui.container
 

Subinterfaces of IFrame in javax.rad.ui.container
 interface IInternalFrame
          Platform and technology independent InternalFrame definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.