|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileOpenHandler
Provides access to members that handle the opening of files.
Method Summary | |
---|---|
boolean |
canOpen(String filename)
Indicates if the specified filename can be opened. |
void |
open(String filename)
Opens the filename. |
Method Detail |
---|
boolean canOpen(String filename) throws IOException, AutomationException
filename
- The filename (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open(String filename) throws IOException, AutomationException
filename
- The filename (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 |