com.esri.arcgis.display
Class IStyleGalleryClass2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IStyleGalleryClass2Proxy
All Implemented Interfaces:
IStyleGalleryClass2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IStyleGalleryClass2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the Style Gallery Class.' 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 IStyleGalleryClass2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IStyleGalleryClass2, 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.display.IStyleGalleryClass2
IID, IID80d91e03_4a43_4659_82b4_cd80d5608003
 
Constructor Summary
  IStyleGalleryClass2Proxy()
          Deprecated. For internal use only
  IStyleGalleryClass2Proxy(java.lang.Object obj)
          Deprecated.  
protected IStyleGalleryClass2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IStyleGalleryClass2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IStyleGalleryClass2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void editProperties(java.lang.Object[] galleryItem, IComPropertySheetEvents listener, int hWnd, boolean[] ok)
          Deprecated. Edits the properties of a Style Gallery Item of the supported class.
 java.lang.String getDescription()
          Deprecated. Description for the Style Gallery Class.
 java.lang.String getDisplayName()
          Deprecated. Display name of the Style Gallery Class.
 GUID getItemClass()
          Deprecated. Interface ID for the items in the class.
 java.lang.String getName()
          Deprecated. Name of the Style Gallery Class (as in the stle file).
 java.lang.Object getNewObject(java.lang.String newType)
          Deprecated. Creates a new object of the specified type.
 IEnumBSTR getNewObjectTypes()
          Deprecated. The available types of new items in this class.
 double getPreviewRatio()
          Deprecated. The width ratio to 1 height.
 void preview(java.lang.Object galleryItem, int hDC, tagRECT rectangle)
          Deprecated. Draws a preview of a Style Gallery Item of the supported class.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IStyleGalleryClass2Proxy

public IStyleGalleryClass2Proxy(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

IStyleGalleryClass2Proxy

public IStyleGalleryClass2Proxy()
Deprecated. 
For internal use only


IStyleGalleryClass2Proxy

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

IStyleGalleryClass2Proxy

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

IStyleGalleryClass2Proxy

protected IStyleGalleryClass2Proxy(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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the Style Gallery Class (as in the stle file).

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Description for the Style Gallery Class.

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

getItemClass

public GUID getItemClass()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Interface ID for the items in the class.

Specified by:
getItemClass in interface IStyleGalleryClass2
Returns:
A Structure: com.esri.arcgis.support.ms.stdole.GUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNewObjectTypes

public IEnumBSTR getNewObjectTypes()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The available types of new items in this class.

Specified by:
getNewObjectTypes in interface IStyleGalleryClass2
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNewObject

public java.lang.Object getNewObject(java.lang.String newType)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Creates a new object of the specified type.

Specified by:
getNewObject in interface IStyleGalleryClass2
Parameters:
newType - The newType (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPreviewRatio

public double getPreviewRatio()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The width ratio to 1 height.

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

preview

public void preview(java.lang.Object galleryItem,
                    int hDC,
                    tagRECT rectangle)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Draws a preview of a Style Gallery Item of the supported class.

Specified by:
preview in interface IStyleGalleryClass2
Parameters:
galleryItem - A reference to another Object (IUnknown) (in)
hDC - The hDC (A COM typedef) (in)
rectangle - A Structure: com.esri.arcgis.system.tagRECT (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

editProperties

public void editProperties(java.lang.Object[] galleryItem,
                           IComPropertySheetEvents listener,
                           int hWnd,
                           boolean[] ok)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Edits the properties of a Style Gallery Item of the supported class.

Specified by:
editProperties in interface IStyleGalleryClass2
Parameters:
galleryItem - A reference to another Object (IUnknown) (in)
listener - A reference to a com.esri.arcgis.systemUI.IComPropertySheetEvents (in)
hWnd - The hWnd (A COM typedef) (in)
ok - The ok (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Display name of the Style Gallery Class.

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