com.esri.arcgis.display
Interface IStyleGalleryStorage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStyleGalleryStorageProxy, ServerStyleGallery, StyleGallery

public interface IStyleGalleryStorage
extends java.io.Serializable

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

Description: 'Provides 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 IID001d15b3_0f79_11d2_adfe_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addFile(java.lang.String path)
          Adds a file to the Style Gallery.
 java.lang.String getDefaultStylePath()
          The default file path for searching for standard styles.
 java.lang.String getFile(int index)
          The file at the given index.
 int getFileCount()
          The number of files in the Style Gallery.
 java.lang.String getTargetFile()
          The target output file for adding, updating and removing items.
 boolean isCanUpdate(java.lang.String path)
          Indicates if the specified file can be updated.
 void removeFile(java.lang.String path)
          Removes a file from the Style Gallery.
 void setTargetFile(java.lang.String path)
          The target output file for adding, updating and removing items.
 

Field Detail

IID001d15b3_0f79_11d2_adfe_080009ec732a

static final int IID001d15b3_0f79_11d2_adfe_080009ec732a
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

getFileCount

int getFileCount()
                 throws java.io.IOException,
                        AutomationException
The number of files in the Style Gallery.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFile

java.lang.String getFile(int index)
                         throws java.io.IOException,
                                AutomationException
The file at the given index.

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

isCanUpdate

boolean isCanUpdate(java.lang.String path)
                    throws java.io.IOException,
                           AutomationException
Indicates if the specified file can be updated.

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

getTargetFile

java.lang.String getTargetFile()
                               throws java.io.IOException,
                                      AutomationException
The target output file for adding, updating and removing items.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetFile

void setTargetFile(java.lang.String path)
                   throws java.io.IOException,
                          AutomationException
The target output file for adding, updating and removing items.

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

addFile

void addFile(java.lang.String path)
             throws java.io.IOException,
                    AutomationException
Adds a file to the Style Gallery.

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

removeFile

void removeFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Removes a file from the Style Gallery.

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

getDefaultStylePath

java.lang.String getDefaultStylePath()
                                     throws java.io.IOException,
                                            AutomationException
The default file path for searching for standard styles.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.