com.esri.arcgis.cartoUI
Class DataGraphTScatterPlotMatrix

java.lang.Object
  extended by com.esri.arcgis.cartoUI.DataGraphTScatterPlotMatrix
All Implemented Interfaces:
IDataGraphBase, IDataGraphT, IConnectionPointContainer, IWorkspaceEditEvents, com.esri.arcgis.interop.RemoteObjRef, IPersist, IPersistStream, java.io.Externalizable, java.io.Serializable, java.util.EventListener

public class DataGraphTScatterPlotMatrix
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphBase, IDataGraphT, IPersistStream, IConnectionPointContainer, IWorkspaceEditEvents, java.io.Externalizable

COM Class 'DataGraphTScatterPlotMatrix'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'A container for the display and manipulation of ScatterPlotMatrix graph.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphT
IID, IIDccb2226c_6385_4a9e_82f2_2977b2c13ff2, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphBase
IID37c4c49c_66cc_4b39_ade8_15e2e270d8b1
 
Fields inherited from interface com.esri.arcgis.system.IPersistStream
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEditEvents
IID, IID0b437962_89f9_11d4_8b5f_000000000000, xxDummy
 
Constructor Summary
DataGraphTScatterPlotMatrix()
          Constructs a DataGraphTScatterPlotMatrix using ArcGIS Engine.
DataGraphTScatterPlotMatrix(java.lang.Object obj)
          Construct a DataGraphTScatterPlotMatrix using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void addIDataGraphTEventsListener(IDataGraphTEvents theListener)
          addIDataGraphTEventsListener.
 ISeriesProperties addSeries(java.lang.String seriesType)
          Add series from the provided graph type.
 void copyToClipboard()
          Copies the data graph to the clipboard as a metafile.
 void drawToDC(int hDC, tagRECT pOutputRect, tagRECT pGraphRect)
          Draws the data graph into the provided device context.
 void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 boolean equals(java.lang.Object o)
          Compare this object with another
 void exportToFile(java.lang.String filename)
          Exports the data graph to a file.
 void exportToFileEx(java.lang.String filename, int width, int height)
          Exports the data graph to a file.
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
 int getAxisCount()
          Amount of axis.
 IDataGraphTAxisProperties getAxisProperties(int idx)
          Properties of graph axis.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 IDataGraphTGeneralProperties getGeneralProperties()
          General properties of the graph.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IDataGraphTLegendProperties getLegendProperties()
          Properties of graph legend.
 java.lang.String getName()
          Name of the data graph.
 int getSeriesCount()
          The number of series in the graph.
 int getSeriesOrder(ISeriesProperties pSeriesProps)
          Position of the series in the series list of the graph.
 ISeriesProperties getSeriesProperties(int iSeries)
          Series properties for provided series index.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 int hashCode()
          the hashcode for this object
 void identify(int iSeries, int ptX, int ptY, java.lang.Object[] pOIDs)
          Identifies object ID for the series using graph coordinates.
 void isDirty()
          isDirty
 boolean isHighlightSelection()
          Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.
 boolean isUseSelectedSet()
          Indicates if the selected set of the series from input dataset is used to build graph.
 void load(IStream pstm)
          load
 void loadFromFile(java.lang.String filename)
          Loads the data graph from a .grf file.
 void loadTemplate(java.lang.String file)
          Loads graph properties from the template file.
 void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
          This event is fired after an edit operation is aborted.
 void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
          This event is fired after an undone edit operation is redone.
 void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
          This event is fired after editing is started on a workspace.
 void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
          This event is fired after an edit operation is started.
 void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
          This event is fired after editing is stopped on a workspace.
 void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
          This event is fired after an edit operation is stopped (successfully completed).
 void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
          This event is fired after a (completed) edit operation is undone.
 void readExternal(java.io.ObjectInput in)
           
 void release()
          Release a DataGraphTScatterPlotMatrix.
 void reload()
          Reloads data values in data graph series.
 void removeIDataGraphTEventsListener(IDataGraphTEvents theListener)
          removeIDataGraphTEventsListener.
 void removeSeries(ISeriesProperties pSeriesProps)
          Remove series from the graph.
 void save(IStream pstm, int fClearDirty)
          save
 void saveToFile(java.lang.String filename)
          Saves the data graph to a .grf file.
 void setHighlightSelection(boolean b)
          Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.
 void setName(java.lang.String pName)
          Name of the data graph.
 void setSeriesOrder(ISeriesProperties pSeriesProps, int pPos)
          Position of the series in the series list of the graph.
 void setUseSelectedSet(boolean pUseSel)
          Indicates if the selected set of the series from input dataset is used to build graph.
 void update(ITrackCancel pCancel)
          Updates graph after changes in graph or series properties.
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DataGraphTScatterPlotMatrix

