|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WorkbenchDirectoryHandler
Provides directory-appropriate editors and other behavior to the Workbench environment.
Copyright 2008 Partner Software, Inc.
| Method Summary | |
|---|---|
java.util.List<WorkbenchDirectoryEditor> |
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(VfsDirectory directory)
Returns true if this handler can handle the given directory. |
| Method Detail |
|---|
boolean isAppropriateFor(VfsDirectory directory)
directory - VfsDirectory to test
java.util.List<WorkbenchDirectoryEditor> 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 | ||||||||