org.dawb.tango.extensions.console
Class TangoSpecConsole

java.lang.Object
  extended by org.eclipse.ui.console.AbstractConsole
      extended by org.eclipse.ui.console.TextConsole
          extended by org.dawb.tango.extensions.console.TangoSpecConsole
All Implemented Interfaces:
org.eclipse.ui.console.IConsole

public class TangoSpecConsole
extends org.eclipse.ui.console.TextConsole


Nested Class Summary
 class TangoSpecConsole.RegExListener
           
 
Field Summary
static java.lang.String ID
           
 
Constructor Summary
TangoSpecConsole(java.lang.String name, org.eclipse.jface.resource.ImageDescriptor imageDescriptor, boolean autoLifecycle)
           
 
Method Summary
 org.eclipse.ui.part.IPageBookViewPage createPage(org.eclipse.ui.console.IConsoleView view)
           
 void dispose()
           
 void init()
           
 
Methods inherited from class org.eclipse.ui.console.TextConsole
addHyperlink, addPatternMatchListener, clearConsole, getAttribute, getBackground, getConsoleWidth, getDocument, getFont, getHyperlink, getHyperlinks, getRegion, getSchedulingRule, getTabWidth, matcherFinished, partitionerFinished, removePatternMatchListener, setAttribute, setBackgrond, setBackground, setConsoleWidth, setFont, setTabWidth
 
Methods inherited from class org.eclipse.ui.console.AbstractConsole
activate, addPropertyChangeListener, destroy, firePropertyChange, getHelpContextId, getImageDescriptor, getName, getType, initialize, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

TangoSpecConsole

public TangoSpecConsole(java.lang.String name,
                        org.eclipse.jface.resource.ImageDescriptor imageDescriptor,
                        boolean autoLifecycle)
Method Detail

createPage

public org.eclipse.ui.part.IPageBookViewPage createPage(org.eclipse.ui.console.IConsoleView view)
Specified by:
createPage in interface org.eclipse.ui.console.IConsole
Overrides:
createPage in class org.eclipse.ui.console.TextConsole

dispose

public void dispose()
Overrides:
dispose in class org.eclipse.ui.console.TextConsole

init

public void init()
Overrides:
init in class org.eclipse.ui.console.AbstractConsole