Class OlapInputAboutDialog
java.lang.Object
org.pentaho.di.ui.trans.steps.olapinput.OlapInputAboutDialog
- Author:
- Michael Gugerell(asc145)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
build icon cellprotected void
build Ok Button.protected void
build plugin info cell.void
open()
open the dialog.
-
Constructor Details
-
OlapInputAboutDialog
public OlapInputAboutDialog(org.eclipse.swt.widgets.Shell shell) - Parameters:
shell
- the shell.
-
-
Method Details
-
open
public void open()open the dialog. -
buildOkButton
protected void buildOkButton()build Ok Button. -
buildIconCell
protected void buildIconCell()build icon cell -
buildPluginInfoCell
protected void buildPluginInfoCell()build plugin info cell.
-