com.esri.arcgis.cartoUI
Interface IMaplexKeyNumberGroupDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexKeyNumberGroupDialogProxy, MaplexKeyNumberGroupDialog

public interface IMaplexKeyNumberGroupDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Maplex Key Number Group 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 IID6f4d3be1_8f20_08f1_4d3d_86c4fce448b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(boolean readOnly, IMaplexKeyNumberGroups pGroups, int hwnd)
          Shows the Key Number Group Dialog.
 

Field Detail

IID6f4d3be1_8f20_08f1_4d3d_86c4fce448b3

static final int IID6f4d3be1_8f20_08f1_4d3d_86c4fce448b3
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,
                IMaplexKeyNumberGroups pGroups,
                int hwnd)
                throws java.io.IOException,
                       AutomationException
Shows the Key Number Group Dialog.

Parameters:
readOnly - The readOnly (in)
pGroups - A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroups (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.