Package org.apache.hop.ui.hopgui.dialog
Class AboutDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.hopgui.dialog.AboutDialog
-
public class AboutDialog extends org.eclipse.swt.widgets.DialogA dialog to display version information.
-
-
Constructor Summary
Constructors Constructor Description AboutDialog(org.eclipse.swt.widgets.Shell parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()protected StringgetVersion()voidopen()
-
-
-
Method Detail
-
open
public void open()
-
getVersion
protected String getVersion()
-
dispose
public void dispose()
-
-