| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.IdentifyWindow
public class IdentifyWindow
ESRI map identify window.
| Field Summary | 
|---|
| Fields inherited from interface com.esri.arcgis.framework.IDockableWindowDef | 
|---|
IID, IID3d1fa10a_f154_11d3_a67e_0008c7df97b9, xxDummy | 
| Fields inherited from interface com.esri.arcgis.framework.IDockableWindowImageDef | 
|---|
IID, IID08f4fc5d_c23f_4210_b289_1350ed5632ed, xxDummy | 
| Fields inherited from interface com.esri.arcgis.framework.IDockableWindowInitialPlacement | 
|---|
IID, IID1ec80980_7a02_426d_bd2b_c6d3beb2ed54, xxDummy | 
| Constructor Summary | |
|---|---|
IdentifyWindow()
Constructs a IdentifyWindow using ArcGIS Engine.  | 
|
IdentifyWindow(Object obj)
Construct a IdentifyWindow using a reference to such an object returned from ArcGIS Engine or Server.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Compare this object with another  | 
 int | 
getBitmap()
Provide a bitmap for dockviews  | 
 String | 
getCaption()
The caption of the dockable window.  | 
 int | 
getChildHWND()
The hWnd of the window to be embedded in a dockable window.  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getDockPosition()
DockPosition  | 
 int | 
getHeight()
Height  | 
 String | 
getName()
The name of the dockable window.  | 
 IUID | 
getNeighbor()
Neighbor  | 
 Object | 
getUserData()
User defined data.  | 
 int | 
getWidth()
Width  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
onCreate(Object hook)
Occurs when this dockable window is created and provides access to the application.  | 
 void | 
onDestroy()
Occurs when the docking window is about to be destroyed.  | 
| 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 IdentifyWindow()
               throws IOException,
                      UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public IdentifyWindow(Object obj)
               throws IOException
obj to IdentifyWindow.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  IdentifyWindow theIdentifyWindow = (IdentifyWindow) obj;| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void onCreate(Object hook)
              throws IOException,
                     AutomationException
onCreate in interface IDockableWindowDefhook - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getChildHWND()
                 throws IOException,
                        AutomationException
getChildHWND in interface IDockableWindowDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
               throws IOException,
                      AutomationException
getName in interface IDockableWindowDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCaption()
                  throws IOException,
                         AutomationException
getCaption in interface IDockableWindowDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onDestroy()
               throws IOException,
                      AutomationException
onDestroy in interface IDockableWindowDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getUserData()
                   throws IOException,
                          AutomationException
getUserData in interface IDockableWindowDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBitmap()
              throws IOException,
                     AutomationException
getBitmap in interface IDockableWindowImageDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
              throws IOException,
                     AutomationException
getHeight in interface IDockableWindowInitialPlacementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
             throws IOException,
                    AutomationException
getWidth in interface IDockableWindowInitialPlacementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDockPosition()
                    throws IOException,
                           AutomationException
getDockPosition in interface IDockableWindowInitialPlacementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getNeighbor()
                 throws IOException,
                        AutomationException
getNeighbor in interface IDockableWindowInitialPlacementIOException - 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 | ||||||||