public DataGraphTScatterPlotMatrix()
                            throws java.io.IOException,
                                   java.net.UnknownHostException
Constructs a DataGraphTScatterPlotMatrix using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

DataGraphTScatterPlotMatrix

public DataGraphTScatterPlotMatrix(java.lang.Object obj)
                            throws java.io.IOException
Construct a DataGraphTScatterPlotMatrix using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTScatterPlotMatrix.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems DataGraphTScatterPlotMatrix theDataGraphTScatterPlotMatrix = (DataGraphTScatterPlotMatrix) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIDataGraphTEventsListener

public void addIDataGraphTEventsListener(IDataGraphTEvents theListener)
                                  throws java.io.IOException
addIDataGraphTEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.carto.IDataGraphTEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeIDataGraphTEventsListener

public void removeIDataGraphTEventsListener(IDataGraphTEvents theListener)
                                     throws java.io.IOException
removeIDataGraphTEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.carto.IDataGraphTEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a DataGraphTScatterPlotMatrix.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the data graph.

Specified by:
getName in interface IDataGraphBase
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Name of the data graph.

Specified by:
setName in interface IDataGraphBase
Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseSelectedSet

public boolean isUseSelectedSet()
                         throws java.io.IOException,
                                AutomationException
Indicates if the selected set of the series from input dataset is used to build graph.

Specified by:
isUseSelectedSet in interface IDataGraphBase
Returns:
The pUseSel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseSelectedSet

public void setUseSelectedSet(boolean pUseSel)
                       throws java.io.IOException,
                              AutomationException
Indicates if the selected set of the series from input dataset is used to build graph.

Specified by:
setUseSelectedSet in interface IDataGraphBase
Parameters:
pUseSel - The pUseSel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reload

public void reload()
            throws java.io.IOException,
                   AutomationException
Reloads data values in data graph series.

Specified by:
reload in interface IDataGraphBase
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawToDC

public void drawToDC(int hDC,
                     tagRECT pOutputRect,
                     tagRECT pGraphRect)
              throws java.io.IOException,
                     AutomationException
Draws the data graph into the provided device context.

