|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStyleGalleryStorage
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 |
|---|
static final int IID001d15b3_0f79_11d2_adfe_080009ec732a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getFileCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFile(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCanUpdate(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTargetFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetFile(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFile(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeFile(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDefaultStylePath()
throws java.io.IOException,
AutomationException
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 | ||||||||