|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolPalette
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 |
---|
static final int IID5678b14a_102b_493f_badb_1a83ae8a3830
static final int xxDummy
static final String IID
Method Detail |
---|
int getPaletteItemCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPaletteItem(int pos) throws IOException, AutomationException
pos
- The pos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPaletteColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMenuStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTearOff() 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 |