Class EpsilonConsolePageParticipant

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.console.IConsolePageParticipant

    public class EpsilonConsolePageParticipant
    extends java.lang.Object
    implements org.eclipse.ui.console.IConsolePageParticipant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activated()  
      void deactivated()  
      void dispose()  
      <T> T getAdapter​(java.lang.Class<T> adapter)  
      void init​(org.eclipse.ui.part.IPageBookViewPage page, org.eclipse.ui.console.IConsole console)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpsilonConsolePageParticipant

        public EpsilonConsolePageParticipant()
    • Method Detail

      • 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
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.ui.console.IConsolePageParticipant
      • 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
      • getAdapter

        public <T> T getAdapter​(java.lang.Class<T> adapter)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable