|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.DataConnectionPropertyPage
public class DataConnectionPropertyPage
COM Class 'DataConnectionPropertyPage'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Data Connection Property Page.' 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.arcmapui.IDataConnectionPropertyPage |
|---|
IID, IID26056537_9ebc_11d2_a089_0000f8775bf9, xxDummy |
| Fields inherited from interface com.esri.arcgis.arcmapui.IDataConnectionPropertyPage2 |
|---|
IID, IIDb12c31fe_4cd4_4341_a95c_72a0cfd2e83a, xxDummy |
| Fields inherited from interface com.esri.arcgis.framework.IPropertyPage |
|---|
IID, IIDb196b28d_bab4_101a_b69c_00aa00341d07, xxDummy |
| Fields inherited from interface com.esri.arcgis.framework.IPropertyPageContext |
|---|
IID, IIDf87fa8a3_e51a_11d1_877c_0000f8751720, xxDummy |
| Fields inherited from interface com.esri.arcgis.framework.IComPropertyPage2 |
|---|
IID, IID97afb06f_5c30_4eb3_a4c9_0327a64246c0, xxDummy |
| Fields inherited from interface com.esri.arcgis.framework.IComPropertyPage |
|---|
IID, IID76951cc6_dbb1_11d2_b868_00600802e603, xxDummy |
| Constructor Summary | |
|---|---|
DataConnectionPropertyPage()
Constructs a DataConnectionPropertyPage using ArcGIS Engine. |
|
DataConnectionPropertyPage(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DataConnectionPropertyPage theDataConnectionPropertyPage = (DataConnectionPropertyPage) obj; |
|
| Method Summary | |
|---|---|
void |
activate(_RemotableHandle hWndParent,
tagRECT pRect,
int bModal)
activate |
int |
activate()
Occurs on page creation. |
boolean |
applies(ISet objects)
Indicates if the page applies to the specified objects. |
boolean |
applies(java.lang.Object unkArray)
Check if property page applies to the specified set of objects. |
void |
apply()
apply |
void |
attemptToDeleteExistingName()
For save dialogs, attempt to delete the table/feature class. |
void |
cancel()
Property sheet calls this when cancel button is pressed. |
java.lang.Object |
createCompatibleObject(java.lang.Object kind)
Create a new object using the specified object as a template. |
void |
deactivate()
deactivate |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getBrowseLocation()
Last location of the GxDialog. |
static java.lang.String |
getClsid()
getClsid. |
IDatasetFilter |
getDatasetFilter()
Filter (optional) for the page. |
IGxObjectFilter |
getDialogFilter()
Filter (optional) for the GxDialog. |
int |
getHeight()
The height of the page in pixels. |
int |
getHelpContextID(int controlID)
The help context ID for the specified control on the page. |
java.lang.String |
getHelpFile()
The help file name for the page. |
java.lang.String |
getHelpFile(int controlID)
Returns the help file name for the specified control. |
int |
getHelpId(int controlID)
Returns the help ID for the specified control. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IName |
getName()
User selected Name (ie, FeatureClassName, TableName). |
void |
getPageInfo(tagPROPPAGEINFO[] pPageInfo)
getPageInfo |
int |
getPriority()
The page's priority relative to other pages that interact with the same object. |
java.lang.String |
getTitle()
The title of the property page. |
int |
getWidth()
The width of the page in pixels. |
int |
hashCode()
the hashcode for this object |
void |
help(java.lang.String pszHelpDir)
help |
void |
hide()
Hides the page. |
boolean |
IComPropertyPage_isPageDirty()
Indicates if the page made any changes to the object(s). |
boolean |
IComPropertyPage2_isPageDirty()
Indicates if the page made any changes to the object(s). |
void |
isPageDirty()
isPageDirty |
void |
move(tagRECT pRect)
move |
boolean |
queryCancel()
Returns VARIANT_FALSE to prevent the cancel operation or VARIANT_TRUE to allow it. |
void |
queryObject(java.lang.Object theObject)
Apply the property page settings to the specified object. |
void |
release()
Release a DataConnectionPropertyPage. |
void |
selectName(IName name)
Selects the name from the list. |
void |
setBrowseLocation(java.lang.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(java.lang.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 |
setObjects(int cObjects,
java.lang.Object[] ppUnk)
setObjects |
void |
setObjects(ISet objects)
Supplies the page with the object(s) to be edited. |
void |
setPageSite(IPropertyPageSite pPageSite)
setPageSite |
void |
setPageSiteByRef(IComPropertyPageSite rhs1)
The sheet that contains the page. |
void |
setPriority(int priority)
The page priority. |
void |
setPromptName(java.lang.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 |
setTitle(java.lang.String title)
The title of the property page. |
void |
setType(int rhs1)
Type of data we are getting or putting. |
void |
setUniqueDefaultName(java.lang.String baseName)
A Unique Default name when NewDataFile is true. |
void |
show()
Shows the page. |
void |
show(int nCmdShow)
show |
void |
translateAccelerator(tagMSG pMsg)
translateAccelerator |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataConnectionPropertyPage()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DataConnectionPropertyPage(java.lang.Object obj)
throws java.io.IOException
DataConnectionPropertyPage theDataConnectionPropertyPage = (DataConnectionPropertyPage) obj;
obj to DataConnectionPropertyPage.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setEnabled(boolean rhs1)
throws java.io.IOException,
AutomationException
setEnabled in interface IDataConnectionPropertyPagesetEnabled in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNewDataFile(boolean rhs1)
throws java.io.IOException,
AutomationException
setNewDataFile in interface IDataConnectionPropertyPagesetNewDataFile in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setDefaultName in interface IDataConnectionPropertyPagesetDefaultName in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPromptName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setPromptName in interface IDataConnectionPropertyPagesetPromptName in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int rhs1)
throws java.io.IOException,
AutomationException
setType in interface IDataConnectionPropertyPagesetType in interface IDataConnectionPropertyPage2rhs1 - A com.esri.arcgis.arcmapui.esriDCType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getName()
throws java.io.IOException,
AutomationException
getName in interface IDataConnectionPropertyPagegetName in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSkipByRef(ITable rhs1)
throws java.io.IOException,
AutomationException
setSkipByRef in interface IDataConnectionPropertyPagesetSkipByRef in interface IDataConnectionPropertyPage2rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attemptToDeleteExistingName()
throws java.io.IOException,
AutomationException
attemptToDeleteExistingName in interface IDataConnectionPropertyPageattemptToDeleteExistingName in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCallback(IDataConnectionCallback rhs1)
throws java.io.IOException,
AutomationException
setCallback in interface IDataConnectionPropertyPagesetCallback in interface IDataConnectionPropertyPage2rhs1 - A reference to a com.esri.arcgis.arcmapui.IDataConnectionCallback (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrowseLocation(java.lang.String filter)
throws java.io.IOException,
AutomationException
setBrowseLocation in interface IDataConnectionPropertyPage2filter - The filter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBrowseLocation()
throws java.io.IOException,
AutomationException
getBrowseLocation in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void selectName(IName name)
throws java.io.IOException,
AutomationException
selectName in interface IDataConnectionPropertyPage2name - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFocus()
throws java.io.IOException,
AutomationException
setFocus in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatasetFilterByRef(IDatasetFilter filter)
throws java.io.IOException,
AutomationException
setDatasetFilterByRef in interface IDataConnectionPropertyPage2filter - A reference to a com.esri.arcgis.arcmapui.IDatasetFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDatasetFilter getDatasetFilter()
throws java.io.IOException,
AutomationException
getDatasetFilter in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDialogFilterByRef(IGxObjectFilter filter)
throws java.io.IOException,
AutomationException
setDialogFilterByRef in interface IDataConnectionPropertyPage2filter - A reference to a com.esri.arcgis.catalog.IGxObjectFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObjectFilter getDialogFilter()
throws java.io.IOException,
AutomationException
getDialogFilter in interface IDataConnectionPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUniqueDefaultName(java.lang.String baseName)
throws java.io.IOException,
AutomationException
setUniqueDefaultName in interface IDataConnectionPropertyPage2baseName - The baseName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowDropdown(boolean rhs1)
throws java.io.IOException,
AutomationException
setShowDropdown in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowNone(boolean rhs1)
throws java.io.IOException,
AutomationException
setShowNone in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReturnDisplayTableName(boolean rhs1)
throws java.io.IOException,
AutomationException
setReturnDisplayTableName in interface IDataConnectionPropertyPage2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPageSite(IPropertyPageSite pPageSite)
throws java.io.IOException,
AutomationException
setPageSite in interface IPropertyPagepPageSite - A reference to a com.esri.arcgis.framework.IPropertyPageSite (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate(_RemotableHandle hWndParent,
tagRECT pRect,
int bModal)
throws java.io.IOException,
AutomationException
activate in interface IPropertyPagehWndParent - A Structure: com.esri.arcgis.framework._RemotableHandle (A com.esri.arcgis.framework._RemotableHandle COM typedef) (in)pRect - A Structure: com.esri.arcgis.system.tagRECT (in)bModal - The bModal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
throws java.io.IOException,
AutomationException
deactivate in interface IComPropertyPagedeactivate in interface IComPropertyPage2deactivate in interface IPropertyPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPageInfo(tagPROPPAGEINFO[] pPageInfo)
throws java.io.IOException,
AutomationException
getPageInfo in interface IPropertyPagepPageInfo - A Structure: com.esri.arcgis.framework.tagPROPPAGEINFO (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjects(int cObjects,
java.lang.Object[] ppUnk)
throws java.io.IOException,
AutomationException
setObjects in interface IPropertyPagecObjects - The cObjects (in)ppUnk - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show(int nCmdShow)
throws java.io.IOException,
AutomationException
show in interface IPropertyPagenCmdShow - The nCmdShow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void move(tagRECT pRect)
throws java.io.IOException,
AutomationException
move in interface IPropertyPagepRect - A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isPageDirty()
throws java.io.IOException,
AutomationException
isPageDirty in interface IPropertyPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply()
throws java.io.IOException,
AutomationException
apply in interface IComPropertyPageapply in interface IComPropertyPage2apply in interface IPropertyPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void help(java.lang.String pszHelpDir)
throws java.io.IOException,
AutomationException
help in interface IPropertyPagepszHelpDir - A String (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void translateAccelerator(tagMSG pMsg)
throws java.io.IOException,
AutomationException
translateAccelerator in interface IPropertyPagepMsg - A Structure: com.esri.arcgis.framework.tagMSG (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPriority()
throws java.io.IOException,
AutomationException
getPriority in interface IComPropertyPagegetPriority in interface IComPropertyPage2getPriority in interface IPropertyPageContextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean applies(java.lang.Object unkArray)
throws java.io.IOException,
AutomationException
applies in interface IPropertyPageContextunkArray - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object createCompatibleObject(java.lang.Object kind)
throws java.io.IOException,
AutomationException
createCompatibleObject in interface IPropertyPageContextkind - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryObject(java.lang.Object theObject)
throws java.io.IOException,
AutomationException
queryObject in interface IPropertyPageContexttheObject - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHelpFile(int controlID)
throws java.io.IOException,
AutomationException
getHelpFile in interface IPropertyPageContextcontrolID - The controlID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHelpId(int controlID)
throws java.io.IOException,
AutomationException
getHelpId in interface IPropertyPageContextcontrolID - The controlID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws java.io.IOException,
AutomationException
cancel in interface IComPropertyPagecancel in interface IComPropertyPage2cancel in interface IPropertyPageContextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(java.lang.String title)
throws java.io.IOException,
AutomationException
setTitle in interface IComPropertyPagesetTitle in interface IComPropertyPage2title - The title (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTitle()
throws java.io.IOException,
AutomationException
getTitle in interface IComPropertyPagegetTitle in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriority(int priority)
throws java.io.IOException,
AutomationException
setPriority in interface IComPropertyPagesetPriority in interface IComPropertyPage2priority - The priority (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface IComPropertyPagegetWidth in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface IComPropertyPagegetHeight in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPageSiteByRef(IComPropertyPageSite rhs1)
throws java.io.IOException,
AutomationException
setPageSiteByRef in interface IComPropertyPagesetPageSiteByRef in interface IComPropertyPage2rhs1 - A reference to a com.esri.arcgis.framework.IComPropertyPageSite (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean IComPropertyPage2_isPageDirty()
throws java.io.IOException,
AutomationException
IComPropertyPage2_isPageDirty in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getHelpFile()
throws java.io.IOException,
AutomationException
getHelpFile in interface IComPropertyPagegetHelpFile in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHelpContextID(int controlID)
throws java.io.IOException,
AutomationException
getHelpContextID in interface IComPropertyPagegetHelpContextID in interface IComPropertyPage2controlID - The controlID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int activate()
throws java.io.IOException,
AutomationException
activate in interface IComPropertyPageactivate in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean applies(ISet objects)
throws java.io.IOException,
AutomationException
applies in interface IComPropertyPageapplies in interface IComPropertyPage2objects - A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjects(ISet objects)
throws java.io.IOException,
AutomationException
setObjects in interface IComPropertyPagesetObjects in interface IComPropertyPage2objects - A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show()
throws java.io.IOException,
AutomationException
show in interface IComPropertyPageshow in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hide()
throws java.io.IOException,
AutomationException
hide in interface IComPropertyPagehide in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean queryCancel()
throws java.io.IOException,
AutomationException
queryCancel in interface IComPropertyPage2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean IComPropertyPage_isPageDirty()
throws java.io.IOException,
AutomationException
IComPropertyPage_isPageDirty in interface IComPropertyPagejava.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 | ||||||||