frysk.sys.termios
Class Control

java.lang.Object
  extended by frysk.sys.termios.Mode
      extended by frysk.sys.termios.Control

public class Control
extends Mode

Input modes.


Field Summary
 
Fields inherited from class frysk.sys.termios.Mode
on
 
Constructor Summary
Control()
           
 
Method Summary
(package private)  boolean get(long termios)
           
static Control[] getModes()
           
(package private)  void set(long termios, boolean on)
           
 
Methods inherited from class frysk.sys.termios.Mode
getStaticFields, getStaticMembers, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Control

public Control()
Method Detail

set

void set(long termios,
         boolean on)
Specified by:
set in class Mode

get

boolean get(long termios)
Specified by:
get in class Mode

getModes

public static Control[] getModes()