com.esri.arcgis.framework
Interface ISymbolPickerDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISymbolPickerDialogProxy, SymbolPickerDialog

public interface ISymbolPickerDialog
extends java.io.Serializable

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

Description: 'Provides access to the SymbolPicker 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 IID5c8df895_d553_41f2_b5d3_2703efe0b07a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int hWndParent)
          Shows modal version of dialog.
 int getSelectedChar()
          The Selected unicode Character.
 java.lang.String getSelectedFontName()
          The name of the Selected Font.
 void setSelectedChar(int iCharUnicode)
          The Selected unicode Character.
 void setSelectedFontName(java.lang.String fontFaceName)
          The name of the Selected Font.
 

Field Detail

IID5c8df895_d553_41f2_b5d3_2703efe0b07a

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

getSelectedFontName

java.lang.String getSelectedFontName()
                                     throws java.io.IOException,
                                            AutomationException
The name of the Selected Font.

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

setSelectedFontName

void setSelectedFontName(java.lang.String fontFaceName)
                         throws java.io.IOException,
                                AutomationException
The name of the Selected Font.

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

getSelectedChar

int getSelectedChar()
                    throws java.io.IOException,
                           AutomationException
The Selected unicode Character.

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

setSelectedChar

void setSelectedChar(int iCharUnicode)
                     throws java.io.IOException,
                            AutomationException
The Selected unicode Character.

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

doModal

boolean doModal(int hWndParent)
                throws java.io.IOException,
                       AutomationException
Shows modal version of dialog.

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