com.esri.arcgis.controls
Class ITOCControlEventsOnEndLabelEditEvent
java.lang.Object
java.util.EventObject
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
ITOCControlEventsOnEndLabelEditEvent
public ITOCControlEventsOnEndLabelEditEvent(Object source)
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)