com.esri.arcgis.framework
Interface IFileOpenHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
IFileOpenHandlerProxy

public interface IFileOpenHandler
extends Serializable

Provides access to members that handle the opening of files.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean canOpen(String filename)
          Indicates if the specified filename can be opened.
 void open(String filename)
          Opens the filename.
 

Method Detail

canOpen

boolean canOpen(String filename)
                throws IOException,
                       AutomationException
Indicates if the specified filename can be opened.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
filename - The filename (in)
Returns:
The canOpen
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

open

void open(String filename)
          throws IOException,
                 AutomationException
Opens the filename.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
filename - The filename (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.