Interface ConsoleConfiguration
-
- All Superinterfaces:
Configuration
public interface ConsoleConfiguration extends Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBackgroundColor()CompletionManagergetCompletionManager()Returns the current completion managerCompletionWindowgetCompletionWindow()java.lang.StringgetFontName()intgetFontSize()intgetFontStyle()java.lang.StringgetForegroundColor()GenericInterpretergetGenericInterpreter()Returns the current Generic InterpreterHistoryManagergetHistoryManager()booleangetHorizontalWrapAllowed()InputCommandViewgetInputCommandView()javax.swing.text.StyledDocumentgetInputCommandViewStyledDocument()InputParsingManagergetInputParsingManager()OutputViewgetOutputView()javax.swing.text.StyledDocumentgetOutputViewStyledDocument()PromptViewgetPromptView()intgetScrollableBlockIncrement()intgetScrollableUnitIncrement()booleangetVerticalWrapAllowed()java.lang.StringgetWelcomeLine()-
Methods inherited from interface com.artenum.rosetta.interfaces.core.Configuration
getActionMapping, getActiveProfile, getKeyMapping, setActiveProfile
-
-
-
-
Method Detail
-
getPromptView
PromptView getPromptView()
- Returns:
-
getOutputView
OutputView getOutputView()
- Returns:
-
getInputCommandView
InputCommandView getInputCommandView()
- Returns:
-
getOutputViewStyledDocument
javax.swing.text.StyledDocument getOutputViewStyledDocument()
- Returns:
-
getInputCommandViewStyledDocument
javax.swing.text.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
java.lang.String getBackgroundColor()
- Returns:
-
getForegroundColor
java.lang.String getForegroundColor()
- Returns:
-
getScrollableUnitIncrement
int getScrollableUnitIncrement()
- Returns:
-
getScrollableBlockIncrement
int getScrollableBlockIncrement()
- Returns:
-
getHorizontalWrapAllowed
boolean getHorizontalWrapAllowed()
- Returns:
-
getVerticalWrapAllowed
boolean getVerticalWrapAllowed()
- Returns:
-
getFontName
java.lang.String getFontName()
- Returns:
-
getFontStyle
int getFontStyle()
- Returns:
-
getFontSize
int getFontSize()
- Returns:
-
getWelcomeLine
java.lang.String getWelcomeLine()
- Returns:
-
-