public class ScriptConsolePageParticipant
extends java.lang.Object
implements org.eclipse.ui.console.IConsolePageParticipant, org.eclipse.ui.part.IShowInSource, org.eclipse.ui.part.IShowInTargetList, org.eclipse.debug.ui.contexts.IDebugContextListener
| Constructor and Description |
|---|
ScriptConsolePageParticipant() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated() |
void |
deactivated() |
void |
debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent event) |
void |
dispose() |
void |
engineChanged() |
java.lang.Object |
getAdapter(java.lang.Class required) |
org.eclipse.ui.part.ShowInContext |
getShowInContext() |
java.lang.String[] |
getShowInTargetIds() |
void |
init(org.eclipse.ui.part.IPageBookViewPage page,
org.eclipse.ui.console.IConsole console) |
public void init(org.eclipse.ui.part.IPageBookViewPage page,
org.eclipse.ui.console.IConsole console)
init in interface org.eclipse.ui.console.IConsolePageParticipantpublic void dispose()
dispose in interface org.eclipse.ui.console.IConsolePageParticipantpublic java.lang.Object getAdapter(java.lang.Class required)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic org.eclipse.ui.part.ShowInContext getShowInContext()
getShowInContext in interface org.eclipse.ui.part.IShowInSourcepublic java.lang.String[] getShowInTargetIds()
getShowInTargetIds in interface org.eclipse.ui.part.IShowInTargetListpublic void activated()
activated in interface org.eclipse.ui.console.IConsolePageParticipantpublic void deactivated()
deactivated in interface org.eclipse.ui.console.IConsolePageParticipantpublic void debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent event)
debugContextChanged in interface org.eclipse.debug.ui.contexts.IDebugContextListenerpublic void engineChanged()