com.esri.arcgis.controls
Interface ICustomizeDialog2

All Superinterfaces:
ICustomizeDialog, java.io.Serializable
All Known Implementing Classes:
CustomizeDialog, ICustomizeDialog2Proxy

public interface ICustomizeDialog2
extends ICustomizeDialog, java.io.Serializable

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

Description: 'Provides access to members that control the customize 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 IID8fac651f_f709_45b4_954f_0ee2f5ace78d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.ICustomizeDialog
IID16f2d139_2810_4241_b495_b7d1539cec64
 
Method Summary
 java.lang.String getPalettesCategory()
          The GUID of the component category used for palette definitions.
 void setPalettesCategory(java.lang.String pVal)
          The GUID of the component category used for palette definitions.
 void setWindowPosition(int left, int top)
          Positions the customize dialog at the given screen co-ordinates.
 
Methods inherited from interface com.esri.arcgis.controls.ICustomizeDialog
closeDialog, getCommandsCategory, getDialogTitle, getDoubleClickDestination, getMenusCategory, getToolbarsCategory, isDialogActive, isShowAddFromFile, setCommandsCategory, setDialogTitle, setDoubleClickDestination, setMenusCategory, setShowAddFromFile, setToolbarsCategory, startDialog
 

Field Detail

IID8fac651f_f709_45b4_954f_0ee2f5ace78d

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

getPalettesCategory

java.lang.String getPalettesCategory()
                                     throws java.io.IOException,
                                            AutomationException
The GUID of the component category used for palette definitions.

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

setPalettesCategory

void setPalettesCategory(java.lang.String pVal)
                         throws java.io.IOException,
                                AutomationException
The GUID of the component category used for palette definitions.

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

setWindowPosition

void setWindowPosition(int left,
                       int top)
                       throws java.io.IOException,
                              AutomationException
Positions the customize dialog at the given screen co-ordinates.

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