com.esri.arcgis.controls
Interface ICustomizeDialog

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICustomizeDialog2
All Known Implementing Classes:
CustomizeDialog, ICustomizeDialog2Proxy, ICustomizeDialogProxy

public interface ICustomizeDialog
extends java.io.Serializable

COM Interface 'ICustomizeDialog'. 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 IID16f2d139_2810_4241_b495_b7d1539cec64
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void closeDialog()
          Closes the customize dialog.
 java.lang.String getCommandsCategory()
          The GUID of the component category used for commands.
 java.lang.String getDialogTitle()
          The title of the customize dialog.
 java.lang.Object getDoubleClickDestination()
          The ToolbarControl commands are added to when double clicked.
 java.lang.String getMenusCategory()
          The GUID of the component category used for menu definitions.
 java.lang.String getToolbarsCategory()
          The GUID of the component category used for toolbar definitions.
 boolean isDialogActive()
          Indicates if the customize dialog is active on the screen.
 boolean isShowAddFromFile()
          Indicates if the 'Add From File' button is available on the customize dialog.
 void setCommandsCategory(java.lang.String pVal)
          The GUID of the component category used for commands.
 void setDialogTitle(java.lang.String pVal)
          The title of the customize dialog.
 void setDoubleClickDestination(java.lang.Object pToolbarControl)
          Sets the ToolbarControl commands are added to when double clicked.
 void setMenusCategory(java.lang.String pVal)
          The GUID of the component category used for menu definitions.
 void setShowAddFromFile(boolean pVal)
          Indicates if the 'Add From File' button is available on the customize dialog.
 void setToolbarsCategory(java.lang.String pVal)
          The GUID of the component category used for toolbar definitions.
 void startDialog(int hWndParent)
          Starts the modeless customize dialog.
 

Field Detail

IID16f2d139_2810_4241_b495_b7d1539cec64

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

startDialog

void startDialog(int hWndParent)
                 throws java.io.IOException,
                        AutomationException
Starts the modeless customize dialog.

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

getCommandsCategory

java.lang.String getCommandsCategory()
                                     throws java.io.IOException,
                                            AutomationException
The GUID of the component category used for commands.

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

setCommandsCategory

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

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

getToolbarsCategory

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

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

setToolbarsCategory

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

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

closeDialog

void closeDialog()
                 throws java.io.IOException,
                        AutomationException
Closes the customize dialog.

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

isDialogActive

boolean isDialogActive()
                       throws java.io.IOException,
                              AutomationException
Indicates if the customize dialog is active on the screen.

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

getDialogTitle

java.lang.String getDialogTitle()
                                throws java.io.IOException,
                                       AutomationException
The title of the customize dialog.

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

setDialogTitle

void setDialogTitle(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
The title of the customize dialog.

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

getDoubleClickDestination

java.lang.Object getDoubleClickDestination()
                                           throws java.io.IOException,
                                                  AutomationException
The ToolbarControl commands are added to when double clicked.

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

setDoubleClickDestination

void setDoubleClickDestination(java.lang.Object pToolbarControl)
                               throws java.io.IOException,
                                      AutomationException
Sets the ToolbarControl commands are added to when double clicked.

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

isShowAddFromFile

boolean isShowAddFromFile()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the 'Add From File' button is available on the customize dialog.

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

setShowAddFromFile

void setShowAddFromFile(boolean pVal)
                        throws java.io.IOException,
                               AutomationException
Indicates if the 'Add From File' button is available on the customize dialog.

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

getMenusCategory

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

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

setMenusCategory

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

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