com.artenum.rosetta.interfaces.core
Interface ConsoleConfiguration
- All Superinterfaces:
- Configuration
public interface ConsoleConfiguration
- extends Configuration
- Author:
- Sebastien Jourdain (jourdain@artenum.com)
getPromptView
PromptView getPromptView()
- Returns:
getOutputView
OutputView getOutputView()
- Returns:
getInputCommandView
InputCommandView getInputCommandView()
- Returns:
getOutputViewStyledDocument
StyledDocument getOutputViewStyledDocument()
- Returns:
getInputCommandViewStyledDocument
StyledDocument getInputCommandViewStyledDocument()
- Returns:
getInputParsingManager
InputParsingManager getInputParsingManager()
- Returns:
getGenericInterpreter
GenericInterpreter getGenericInterpreter()
- Returns the current Generic Interpreter
- Returns:
- the Generic Interpreter
getCompletionManager
CompletionManager getCompletionManager()
- Returns the current completion manager
- Returns:
- the completion manager
getCompletionWindow
CompletionWindow getCompletionWindow()
- Returns:
getHistoryManager
HistoryManager getHistoryManager()
- Returns:
getBackgroundColor
String getBackgroundColor()
- Returns:
getForegroundColor
String getForegroundColor()
- Returns:
getScrollableUnitIncrement
int getScrollableUnitIncrement()
- Returns:
getScrollableBlockIncrement
int getScrollableBlockIncrement()
- Returns:
getHorizontalWrapAllowed
boolean getHorizontalWrapAllowed()
- Returns:
getVerticalWrapAllowed
boolean getVerticalWrapAllowed()
- Returns:
getFontName
String getFontName()
- Returns:
getFontStyle
int getFontStyle()
- Returns:
getFontSize
int getFontSize()
- Returns:
getWelcomeLine
String getWelcomeLine()
- Returns:
Copyright © 2007-2011 Artenum. All Rights Reserved.