| org.eclipse.ui.examples.rcp.browser.BrowserPlugin
BrowserPlugin | public class BrowserPlugin extends AbstractUIPlugin (Code) | | Plug-in class for the browser example.
|
BrowserPlugin | public BrowserPlugin()(Code) | | |
getNonSecondaryParts | public static List getNonSecondaryParts(IWorkbenchPage page)(Code) | | Returns a list of all views and editors in the given page,
excluding any secondary views like the History view.
Parameters: page - the workbench page a list of all non-secondary parts in the page |
log | public void log(Throwable t)(Code) | | Logs the given throwable.
Parameters: t - the throwable to log |
|
|