Specified by:
drawToDC in interface IDataGraphBase
Parameters:
hDC - The hDC (A COM typedef) (in)
pOutputRect - A Structure: com.esri.arcgis.system.tagRECT (in)
pGraphRect - A Structure: com.esri.arcgis.system.tagRECT (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromFile

public void loadFromFile(java.lang.String filename)
                  throws java.io.IOException,
                         AutomationException
Loads the data graph from a .grf file.

Specified by:
loadFromFile in interface IDataGraphBase
Parameters:
filename - The filename (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveToFile

public void saveToFile(java.lang.String filename)
                throws java.io.IOException,
                       AutomationException
Saves the data graph to a .grf file.

Specified by:
saveToFile in interface IDataGraphBase
Parameters:
filename - The filename (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToFile

public void exportToFile(java.lang.String filename)
                  throws java.io.IOException,
                         AutomationException
Exports the data graph to a file.

Specified by:
exportToFile in interface IDataGraphBase
Parameters:
filename - The filename (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copyToClipboard

public void copyToClipboard()
                     throws java.io.IOException,
                            AutomationException
Copies the data graph to the clipboard as a metafile.

Specified by:
copyToClipboard in interface IDataGraphBase
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHighlightSelection

public boolean isHighlightSelection()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.

Specified by:
isHighlightSelection in interface IDataGraphT
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighlightSelection

public void setHighlightSelection(boolean b)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.

Specified by:
setHighlightSelection in interface IDataGraphT
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSeries

public ISeriesProperties addSeries(java.lang.String seriesType)
                            throws java.io.IOException,
                                   AutomationException
Add series from the provided graph type.

Specified by:
addSeries in interface IDataGraphT
Parameters:
seriesType - The seriesType (in)
Returns:
A reference to a com.esri.arcgis.carto.ISeriesProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSeries

public void removeSeries(ISeriesProperties pSeriesProps)
                  throws java.io.IOException,
                         AutomationException
Remove series from the graph.

Specified by:
removeSeries in interface IDataGraphT
Parameters:
pSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeriesCount

public int getSeriesCount()
                   throws java.io.IOException,
                          AutomationException
The number of series in the graph.

Specified by:
getSeriesCount in interface IDataGraphT
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeriesProperties

public ISeriesProperties getSeriesProperties(int iSeries)
                                      throws java.io.IOException,
                                             AutomationException
Series properties for provided series index.

Specified by:
getSeriesProperties in interface IDataGraphT
Parameters:
iSeries - The iSeries (in)
Returns:
A reference to a com.esri.arcgis.carto.ISeriesProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSeriesOrder

public void setSeriesOrder(ISeriesProperties pSeriesProps,
                           int pPos)
                    throws java.io.IOException,
                           AutomationException
Position of the series in the series list of the graph.

Specified by:
setSeriesOrder in interface IDataGraphT
Parameters:
pSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
pPos - The pPos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeriesOrder

public int getSeriesOrder(ISeriesProperties pSeriesProps)
                   throws java.io.IOException,
                          AutomationException
Position of the series in the series list of the graph.

Specified by:
getSeriesOrder in interface IDataGraphT
Parameters:
pSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
Returns:
The pPos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeneralProperties

public IDataGraphTGeneralProperties getGeneralProperties()
                                                  throws java.io.IOException,
                                                         AutomationException
General properties of the graph.

Specified by:
getGeneralProperties in interface IDataGraphT
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTGeneralProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLegendProperties

public IDataGraphTLegendProperties getLegendProperties()
                                                throws java.io.IOException,
                                                       AutomationException
Properties of graph legend.

Specified by:
getLegendProperties in interface IDataGraphT
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTLegendProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAxisCount

public int getAxisCount()
                 throws java.io.IOException,
                        AutomationException
Amount of axis.

Specified by:
getAxisCount in interface IDataGraphT
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAxisProperties

public IDataGraphTAxisProperties getAxisProperties(int idx)
                                            throws java.io.IOException,
                                                   AutomationException
Properties of graph axis.

Specified by:
getAxisProperties in interface IDataGraphT
Parameters:
idx - The idx (in)
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTAxisProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

identify

public void identify(int iSeries,
                     int ptX,
                     int ptY,
                     java.lang.Object[] pOIDs)
              throws java.io.IOException,
                     AutomationException
Identifies object ID for the series using graph coordinates.

Specified by:
identify in interface IDataGraphT
Parameters:
iSeries - The iSeries (in)
ptX - The ptX (in)
ptY - The ptY (in)
pOIDs - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

public void update(ITrackCancel pCancel)
            throws java.io.IOException,
                   AutomationException
Updates graph after changes in graph or series properties.

Specified by:
update in interface IDataGraphT
Parameters:
pCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadTemplate

public void loadTemplate(java.lang.String file)
                  throws java.io.IOException,
                         AutomationException
Loads graph properties from the template file.

Specified by:
loadTemplate in interface IDataGraphT
Parameters:
file - The file (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToFileEx

public void exportToFileEx(java.lang.String filename,
                           int width,
                           int height)
                    throws java.io.IOException,
                           AutomationException
Exports the data graph to a file.

Specified by:
exportToFileEx in interface IDataGraphT
Parameters:
filename - The filename (in)
width - The width (in)
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnectionPoints

public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws java.io.IOException,
                                 AutomationException
enumConnectionPoints

Specified by:
enumConnectionPoints in interface IConnectionPointContainer
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws java.io.IOException,
                                AutomationException
findConnectionPoint

Specified by:
findConnectionPoint in interface IConnectionPointContainer
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStartEditing

public void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
This event is fired after editing is started on a workspace.

Specified by:
onStartEditing in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStopEditing

public void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
This event is fired after editing is stopped on a workspace.

Specified by:
onStopEditing in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStartEditOperation

public void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
This event is fired after an edit operation is started.

Specified by:
onStartEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onAbortEditOperation

public void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.

Specified by:
onAbortEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStopEditOperation

public void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after an edit operation is stopped (successfully completed).

Specified by:
onStopEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onUndoEditOperation

public void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

Specified by:
onUndoEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onRedoEditOperation

public void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.

Specified by:
onRedoEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException