com.genuitec.blinki.webkit.swt
Class BrowserMenuEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.swt.internal.SWTEventObject
          extended by org.eclipse.swt.events.TypedEvent
              extended by com.genuitec.blinki.webkit.swt.BrowserMenuEvent
All Implemented Interfaces:
java.io.Serializable

public final class BrowserMenuEvent
extends org.eclipse.swt.events.TypedEvent

Event appears before browser menu is shown

Author:
vadim.ridosh
See Also:
Serialized Form

Field Summary
 boolean doit
          A flag indicating whether the operation should be allowed.
 int editFlags
          Edit flags
 java.lang.String frameUrl
          Frame URL
 java.lang.String imageUrl
          Image URL
 java.lang.String linkUrl
          Link URL
 java.lang.String misspelledWord
          Misspelled word
 java.lang.String pageUrl
          Page URL
 java.lang.String selectionText
          Selection text
 int typeFlags
          Menu type flags
 int x
          the display-relative x coordinate of the pointer at the time the context menu trigger occurred
 int y
          the display-relative y coordinate of the pointer at the time the context menu trigger occurred
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Method Summary
 
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

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


y

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


typeFlags

public int typeFlags
Menu type flags


editFlags

public int editFlags
Edit flags


linkUrl

public java.lang.String linkUrl
Link URL


imageUrl

public java.lang.String imageUrl
Image URL


pageUrl

public java.lang.String pageUrl
Page URL


frameUrl

public java.lang.String frameUrl
Frame URL


selectionText

public java.lang.String selectionText
Selection text


misspelledWord

public java.lang.String misspelledWord
Misspelled word


doit

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