com.esri.arcgis.systemUI
Interface IPaletteDef

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ControlsInkEraserPalette, ControlsInkHighlightPalette, ControlsInkPenPalette, IPaletteDefProxy

public interface IPaletteDef
extends java.io.Serializable

COM Interface 'IPaletteDef'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that define a ToolbarPalette.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1db60dbd_ab2b_4d46_a2ee_f2fa3c5b55fb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCaption()
          The caption of this palette.
 int getItemCount()
          The number of items on this palette.
 void getItemInfo(int pos, IItemDef itemDef)
          The CLSID for the item on this palette at the specified index.
 java.lang.String getName()
          The name of this palette.
 

Field Detail

IID1db60dbd_ab2b_4d46_a2ee_f2fa3c5b55fb

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

getCaption

java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
The caption of this palette.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of this palette.

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

getItemCount

int getItemCount()
                 throws java.io.IOException,
                        AutomationException
The number of items on this palette.

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

getItemInfo

void getItemInfo(int pos,
                 IItemDef itemDef)
                 throws java.io.IOException,
                        AutomationException
The CLSID for the item on this palette at the specified index.

Parameters:
pos - The pos (in)
itemDef - A reference to a com.esri.arcgis.systemUI.IItemDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.