com.esri.arcgis.addinframework
Class InternalComboBoxComponentTip
java.lang.Object
com.esri.arcgis.addinframework.AddIn
com.esri.arcgis.addinframework.InternalButton
com.esri.arcgis.addinframework.InternalComboBox
com.esri.arcgis.addinframework.InternalComboBoxComponentTip
- All Implemented Interfaces:
- IComboBox, ICommand, IComponentTip, Serializable
public class InternalComboBoxComponentTip
- extends InternalComboBox
- implements IComponentTip
- See Also:
- Serialized Form
Methods inherited from class com.esri.arcgis.addinframework.InternalComboBox |
getDropDownHeight, getDropDownWidth, getHintText, getWidth, isEditable, isShowCaption, onClick, onCreate, onEditChange, onEnter, onFocus, onSelChange, seed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalComboBoxComponentTip
public InternalComboBoxComponentTip()
setParameters
public void setParameters(IAddInRecord record,
IFactoryHook factoryHook)
- Overrides:
setParameters
in class InternalComboBox
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.