| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.AttributeWindow
public class AttributeWindow
Dialog for inspecting selected/editable features.
The AttributeWindow is an Editor extension that provides a window for viewing additional information about selected features involved in the current edit session. The attributes window has two panels: the left panel lists the selected features, and the right panel houses an object inspector.
ArcMap ships with a default object inspector called the FeatureInspector, which facilitates attribute editing. A custom object inspector may be associated with Geodatabase feature classes; in this case, the custom inspector will show up in the right attributes window panel whenever a feature that belongs to one of these features classes is selected in the left panel.
Right-clicking a feature listed in the attributes window reveals a context menu with commands such as Highlight and Zoom To. This menu is not customizable; you cannot add or remove commands from this menu.
| Field Summary | 
|---|
| Fields inherited from interface com.esri.arcgis.system.IExtension | 
|---|
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy | 
| Constructor Summary | |
|---|---|
AttributeWindow(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(Object o)
Compare this object with another  | 
 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 | 
removeIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
removeIAttributeWindowEventsListener.  | 
 void | 
setVisible(boolean vis)
Indicates if Attribute Window is visible.  | 
 void | 
shutdown()
Shuts down the extension.  | 
 void | 
startup(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 | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public AttributeWindow(Object obj)
                throws IOException
obj to AttributeWindow.   * 
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
IOException - if there are interop problems
  AttributeWindow theAttributeWindow = (AttributeWindow) obj;| Method Detail | 
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
                                       throws IOException
theListener - An object that implements the com.esri.arcgis.editor.IAttributeWindowEvents  interface.
IOException - If there are communications problems.
public void removeIAttributeWindowEventsListener(IAttributeWindowEvents theListener)
                                          throws IOException
theListener - An object that implements the com.esri.arcgis.editor.IAttributeWindowEvents  interface.
IOException - If there are communications problems.
public void setVisible(boolean vis)
                throws IOException,
                       AutomationException
setVisible in interface IAttributeWindowvis - The vis  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
                  throws IOException,
                         AutomationException
isVisible in interface IAttributeWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectInspector getObjectInspector()
                                    throws IOException,
                                           AutomationException
Use IAttributeWindow::ObjectInspector to access the object inspector and listen for events triggered in the inspector.
getObjectInspector in interface IAttributeWindowIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
               throws IOException,
                      AutomationException
getName in interface IExtensionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startup(Object initializationData)
             throws IOException,
                    AutomationException
startup in interface IExtensioninitializationData - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdown()
              throws IOException,
                     AutomationException
shutdown in interface IExtensionIOException - 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 | ||||||||