|
||||||||||
| 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
fable.framework.views.FableMessageConsole
public class FableMessageConsole
A generic console to display the output of a program or display messages to the user
| Field Summary | |
|---|---|
static FableMessageConsole |
console
|
static java.lang.String |
ID
|
| Fields inherited from class org.eclipse.ui.console.MessageConsole |
|---|
DEFAULT_TAB_SIZE, P_FONT, P_STREAM_COLOR, P_TAB_SIZE |
| Constructor Summary | |
|---|---|
FableMessageConsole(java.lang.String consoleTitle)
DebugConsole constructor. |
|
| Method Summary | |
|---|---|
void |
displayError(java.lang.String message)
Public method for displaying error messages. |
void |
displayIn(java.lang.String message)
Public method for displaying input messages. |
void |
displayInfo(java.lang.String message)
Public method for displaying error messages. |
void |
displayOut(java.lang.String message)
Public method for displaying output message. |
| Methods inherited from class org.eclipse.ui.console.MessageConsole |
|---|
createPage, getInputStream, newMessageStream |
| Methods inherited from class org.eclipse.ui.console.IOConsole |
|---|
clearConsole, getEncoding, getHighWaterMark, 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 FableMessageConsole console
public static final java.lang.String ID
| Constructor Detail |
|---|
public FableMessageConsole(java.lang.String consoleTitle)
| Method Detail |
|---|
public void displayIn(java.lang.String message)
message - public void displayOut(java.lang.String message)
message - public void displayError(java.lang.String message)
message - public void displayInfo(java.lang.String message)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||