com.esri.arcgis.controls
Class ISymbologyControlEventsOnItemSelectedEvent

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

public class ISymbologyControlEventsOnItemSelectedEvent
extends EventObject

Description

The OnItemSelected event is triggered whenever an item is selected within a SymbologyStyleClass, either interactivly by the end user clicking on an item in the SymbologyControl or programmatically when using the ISymbologyStyleClass::SelectItem method on the current ISymbologyControl::StyleClass.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ISymbologyControlEventsOnItemSelectedEvent(Object source)
           
 
Method Summary
 Object getStyleGalleryItem()
           
 void init(Object styleGalleryItem)
           
 
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

ISymbologyControlEventsOnItemSelectedEvent

public ISymbologyControlEventsOnItemSelectedEvent(Object source)
Method Detail

init

public void init(Object styleGalleryItem)

getStyleGalleryItem

public final Object getStyleGalleryItem()