public class ScriptConsolePageParticipant extends java.lang.Object implements IConsolePageParticipant, IShowInSource, IShowInTargetList, IDebugContextListener
Constructor and Description |
---|
ScriptConsolePageParticipant() |
Modifier and Type | Method and Description |
---|---|
void |
activated() |
void |
deactivated() |
void |
debugContextChanged(DebugContextEvent event) |
void |
dispose() |
void |
engineChanged() |
java.lang.Object |
getAdapter(java.lang.Class required) |
ShowInContext |
getShowInContext() |
java.lang.String[] |
getShowInTargetIds() |
void |
init(IPageBookViewPage page,
IConsole console) |
public void init(IPageBookViewPage page, IConsole console)
init
in interface IConsolePageParticipant
public void dispose()
dispose
in interface IConsolePageParticipant
public java.lang.Object getAdapter(java.lang.Class required)
getAdapter
in interface IAdaptable
public ShowInContext getShowInContext()
getShowInContext
in interface IShowInSource
public java.lang.String[] getShowInTargetIds()
getShowInTargetIds
in interface IShowInTargetList
public void activated()
activated
in interface IConsolePageParticipant
public void deactivated()
deactivated
in interface IConsolePageParticipant
public void debugContextChanged(DebugContextEvent event)
debugContextChanged
in interface IDebugContextListener
public void engineChanged()