|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolBarDef
Field Summary | |
---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IID61b318f0_cda0_11d1_b9a8_080009ee4e51
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
String |
getCaption()
The caption of this toolbar. |
int |
getItemCount()
The number of items in this toolbar. |
void |
getItemInfo(int pos,
IItemDef itemDef)
The CLSID for the item on this toolbar at the specified index. |
String |
getName()
The name of this toolbar. |
Field Detail |
---|
static final int IID61b318f0_cda0_11d1_b9a8_080009ee4e51
static final int xxDummy
static final String IID
Method Detail |
---|
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.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCaption() throws IOException, AutomationException
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 |