|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.IToolbarPaletteProxy
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 =
public class IToolbarPaletteProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.controls.IToolbarPalette |
---|
IID, IID3a7ec31f_ea85_4b2b_9a29_f9505c0265a4 |
Constructor Summary | |
---|---|
|
IToolbarPaletteProxy()
Deprecated. For internal use only |
|
IToolbarPaletteProxy(java.lang.Object obj)
Deprecated. |
protected |
IToolbarPaletteProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IToolbarPaletteProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IToolbarPaletteProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
int |
addItem(java.lang.Object item,
int subType,
int index)
Deprecated. Adds an item to the ToolbarPalette. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
find(java.lang.Object item)
Deprecated. Returns the index of the first item containing the given command. |
IToolbarItem |
getActiveItem()
Deprecated. The palette item currently displayed on the ToolbarControl. |
java.lang.String |
getCaption()
Deprecated. The caption used by the ToolbarPalette. |
ICommandPool |
getCommandPool()
Deprecated. The CommandPool used by the ToolbarPalette. |
int |
getCount()
Deprecated. The number of items on the ToolbarPalette. |
java.lang.Object |
getHook()
Deprecated. The object that is passed as a hook to the OnCreate event of each item's command. |
int |
getIconSize()
Deprecated. Indicates the size in pixels of icons displayed on the ToolbarPalette. |
IToolbarItem |
getItem(int index)
Deprecated. Returns the item at the specified index from the ToolbarPalette. |
Picture |
getMouseIcon()
Deprecated. Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
Deprecated. The mouse pointer displayed over the ToolbarPalette. |
boolean |
isAlignLeft()
Deprecated. Indicates if the ToolbarPalette displays aligned to the left or right. |
boolean |
isCustomize()
Deprecated. Indicates if the ToolbarPalette is in customize mode. |
boolean |
isThemedDrawing()
Deprecated. Indicates if the ToolbarPalette uses themed drawing. |
boolean |
isToolTips()
Deprecated. Indicates if the items tooltips are shown. |
void |
moveItem(int startIndex,
int finalIndex)
Deprecated. Moves an item from one index to another. |
void |
popupPalette(int x,
int y,
int hWndParent)
Deprecated. Pops up the ToolbarPalette at the position specified. |
void |
remove(int index)
Deprecated. Removes the item at the specified index from the ToolbarPalette. |
void |
removeAll()
Deprecated. Removes all items from the ToolbarPalette. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAlignLeft(boolean pVal)
Deprecated. Indicates if the ToolbarPalette displays aligned to the left or right. |
void |
setCaption(java.lang.String pVal)
Deprecated. The caption used by the ToolbarPalette. |
void |
setCommandPoolByRef(ICommandPool ppCommandPool)
Deprecated. The CommandPool used by the ToolbarPalette. |
void |
setCustomize(boolean newVal)
Deprecated. Indicates if the ToolbarPalette is in customize mode. |
void |
setHook(java.lang.Object hook)
Deprecated. Sets the object that is passed as a hook to the OnCreate event of each item's command. |
void |
setIconSize(int pVal)
Deprecated. Indicates the size in pixels of icons displayed on the ToolbarPalette. |
void |
setMouseIconByRef(Picture ppMouseIcon)
Deprecated. Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int pVal)
Deprecated. The mouse pointer displayed over the ToolbarPalette. |
void |
setThemedDrawing(boolean pVal)
Deprecated. Indicates if the ToolbarPalette uses themed drawing. |
void |
setToolTips(boolean pVal)
Deprecated. Indicates if the items tooltips are shown. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IToolbarPaletteProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IToolbarPaletteProxy()
public IToolbarPaletteProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IToolbarPaletteProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IToolbarPaletteProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setCommandPoolByRef(ICommandPool ppCommandPool) throws java.io.IOException, AutomationException
setCommandPoolByRef
in interface IToolbarPalette
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.public ICommandPool getCommandPool() throws java.io.IOException, AutomationException
getCommandPool
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void popupPalette(int x, int y, int hWndParent) throws java.io.IOException, AutomationException
popupPalette
in interface IToolbarPalette
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.public void setHook(java.lang.Object hook) throws java.io.IOException, AutomationException
setHook
in interface IToolbarPalette
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.public java.lang.Object getHook() throws java.io.IOException, AutomationException
getHook
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveItem(int startIndex, int finalIndex) throws java.io.IOException, AutomationException
moveItem
in interface IToolbarPalette
startIndex
- The startIndex (in)finalIndex
- The finalIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int addItem(java.lang.Object item, int subType, int index) throws java.io.IOException, AutomationException
addItem
in interface IToolbarPalette
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.public void remove(int index) throws java.io.IOException, AutomationException
remove
in interface IToolbarPalette
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCaption(java.lang.String pVal) throws java.io.IOException, AutomationException
setCaption
in interface IToolbarPalette
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCaption() throws java.io.IOException, AutomationException
getCaption
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IToolbarItem getActiveItem() throws java.io.IOException, AutomationException
getActiveItem
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isToolTips() throws java.io.IOException, AutomationException
isToolTips
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToolTips(boolean pVal) throws java.io.IOException, AutomationException
setToolTips
in interface IToolbarPalette
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IToolbarItem getItem(int index) throws java.io.IOException, AutomationException
getItem
in interface IToolbarPalette
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int find(java.lang.Object item) throws java.io.IOException, AutomationException
find
in interface IToolbarPalette
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomize(boolean newVal) throws java.io.IOException, AutomationException
setCustomize
in interface IToolbarPalette
newVal
- The newVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCustomize() throws java.io.IOException, AutomationException
isCustomize
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isThemedDrawing() throws java.io.IOException, AutomationException
isThemedDrawing
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThemedDrawing(boolean pVal) throws java.io.IOException, AutomationException
setThemedDrawing
in interface IToolbarPalette
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMousePointer() throws java.io.IOException, AutomationException
getMousePointer
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMousePointer(int pVal) throws java.io.IOException, AutomationException
setMousePointer
in interface IToolbarPalette
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.public int getIconSize() throws java.io.IOException, AutomationException
getIconSize
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIconSize(int pVal) throws java.io.IOException, AutomationException
setIconSize
in interface IToolbarPalette
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlignLeft() throws java.io.IOException, AutomationException
isAlignLeft
in interface IToolbarPalette
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlignLeft(boolean pVal) throws java.io.IOException, AutomationException
setAlignLeft
in interface IToolbarPalette
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMouseIconByRef(Picture ppMouseIcon) throws java.io.IOException, AutomationException
setMouseIconByRef
in interface IToolbarPalette
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.public Picture getMouseIcon() throws java.io.IOException, AutomationException
getMouseIcon
in interface IToolbarPalette
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 |