home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DTJPANEL11_HPP
- #define _DTJPANEL11_HPP
-
- #include "dtjcont11.hpp"
-
- class METAEXPORTCLASSDEF DTJPanel11 : public DTJContainer11
- {
- public:
- DTJPanel11( const MetaObject * pMetaObj );
- virtual ~DTJPanel11();
-
- virtual void GenFileFragment( MMFileFragment fg, WStringList &,
- MMFileGenerationParms * parms ) const;
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
-
- protected:
- void GenerateHTML( ostream& src,
- MMJCodeGenerationParms* pGenParms) const;
- };
-
- // needed for mdreader
- typedef DTJPanel11 DTjava__dot__awt__dot__Panel__dot__11;
-
- #endif // _DTJPANEL11_HPP
-