com.esri.arcgis.addinframework
Class InternalToolComponentTip
java.lang.Object
com.esri.arcgis.addinframework.AddIn
com.esri.arcgis.addinframework.InternalButton
com.esri.arcgis.addinframework.InternalTool
com.esri.arcgis.addinframework.InternalToolComponentTip
- All Implemented Interfaces:
- ICommand, IComponentTip, ITool, java.io.Serializable
public class InternalToolComponentTip
- extends InternalTool
- implements IComponentTip
- See Also:
- Serialized Form
Methods inherited from class com.esri.arcgis.addinframework.InternalTool |
activate, deactivate, keyPressed, keyReleased, mouseMoved, mousePressed, mouseReleased, onContextMenu, onDoubleClick, refresh, seed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalToolComponentTip
public InternalToolComponentTip()
setParameters
public void setParameters(IAddInRecord record,
IFactoryHook factoryHook)
- Overrides:
setParameters
in class InternalTool
getHeading
public java.lang.String getHeading()
throws java.io.IOException,
AutomationException
- Heading for Tip.
- Specified by:
getHeading
in interface IComponentTip
- Returns:
- The heading
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getImage
public int getImage()
throws java.io.IOException,
AutomationException
- The image for the Tip.
- Specified by:
getImage
in interface IComponentTip
- Returns:
- The image (A COM typedef)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getTip
public java.lang.String getTip()
throws java.io.IOException,
AutomationException
- The body of text of the tip.
- Specified by:
getTip
in interface IComponentTip
- Returns:
- The tip
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.