com.esri.arcgis.controls
Class IToolbarControlEventsOnItemClickEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IToolbarControlEventsOnItemClickEvent
All Implemented Interfaces:
Serializable

public class IToolbarControlEventsOnItemClickEvent
extends EventObject

Description

The OnItemClick event is triggered when the user presses the left mouse button on a ToolbarControl item. If the item is disabled the event is not triggered.

index specifies the index value of the item pressed.

Remarks

The event sequence is as follows:

OnMouseDown
OnMouseUp
OnItemClick

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IToolbarControlEventsOnItemClickEvent(Object source)
           
 
Method Summary
 int getIndex()
           
 void init(int index)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IToolbarControlEventsOnItemClickEvent

public IToolbarControlEventsOnItemClickEvent(Object source)
Method Detail

init

public void init(int index)

getIndex

public final int getIndex()