|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IDataSortSeriesPropertiesProxy
public class IDataSortSeriesPropertiesProxy
Provides access to members that control sorting of the graph data.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDataSortSeriesPropertiesProxy()
|
|
IDataSortSeriesPropertiesProxy(Object obj)
|
protected |
IDataSortSeriesPropertiesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
addSortingField(String strField,
boolean bAscending,
int[] idx)
Add a sorting field and type. |
void |
getSortingField(int idx,
String[] strField,
boolean[] bAscending)
Get a sorting field and type. |
int |
getSortingFieldsCount()
Number of sorting fields. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
removeSortingField(int idx)
Remove the sorting field. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IDataSortSeriesPropertiesProxy()
public IDataSortSeriesPropertiesProxy(Object obj) throws IOException
IOException
protected IDataSortSeriesPropertiesProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void addSortingField(String strField, boolean bAscending, int[] idx) throws IOException, AutomationException
addSortingField
in interface IDataSortSeriesProperties
strField
- The strField (in)bAscending
- The bAscending (in)idx
- The idx (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSortingField(int idx, String[] strField, boolean[] bAscending) throws IOException, AutomationException
getSortingField
in interface IDataSortSeriesProperties
idx
- The idx (in)strField
- The strField (out: use single element array)bAscending
- The bAscending (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeSortingField(int idx) throws IOException, AutomationException
removeSortingField
in interface IDataSortSeriesProperties
idx
- The idx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSortingFieldsCount() throws IOException, AutomationException
getSortingFieldsCount
in interface IDataSortSeriesProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |