|
|||||||||
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.IComponentTipProxy
public class IComponentTipProxy
Provides a tip for a component that is displayed by the What's This Help tool.
Provides context-sensitive help for a control. Context-sensitive help can be shown using "What's This?" Help tool in the Standard toolbar on ArcGIS for Desktop and then click the command or button.
Use this interface to provide context-sensitive help information for your control including button, tool, combo box and multi-item.
Field Summary | |
---|---|
boolean |
noncastable
|
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.IComponentTip |
---|
IID, IIDfd86ed38_01c7_4a41_a72c_5502031aa216, xxDummy |
Constructor Summary | |
---|---|
|
IComponentTipProxy()
|
|
IComponentTipProxy(Object obj)
|
protected |
IComponentTipProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getHeading()
Heading for Tip. |
int |
getImage()
The image for the Tip. |
String |
getTip()
The body of text of the tip. |
void |
removeListener(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public IComponentTipProxy()
public IComponentTipProxy(Object obj) throws IOException
IOException
protected IComponentTipProxy(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 String getHeading() throws IOException, AutomationException
getHeading
in interface IComponentTip
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTip() throws IOException, AutomationException
getTip
in interface IComponentTip
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImage() throws IOException, AutomationException
getImage
in interface IComponentTip
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 |