|
|||||||||
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.geodatabaseui.ITableViewInfoProxy
Description: 'Provides access to events that occur for which a client can store and load info about the look of the 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 ITableViewInfoProxy
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.geodatabaseui.ITableViewInfo |
---|
IID, IID0f25f47c_657a_11d3_9f6c_00c04f6bc886 |
Constructor Summary | |
---|---|
|
ITableViewInfoProxy()
Deprecated. For internal use only |
|
ITableViewInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
ITableViewInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITableViewInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITableViewInfoProxy(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. |
java.lang.String |
getFieldOrder()
Deprecated. Order of fields. |
int |
getFieldWidth(java.lang.String fieldName)
Deprecated. Field Width. |
int |
getFrozenFields()
Deprecated. Number of frozen fields. |
IColor |
getSelectionColor()
Deprecated. Selection color used to highlight rows and graphics. |
void |
putPosition(int x1,
int y1,
int x2,
int y2)
Deprecated. Table window position. |
void |
queryPosition(int[] pX1,
int[] pY1,
int[] pX2,
int[] pY2)
Deprecated. Query table window position. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFieldOrder(java.lang.String pFieldList)
Deprecated. Order of fields. |
void |
setFieldWidth(java.lang.String fieldName,
int pFieldWidth)
Deprecated. Field Width. |
void |
setFrozenFields(int pNumberOfFields)
Deprecated. Number of frozen fields. |
void |
setSelectionColorByRef(IColor ppSelectionColor)
Deprecated. Selection color used to highlight rows and graphics. |
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 ITableViewInfoProxy(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 ITableViewInfoProxy()
public ITableViewInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITableViewInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITableViewInfoProxy(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 putPosition(int x1, int y1, int x2, int y2) throws java.io.IOException, AutomationException
putPosition
in interface ITableViewInfo
x1
- The x1 (in)y1
- The y1 (in)x2
- The x2 (in)y2
- The y2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryPosition(int[] pX1, int[] pY1, int[] pX2, int[] pY2) throws java.io.IOException, AutomationException
queryPosition
in interface ITableViewInfo
pX1
- The pX1 (out: use single element array)pY1
- The pY1 (out: use single element array)pX2
- The pX2 (out: use single element array)pY2
- The pY2 (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getSelectionColor() throws java.io.IOException, AutomationException
getSelectionColor
in interface ITableViewInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionColorByRef(IColor ppSelectionColor) throws java.io.IOException, AutomationException
setSelectionColorByRef
in interface ITableViewInfo
ppSelectionColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldOrder(java.lang.String pFieldList) throws java.io.IOException, AutomationException
setFieldOrder
in interface ITableViewInfo
pFieldList
- The pFieldList (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldOrder() throws java.io.IOException, AutomationException
getFieldOrder
in interface ITableViewInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldWidth(java.lang.String fieldName, int pFieldWidth) throws java.io.IOException, AutomationException
setFieldWidth
in interface ITableViewInfo
fieldName
- The fieldName (in)pFieldWidth
- The pFieldWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldWidth(java.lang.String fieldName) throws java.io.IOException, AutomationException
getFieldWidth
in interface ITableViewInfo
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFrozenFields(int pNumberOfFields) throws java.io.IOException, AutomationException
setFrozenFields
in interface ITableViewInfo
pNumberOfFields
- The pNumberOfFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFrozenFields() throws java.io.IOException, AutomationException
getFrozenFields
in interface ITableViewInfo
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 |