com.esri.arcgis.controls
Class ITOCControlEventsOnEndLabelEditEvent

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

public class ITOCControlEventsOnEndLabelEditEvent
extends EventObject

Description

canEdit specifies a boolean indicating whether the label can be edited. Set canEdit to False to reset the label to its previous value. By default all labels can be editied. Use the HitTest method to determine what kind of item label is being editied.

newLabel specifies a string containing the new label given by the user.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ITOCControlEventsOnEndLabelEditEvent(Object source)
           
 
Method Summary
 boolean getCanEdit()
           
 String getNewLabel()
           
 int getX()
           
 int getY()
           
 void init(int x, int y, String newLabel, boolean[] canEdit)
           
 void setCanEdit(boolean canEdit)
           
 
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

ITOCControlEventsOnEndLabelEditEvent

public ITOCControlEventsOnEndLabelEditEvent(Object source)
Method Detail

init

public void init(int x,
                 int y,
                 String newLabel,
                 boolean[] canEdit)

getX

public final int getX()

getY

public final int getY()

getNewLabel

public final String getNewLabel()

getCanEdit

public final boolean getCanEdit()

setCanEdit

public final void setCanEdit(boolean canEdit)