com.aptana.ide.core.ui.syncing
Class ConsolePageParticipant

java.lang.Object
  extended by com.aptana.ide.core.ui.syncing.ConsolePageParticipant
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.console.IConsolePageParticipant

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

Author:
Paul Colton

Constructor Summary
ConsolePageParticipant()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsolePageParticipant

public ConsolePageParticipant()
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
See Also:
IConsolePageParticipant.init(org.eclipse.ui.part.IPageBookViewPage, org.eclipse.ui.console.IConsole)

dispose

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

activated

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

deactivated

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

getAdapter

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