g-Eclipse
Release 1.0.0

eu.geclipse.webview.views
Class WebView

java.lang.Object
  extended by ViewPart
      extended by eu.geclipse.webview.views.WebView

public class WebView
extends ViewPart

This sample class demonstrates how to plug-in a new workbench view. The view will open the webpages that are specified in the actions.


Constructor Summary
WebView()
           
 
Method Summary
 void createPartControl(Composite parent)
          This is a callback that will allow us to create the viewer and initialize it.
 void setFocus()
          Leave the focus as it is
 void setProjectUrl(java.lang.String url)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebView

public WebView()
Method Detail

createPartControl

public void createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it.


setFocus

public void setFocus()
Leave the focus as it is


setUrl

public void setUrl(java.lang.String url)

setProjectUrl

public void setProjectUrl(java.lang.String url)

g-Eclipse
Release 1.0.0