Uses of Interface
adams.core.io.console.Console
-
Packages that use Console Package Description adams.core.io adams.core.io.console -
-
Uses of Console in adams.core.io
Fields in adams.core.io declared as Console Modifier and Type Field Description protected static Console
ConsoleHelper. m_Helper
the actual helper.Methods in adams.core.io with parameters of type Console Modifier and Type Method Description static void
ConsoleHelper. useOther(Console other)
Switches to another helper. -
Uses of Console in adams.core.io.console
Classes in adams.core.io.console that implement Console Modifier and Type Class Description class
Basic
Helper for input from stdin.
-