| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataConnectionPropertyPage2
Provides access to members that control the Data connection property page.
| Method Summary | |
|---|---|
|  void | attemptToDeleteExistingName()For save dialogs, attempt to delete the table/feature class. | 
|  String | getBrowseLocation()Last location of the GxDialog. | 
|  IDatasetFilter | getDatasetFilter()Filter (optional) for the page. | 
|  IGxObjectFilter | getDialogFilter()Filter (optional) for the GxDialog. | 
|  IName | getName()User selected Name (ie, FeatureClassName, TableName). | 
|  void | selectName(IName name)Selects the name from the list. | 
|  void | setBrowseLocation(String filter)Last location of the GxDialog. | 
|  void | setCallback(IDataConnectionCallback rhs1)Callback implementation (not mandatory). | 
|  void | setDatasetFilterByRef(IDatasetFilter filter)Filter (optional) for the page. | 
|  void | setDefaultName(String rhs1)Default name when NewDataFile is true. | 
|  void | setDialogFilterByRef(IGxObjectFilter filter)Filter (optional) for the GxDialog. | 
|  void | setEnabled(boolean rhs1)Indicates if all the window controls in the property page are enabled. | 
|  void | setFocus()Sets the focus to the file name window. | 
|  void | setNewDataFile(boolean rhs1)Indicates if the dialog is for new data. | 
|  void | setPromptName(String rhs1)Prompt name. | 
|  void | setReturnDisplayTableName(boolean rhs1)Indicates if a raw FDO or a display table name is returned when get_Name method is called. | 
|  void | setShowDropdown(boolean rhs1)Indicates if existing data is shown in a dropdown. | 
|  void | setShowNone(boolean rhs1)Indicates if the option | 
|  void | setSkipByRef(ITable rhs1)When NewDataFile is false, skip this table/featureclass in the ComboBox. | 
|  void | setType(int rhs1)Type of data we are getting or putting. | 
|  void | setUniqueDefaultName(String baseName)A Unique Default name when NewDataFile is true. | 
| Method Detail | 
|---|
void setEnabled(boolean rhs1)
                throws IOException,
                       AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNewDataFile(boolean rhs1)
                    throws IOException,
                           AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultName(String rhs1)
                    throws IOException,
                           AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPromptName(String rhs1)
                   throws IOException,
                          AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int rhs1)
             throws IOException,
                    AutomationException
rhs1 - A com.esri.arcgis.arcmapui.esriDCType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName getName()
              throws IOException,
                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSkipByRef(ITable rhs1)
                  throws IOException,
                         AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void attemptToDeleteExistingName()
                                 throws IOException,
                                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCallback(IDataConnectionCallback rhs1)
                 throws IOException,
                        AutomationException
rhs1 - A reference to a com.esri.arcgis.arcmapui.IDataConnectionCallback  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBrowseLocation(String filter)
                       throws IOException,
                              AutomationException
filter - The filter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getBrowseLocation()
                         throws IOException,
                                AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void selectName(IName name)
                throws IOException,
                       AutomationException
name - A reference to a com.esri.arcgis.system.IName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFocus()
              throws IOException,
                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetFilterByRef(IDatasetFilter filter)
                           throws IOException,
                                  AutomationException
filter - A reference to a com.esri.arcgis.arcmapui.IDatasetFilter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetFilter getDatasetFilter()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDialogFilterByRef(IGxObjectFilter filter)
                          throws IOException,
                                 AutomationException
filter - A reference to a com.esri.arcgis.catalog.IGxObjectFilter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObjectFilter getDialogFilter()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUniqueDefaultName(String baseName)
                          throws IOException,
                                 AutomationException
baseName - The baseName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowDropdown(boolean rhs1)
                     throws IOException,
                            AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowNone(boolean rhs1)
                 throws IOException,
                        AutomationException
rhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnDisplayTableName(boolean rhs1)
                               throws IOException,
                                      AutomationException
rhs1 - The rhs1  (in)
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 | ||||||||