|
|||||||||
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.geodatabase.ITableSortProxy
Description: 'Provides access to members that return and modify information to sort a table.' 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 =
public class ITableSortProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.ITableSort |
---|
IID, IID2d0f935e_32f5_11d2_a06f_0000f8775bf9 |
Constructor Summary | |
---|---|
|
ITableSortProxy()
Deprecated. For internal use only |
|
ITableSortProxy(java.lang.Object obj)
Deprecated. |
protected |
ITableSortProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITableSortProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITableSortProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getIDByIndex(int index)
Deprecated. A id by its index value. |
IEnumIDs |
getIDs()
Deprecated. List of sorted IDs. |
IQueryFilter |
getQueryFilter()
Deprecated. The query filter on table or selection set. |
ICursor |
getRows()
Deprecated. Cursor of sorted rows. |
ISelectionSet |
getSelectionSet()
Deprecated. The selection set as a source of the data to sort on. |
ITable |
getTable()
Deprecated. The table as a source of the data to sort on. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAscending(java.lang.String field,
boolean rhs2)
Deprecated. Field sort order. |
void |
setCaseSensitive(java.lang.String field,
boolean rhs2)
Deprecated. Character fields case sensitive. |
void |
setCompareByRef(ITableSortCallBack rhs1)
Deprecated. Compare call back interface. |
void |
setCursorByRef(ICursor rhs1)
Deprecated. The cursor of the data to sort on. |
void |
setFields(java.lang.String rhs1)
Deprecated. Comma list of field names to sort on. |
void |
setQueryFilterByRef(IQueryFilter queryFilter)
Deprecated. The query filter on table or selection set. |
void |
setSelectionSetByRef(ISelectionSet selectionSet)
Deprecated. The selection set as a source of the data to sort on. |
void |
setSortCharacters(java.lang.String field,
int rhs2)
Deprecated. Number of characters to sort on, for string fields. |
void |
setTableByRef(ITable table)
Deprecated. The table as a source of the data to sort on. |
void |
sort(ITrackCancel trackCancel)
Deprecated. Sort rows. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITableSortProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITableSortProxy()
public ITableSortProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITableSortProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITableSortProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setTableByRef(ITable table) throws java.io.IOException, AutomationException
setTableByRef
in interface ITableSort
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet selectionSet) throws java.io.IOException, AutomationException
setSelectionSetByRef
in interface ITableSort
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCursorByRef(ICursor rhs1) throws java.io.IOException, AutomationException
setCursorByRef
in interface ITableSort
rhs1
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
setQueryFilterByRef
in interface ITableSort
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter
in interface ITableSort
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFields(java.lang.String rhs1) throws java.io.IOException, AutomationException
setFields
in interface ITableSort
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAscending(java.lang.String field, boolean rhs2) throws java.io.IOException, AutomationException
setAscending
in interface ITableSort
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSortCharacters(java.lang.String field, int rhs2) throws java.io.IOException, AutomationException
setSortCharacters
in interface ITableSort
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCaseSensitive(java.lang.String field, boolean rhs2) throws java.io.IOException, AutomationException
setCaseSensitive
in interface ITableSort
field
- The field (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompareByRef(ITableSortCallBack rhs1) throws java.io.IOException, AutomationException
setCompareByRef
in interface ITableSort
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITableSortCallBack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumIDs getIDs() throws java.io.IOException, AutomationException
getIDs
in interface ITableSort
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICursor getRows() throws java.io.IOException, AutomationException
getRows
in interface ITableSort
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void sort(ITrackCancel trackCancel) throws java.io.IOException, AutomationException
sort
in interface ITableSort
trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getIDByIndex(int index) throws java.io.IOException, AutomationException
getIDByIndex
in interface ITableSort
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getTable() throws java.io.IOException, AutomationException
getTable
in interface ITableSort
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
getSelectionSet
in interface ITableSort
java.io.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 |