com.esri.arcgis.systemUI
Interface IComponentTip

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

public interface IComponentTip
extends Serializable


Field Summary
static String IID
          Deprecated. Internal use only
static int IIDfd86ed38_01c7_4a41_a72c_5502031aa216
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 String getHeading()
          Heading for Tip.
 int getImage()
          The image for the Tip.
 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 String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHeading

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

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

getTip

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

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

getImage

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

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