com.genuitec.blinki.webkit.swt.examples.browser
Class SWTWebKitBrowser

java.lang.Object
  extended by com.genuitec.blinki.webkit.swt.examples.browser.SWTWebKitBrowser

public class SWTWebKitBrowser
extends java.lang.Object

A multi-tab Chrome-like browser application that supports multiple WebKitBrowser components, 1 per tab. Unlike Google Chrome, WebKitBrowser components run in the application's process.

The home action opens to a dynamic page that will include news and WebKit examples. The default home page can changed using the property webkit4swt.home

Unimplemented features:

Author:
Genuitec Mobile Team

Field Summary
static org.eclipse.swt.graphics.Image backImg
           
static org.eclipse.swt.graphics.Image fwdImg
           
static org.eclipse.swt.graphics.Image goImg
           
static org.eclipse.swt.graphics.Image homeImg
           
static org.eclipse.swt.graphics.Image menuImg
           
static org.eclipse.swt.graphics.Image newTabImg
           
static org.eclipse.swt.graphics.Image reloadImg
           
static org.eclipse.swt.graphics.Image starImg
           
static org.eclipse.swt.graphics.Image stopImg
           
 
Constructor Summary
SWTWebKitBrowser()
           
 
Method Summary
 void createFolder(org.eclipse.swt.widgets.Composite parent)
           
 void createUI()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newTabImg

public static org.eclipse.swt.graphics.Image newTabImg

backImg

public static org.eclipse.swt.graphics.Image backImg

fwdImg

public static org.eclipse.swt.graphics.Image fwdImg

reloadImg

public static org.eclipse.swt.graphics.Image reloadImg

starImg

public static org.eclipse.swt.graphics.Image starImg

goImg

public static org.eclipse.swt.graphics.Image goImg

stopImg

public static org.eclipse.swt.graphics.Image stopImg

menuImg

public static org.eclipse.swt.graphics.Image menuImg

homeImg

public static org.eclipse.swt.graphics.Image homeImg
Constructor Detail

SWTWebKitBrowser

public SWTWebKitBrowser()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

run

public void run()

createUI

public void createUI()

createFolder

public void createFolder(org.eclipse.swt.widgets.Composite parent)