com.esri.arcgis.display
Interface IStyleGalleryItem

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

public interface IStyleGalleryItem
extends java.io.Serializable

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

Description: 'Provides access to members that define 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 IIDac0e9825_91cb_11d1_8813_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCategory()
          The category of the item.
 int getID()
          Id for the item in the Style Gallery.
 java.lang.Object getItem()
          The symbol or map element to be stored in the Style Gallery item.
 java.lang.String getName()
          The name of the item in the Style Gallery.
 void setCategory(java.lang.String category)
          The category of the item.
 void setItem(java.lang.Object item)
          The symbol or map element to be stored in the Style Gallery item.
 void setName(java.lang.String name)
          The name of the item in the Style Gallery.
 

Field Detail

IIDac0e9825_91cb_11d1_8813_080009ec732a

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
Id for the item in the Style Gallery.

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

getItem

java.lang.Object getItem()
                         throws java.io.IOException,
                                AutomationException
The symbol or map element to be stored in the Style Gallery item.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItem

void setItem(java.lang.Object item)
             throws java.io.IOException,
                    AutomationException
The symbol or map element to be stored in the Style Gallery item.

Parameters:
item - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the item in the Style Gallery.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the item in the Style Gallery.

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

getCategory

java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
The category of the item.

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

setCategory

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

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