#104812# factory method inserted for tablewindows

This commit is contained in:
Ocke Janssen
2002-11-08 08:27:59 +00:00
parent b92f05d5ca
commit 8fd2cae69e
10 changed files with 68 additions and 27 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.hxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: oj $ $Date: 2002-06-24 07:49:59 $
* last change: $Author: oj $ $Date: 2002-11-08 09:27:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -325,6 +325,14 @@ namespace dbaui
virtual OTableWindowData* CreateImpl(const ::rtl::OUString& _rComposedName,
const ::rtl::OUString& _rWinName);
/** factory method to create table windows
@param _pData
The data corresponding to the window.
@return
The new TableWindow
*/
virtual OTableWindow* createWindow(OTableWindowData* _pData) = 0;
private:
void InitColors();
BOOL ScrollWhileDragging();