|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datainterop.DatasourceUtilUI
public class DatasourceUtilUI
DatasourceUtilUI Class
| Constructor Summary | |
|---|---|
DatasourceUtilUI()
Constructs a DatasourceUtilUI using ArcGIS Engine. |
|
DatasourceUtilUI(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DatasourceUtilUI theDatasourceUtilUI = (DatasourceUtilUI) obj; |
|
| Method Summary | |
|---|---|
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 |
boolean |
equals(Object o)
Compare this object with another |
void |
extensionNotEnabledDialog(boolean showUnconditionally)
method ExtensionNotEnabledDialog |
void |
extensionShutdown()
method ExtensionShutdown |
void |
extensionStartup(Object initializationData)
method ExtensionStartup |
String |
getApplicationName()
property ApplicationName |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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 |
resetAllDatasets()
method ResetAllDatasets |
void |
setDialogsPermitted(boolean rhs1)
property DialogsPermitted |
void |
setRootObjectVisibility(boolean showRoot)
method SetRootObjectVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DatasourceUtilUI()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DatasourceUtilUI(Object obj)
throws IOException
DatasourceUtilUI theDatasourceUtilUI = (DatasourceUtilUI) obj;
obj to DatasourceUtilUI.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||