Package ca.phon.app.actions
Interface OpenFileHandler
- All Known Implementing Classes:
CHATOpenFileHandler
,TextFileOpenHandler
,XMLFileOpenHandler
public interface OpenFileHandler
Service interface for open file handlers.
-
Method Summary
-
Method Details
-
supportedExtensions
- Returns:
- Set of supported file extensions (without '.')
-
canOpen
Can this handler open this file?- Parameters:
file
-- Throws:
IOException
-
openFile
Open the file in the appropriate editor/viewer.- Parameters:
file
-args
- - arguments pass to the open file handler- Throws:
IOException
-