Uses of Interface
com.artenum.rosetta.interfaces.ui.OutputView
-
Packages that use OutputView Package Description com.artenum.rosetta.interfaces.core com.artenum.rosetta.interfaces.ui com.artenum.rosetta.test com.artenum.rosetta.ui -
-
Uses of OutputView in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return OutputView Modifier and Type Method Description OutputView
ConsoleConfiguration. getOutputView()
-
Uses of OutputView in com.artenum.rosetta.interfaces.ui
Subinterfaces of OutputView in com.artenum.rosetta.interfaces.ui Modifier and Type Interface Description interface
InputCommandView
-
Uses of OutputView in com.artenum.rosetta.test
Fields in com.artenum.rosetta.test declared as OutputView Modifier and Type Field Description private OutputView
TestConsoleHistoryPerformance. outputView
Constructors in com.artenum.rosetta.test with parameters of type OutputView Constructor Description TestConsoleHistoryPerformance(OutputView outputView)
-
Uses of OutputView in com.artenum.rosetta.ui
Classes in com.artenum.rosetta.ui that implement OutputView Modifier and Type Class Description class
BufferedOutputViewImpl
class
ConsoleTextPane
class
InputCommandViewImpl
class
OutputViewImpl
Methods in com.artenum.rosetta.ui with parameters of type OutputView Modifier and Type Method Description void
Console. setOutputView(OutputView output)
Sets the component where all outputs are displayed
-