com.esri.arcgis.editor
Class AttributeWindow

java.lang.Object
  extended by com.esri.arcgis.editor.AttributeWindow
All Implemented Interfaces:
IAttributeWindow, com.esri.arcgis.interop.RemoteObjRef, IExtension, java.io.Serializable

public class AttributeWindow
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAttributeWindow, IExtension

COM Class 'AttributeWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description 'Dialog for inspecting selected/editable features.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IAttributeWindow
IID, IID98fcd927_5e92_47cb_83ef_3ef24b5d4c08, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IExtension
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy
 
Constructor Summary
AttributeWindow(java.lang.Object obj)
          Construct a AttributeWindow using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void addIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
          addIAttributeWindowEventsListener.
 boolean equals(java.lang.Object o)
          Compare this object with another
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          The name of the extension.
 IObjectInspector getObjectInspector()
          Current object attribute inspector.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates if Attribute Window is visible.
 void release()
          Release a AttributeWindow.
 void removeIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
          removeIAttributeWindowEventsListener.
 void setVisible(boolean vis)
          Indicates if Attribute Window is visible.
 void shutdown()
          Shuts down the extension.
 void startup(java.lang.Object initializationData)
          Starts up the extension with the given initialization data.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeWindow

public AttributeWindow(java.lang.Object obj)
                throws java.io.IOException
Construct a AttributeWindow using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AttributeWindow.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
AttributeWindow o = (AttributeWindow)obj; // will not work

AttributeWindow o = new AttributeWindow(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems AttributeWindow theAttributeWindow = (AttributeWindow) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIAttributeWindowEventsListener

public void addIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
                                       throws java.io.IOException
addIAttributeWindowEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.editor.IAttributeWindowEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeIAttributeWindowEventsListener

public void removeIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
                                          throws java.io.IOException
removeIAttributeWindowEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.editor.IAttributeWindowEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a AttributeWindow.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setVisible

public void setVisible(boolean vis)
                throws java.io.IOException,
                       AutomationException
Indicates if Attribute Window is visible.

Specified by:
setVisible in interface IAttributeWindow
Parameters:
vis - The vis (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if Attribute Window is visible.

Specified by:
isVisible in interface IAttributeWindow
Returns:
The vis
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectInspector

public IObjectInspector getObjectInspector()
                                    throws java.io.IOException,
                                           AutomationException
Current object attribute inspector.

Specified by:
getObjectInspector in interface IAttributeWindow
Returns:
A reference to a com.esri.arcgis.editor.IObjectInspector
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the extension.

Specified by:
getName in interface IExtension
Returns:
The extensionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startup

public void startup(java.lang.Object initializationData)
             throws java.io.IOException,
                    AutomationException
Starts up the extension with the given initialization data.

Specified by:
startup in interface IExtension
Parameters:
initializationData - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shutdown

public void shutdown()
              throws java.io.IOException,
                     AutomationException
Shuts down the extension.

Specified by:
shutdown in interface IExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.