public interface WorkbenchFileHandler
Copyright 2008 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkbenchFileEditor> |
createEditors()
Creates and returns a list of editors for the files this handler handles.
|
javax.swing.Icon |
getIcon()
Returns an icon appropriate to this file type.
|
Module |
getModule()
Returns the module responsible for this handler, if any.
|
java.lang.String |
getName()
Returns the name for this file type.
|
boolean |
isAppropriateFor(VfsFile file)
Returns true if this handler can handle the given file.
|
boolean isAppropriateFor(VfsFile file)
file - VfsFile to testjava.util.List<WorkbenchFileEditor> createEditors()
javax.swing.Icon getIcon()
java.lang.String getName()
Module getModule()