|
||||||||||
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
fable.framework.views.FableIOConsole
public class FableIOConsole
A generic console to display the output of a program or display messages to the user and read input from the keyboard
Field Summary | |
---|---|
static FableIOConsole |
console
|
static java.lang.String |
ID
|
Constructor Summary | |
---|---|
FableIOConsole(java.lang.String consoleTitle)
DebugConsole constructor. |
Method Summary | |
---|---|
void |
displayError(java.lang.String message)
Public method for setting error message. |
void |
displayOut(java.lang.String message)
Public method for setting output message. |
Methods inherited from class org.eclipse.ui.console.IOConsole |
---|
clearConsole, createPage, getEncoding, getHighWaterMark, getInputStream, getLowWaterMark, newOutputStream, setWaterMarks |
Methods inherited from class org.eclipse.ui.console.TextConsole |
---|
addHyperlink, addPatternMatchListener, 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 |
---|
public static FableIOConsole console
public static final java.lang.String ID
Constructor Detail |
---|
public FableIOConsole(java.lang.String consoleTitle)
Method Detail |
---|
public void displayOut(java.lang.String message)
message
- public void displayError(java.lang.String message)
message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |