| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.OverviewWindowFactory
public class OverviewWindowFactory
Factory to generate an Overview window.
| Constructor Summary | |
|---|---|
| OverviewWindowFactory()Constructs a OverviewWindowFactory using ArcGIS Engine. | |
| OverviewWindowFactory(Object obj)Construct a OverviewWindowFactory using a reference to such an object returned from ArcGIS Engine or Server. | |
| Method Summary | |
|---|---|
|  boolean | canCreate(Object app)Indicates if the window is available given the current application state. | 
|  IDataWindow | create(Object app)Create a new floating window. | 
|  boolean | equals(Object o)Compare this object with another | 
| static String | getClsid()getClsid. | 
|  String | getName()The name of objects created by this factory. | 
|  int | hashCode()the hashcode for this object | 
| 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 OverviewWindowFactory()
                      throws IOException,
                             UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public OverviewWindowFactory(Object obj)
                      throws IOException
obj to OverviewWindowFactory.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  OverviewWindowFactory theOverviewWindowFactory = (OverviewWindowFactory) obj;| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
               throws IOException,
                      AutomationException
getName in interface IDataWindowFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canCreate(Object app)
                  throws IOException,
                         AutomationException
canCreate in interface IDataWindowFactoryapp - A reference to another Automation Object (IDispatch)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataWindow create(Object app)
                   throws IOException,
                          AutomationException
create in interface IDataWindowFactoryapp - A reference to another Automation Object (IDispatch)  (in)
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 | ||||||||