org.pentaho.di.ui.core.dialog
Class ShowBrowserDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.ShowBrowserDialog

public class ShowBrowserDialog
extends Dialog

Displays an HTML page.

Since:
22-12-2005
Author:
Matt

Constructor Summary
ShowBrowserDialog(Shell parent, String dialogTitle, String content)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 void open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowBrowserDialog

public ShowBrowserDialog(Shell parent,
                         String dialogTitle,
                         String content)
Method Detail

open

public void open()

dispose

public void dispose()

getData

public void getData()