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

Packages that use IInternalFrame
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.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. 
 

Uses of IInternalFrame in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IInternalFrame
 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 IInternalFrame in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl that return IInternalFrame
 IInternalFrame SwingFactory.createInternalFrame(IDesktopPanel pDesktopPanel)
          Creates a new instance of IInternalFrame.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IInternalFrame
 class SwingInternalFrame
          The SwingInternalFrame is the IInternalFrame implementation for swing.
 

Uses of IInternalFrame in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IInternalFrame
 class UIInternalFrame
          Platform and technology independent InternalFrame.
 

Constructors in javax.rad.genui.container with parameters of type IInternalFrame
UIInternalFrame(IInternalFrame pFrame, IDesktopPanel pDesktopPanel)
          Creates a new instance of UIInternalFrame with the given internal frame.
 

Uses of IInternalFrame in javax.rad.ui
 

Methods in javax.rad.ui that return IInternalFrame
 IInternalFrame IFactory.createInternalFrame(IDesktopPanel pDesktop)
          Creates a new instance of IInternalFrame.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.