com.artenum.rosetta.interfaces.core
Interface ConsoleConfiguration

All Superinterfaces:
Configuration

public interface ConsoleConfiguration
extends Configuration

Author:
Sebastien Jourdain (jourdain@artenum.com)

Method Summary
 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()
           
 
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

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.