Class SimpleJdbcDataSourceDialog

    • Field Detail

      • log

        protected static final org.apache.commons.logging.Log log
    • Constructor Detail

      • SimpleJdbcDataSourceDialog

        public SimpleJdbcDataSourceDialog​(org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext designTimeContext)
      • SimpleJdbcDataSourceDialog

        public SimpleJdbcDataSourceDialog​(org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext designTimeContext,
                                          JDialog parent)
      • SimpleJdbcDataSourceDialog

        public SimpleJdbcDataSourceDialog​(org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext designTimeContext,
                                          JFrame parent)
    • Method Detail

      • getDesignTimeContext

        public org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext getDesignTimeContext()
      • performConfiguration

        public org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SimpleSQLReportDataFactory performConfiguration​(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SimpleSQLReportDataFactory dataFactory)
        Displays the dialog and returns the newly created JNDIDataSetReportElement
        Parameters:
        dataFactory - the datafactory to be configured or null to create a new one
        Returns:
        the a clone of the configured datafactory or null on cancel.
      • getDialogId

        protected String getDialogId()
        Specified by:
        getDialogId in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog
      • createContentPane

        protected Component createContentPane()
        Specified by:
        createContentPane in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog
      • getBundleSupport

        protected org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getBundleSupport()