|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WorkbenchFileHandler
Provides file-appropriate editors and other behavior to the Workbench environment.
Copyright 2008 Partner Software, Inc.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
boolean isAppropriateFor(VfsFile file)
file - VfsFile to test
java.util.List<WorkbenchFileEditor> createEditors()
javax.swing.Icon getIcon()
java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||