com.esri.arcgis.display
Interface IStyleGalleryItem2

All Superinterfaces:
IStyleGalleryItem, java.io.Serializable
All Known Subinterfaces:
IStyleGalleryItem3
All Known Implementing Classes:
IStyleGalleryItem2Proxy, IStyleGalleryItem3Proxy, ServerStyleGalleryItem, StyleGalleryItem

public interface IStyleGalleryItem2
extends IStyleGalleryItem, java.io.Serializable

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

Description: 'Provides access to members that describe items 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 IID6bf1d82d_fe60_4639_a7f6_39c9a223cdb0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IStyleGalleryItem
IIDac0e9825_91cb_11d1_8813_080009ec732a
 
Method Summary
 java.lang.String getTags()
          The tags of the item.
 void setTags(java.lang.String tags)
          The tags of the item.
 
Methods inherited from interface com.esri.arcgis.display.IStyleGalleryItem
getCategory, getID, getItem, getName, setCategory, setItem, setName
 

Field Detail

IID6bf1d82d_fe60_4639_a7f6_39c9a223cdb0

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

getTags

java.lang.String getTags()
                         throws java.io.IOException,
                                AutomationException
The tags of the item.

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

setTags

void setTags(java.lang.String tags)
             throws java.io.IOException,
                    AutomationException
The tags of the item.

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