|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datainterop.IDatasourceUtilUIProxy
public class IDatasourceUtilUIProxy
IDatasourceUtilUI Interface
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IDatasourceUtilUIProxy()
|
|
IDatasourceUtilUIProxy(Object obj)
|
protected |
IDatasourceUtilUIProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
dialogWithHelp(String title,
String message,
String dismissLabel,
String helpLabel,
String helpFile,
String helpTopic)
method DialogWithHelp |
void |
dialogWithHelpUsingResources(int title,
int message,
String helpFile,
String helpTopic)
method DialogWithHelpUsingResources |
void |
extensionNotEnabledDialog(boolean showUnconditionally)
method ExtensionNotEnabledDialog |
void |
extensionShutdown()
method ExtensionShutdown |
void |
extensionStartup(Object initializationData)
method ExtensionStartup |
String |
getApplicationName()
property ApplicationName |
boolean |
isApplication()
property IsApplication |
boolean |
isArcCatalog()
property IsArcCatalog |
void |
messageDialog(String title,
String message,
String dismissLabel)
method MessageDialog |
void |
messageDialogUsingResources(int title,
int message)
method MessageDialogUsingResources |
void |
messageStatus(String message)
method MessageStatus |
void |
progressCreate(String title,
String description)
method ProgressCreate |
void |
progressDestroy()
method ProgressDestroy |
void |
progressQuery(boolean[] keepGoing)
method ProgressQuery |
void |
progressUpdate(String message)
method ProgressUpdate |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
resetAllDatasets()
method ResetAllDatasets |
void |
setDialogsPermitted(boolean rhs1)
property DialogsPermitted |
void |
setRootObjectVisibility(boolean showRoot)
method SetRootObjectVisibility |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDatasourceUtilUIProxy()
public IDatasourceUtilUIProxy(Object obj)
throws IOException
IOException
protected IDatasourceUtilUIProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void extensionStartup(Object initializationData)
throws IOException,
AutomationException
extensionStartup in interface IDatasourceUtilUIinitializationData - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void extensionShutdown()
throws IOException,
AutomationException
extensionShutdown in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isApplication()
throws IOException,
AutomationException
isApplication in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isArcCatalog()
throws IOException,
AutomationException
isArcCatalog in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getApplicationName()
throws IOException,
AutomationException
getApplicationName in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDialogsPermitted(boolean rhs1)
throws IOException,
AutomationException
setDialogsPermitted in interface IDatasourceUtilUIrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void extensionNotEnabledDialog(boolean showUnconditionally)
throws IOException,
AutomationException
extensionNotEnabledDialog in interface IDatasourceUtilUIshowUnconditionally - The showUnconditionally (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAllDatasets()
throws IOException,
AutomationException
resetAllDatasets in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRootObjectVisibility(boolean showRoot)
throws IOException,
AutomationException
setRootObjectVisibility in interface IDatasourceUtilUIshowRoot - The showRoot (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dialogWithHelpUsingResources(int title,
int message,
String helpFile,
String helpTopic)
throws IOException,
AutomationException
dialogWithHelpUsingResources in interface IDatasourceUtilUItitle - The title (in)message - The message (in)helpFile - The helpFile (in)helpTopic - The helpTopic (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dialogWithHelp(String title,
String message,
String dismissLabel,
String helpLabel,
String helpFile,
String helpTopic)
throws IOException,
AutomationException
dialogWithHelp in interface IDatasourceUtilUItitle - The title (in)message - The message (in)dismissLabel - The dismissLabel (in)helpLabel - The helpLabel (in)helpFile - The helpFile (in)helpTopic - The helpTopic (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void messageDialogUsingResources(int title,
int message)
throws IOException,
AutomationException
messageDialogUsingResources in interface IDatasourceUtilUItitle - The title (in)message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void messageDialog(String title,
String message,
String dismissLabel)
throws IOException,
AutomationException
messageDialog in interface IDatasourceUtilUItitle - The title (in)message - The message (in)dismissLabel - The dismissLabel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void messageStatus(String message)
throws IOException,
AutomationException
messageStatus in interface IDatasourceUtilUImessage - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void progressCreate(String title,
String description)
throws IOException,
AutomationException
progressCreate in interface IDatasourceUtilUItitle - The title (in)description - The description (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void progressUpdate(String message)
throws IOException,
AutomationException
progressUpdate in interface IDatasourceUtilUImessage - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void progressQuery(boolean[] keepGoing)
throws IOException,
AutomationException
progressQuery in interface IDatasourceUtilUIkeepGoing - The keepGoing (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void progressDestroy()
throws IOException,
AutomationException
progressDestroy in interface IDatasourceUtilUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||