|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatasourceUtilUI
IDatasourceUtilUI Interface
| 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 |
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 |
resetAllDatasets()
method ResetAllDatasets |
void |
setDialogsPermitted(boolean rhs1)
property DialogsPermitted |
void |
setRootObjectVisibility(boolean showRoot)
method SetRootObjectVisibility |
| Method Detail |
|---|
void extensionStartup(Object initializationData)
throws IOException,
AutomationException
initializationData - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void extensionShutdown()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isApplication()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isArcCatalog()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getApplicationName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDialogsPermitted(boolean rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void extensionNotEnabledDialog(boolean showUnconditionally)
throws IOException,
AutomationException
showUnconditionally - The showUnconditionally (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resetAllDatasets()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRootObjectVisibility(boolean showRoot)
throws IOException,
AutomationException
showRoot - The showRoot (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dialogWithHelpUsingResources(int title,
int message,
String helpFile,
String helpTopic)
throws IOException,
AutomationException
title - 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.
void dialogWithHelp(String title,
String message,
String dismissLabel,
String helpLabel,
String helpFile,
String helpTopic)
throws IOException,
AutomationException
title - 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.
void messageDialogUsingResources(int title,
int message)
throws IOException,
AutomationException
title - The title (in)message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void messageDialog(String title,
String message,
String dismissLabel)
throws IOException,
AutomationException
title - 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.
void messageStatus(String message)
throws IOException,
AutomationException
message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void progressCreate(String title,
String description)
throws IOException,
AutomationException
title - The title (in)description - The description (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void progressUpdate(String message)
throws IOException,
AutomationException
message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void progressQuery(boolean[] keepGoing)
throws IOException,
AutomationException
keepGoing - The keepGoing (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void progressDestroy()
throws IOException,
AutomationException
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 | ||||||||