public interface IResourceBrowserOpener
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBrowserName()
Return a human readable name for the
Resource browser. |
void |
openResource(Resource resource)
This method opens the given
Resource with the browser corresponding to this
IResourceBrowserOpener. |
void openResource(Resource resource)
Resource with the browser corresponding to this
IResourceBrowserOpener.resource - the Resource to be openedjava.lang.String getBrowserName()
Resource browser.Resource browser