|
|||||||||
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.systemUI.IMultiItemProxy
public class IMultiItemProxy
Internal use class Proxy for COM Interface 'IMultiItem'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description: 'Provides access to members that define a multiItem.' 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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.systemUI.IMultiItem |
---|
IID, IIDaf948931_11d1_11d2_94b4_080009eebecb |
Constructor Summary | |
---|---|
|
IMultiItemProxy()
For internal use only |
|
IMultiItemProxy(java.lang.Object obj)
|
protected |
IMultiItemProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMultiItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IMultiItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.String |
getCaption()
The caption of the multiItem. |
int |
getHelpContextID()
The help context ID associated with this multiItem. |
java.lang.String |
getHelpFile()
The name of the help file associated with this multiItem. |
int |
getItemBitmap(int index)
The bitmap for the item at the specified index. |
java.lang.String |
getItemCaption(int index)
The caption of the item at the specified index. |
java.lang.String |
getMessage()
The status bar message for all items on the multiItem. |
java.lang.String |
getName()
The name of the multiItem. |
boolean |
isItemChecked(int index)
Indicates if item at the specified index is checked. |
boolean |
isItemEnabled(int index)
Indicates if the item at the specified index is enabled. |
void |
onItemClick(int index)
Occurs when the item at the specified index is clicked. |
int |
onPopup(java.lang.Object hook)
Occurs when the menu that contains the multiItem is about to be displayed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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 IMultiItemProxy(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 IMultiItemProxy()
public IMultiItemProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMultiItemProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMultiItemProxy(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 java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMultiItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCaption() throws java.io.IOException, AutomationException
getCaption
in interface IMultiItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessage() throws java.io.IOException, AutomationException
getMessage
in interface IMultiItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHelpFile() throws java.io.IOException, AutomationException
getHelpFile
in interface IMultiItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID() throws java.io.IOException, AutomationException
getHelpContextID
in interface IMultiItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int onPopup(java.lang.Object hook) throws java.io.IOException, AutomationException
onPopup
in interface IMultiItem
hook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getItemCaption(int index) throws java.io.IOException, AutomationException
getItemCaption
in interface IMultiItem
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemBitmap(int index) throws java.io.IOException, AutomationException
getItemBitmap
in interface IMultiItem
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onItemClick(int index) throws java.io.IOException, AutomationException
onItemClick
in interface IMultiItem
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isItemChecked(int index) throws java.io.IOException, AutomationException
isItemChecked
in interface IMultiItem
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isItemEnabled(int index) throws java.io.IOException, AutomationException
isItemEnabled
in interface IMultiItem
index
- The index (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 |