Package uk.ac.kcl.cch.jb.pliny.browser

Interface Summary
IBrowserToolbarContribution Plugins who wish to contribute an action button to the browser for Pliny must implement this interface.
 

Class Summary
BrowserAction Text actions (cut, copy, paste) for the Web browser.
BrowserEditor A web browser integrated with Pliny so that it runs a browser and a Pliny reference area separated by a SWT sash.
BrowserEditorActionBarContributor This ActionBarContributor is setup to support Pliny's internal browser and is mainly concerned with providing action support for the reference area functions.
BrowserEditorCutCopyPasteAction Text actions (cut, copy, paste) for the Web browser.
BrowserEditorInput The IEditorInput for the Pliny browser.
BrowserViewer  
BusyIndicator Code borrowed directly from org.eclipse.ui.internal.browser.
ToolbarLayout Copied code from the internal code section of the embedded Eclipse browser org.eclipse.ui.internal.browser.
URLDropTargetListener A SWT DropTargetListener that allows the user to drop a URL in the form of either the icon on an external web browser's address field or a URL shortcut onto the internal browser's address field.