com.genuitec.blinki.webkit.swt
Class BrowserMenuItemActionEvent

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.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

Field Summary
 int action
          Menu item action.
 boolean doit
          A flag indicating whether the operation should be allowed.
static int ID_COPY
           
static int ID_CUT
           
static int ID_DELETE
           
static int ID_INSPECTELEMENT
           
static int ID_NAV_BACK
          Action constants
static int ID_NAV_FORWARD
           
static int ID_NAV_RELOAD
           
static int ID_NAV_STOP
           
static int ID_PASTE
           
static int ID_PRINT
           
static int ID_REDO
           
static int ID_SELECTALL
           
static int ID_UNDO
           
static int ID_VIEWSOURCE
           
 
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

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.