Interface OpenFileHandler
- All Known Implementing Classes:
CHATOpenFileHandler,ProjectOpenFileHandler,TextFileOpenHandler,XMLFileOpenHandler
public interface OpenFileHandler
Service interface for open file handlers.
-
Method Summary
-
Method Details
-
supportedExtensions
-
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
-