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 OutputViewConsoleConfiguration. getOutputView() -
Uses of OutputView in com.artenum.rosetta.interfaces.ui
Subinterfaces of OutputView in com.artenum.rosetta.interfaces.ui Modifier and Type Interface Description interfaceInputCommandView -
Uses of OutputView in com.artenum.rosetta.test
Fields in com.artenum.rosetta.test declared as OutputView Modifier and Type Field Description private OutputViewTestConsoleHistoryPerformance. outputViewConstructors 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 classBufferedOutputViewImplclassConsoleTextPaneclassInputCommandViewImplclassOutputViewImplMethods in com.artenum.rosetta.ui with parameters of type OutputView Modifier and Type Method Description voidConsole. setOutputView(OutputView output)Sets the component where all outputs are displayed
-