|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.CustomizeDialog
public class CustomizeDialog
COM Class 'CustomizeDialog'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description 'CustomizeDialog is a modeless dialog that allows customization of one or more ToolbarControls.' 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 |
---|
Fields inherited from interface com.esri.arcgis.controls.ICustomizeDialog2 |
---|
IID, IID8fac651f_f709_45b4_954f_0ee2f5ace78d, xxDummy |
Fields inherited from interface com.esri.arcgis.controls.ICustomizeDialog |
---|
IID16f2d139_2810_4241_b495_b7d1539cec64 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
Constructor Summary | |
---|---|
CustomizeDialog()
Constructs a CustomizeDialog using ArcGIS Engine. |
|
CustomizeDialog(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CustomizeDialog theCustomizeDialog = (CustomizeDialog) obj; |
Method Summary | |
---|---|
void |
addICustomizeDialogEventsListener(ICustomizeDialogEvents theListener)
addICustomizeDialogEventsListener. |
void |
closeDialog()
Closes the customize dialog. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getMenusCategory()
The GUID of the component category used for menu definitions. |
java.lang.String |
getPalettesCategory()
The GUID of the component category used for palette definitions. |
java.lang.String |
getToolbarsCategory()
The GUID of the component category used for toolbar definitions. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 |
release()
Release a CustomizeDialog. |
void |
removeICustomizeDialogEventsListener(ICustomizeDialogEvents theListener)
removeICustomizeDialogEventsListener. |
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 |
setPalettesCategory(java.lang.String pVal)
The GUID of the component category used for palette 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 |
setWindowPosition(int left,
int top)
Positions the customize dialog at the given screen co-ordinates. |
void |
startDialog(int hWndParent)
Starts the modeless customize dialog. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomizeDialog() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic CustomizeDialog(java.lang.Object obj) throws java.io.IOException
CustomizeDialog theCustomizeDialog = (CustomizeDialog) obj;
obj
to CustomizeDialog
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addICustomizeDialogEventsListener(ICustomizeDialogEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.controls.ICustomizeDialogEvents interface.
java.io.IOException
- If there are communications problems.public void removeICustomizeDialogEventsListener(ICustomizeDialogEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.controls.ICustomizeDialogEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void startDialog(int hWndParent) throws java.io.IOException, AutomationException
startDialog
in interface ICustomizeDialog
hWndParent
- The hWndParent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCommandsCategory() throws java.io.IOException, AutomationException
getCommandsCategory
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCommandsCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
setCommandsCategory
in interface ICustomizeDialog
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getToolbarsCategory() throws java.io.IOException, AutomationException
getToolbarsCategory
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToolbarsCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
setToolbarsCategory
in interface ICustomizeDialog
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void closeDialog() throws java.io.IOException, AutomationException
closeDialog
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDialogActive() throws java.io.IOException, AutomationException
isDialogActive
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDialogTitle() throws java.io.IOException, AutomationException
getDialogTitle
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDialogTitle(java.lang.String pVal) throws java.io.IOException, AutomationException
setDialogTitle
in interface ICustomizeDialog
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDoubleClickDestination() throws java.io.IOException, AutomationException
getDoubleClickDestination
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDoubleClickDestination(java.lang.Object pToolbarControl) throws java.io.IOException, AutomationException
setDoubleClickDestination
in interface ICustomizeDialog
pToolbarControl
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowAddFromFile() throws java.io.IOException, AutomationException
isShowAddFromFile
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowAddFromFile(boolean pVal) throws java.io.IOException, AutomationException
setShowAddFromFile
in interface ICustomizeDialog
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMenusCategory() throws java.io.IOException, AutomationException
getMenusCategory
in interface ICustomizeDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMenusCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
setMenusCategory
in interface ICustomizeDialog
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPalettesCategory() throws java.io.IOException, AutomationException
getPalettesCategory
in interface ICustomizeDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPalettesCategory(java.lang.String pVal) throws java.io.IOException, AutomationException
setPalettesCategory
in interface ICustomizeDialog2
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWindowPosition(int left, int top) throws java.io.IOException, AutomationException
setWindowPosition
in interface ICustomizeDialog2
left
- The left (in)top
- The top (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws java.io.IOException, AutomationException
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 |