org.radrails.server.internal.ui.console
Class ServerConsolePageParticipant

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

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

Page participant for the ServerConsole. Adds a remove all terminated action and a stop action.

Author:
Kyle

Constructor Summary
ServerConsolePageParticipant()
           
 
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

ServerConsolePageParticipant

public ServerConsolePageParticipant()
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