Package org.eclipse.ease.ui.console
Class ScriptConsolePageParticipant
java.lang.Object
org.eclipse.ease.ui.console.ScriptConsolePageParticipant
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.ui.contexts.IDebugContextListener
,org.eclipse.ui.console.IConsolePageParticipant
,org.eclipse.ui.part.IShowInSource
,org.eclipse.ui.part.IShowInTargetList
public class ScriptConsolePageParticipant extends Object implements org.eclipse.ui.console.IConsolePageParticipant, org.eclipse.ui.part.IShowInSource, org.eclipse.ui.part.IShowInTargetList, org.eclipse.debug.ui.contexts.IDebugContextListener
Creates and manages JavaScript console specific actions
-
Constructor Summary
Constructors Constructor Description ScriptConsolePageParticipant()
-
Method Summary
Modifier and Type Method Description void
activated()
void
deactivated()
void
debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent event)
void
dispose()
void
engineChanged()
Object
getAdapter(Class required)
org.eclipse.ui.part.ShowInContext
getShowInContext()
String[]
getShowInTargetIds()
void
init(org.eclipse.ui.part.IPageBookViewPage page, org.eclipse.ui.console.IConsole console)
-
Constructor Details
-
ScriptConsolePageParticipant
public ScriptConsolePageParticipant()
-
-
Method Details
-
init
public void init(org.eclipse.ui.part.IPageBookViewPage page, org.eclipse.ui.console.IConsole console)- Specified by:
init
in interfaceorg.eclipse.ui.console.IConsolePageParticipant
-
dispose
public void dispose()- Specified by:
dispose
in interfaceorg.eclipse.ui.console.IConsolePageParticipant
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
-
getShowInContext
public org.eclipse.ui.part.ShowInContext getShowInContext()- Specified by:
getShowInContext
in interfaceorg.eclipse.ui.part.IShowInSource
-
getShowInTargetIds
- Specified by:
getShowInTargetIds
in interfaceorg.eclipse.ui.part.IShowInTargetList
-
activated
public void activated()- Specified by:
activated
in interfaceorg.eclipse.ui.console.IConsolePageParticipant
-
deactivated
public void deactivated()- Specified by:
deactivated
in interfaceorg.eclipse.ui.console.IConsolePageParticipant
-
debugContextChanged
public void debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent event)- Specified by:
debugContextChanged
in interfaceorg.eclipse.debug.ui.contexts.IDebugContextListener
-
engineChanged
public void engineChanged()
-