com.esri.map.popup
Class PopupViewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by com.esri.map.popup.PopupViewEvent
All Implemented Interfaces:
Serializable

public class PopupViewEvent
extends AWTEvent

Event object used by PopupView.

See Also:
Serialized Form

Field Summary
static int MAPEXTENT_LAST
           
static int POPUPVIEWEVENT_CANCEL_EDIT
           
static int POPUPVIEWEVENT_COMMIT_EDIT
           
static int POPUPVIEWEVENT_FIRST
           
static int POPUPVIEWEVENT_ZOOM_TO_GRAPHIC
           
 
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PopupViewEvent(Event event)
          Instantiates a new popup view event.
PopupViewEvent(Object source, int id)
          Instantiates a new popup view event.
 
Method Summary
 PopupView getPopup()
          Gets the popup view that fired the event.
 
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, paramString, setSource, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

POPUPVIEWEVENT_FIRST

public static final int POPUPVIEWEVENT_FIRST
See Also:
Constant Field Values

POPUPVIEWEVENT_ZOOM_TO_GRAPHIC

public static final int POPUPVIEWEVENT_ZOOM_TO_GRAPHIC
See Also:
Constant Field Values

POPUPVIEWEVENT_CANCEL_EDIT

public static final int POPUPVIEWEVENT_CANCEL_EDIT
See Also:
Constant Field Values

POPUPVIEWEVENT_COMMIT_EDIT

public static final int POPUPVIEWEVENT_COMMIT_EDIT
See Also:
Constant Field Values

MAPEXTENT_LAST

public static final int MAPEXTENT_LAST
See Also:
Constant Field Values
Constructor Detail

PopupViewEvent

public PopupViewEvent(Event event)
Instantiates a new popup view event.

Parameters:
event - the event

PopupViewEvent

public PopupViewEvent(Object source,
                      int id)
Instantiates a new popup view event.

Parameters:
source - the source
id - the id
Method Detail

getPopup

public PopupView getPopup()
Gets the popup view that fired the event.

Returns:
the popup


Copyright © 2012. All Rights Reserved.