com.genuitec.blinki.webkit.swt
Class BrowserMenuItemActionEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
com.genuitec.blinki.webkit.swt.BrowserMenuItemActionEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BrowserMenuItemNameEvent
public class BrowserMenuItemActionEvent
- extends org.eclipse.swt.events.TypedEvent
Event appears before browser menu is shown
- Author:
- vadim.ridosh
- See Also:
- Serialized Form
| Fields inherited from class org.eclipse.swt.events.TypedEvent |
data, display, time, widget |
| 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 |
action
public int action
- Menu item action. One of ID_ constants
ID_NAV_BACK
public static int ID_NAV_BACK
- Action constants
ID_NAV_FORWARD
public static int ID_NAV_FORWARD
ID_NAV_RELOAD
public static int ID_NAV_RELOAD
ID_NAV_STOP
public static int ID_NAV_STOP
ID_UNDO
public static int ID_UNDO
ID_REDO
public static int ID_REDO
ID_CUT
public static int ID_CUT
ID_COPY
public static int ID_COPY
ID_PASTE
public static int ID_PASTE
ID_DELETE
public static int ID_DELETE
ID_SELECTALL
public static int ID_SELECTALL
ID_PRINT
public static int ID_PRINT
ID_VIEWSOURCE
public static int ID_VIEWSOURCE
ID_INSPECTELEMENT
public static int ID_INSPECTELEMENT
doit
public boolean doit
- A flag indicating whether the operation should be allowed.
Setting this field to
false will cancel the operation.