com.partnersoft.workbench.handlers
Class DatabaseCogFileHandler

java.lang.Object
  extended by com.partnersoft.workbench.model.AbstractWorkbenchFileHandler
      extended by com.partnersoft.workbench.handlers.DatabaseCogFileHandler
All Implemented Interfaces:
WorkbenchFileHandler

public class DatabaseCogFileHandler
extends AbstractWorkbenchFileHandler


Constructor Summary
DatabaseCogFileHandler()
           
 
Method Summary
 boolean isAppropriateFor(VfsFile file)
          Returns true if this handler can handle the given file.
 
Methods inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileHandler
createEditors, getEditorClasses, getIcon, getName, getValidExtensions, setEditorClasses, setEditorClasses, setIcon, setName, setValidExtensions, setValidExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseCogFileHandler

public DatabaseCogFileHandler()
Method Detail

isAppropriateFor

public boolean isAppropriateFor(VfsFile file)
Description copied from interface: WorkbenchFileHandler
Returns true if this handler can handle the given file.

Specified by:
isAppropriateFor in interface WorkbenchFileHandler
Overrides:
isAppropriateFor in class AbstractWorkbenchFileHandler
Parameters:
file - VfsFile to test
Returns:
true if this handler is appropriate for the given file