|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseui.GDBConnectionsPropertyPage
public class GDBConnectionsPropertyPage
A property page for controlling connections to an enterprise Geodatabase
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.framework.IComPropertyPage |
---|
IID, IID76951cc6_dbb1_11d2_b868_00600802e603, xxDummy |
Constructor Summary | |
---|---|
GDBConnectionsPropertyPage()
Constructs a GDBConnectionsPropertyPage using ArcGIS Engine. |
|
GDBConnectionsPropertyPage(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GDBConnectionsPropertyPage theGDBConnectionsPropertyPage = (GDBConnectionsPropertyPage) obj; |
Method Summary | |
---|---|
int |
activate()
Occurs on page creation. |
boolean |
applies(ISet objects)
Indicates if the page applies to the specified objects. |
void |
apply()
Applies any changes to the object(s). |
void |
cancel()
Cancels the changes to the object(s). |
void |
deactivate()
Destroys the page. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getHeight()
The height of the page in pixels. |
int |
getHelpContextID(int controlID)
The help context ID for the specified control on the page. |
String |
getHelpFile()
The help file name for the page. |
int |
getPriority()
The page priority. |
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 |
hide()
Hides the page. |
boolean |
IComPropertyPage_isPageDirty()
Indicates if the page made any changes to the object(s). |
void |
setObjects(ISet objects)
Supplies the page with the object(s) to be edited. |
void |
setPageSiteByRef(IComPropertyPageSite rhs1)
The sheet that contains the page. |
void |
setPriority(int priority)
The page priority. |
void |
setTitle(String title)
The title of the property page. |
void |
show()
Shows the page. |
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 GDBConnectionsPropertyPage() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GDBConnectionsPropertyPage(Object obj) throws IOException
GDBConnectionsPropertyPage theGDBConnectionsPropertyPage = (GDBConnectionsPropertyPage) obj;
obj
to GDBConnectionsPropertyPage
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setTitle(String title) throws IOException, AutomationException
setTitle
in interface IComPropertyPage
title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
getTitle
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriority(int priority) throws IOException, AutomationException
setPriority
in interface IComPropertyPage
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws IOException, AutomationException
getPriority
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws IOException, AutomationException
getHeight
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageSiteByRef(IComPropertyPageSite rhs1) throws IOException, AutomationException
setPageSiteByRef
in interface IComPropertyPage
rhs1
- A reference to a com.esri.arcgis.framework.IComPropertyPageSite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean IComPropertyPage_isPageDirty() throws IOException, AutomationException
IComPropertyPage_isPageDirty
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHelpFile() throws IOException, AutomationException
getHelpFile
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID(int controlID) throws IOException, AutomationException
getHelpContextID
in interface IComPropertyPage
controlID
- The controlID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int activate() throws IOException, AutomationException
activate
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws IOException, AutomationException
deactivate
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean applies(ISet objects) throws IOException, AutomationException
applies
in interface IComPropertyPage
objects
- A reference to a com.esri.arcgis.system.ISet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjects(ISet objects) throws IOException, AutomationException
setObjects
in interface IComPropertyPage
objects
- A reference to a com.esri.arcgis.system.ISet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show() throws IOException, AutomationException
show
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hide() throws IOException, AutomationException
hide
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void apply() throws IOException, AutomationException
apply
in interface IComPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cancel() throws IOException, AutomationException
cancel
in interface IComPropertyPage
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 |