com.esri.arcgis.systemUI
Interface IToolPalette

All Superinterfaces:
Serializable
All Known Implementing Classes:
InternalToolPalette, IToolPaletteProxy

public interface IToolPalette
extends Serializable


Field Summary
static String IID
          Deprecated. Internal use only
static int IID5678b14a_102b_493f_badb_1a83ae8a3830
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPaletteColumns()
          The Number of Columns to display
 String getPaletteItem(int pos)
          The CLSID for the item on this menu at the specified index.
 int getPaletteItemCount()
          The number of items in this menu.
 boolean isMenuStyle()
          The menu style
 boolean isTearOff()
          The tearoff style
 

Field Detail

IID5678b14a_102b_493f_badb_1a83ae8a3830

static final int IID5678b14a_102b_493f_badb_1a83ae8a3830
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

getPaletteItemCount

int getPaletteItemCount()
                        throws IOException,
                               AutomationException
The number of items in this menu.

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

getPaletteItem

String getPaletteItem(int pos)
                      throws IOException,
                             AutomationException
The CLSID for the item on this menu at the specified index.

Parameters:
pos - The pos (in)
Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPaletteColumns

int getPaletteColumns()
                      throws IOException,
                             AutomationException
The Number of Columns to display

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

isMenuStyle

boolean isMenuStyle()
                    throws IOException,
                           AutomationException
The menu style

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

isTearOff

boolean isTearOff()
                  throws IOException,
                         AutomationException
The tearoff style

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