|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolbarPalette
COM Interface 'IToolbarPalette'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control palette items.' 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 |
IID3a7ec31f_ea85_4b2b_9a29_f9505c0265a4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
addItem(java.lang.Object item,
int subType,
int index)
Adds an item to the ToolbarPalette. |
int |
find(java.lang.Object item)
Returns the index of the first item containing the given command. |
IToolbarItem |
getActiveItem()
The palette item currently displayed on the ToolbarControl. |
java.lang.String |
getCaption()
The caption used by the ToolbarPalette. |
ICommandPool |
getCommandPool()
The CommandPool used by the ToolbarPalette. |
int |
getCount()
The number of items on the ToolbarPalette. |
java.lang.Object |
getHook()
The object that is passed as a hook to the OnCreate event of each item's command. |
int |
getIconSize()
Indicates the size in pixels of icons displayed on the ToolbarPalette. |
IToolbarItem |
getItem(int index)
Returns the item at the specified index from the ToolbarPalette. |
Picture |
getMouseIcon()
Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
The mouse pointer displayed over the ToolbarPalette. |
boolean |
isAlignLeft()
Indicates if the ToolbarPalette displays aligned to the left or right. |
boolean |
isCustomize()
Indicates if the ToolbarPalette is in customize mode. |
boolean |
isThemedDrawing()
Indicates if the ToolbarPalette uses themed drawing. |
boolean |
isToolTips()
Indicates if the items tooltips are shown. |
void |
moveItem(int startIndex,
int finalIndex)
Moves an item from one index to another. |
void |
popupPalette(int x,
int y,
int hWndParent)
Pops up the ToolbarPalette at the position specified. |
void |
remove(int index)
Removes the item at the specified index from the ToolbarPalette. |
void |
removeAll()
Removes all items from the ToolbarPalette. |
void |
setAlignLeft(boolean pVal)
Indicates if the ToolbarPalette displays aligned to the left or right. |
void |
setCaption(java.lang.String pVal)
The caption used by the ToolbarPalette. |
void |
setCommandPoolByRef(ICommandPool ppCommandPool)
The CommandPool used by the ToolbarPalette. |
void |
setCustomize(boolean newVal)
Indicates if the ToolbarPalette is in customize mode. |
void |
setHook(java.lang.Object hook)
Sets the object that is passed as a hook to the OnCreate event of each item's command. |
void |
setIconSize(int pVal)
Indicates the size in pixels of icons displayed on the ToolbarPalette. |
void |
setMouseIconByRef(Picture ppMouseIcon)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int pVal)
The mouse pointer displayed over the ToolbarPalette. |
void |
setThemedDrawing(boolean pVal)
Indicates if the ToolbarPalette uses themed drawing. |
void |
setToolTips(boolean pVal)
Indicates if the items tooltips are shown. |
Field Detail |
---|
static final int IID3a7ec31f_ea85_4b2b_9a29_f9505c0265a4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCommandPoolByRef(ICommandPool ppCommandPool) throws java.io.IOException, AutomationException
ppCommandPool
- A reference to a com.esri.arcgis.controls.ICommandPool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICommandPool getCommandPool() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void popupPalette(int x, int y, int hWndParent) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)hWndParent
- The hWndParent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHook(java.lang.Object hook) throws java.io.IOException, AutomationException
hook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getHook() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveItem(int startIndex, int finalIndex) throws java.io.IOException, AutomationException
startIndex
- The startIndex (in)finalIndex
- The finalIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int addItem(java.lang.Object item, int subType, int index) throws java.io.IOException, AutomationException
item
- A Variant (in)subType
- The subType (in, optional, pass 0 if not required)index
- The index (in, optional, pass -1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCaption(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCaption() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IToolbarItem getActiveItem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isToolTips() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolTips(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IToolbarItem getItem(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int find(java.lang.Object item) throws java.io.IOException, AutomationException
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomize(boolean newVal) throws java.io.IOException, AutomationException
newVal
- The newVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCustomize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isThemedDrawing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThemedDrawing(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMousePointer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMousePointer(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.controls.esriControlsMousePointer constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIconSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIconSize(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlignLeft() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignLeft(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMouseIconByRef(Picture ppMouseIcon) throws java.io.IOException, AutomationException
ppMouseIcon
- A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Picture getMouseIcon() throws java.io.IOException, AutomationException
java.io.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 |