|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.arccatalog.GxDocument
public class GxDocument
COM Class 'GxDocument'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriArcCatalog.olb'
Description 'Esri ArcCatalog Application Document.' 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.framework.IDocument |
---|
DISPID_0_GET_NAME, DISPID_1_GET_NAME, DISPID_2_GET_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_6_GET_NAME, DISPID_7_GET_NAME, IID, IID3e927177_307a_11d2_94c9_080009eebecb, xxDummy |
Constructor Summary | |
---|---|
GxDocument(java.lang.Object obj)
Construct a GxDocument using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addIGxDocumentEventsDispListener(IGxDocumentEventsDisp theListener)
addIGxDocumentEventsDispListener. |
void |
addIGxDocumentEventsListener(IGxDocumentEvents theListener)
addIGxDocumentEventsListener. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IAcceleratorTable |
getAccelerators()
The accelerator table for this document. |
ICommandBars |
getCommandBars()
The commandbars collection in this document. |
IUID |
getID()
The unique id for this document. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IApplication |
getParent()
The application in which this document is open. |
java.lang.String |
getTitle()
The title of this document. |
int |
getType()
The type of this document. |
java.lang.Object |
getVBProject()
The VBProject for this document. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a GxDocument. |
void |
removeIGxDocumentEventsDispListener(IGxDocumentEventsDisp theListener)
removeIGxDocumentEventsDispListener. |
void |
removeIGxDocumentEventsListener(IGxDocumentEvents theListener)
removeIGxDocumentEventsListener. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GxDocument(java.lang.Object obj) throws java.io.IOException
obj
to GxDocument
. *
GxDocument o = (GxDocument)obj; // will not work
GxDocument o = new GxDocument(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
GxDocument theGxDocument = (GxDocument) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addIGxDocumentEventsDispListener(IGxDocumentEventsDisp theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.arccatalog.IGxDocumentEventsDisp interface.
java.io.IOException
- If there are communications problems.public void removeIGxDocumentEventsDispListener(IGxDocumentEventsDisp theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.arccatalog.IGxDocumentEventsDisp interface.
java.io.IOException
- If there are communications problems.public void addIGxDocumentEventsListener(IGxDocumentEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.arccatalog.IGxDocumentEvents interface.
java.io.IOException
- If there are communications problems.public void removeIGxDocumentEventsListener(IGxDocumentEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.arccatalog.IGxDocumentEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IApplication getParent() throws java.io.IOException, AutomationException
getParent
in interface IDocument
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 IDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICommandBars getCommandBars() throws java.io.IOException, AutomationException
getCommandBars
in interface IDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAcceleratorTable getAccelerators() throws java.io.IOException, AutomationException
getAccelerators
in interface IDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getID() throws java.io.IOException, AutomationException
getID
in interface IDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws java.io.IOException, AutomationException
getType
in interface IDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getVBProject() throws java.io.IOException, AutomationException
getVBProject
in interface IDocument
java.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 |