com.esri.arcgis.display
Interface IStyleGalleryStorageAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStyleGalleryStorageAdminProxy

public interface IStyleGalleryStorageAdmin
extends java.io.Serializable

COM Interface 'IStyleGalleryStorageAdmin'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Private access to members that manage the files used in the Style Gallery.' 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 IID8e195081_82a9_468e_a7f9_977ccdfe11b6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addFileReadOnly(java.lang.String name)
          Adds a file to the Style Gallery with read-only access.
 

Field Detail

IID8e195081_82a9_468e_a7f9_977ccdfe11b6

static final int IID8e195081_82a9_468e_a7f9_977ccdfe11b6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addFileReadOnly

void addFileReadOnly(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
Adds a file to the Style Gallery with read-only access.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.