com.esri.arcgis.framework
Interface IFileOpenHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFileOpenHandlerProxy

public interface IFileOpenHandler
extends java.io.Serializable

COM Interface 'IFileOpenHandler'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that handle the opening of files.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID316f1e91_30b6_43fe_9fd8_9c08c5394eb8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canOpen(java.lang.String filename)
          Indicates if the specified filename can be opened.
 void open(java.lang.String filename)
          Opens the filename.
 

Field Detail

IID316f1e91_30b6_43fe_9fd8_9c08c5394eb8

static final int IID316f1e91_30b6_43fe_9fd8_9c08c5394eb8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

canOpen

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

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

open

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

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