|
|||||||||
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.IActionCollectionProxy
Description: 'Provides access to the methods and properties needed to manage a collection of actions.' 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 IActionCollectionProxy
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.carto.IActionCollection |
---|
IID, IIDcc018a6d_24fb_11d4_b34c_00104ba2abcc |
Constructor Summary | |
---|---|
|
IActionCollectionProxy()
Deprecated. For internal use only |
|
IActionCollectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IActionCollectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IActionCollectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IActionCollectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
add(IAction piAction,
int nIndex)
Deprecated. Adds an action to the collection. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
checkLayers(boolean bRebuildGeometry)
Deprecated. Checks for deleted Layers and disables affected actions. |
boolean |
dependsUponFeatureClass(IFeatureClass piFeatureClass)
Deprecated. Indicates if a contained action depends upon the specified feature class. |
boolean |
disableActionsUsingLayer(ILayer piLayer)
Deprecated. Disables all action using the specified layer for location trigger. |
int |
find(IAction piAction)
Deprecated. Finds an action within the collection. |
IAction |
getAction(int nIndex)
Deprecated. Retrieves the action at the specified index. |
int |
getActionCount()
Deprecated. Total number of actions. |
int |
getCount()
Deprecated. Number of objects in the collection. |
int |
getEnabledActionCount()
Deprecated. Number of enabled actions. |
int |
getExclusionCategory()
Deprecated. Action category to be excluded from processing. |
int |
getMaximumDepth()
Deprecated. Maximum number of nested action levels to be processed. |
int |
getNextActionNumber()
Deprecated. Gives next sequential number for assigning names to actions. |
void |
move(int nSourceIndex,
int nDestinationIndex)
Deprecated. Moves an action to a user-specified location in the collection. |
boolean |
reenableActionsUsingLayer(ILayer piLayer)
Deprecated. Reenable all action using the specified layer for location trigger. |
void |
remove(int nIndex)
Deprecated. Removes an action from the collection. |
void |
removeAll()
Deprecated. Removes all actions from the index. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setExclusionCategory(int pVal)
Deprecated. Action category to be excluded from processing. |
void |
setMaximumDepth(int pVal)
Deprecated. Maximum number of nested action levels to be processed. |
void |
setNextActionNumber(int pVal)
Deprecated. Gives next sequential number for assigning names to actions. |
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 IActionCollectionProxy(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 IActionCollectionProxy()
public IActionCollectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IActionCollectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IActionCollectionProxy(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 add(IAction piAction, int nIndex) throws java.io.IOException, AutomationException
add
in interface IActionCollection
piAction
- A reference to a com.esri.arcgis.carto.IAction (in)nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int nIndex) throws java.io.IOException, AutomationException
remove
in interface IActionCollection
nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void move(int nSourceIndex, int nDestinationIndex) throws java.io.IOException, AutomationException
move
in interface IActionCollection
nSourceIndex
- The nSourceIndex (in)nDestinationIndex
- The nDestinationIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAction getAction(int nIndex) throws java.io.IOException, AutomationException
getAction
in interface IActionCollection
nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int find(IAction piAction) throws java.io.IOException, AutomationException
find
in interface IActionCollection
piAction
- A reference to a com.esri.arcgis.carto.IAction (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumDepth() throws java.io.IOException, AutomationException
getMaximumDepth
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumDepth(int pVal) throws java.io.IOException, AutomationException
setMaximumDepth
in interface IActionCollection
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNextActionNumber() throws java.io.IOException, AutomationException
getNextActionNumber
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNextActionNumber(int pVal) throws java.io.IOException, AutomationException
setNextActionNumber
in interface IActionCollection
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExclusionCategory() throws java.io.IOException, AutomationException
getExclusionCategory
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExclusionCategory(int pVal) throws java.io.IOException, AutomationException
setExclusionCategory
in interface IActionCollection
pVal
- A com.esri.arcgis.carto.enumActionCategory constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getActionCount() throws java.io.IOException, AutomationException
getActionCount
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEnabledActionCount() throws java.io.IOException, AutomationException
getEnabledActionCount
in interface IActionCollection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean dependsUponFeatureClass(IFeatureClass piFeatureClass) throws java.io.IOException, AutomationException
dependsUponFeatureClass
in interface IActionCollection
piFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean disableActionsUsingLayer(ILayer piLayer) throws java.io.IOException, AutomationException
disableActionsUsingLayer
in interface IActionCollection
piLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean reenableActionsUsingLayer(ILayer piLayer) throws java.io.IOException, AutomationException
reenableActionsUsingLayer
in interface IActionCollection
piLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void checkLayers(boolean bRebuildGeometry) throws java.io.IOException, AutomationException
checkLayers
in interface IActionCollection
bRebuildGeometry
- The bRebuildGeometry (in)
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 |