Skip navigation links
I O R W X 

I

IConsole - Interface in org.jabotics.console.en
The interface IConsole defines methods for the input and output of data of type String (text), int (integral number) and float (floating point number) in the context of simple console applications.

O

org.jabotics.console.en - package org.jabotics.console.en
 

R

readInteger() - Method in interface org.jabotics.console.en.IConsole
Input of an integral number.
readInteger(String) - Method in interface org.jabotics.console.en.IConsole
Input of an integral number.
readInteger() - Method in class org.jabotics.console.en.XConsole
 
readInteger(String) - Method in class org.jabotics.console.en.XConsole
 
readNumber() - Method in interface org.jabotics.console.en.IConsole
Input of a floating-point number.
readNumber(String) - Method in interface org.jabotics.console.en.IConsole
Input of a floating-point number.
readNumber() - Method in class org.jabotics.console.en.XConsole
 
readNumber(String) - Method in class org.jabotics.console.en.XConsole
 
readText() - Method in interface org.jabotics.console.en.IConsole
Input of a line of text.
readText(String) - Method in interface org.jabotics.console.en.IConsole
Input of a line of text.
readText() - Method in class org.jabotics.console.en.XConsole
 
readText(String) - Method in class org.jabotics.console.en.XConsole
 

W

write(String) - Method in interface org.jabotics.console.en.IConsole
Output of text without line break.
write(int) - Method in interface org.jabotics.console.en.IConsole
Output of an integral number without line break.
write(float) - Method in interface org.jabotics.console.en.IConsole
Output of a floating-point number without line break.
write(String) - Method in class org.jabotics.console.en.XConsole
 
write(int) - Method in class org.jabotics.console.en.XConsole
 
write(float) - Method in class org.jabotics.console.en.XConsole
 
writeLine(String) - Method in interface org.jabotics.console.en.IConsole
Output of text with line break.
writeLine(int) - Method in interface org.jabotics.console.en.IConsole
Output of an integral number with line break.
writeLine(float) - Method in interface org.jabotics.console.en.IConsole
Output of a floating-point number with line break.
writeLine(String) - Method in class org.jabotics.console.en.XConsole
 
writeLine(int) - Method in class org.jabotics.console.en.XConsole
 
writeLine(float) - Method in class org.jabotics.console.en.XConsole
 

X

XConsole - Class in org.jabotics.console.en
The class XConsole implements the interface IConsole, which defines methods for the input and output of data of type String (text), int (integral number) and float (floating point number) in the context of simple console applications.
XConsole() - Constructor for class org.jabotics.console.en.XConsole
Public standard-constructor for objects of Type XConsole.
I O R W X 
Skip navigation links