All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.l2f.util.IO

java.lang.Object
   |
   +----fr.l2f.util.IO

public class IO
extends Object

Method Index

 o getConsole()
 o hideConsole()
 o makeConsole()
 o print(String)
 o printerr(String)
 o println(PrintWriter, String)
 o println(String)
 o showConsole()

Methods

 o makeConsole
 public static void makeConsole()
 o showConsole
 public static void showConsole()
 o hideConsole
 public static void hideConsole()
 o getConsole
 public static Window getConsole()
 o print
 public static void print(String s)
 o println
 public static void println(String s)
 o printerr
 public static void printerr(String s)
 o println
 public static void println(PrintWriter b,
                            String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index