org.radrails.rails.internal.ui.tail
Class TailConsolePageParticipant

java.lang.Object
  extended byorg.radrails.rails.internal.ui.tail.TailConsolePageParticipant
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.console.IConsolePageParticipant

public class TailConsolePageParticipant
extends java.lang.Object
implements org.eclipse.ui.console.IConsolePageParticipant

Page participant for the Tail console. Adds a stop action and a remove all terminated action to the toolbar.

Author:
mkent

Constructor Summary
TailConsolePageParticipant()
           
 
Method Summary
 void activated()
           
 void deactivated()
           
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 void init(org.eclipse.ui.part.IPageBookViewPage page, org.eclipse.ui.console.IConsole console)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TailConsolePageParticipant

public TailConsolePageParticipant()
Method Detail

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

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

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable