|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomizeDialog
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 |
---|
static final int IID16f2d139_2810_4241_b495_b7d1539cec64
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void startDialog(int hWndParent) throws java.io.IOException, AutomationException
hWndParent
- The hWndParent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCommandsCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommandsCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getToolbarsCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolbarsCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void closeDialog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDialogActive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDialogTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDialogTitle(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDoubleClickDestination() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDoubleClickDestination(java.lang.Object pToolbarControl) throws java.io.IOException, AutomationException
pToolbarControl
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowAddFromFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowAddFromFile(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getMenusCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMenusCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |