|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPaletteDef
Provides access to members that define a ToolbarPalette.
IPaletteDef is supported by the ToolbarPalette which can be hosted on a ToolbarControl, but this is not supported on ArcGIS Desktop application toolbars (ArcMap, ArcCatalog, ArcScene, ArcGlobe).
Method Summary | |
---|---|
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. |
String |
getName()
The name of this palette. |
Method Detail |
---|
String getCaption() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getItemInfo(int pos, IItemDef itemDef) throws IOException, AutomationException
pos
- The pos (in)itemDef
- A reference to a com.esri.arcgis.systemUI.IItemDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |