Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Context help for Connection Details page

Hi

I am looking for ways to add contextual help to Connection Details page of New Connection Wizard. When I try the following in the wizard class, this.getContainer() is returning null; is it a bug ?

public void addCustomPages() {
		super.addCustomPages();
		this.mPropPage
.setDriverCategory ("oracle.dbtools.dtp.connectivity.db.driverCategory");
		Control c = (Control) this.getContainer();
PlatformUI.getWorkbench( ).getHelpSystem( ).setHelp(c, "oracle-dtp- core-help-createConnection");
	}

any other of way to get the context help ?

Anthos


Back to the top