Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-report-designer-dev] default dataset editor

Joe,

The short answer is no.  
The wizard and editor page classes that you see in the oda package are base classes for an ODA extender.  The BIRT DataSetEditor is part of BIRT that provides a host dialog for consuming the custom UI pages that an oda.design.ui extension would provide.  
The BIRT DataSetEditor also adapts an oda.design model to/from the BIRT ROM data model, and save as part of a report design.  So it is rather BIRT host-specific.

What type of functionalities do you want different in your own version of data set editor?  

Linda

-----Original Message-----
Date: Mon, 26 Feb 2007 15:33:32 -0500
From: Joseph Thie <jthie@xxxxxxxxxx>
Subject: [birt-report-designer-dev] default dataset editor
To: birt-report-designer-dev@xxxxxxxxxxx
Message-ID:
	<OF1C49D8E0.526A05FF-ON8525728E.0070468B-8525728E.0070EEAF@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Is there a way in version 2.1.2 to specify your own dataset editor rather 
than using the default? 

In the org.eclipse.datatools.connectivity.oda.design.ui.wizards package, I 
see the DataSetWizard and DataSetWizardPage classes.  I have my own 
versions of both.  However, for the editor I only see DataSetEditorPage 
(and not DataSetEditor).

End of birt-report-designer-dev Digest, Vol 17, Issue 2
*******************************************************


Back to the top