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 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 interface org.eclipse.ui.console.IConsolePageParticipant
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.eclipse.ui.console.IConsolePageParticipant
    • getAdapter

      public Object getAdapter(Class required)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdaptable
    • getShowInContext

      public org.eclipse.ui.part.ShowInContext getShowInContext()
      Specified by:
      getShowInContext in interface org.eclipse.ui.part.IShowInSource
    • getShowInTargetIds

      public String[] getShowInTargetIds()
      Specified by:
      getShowInTargetIds in interface org.eclipse.ui.part.IShowInTargetList
    • activated

      public void activated()
      Specified by:
      activated in interface org.eclipse.ui.console.IConsolePageParticipant
    • deactivated

      public void deactivated()
      Specified by:
      deactivated in interface org.eclipse.ui.console.IConsolePageParticipant
    • debugContextChanged

      public void debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent event)
      Specified by:
      debugContextChanged in interface org.eclipse.debug.ui.contexts.IDebugContextListener
    • engineChanged

      public void engineChanged()