public interface OutputUILord
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OutputUILord.OutputObserver |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutputObserver(OutputUILord.OutputObserver observer,
boolean inEventQueue) |
FileLinkDefinitionLord |
getFileLinkDefinitionLord() |
boolean |
getOnlyShowOutputOnErrors() |
Font |
getOutputTextFont() |
int |
getTabCount() |
void |
reExecuteLastCommand() |
void |
removeOutputObserver(OutputUILord.OutputObserver observer) |
void |
setOnlyShowOutputOnErrors(boolean show) |
void |
setOutputTextFont(Font font)
Sets the font for the output text
|
void setOnlyShowOutputOnErrors(boolean show)
boolean getOnlyShowOutputOnErrors()
void addOutputObserver(OutputUILord.OutputObserver observer, boolean inEventQueue)
void removeOutputObserver(OutputUILord.OutputObserver observer)
int getTabCount()
void setOutputTextFont(Font font)
font - the new fontFont getOutputTextFont()
FileLinkDefinitionLord getFileLinkDefinitionLord()
void reExecuteLastCommand()
Copyright © 2013. All rights reserved