com.esri.arcgis.controls
Class IToolbarPaletteProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.controls.IToolbarPaletteProxy
All Implemented Interfaces:
IToolbarPalette, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IToolbarPaletteProxy
extends com.esri.arcgis.interop.Dispatch
implements IToolbarPalette, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IToolbarPaletteProxy

public IToolbarPaletteProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IToolbarPaletteProxy

public IToolbarPaletteProxy()
Deprecated. 
For internal use only


IToolbarPaletteProxy

public IToolbarPaletteProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IToolbarPaletteProxy

protected IToolbarPaletteProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IToolbarPaletteProxy

protected IToolbarPaletteProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCommandPoolByRef

public void setCommandPoolByRef(ICommandPool ppCommandPool)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The CommandPool used by the ToolbarPalette.

Specified by:
setCommandPoolByRef in interface IToolbarPalette
Parameters:
ppCommandPool - A reference to a com.esri.arcgis.controls.ICommandPool (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCommandPool

public ICommandPool getCommandPool()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The CommandPool used by the ToolbarPalette.

Specified by:
getCommandPool in interface IToolbarPalette
Returns:
A reference to a com.esri.arcgis.controls.ICommandPool
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

popupPalette

public void popupPalette(int x,
                         int y,
                         int hWndParent)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Pops up the ToolbarPalette at the position specified.

Specified by:
popupPalette in interface IToolbarPalette
Parameters:
x - The x (in)
y - The y (in)
hWndParent - The hWndParent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHook

public void setHook(java.lang.Object hook)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Sets the object that is passed as a hook to the OnCreate event of each item's command.

Specified by:
setHook in interface IToolbarPalette
Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHook

public java.lang.Object getHook()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The object that is passed as a hook to the OnCreate event of each item's command.

Specified by:
getHook in interface IToolbarPalette
Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveItem

public void moveItem(int startIndex,
                     int finalIndex)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Moves an item from one index to another.

Specified by:
moveItem in interface IToolbarPalette
Parameters:
startIndex - The startIndex (in)
finalIndex - The finalIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addItem

public int addItem(java.lang.Object item,
                   int subType,
                   int index)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Adds an item to the ToolbarPalette.

Specified by:
addItem in interface IToolbarPalette
Parameters:
item - A Variant (in)
subType - The subType (in, optional, pass 0 if not required)
index - The index (in, optional, pass -1 if not required)
Returns:
The insertIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Removes the item at the specified index from the ToolbarPalette.

Specified by:
remove in interface IToolbarPalette
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes all items from the ToolbarPalette.

Specified by:
removeAll in interface IToolbarPalette
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCaption

public void setCaption(java.lang.String pVal)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The caption used by the ToolbarPalette.

Specified by:
setCaption in interface IToolbarPalette
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCaption

public java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The caption used by the ToolbarPalette.

Specified by:
getCaption in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The number of items on the ToolbarPalette.

Specified by:
getCount in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveItem

public IToolbarItem getActiveItem()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The palette item currently displayed on the ToolbarControl.

Specified by:
getActiveItem in interface IToolbarPalette
Returns:
A reference to a com.esri.arcgis.controls.IToolbarItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isToolTips

public boolean isToolTips()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the items tooltips are shown.

Specified by:
isToolTips in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolTips

public void setToolTips(boolean pVal)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the items tooltips are shown.

Specified by:
setToolTips in interface IToolbarPalette
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItem

public IToolbarItem getItem(int index)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns the item at the specified index from the ToolbarPalette.

Specified by:
getItem in interface IToolbarPalette
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.controls.IToolbarItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

public int find(java.lang.Object item)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Returns the index of the first item containing the given command. Returns -1 if it is not found.

Specified by:
find in interface IToolbarPalette
Parameters:
item - A Variant (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomize

public void setCustomize(boolean newVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the ToolbarPalette is in customize mode.

Specified by:
setCustomize in interface IToolbarPalette
Parameters:
newVal - The newVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCustomize

public boolean isCustomize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the ToolbarPalette is in customize mode.

Specified by:
isCustomize in interface IToolbarPalette
Returns:
The newVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isThemedDrawing

public boolean isThemedDrawing()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the ToolbarPalette uses themed drawing.

Specified by:
isThemedDrawing in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThemedDrawing

public void setThemedDrawing(boolean pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the ToolbarPalette uses themed drawing.

Specified by:
setThemedDrawing in interface IToolbarPalette
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMousePointer

public int getMousePointer()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The mouse pointer displayed over the ToolbarPalette.

Specified by:
getMousePointer in interface IToolbarPalette
Returns:
A com.esri.arcgis.controls.esriControlsMousePointer constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMousePointer

public void setMousePointer(int pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The mouse pointer displayed over the ToolbarPalette.

Specified by:
setMousePointer in interface IToolbarPalette
Parameters:
pVal - A com.esri.arcgis.controls.esriControlsMousePointer constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIconSize

public int getIconSize()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates the size in pixels of icons displayed on the ToolbarPalette.

Specified by:
getIconSize in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIconSize

public void setIconSize(int pVal)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates the size in pixels of icons displayed on the ToolbarPalette.

Specified by:
setIconSize in interface IToolbarPalette
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAlignLeft

public boolean isAlignLeft()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the ToolbarPalette displays aligned to the left or right.

Specified by:
isAlignLeft in interface IToolbarPalette
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlignLeft

public void setAlignLeft(boolean pVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the ToolbarPalette displays aligned to the left or right.

Specified by:
setAlignLeft in interface IToolbarPalette
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMouseIconByRef

public void setMouseIconByRef(Picture ppMouseIcon)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Custom mouse icon used if MousePointer is 99.

Specified by:
setMouseIconByRef in interface IToolbarPalette
Parameters:
ppMouseIcon - A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMouseIcon

public Picture getMouseIcon()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Custom mouse icon used if MousePointer is 99.

Specified by:
getMouseIcon in interface IToolbarPalette
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.