IlsSwComponentFactory
 
IlsSwComponentFactory
Category 
Dynamic view-related class (Server/Views integration)
Inheritance Path 
IlsMvComponentFactory
IlsSwComponentFactory
Description 
This class allows you to specify what subtypes of IlsSwComponent should be used instead of IlsSwComponent.
Library 
<mvsw>
Header File 
#include <ilmvsw/mvswcomp.h>
Synopsis 
class IlsSwComponentFactory : public IlsMvComponentFactory
{
public:
IlsSwComponentFactory();
virtual IlsMvComponent* newInstance();
};
Member Functions 
[virtual] IlsMvComponent* newInstance();
This virtual member function creates a new object of type IlsSwComponent or of one of its subtypes.
See Also 
IlsSwComponent

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.