com.esri.arcgis.systemUI
Interface IComponentTip

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IComponentTipProxy, InternalButtonComponentTip, InternalComboBoxComponentTip, InternalToolComponentTip

public interface IComponentTip
extends java.io.Serializable


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfd86ed38_01c7_4a41_a72c_5502031aa216
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getHeading()
          Heading for Tip.
 int getImage()
          The image for the Tip.
 java.lang.String getTip()
          The body of text of the tip.
 

Field Detail

IIDfd86ed38_01c7_4a41_a72c_5502031aa216

static final int IIDfd86ed38_01c7_4a41_a72c_5502031aa216
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHeading

java.lang.String getHeading()
                            throws java.io.IOException,
                                   AutomationException
Heading for Tip.

Returns:
The heading
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTip

java.lang.String getTip()
                        throws java.io.IOException,
                               AutomationException
The body of text of the tip.

Returns:
The tip
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImage

int getImage()
             throws java.io.IOException,
                    AutomationException
The image for the Tip.

Returns:
The image (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.