public interface WorkbenchDirectoryHandler
Copyright 2008 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isAppropriateFor(VfsDirectory directory)
directory - VfsDirectory to testjava.util.List<WorkbenchDirectoryEditor> createEditors()
javax.swing.Icon getIcon()
java.lang.String getName()