|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
com.genuitec.blinki.webkit.swt.BrowserMenuEvent
public final class BrowserMenuEvent
Event appears before browser menu is shown
| 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 |
|---|
public int x
public int y
public int typeFlags
public int editFlags
public java.lang.String linkUrl
public java.lang.String imageUrl
public java.lang.String pageUrl
public java.lang.String frameUrl
public java.lang.String selectionText
public java.lang.String misspelledWord
public boolean doit
false will cancel the operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||