public interface ConsoleConfiguration extends Configuration
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor() |
CompletionManager |
getCompletionManager()
Returns the current completion manager
|
CompletionWindow |
getCompletionWindow() |
String |
getFontName() |
int |
getFontSize() |
int |
getFontStyle() |
String |
getForegroundColor() |
GenericInterpreter |
getGenericInterpreter()
Returns the current Generic Interpreter
|
HistoryManager |
getHistoryManager() |
boolean |
getHorizontalWrapAllowed() |
InputCommandView |
getInputCommandView() |
StyledDocument |
getInputCommandViewStyledDocument() |
InputParsingManager |
getInputParsingManager() |
OutputView |
getOutputView() |
StyledDocument |
getOutputViewStyledDocument() |
PromptView |
getPromptView() |
int |
getScrollableBlockIncrement() |
int |
getScrollableUnitIncrement() |
boolean |
getVerticalWrapAllowed() |
String |
getWelcomeLine() |
getActionMapping, getActiveProfile, getKeyMapping, setActiveProfile
PromptView getPromptView()
OutputView getOutputView()
InputCommandView getInputCommandView()
StyledDocument getOutputViewStyledDocument()
StyledDocument getInputCommandViewStyledDocument()
InputParsingManager getInputParsingManager()
GenericInterpreter getGenericInterpreter()
CompletionManager getCompletionManager()
CompletionWindow getCompletionWindow()
HistoryManager getHistoryManager()
String getBackgroundColor()
String getForegroundColor()
int getScrollableUnitIncrement()
int getScrollableBlockIncrement()
boolean getHorizontalWrapAllowed()
boolean getVerticalWrapAllowed()
String getFontName()
int getFontStyle()
int getFontSize()
String getWelcomeLine()
Copyright © 2007-2012 Artenum. All Rights Reserved.