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