|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.console.AbstractConsole
org.eclipse.ui.console.TextConsole
org.eclipse.ui.console.IOConsole
org.eclipse.ui.console.MessageConsole
org.radrails.rails.internal.ui.tail.TailConsole
Console used for tailing output.
Field Summary |
Fields inherited from class org.eclipse.ui.console.MessageConsole |
DEFAULT_TAB_SIZE, P_FONT, P_STREAM_COLOR, P_TAB_SIZE |
Constructor Summary | |
TailConsole(org.eclipse.core.resources.IFile file,
java.lang.String name,
org.eclipse.jface.resource.ImageDescriptor imageDescriptor)
Creates a new TailConsole for the specified file. |
Method Summary | |
boolean |
isStopped()
|
void |
stopTail()
|
Methods inherited from class org.eclipse.ui.console.MessageConsole |
createPage, getInputStream, newMessageStream |
Methods inherited from class org.eclipse.ui.console.IOConsole |
clearConsole, getHighWaterMark, getLowWaterMark, newOutputStream, setWaterMarks |
Methods inherited from class org.eclipse.ui.console.TextConsole |
addHyperlink, addPatternMatchListener, getAttribute, getConsoleWidth, getDocument, getFont, getHyperlink, getHyperlinks, getRegion, getSchedulingRule, getTabWidth, matcherFinished, partitionerFinished, removePatternMatchListener, setAttribute, setConsoleWidth, setFont, setTabWidth |
Methods inherited from class org.eclipse.ui.console.AbstractConsole |
activate, addPropertyChangeListener, destroy, firePropertyChange, getImageDescriptor, getName, getType, initialize, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TailConsole(org.eclipse.core.resources.IFile file, java.lang.String name, org.eclipse.jface.resource.ImageDescriptor imageDescriptor)
file
- The file to tail.name
- The name for the console.imageDescriptor
- The descriptor of the imageMethod Detail |
public void stopTail()
public boolean isStopped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |