|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolbarControl
COM Interface 'IToolbarControl'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the ToolbarControl.' 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 |
DISPID__504_GET_NAME
|
static java.lang.String |
DISPID__504_PUT_NAME
|
static java.lang.String |
DISPID__514_GET_NAME
|
static java.lang.String |
DISPID__514_PUT_NAME
|
static java.lang.String |
DISPID__515_GET_NAME
|
static java.lang.String |
DISPID__520_GET_NAME
|
static java.lang.String |
DISPID__520_PUT_NAME
|
static java.lang.String |
DISPID__521_GET_NAME
|
static java.lang.String |
DISPID__521_PUT_NAME
|
static java.lang.String |
DISPID__522_GET_NAME
|
static java.lang.String |
DISPID__522_PUTREF_NAME
|
static java.lang.String |
DISPID__552_NAME
|
static java.lang.String |
DISPID_1_NAME
|
static java.lang.String |
DISPID_10_GET_NAME
|
static java.lang.String |
DISPID_10_PUT_NAME
|
static java.lang.String |
DISPID_11_GET_NAME
|
static java.lang.String |
DISPID_11_PUT_NAME
|
static java.lang.String |
DISPID_12_NAME
|
static java.lang.String |
DISPID_13_GET_NAME
|
static java.lang.String |
DISPID_13_PUTREF_NAME
|
static java.lang.String |
DISPID_14_NAME
|
static java.lang.String |
DISPID_15_GET_NAME
|
static java.lang.String |
DISPID_15_PUT_NAME
|
static java.lang.String |
DISPID_16_GET_NAME
|
static java.lang.String |
DISPID_16_PUT_NAME
|
static java.lang.String |
DISPID_17_GET_NAME
|
static java.lang.String |
DISPID_17_PUT_NAME
|
static java.lang.String |
DISPID_18_NAME
|
static java.lang.String |
DISPID_19_NAME
|
static java.lang.String |
DISPID_2_NAME
|
static java.lang.String |
DISPID_20_NAME
|
static java.lang.String |
DISPID_21_GET_NAME
|
static java.lang.String |
DISPID_21_PUTREF_NAME
|
static java.lang.String |
DISPID_22_GET_NAME
|
static java.lang.String |
DISPID_22_PUT_NAME
|
static java.lang.String |
DISPID_23_NAME
|
static java.lang.String |
DISPID_24_GET_NAME
|
static java.lang.String |
DISPID_24_PUT_NAME
|
static java.lang.String |
DISPID_25_NAME
|
static java.lang.String |
DISPID_26_GET_NAME
|
static java.lang.String |
DISPID_27_GET_NAME
|
static java.lang.String |
DISPID_27_PUT_NAME
|
static java.lang.String |
DISPID_3_NAME
|
static java.lang.String |
DISPID_4_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_GET_NAME
|
static java.lang.String |
DISPID_8_GET_NAME
|
static java.lang.String |
DISPID_8_PUTREF_NAME
|
static java.lang.String |
DISPID_9_GET_NAME
|
static java.lang.String |
DISPID_9_PUT_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb7d4358d_3cbc_11d6_aa09_00104bb6fc1c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
aboutBox()
Displays a dialog of information about the ToolbarControl. |
int |
addItem(java.lang.Object item,
int subType,
int index,
boolean beginGroup,
int groupSpacing,
int style)
Adds an item to the ToolbarControl. |
int |
addMenuItem(java.lang.Object menu,
int index,
boolean beginGroup,
int groupSpacing)
Adds a menu item to the ToolbarControl. |
int |
addToolbarDef(java.lang.Object toolbarDef,
int startIndex,
boolean group,
int groupSpacing,
int style)
Appends the contents of the toolbar definition, specified by Guid or ToolbarDef, to the toolbar control. |
boolean |
esri_isEnabled()
Indicates whether the ToolbarControl can respond to user generated events. |
void |
esri_setEnabled(boolean pbool)
Indicates whether the ToolbarControl can respond to user generated events. |
int |
find(java.lang.Object item)
Returns the index of the first item containing the given command, menu or palette. |
int |
getAppearance()
The appearance of the ToolbarControl. |
int |
getBorderStyle()
The border style of the ToolbarControl. |
java.lang.Object |
getBuddy()
The object that will have its current tool managed by the toolbar. |
ICommandPool |
getCommandPool()
The command pool used by the ToolbarControl to manage command objects. |
int |
getCount()
The number of items on the ToolbarControl. |
ITool |
getCurrentTool()
The current tool of the buddy. |
java.lang.Object |
getCustomProperty()
A property to associate data with a control. |
int |
getHWnd()
Handle to the window associated with the ToolbarControl. |
IToolbarItem |
getItem(int index)
Returns the item at the specified index from the ToolbarControl. |
int |
getItemAppearance()
The appearance of the items on the ToolbarControl. |
void |
getItemRect(int index,
int[] top,
int[] left,
int[] bottom,
int[] right)
Returns the dimensions of the item at the specified index. |
int |
getKeyIntercept()
A property that specifies interception of key strokes that are normally handled by the container. |
Picture |
getMouseIcon()
Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
The mouse pointer displayed over the ToolbarControl. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
IOperationStack |
getOperationStack()
The operation stack used for undo and redo functionality. |
int |
getTextAlignment()
The caption placement for all items on the ToolbarControl. |
int |
getUpdateInterval()
The frequency in millisecs that update method is called on the ToolbarControl. |
int |
hitTest(int x,
int y,
boolean nearest)
Returns the index of the item at the specified x and y coordinates. |
boolean |
isCustomize()
Indicates if the ToolbarControl is in customize mode. |
boolean |
isLargeIcons()
Indicates if large icons are shown on all items on the ToolbarControl. |
boolean |
isMenuTracking()
Indicates if menu tracking is enabled on the ToolbarControl. |
boolean |
isToolTips()
Indicates if the items tooltips are shown. |
void |
moveItem(int startIndex,
int finalIndex)
Moves an item from one index to another. |
void |
remove(int index)
Removes the item at the specified index from the ToolbarControl. |
void |
removeAll()
Removes all items from the ToolbarControl. |
void |
setAppearance(int pappearance)
The appearance of the ToolbarControl. |
void |
setBorderStyle(int pstyle)
The border style of the ToolbarControl. |
void |
setBuddyControl(java.lang.Object pToolbarBuddy)
Sets a control to be a buddy of the toolbar, this control must support IToolbarBuddy. |
void |
setCommandPoolByRef(ICommandPool pVal)
The command pool used by the ToolbarControl to manage command objects. |
void |
setCurrentToolByRef(ITool pVal)
The current tool of the buddy. |
void |
setCustomize(boolean pVal)
Indicates if the ToolbarControl is in customize mode. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with a control. |
void |
setItemAppearance(int pappearance)
The appearance of the items on the ToolbarControl. |
void |
setKeyIntercept(int pVal)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setLargeIcons(boolean pVal)
Indicates if large icons are shown on all items on the ToolbarControl. |
void |
setMenuTracking(boolean pVal)
Indicates if menu tracking is enabled on the ToolbarControl. |
void |
setMouseIconByRef(Picture ppMouseIcon)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int ppointer)
The mouse pointer displayed over the ToolbarControl. |
void |
setOperationStackByRef(IOperationStack operationStack)
The operation stack used for undo and redo functionality. |
void |
setTextAlignment(int pVal)
The caption placement for all items on the ToolbarControl. |
void |
setToolTips(boolean pVal)
Indicates if the items tooltips are shown. |
void |
setUpdateInterval(int pVal)
The frequency in millisecs that update method is called on the ToolbarControl. |
void |
update(int index,
boolean fullUpdate)
Updates the enabled state of the specified item or all items if an index of -1 is specified. |
Field Detail |
---|
static final int IIDb7d4358d_3cbc_11d6_aa09_00104bb6fc1c
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID__504_PUT_NAME
static final java.lang.String DISPID__504_GET_NAME
static final java.lang.String DISPID__514_PUT_NAME
static final java.lang.String DISPID__514_GET_NAME
static final java.lang.String DISPID__520_PUT_NAME
static final java.lang.String DISPID__520_GET_NAME
static final java.lang.String DISPID__521_PUT_NAME
static final java.lang.String DISPID__521_GET_NAME
static final java.lang.String DISPID__522_PUTREF_NAME
static final java.lang.String DISPID__522_GET_NAME
static final java.lang.String DISPID__515_GET_NAME
static final java.lang.String DISPID__552_NAME
static final java.lang.String DISPID_1_NAME
static final java.lang.String DISPID_2_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_GET_NAME
static final java.lang.String DISPID_8_GET_NAME
static final java.lang.String DISPID_8_PUTREF_NAME
static final java.lang.String DISPID_9_GET_NAME
static final java.lang.String DISPID_9_PUT_NAME
static final java.lang.String DISPID_10_GET_NAME
static final java.lang.String DISPID_10_PUT_NAME
static final java.lang.String DISPID_11_GET_NAME
static final java.lang.String DISPID_11_PUT_NAME
static final java.lang.String DISPID_12_NAME
static final java.lang.String DISPID_13_GET_NAME
static final java.lang.String DISPID_13_PUTREF_NAME
static final java.lang.String DISPID_14_NAME
static final java.lang.String DISPID_15_GET_NAME
static final java.lang.String DISPID_15_PUT_NAME
static final java.lang.String DISPID_16_GET_NAME
static final java.lang.String DISPID_16_PUT_NAME
static final java.lang.String DISPID_17_GET_NAME
static final java.lang.String DISPID_17_PUT_NAME
static final java.lang.String DISPID_18_NAME
static final java.lang.String DISPID_19_NAME
static final java.lang.String DISPID_20_NAME
static final java.lang.String DISPID_21_GET_NAME
static final java.lang.String DISPID_21_PUTREF_NAME
static final java.lang.String DISPID_22_GET_NAME
static final java.lang.String DISPID_22_PUT_NAME
static final java.lang.String DISPID_23_NAME
static final java.lang.String DISPID_24_GET_NAME
static final java.lang.String DISPID_24_PUT_NAME
static final java.lang.String DISPID_25_NAME
static final java.lang.String DISPID_26_GET_NAME
static final java.lang.String DISPID_27_GET_NAME
static final java.lang.String DISPID_27_PUT_NAME
Method Detail |
---|
void setBorderStyle(int pstyle) throws java.io.IOException, AutomationException
pstyle
- A com.esri.arcgis.controls.esriControlsBorderStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBorderStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_setEnabled(boolean pbool) throws java.io.IOException, AutomationException
pbool
- The pbool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean esri_isEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAppearance(int pappearance) throws java.io.IOException, AutomationException
pappearance
- A com.esri.arcgis.controls.esriControlsAppearance constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAppearance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMousePointer(int ppointer) throws java.io.IOException, AutomationException
ppointer
- 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 getMousePointer() throws java.io.IOException, AutomationException
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.int getHWnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void aboutBox() throws java.io.IOException, AutomationException
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, boolean beginGroup, int groupSpacing, int style) 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)beginGroup
- The beginGroup (in, optional, pass false if not required)groupSpacing
- The groupSpacing (in, optional, pass 0 if not required)style
- A com.esri.arcgis.systemUI.esriCommandStyles constant (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.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 getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(int index, boolean fullUpdate) throws java.io.IOException, AutomationException
index
- The index (in, optional, pass -1 if not required)fullUpdate
- The fullUpdate (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getBuddy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITool getCurrentTool() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentToolByRef(ITool pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.systemUI.ITool (in)
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.int getItemAppearance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItemAppearance(int pappearance) throws java.io.IOException, AutomationException
pappearance
- A com.esri.arcgis.controls.esriControlsAppearance constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpdateInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpdateInterval(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.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.ICommandPool getCommandPool() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommandPoolByRef(ICommandPool pVal) throws java.io.IOException, AutomationException
pVal
- 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.int addToolbarDef(java.lang.Object toolbarDef, int startIndex, boolean group, int groupSpacing, int style) throws java.io.IOException, AutomationException
toolbarDef
- A Variant (in)startIndex
- The startIndex (in, optional, pass -1 if not required)group
- The group (in, optional, pass false if not required)groupSpacing
- The groupSpacing (in, optional, pass 4 if not required)style
- A com.esri.arcgis.systemUI.esriCommandStyles constant (in, optional, pass 1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextAlignment(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.controls.esriToolbarTextAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLargeIcons() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLargeIcons(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.boolean isCustomize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomize(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 moveItem(int startIndex, int finalIndex) throws java.io.IOException, AutomationException
startIndex
- The startIndex (in)finalIndex
- The finalIndex (in, optional, pass -1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int hitTest(int x, int y, boolean nearest) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)nearest
- The nearest (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getItemRect(int index, int[] top, int[] left, int[] bottom, int[] right) throws java.io.IOException, AutomationException
index
- The index (in)top
- The top (in/out: use single element array)left
- The left (in/out: use single element array)bottom
- The bottom (in/out: use single element array)right
- The right (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IOperationStack getOperationStack() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOperationStackByRef(IOperationStack operationStack) throws java.io.IOException, AutomationException
operationStack
- A reference to a com.esri.arcgis.systemUI.IOperationStack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBuddyControl(java.lang.Object pToolbarBuddy) throws java.io.IOException, AutomationException
pToolbarBuddy
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMenuTracking() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMenuTracking(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 addMenuItem(java.lang.Object menu, int index, boolean beginGroup, int groupSpacing) throws java.io.IOException, AutomationException
menu
- A Variant (in)index
- The index (in, optional, pass -1 if not required)beginGroup
- The beginGroup (in, optional, pass false if not required)groupSpacing
- The groupSpacing (in, optional, pass 4 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getKeyIntercept() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeyIntercept(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |