|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectuk.ac.kcl.cch.jb.pliny.actions.OpenBrowserForPlinyAction
This action supports the opening of the
BrowserEditor (Pliny's
integrated web browser).
| Field Summary | |
static String |
BROWSER_ID
|
static String |
startupURL
|
| Constructor Summary | |
OpenBrowserForPlinyAction()
|
|
| Method Summary | |
void |
dispose()
Disposes this action delegate. |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
Initializes this action delegate with the workbench window it will work in. |
void |
run(org.eclipse.jface.action.IAction action)
Performs the action of opening the Pliny web browser. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Notifies this action delegate that the selection in the workbench has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static String BROWSER_ID
public static final String startupURL
| Constructor Detail |
public OpenBrowserForPlinyAction()
| Method Detail |
public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatewindow - the window that provides the context for this delegatepublic void run(org.eclipse.jface.action.IAction action)
This method is called when the delegating action has been triggered. Implement this method to do the actual work.
run in interface org.eclipse.ui.IActionDelegateaction - the action proxy that handles the presentation portion of the
action
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateaction - the action proxy that handles presentation portion of the actionselection - the current selection in the workbench
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||