com.esri.arcgis.carto
Class IActiveViewEventsItemReorderedEvent

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

public class IActiveViewEventsItemReorderedEvent
extends EventObject

Remarks

The Map objects only fire this event whenever IMap::MoveLayer is called. In the ArcMap application, this occurs when you reorder layers in the table of contents. The Map will also fire this event when new layers are added.

The PageLayout object fires this event when changing the order of graphics. For example, IGraphicsContainer::BringToFront, PutElementOrder, SendToBack, SendBackward, and BringForward all fire this event. These functions are on ArcMap's Drawing menu under the Order pull right menu. Although the Map object is also a graphics container, it does not fire this event when its graphics are reordered.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IActiveViewEventsItemReorderedEvent(Object source)
           
 
Method Summary
 Object getItem()
           
 int getToIndex()
           
 void init(Object item, int toIndex)
           
 
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

IActiveViewEventsItemReorderedEvent

public IActiveViewEventsItemReorderedEvent(Object source)
Method Detail

init

public void init(Object item,
                 int toIndex)

getItem

public final Object getItem()

getToIndex

public final int getToIndex()