Serialized Form


Package com.genuitec.blinki.webkit.swt

Class com.genuitec.blinki.webkit.swt.BrowserMenuEvent extends org.eclipse.swt.events.TypedEvent implements Serializable

serialVersionUID: 7813311921693537590L

Serialized Fields

x

int x
the display-relative x coordinate of the pointer at the time the context menu trigger occurred


y

int y
the display-relative y coordinate of the pointer at the time the context menu trigger occurred


typeFlags

int typeFlags
Menu type flags


editFlags

int editFlags
Edit flags


linkUrl

java.lang.String linkUrl
Link URL


imageUrl

java.lang.String imageUrl
Image URL


pageUrl

java.lang.String pageUrl
Page URL


frameUrl

java.lang.String frameUrl
Frame URL


selectionText

java.lang.String selectionText
Selection text


misspelledWord

java.lang.String misspelledWord
Misspelled word


doit

boolean doit
A flag indicating whether the operation should be allowed. Setting this field to false will cancel the operation.

Class com.genuitec.blinki.webkit.swt.BrowserMenuItemActionEvent extends org.eclipse.swt.events.TypedEvent implements Serializable

serialVersionUID: 7525604374948246919L

Serialized Fields

action

int action
Menu item action. One of ID_ constants


doit

boolean doit
A flag indicating whether the operation should be allowed. Setting this field to false will cancel the operation.

Class com.genuitec.blinki.webkit.swt.BrowserMenuItemNameEvent extends BrowserMenuItemActionEvent implements Serializable

serialVersionUID: 7525604374948246919L

Serialized Fields

actionString

java.lang.StringBuilder actionString
Menu item name

Class com.genuitec.blinki.webkit.swt.WebkitWindowEvent extends org.eclipse.swt.browser.WindowEvent implements Serializable

serialVersionUID: -3101296083547757683L

Serialized Fields

webkitBrowser

WebKitBrowser webkitBrowser