Uses of Interface
javax.rad.ui.IFactory

Packages that use IFactory
com.sibvisions.rad.ui Contains technology and platform independent UI implementations. 
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of IFactory in com.sibvisions.rad.ui
 

Classes in com.sibvisions.rad.ui that implement IFactory
 class AbstractFactory
          The AbstractFactory is an abstract implementation of IFactory , which provides common functionality.
 

Uses of IFactory in com.sibvisions.rad.ui.awt.impl
 

Classes in com.sibvisions.rad.ui.awt.impl that implement IFactory
 class AwtFactory
          The AwtFactory class encapsulates methods to create and access AWT components.
 

Fields in com.sibvisions.rad.ui.awt.impl declared as IFactory
protected  IFactory AwtComponent.factory
          The factory that created this component.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IFactory
 IFactory AwtComponent.getFactory()
          Gets the factory that created this NamedObject.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IFactory
 void AwtComponent.setFactory(IFactory pFactory)
          Sets the components factory implementation.
 

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

Classes in com.sibvisions.rad.ui.swing.impl that implement IFactory
 class SwingFactory
          The SwingFactory class encapsulates methods to create and access Swing components.
 

Uses of IFactory in javax.rad.genui
 

Methods in javax.rad.genui that return IFactory
static IFactory UIFactoryManager.getFactory()
          Gets the global IFactory singleton instance.
 IFactory UIComponent.getFactory()
          Gets the factory that created this NamedObject.
static IFactory UIFactoryManager.getFactoryInstance(java.lang.Class pFactoryClass)
          Creates the global IFactory singleton instance.
 

Methods in javax.rad.genui with parameters of type IFactory
static void UIFactoryManager.registerThreadFactoryInstance(IFactory pFactory)
          Registers the IFactory instance for the current Thread.
static void UIFactoryManager.setFactoryInstance(IFactory pFactory)
          Sets the global IFactory singleton instance.
 

Uses of IFactory in javax.rad.ui
 

Methods in javax.rad.ui that return IFactory
 IFactory IComponent.getFactory()
          Gets the factory that created this NamedObject.
 

Constructors in javax.rad.ui with parameters of type IFactory
InvokeLaterThread(IFactory pFactory, java.lang.Runnable pRunnable)
          Constructs a new InvokeLaterThread.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.