com.esri.arcgis.catalogUI
Class ISearchEnginePropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.ISearchEnginePropertiesProxy
All Implemented Interfaces:
ISearchEngineProperties, Externalizable, Serializable

public class ISearchEnginePropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements ISearchEngineProperties, Serializable

Provides access to members that modify the search engine's property set.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISearchEnginePropertiesProxy()
           
  ISearchEnginePropertiesProxy(Object obj)
           
protected ISearchEnginePropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void edit(int parentHWnd)
          Opens a dialog box that lets a user set the search engine's properties.
 String getLocationString()
          Starting location of a search.
 void load(IPropertySet pPropertySet)
          Loads the search engine properties from the given property set.
 void removeListener(String iidStr, Object theListener)
           
 void save(IPropertySet pPropertySet)
          Saves the search engine properties to the given property set.
 void setLocationString(String pLocation)
          Starting location of a search.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISearchEnginePropertiesProxy

public ISearchEnginePropertiesProxy()

ISearchEnginePropertiesProxy

public ISearchEnginePropertiesProxy(Object obj)
                             throws IOException
Throws:
IOException

ISearchEnginePropertiesProxy

protected ISearchEnginePropertiesProxy(Object obj,
                                       String iid)
                                throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

edit

public void edit(int parentHWnd)
          throws IOException,
                 AutomationException
Opens a dialog box that lets a user set the search engine's properties.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
edit in interface ISearchEngineProperties
Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IPropertySet pPropertySet)
          throws IOException,
                 AutomationException
Loads the search engine properties from the given property set.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
load in interface ISearchEngineProperties
Parameters:
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IPropertySet pPropertySet)
          throws IOException,
                 AutomationException
Saves the search engine properties to the given property set.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
save in interface ISearchEngineProperties
Parameters:
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocationString

public String getLocationString()
                         throws IOException,
                                AutomationException
Starting location of a search.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getLocationString in interface ISearchEngineProperties
Returns:
The pLocation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationString

public void setLocationString(String pLocation)
                       throws IOException,
                              AutomationException
Starting location of a search.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setLocationString in interface ISearchEngineProperties
Parameters:
pLocation - The pLocation (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.