com.esri.arcgis.cartoUI
Interface IMaplexDictionaryDialog2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexDictionaryDialog2Proxy, MaplexDictionaryDialog

public interface IMaplexDictionaryDialog2
extends java.io.Serializable

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

Description: 'Provides access to members that control the Maplex Dictionary 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 IIDfe327aea_66ea_87cb_bdd1_85d3f1ab2010
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(boolean readOnly, IMaplexDictionaries pDictionaries, int hwnd)
          Shows the Maplex Dictionary Dialog.
 

Field Detail

IIDfe327aea_66ea_87cb_bdd1_85d3f1ab2010

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

doModal

boolean doModal(boolean readOnly,
                IMaplexDictionaries pDictionaries,
                int hwnd)
                throws java.io.IOException,
                       AutomationException
Shows the Maplex Dictionary Dialog.

Parameters:
readOnly - The readOnly (in)
pDictionaries - A reference to a com.esri.arcgis.carto.IMaplexDictionaries (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.