com.esri.arcgis.framework
Interface IStyleSelector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BackgroundSelector, BorderSelector, IStyleSelectorProxy, LabelStyleSelector, LegendItemSelector, MapGridSelector, MaplexLabelStyleSelector, NorthArrowSelector, ScaleBarSelector, ScaleTextSelector, ShadowSelector

public interface IStyleSelector
extends java.io.Serializable

COM Interface 'IStyleSelector'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that work with the style selector dialog.' 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 IIDc98e418d_78e7_11d2_87d4_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean addStyle(java.lang.Object style)
          Specifies the original style.
 boolean doModal(int parentHWnd)
          Shows the style selector dialog.
 java.lang.Object getStyle(int index)
          Returns the updated style.
 

Field Detail

IIDc98e418d_78e7_11d2_87d4_0000f8751720

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

addStyle

boolean addStyle(java.lang.Object style)
                 throws java.io.IOException,
                        AutomationException
Specifies the original style. May specify more than one.

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

getStyle

java.lang.Object getStyle(int index)
                          throws java.io.IOException,
                                 AutomationException
Returns the updated style. Index is required when more than one style was originally added.

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

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the style selector dialog.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.