Uses of Class
org.a11y.BrlAPI.Error

Uses of Error in org.a11y.BrlAPI
 

Methods in org.a11y.BrlAPI that throw Error
 void Native.acceptAllKeys()
           
 void Native.acceptKeyRanges(long[][] ranges)
           
 void Native.acceptKeys(long type, long[] keys)
           
 void Native.enterRawMode(java.lang.String driver)
           
 int Brlapi.enterTtyMode()
           
 int Brlapi.enterTtyMode(int tty)
           
 int Native.enterTtyMode(int tty, java.lang.String driver)
           
 int Brlapi.enterTtyMode(java.lang.String driver)
           
 void Brlapi.enterTtyModeWithPath(int[] ttys)
           
 void Native.enterTtyModeWithPath(int[] ttys, java.lang.String driver)
           
 DisplaySize Native.getDisplaySize()
           
 java.lang.String Native.getDriverName()
           
 void Native.ignoreAllKeys()
           
 void Native.ignoreKeyRanges(long[][] ranges)
           
 void Native.ignoreKeys(long type, long[] keys)
           
 void Native.leaveRawMode()
           
 void Native.leaveTtyMode()
           
protected  int Native.openConnection(ConnectionSettings desiredSettings, ConnectionSettings actualSettings)
           
 long Native.readKey(boolean wait)
           
 int Native.recvRaw(byte[] buffer)
           
 int Native.sendRaw(byte[] buffer)
           
 void Native.setFocus(int tty)
           
 void Native.write(WriteArguments arguments)
           
 void Native.writeDots(byte[] dots)
           
 void Brlapi.writeText(int cursor)
           
 void Brlapi.writeText(int cursor, java.lang.String text)
           
 void Brlapi.writeText(java.lang.String text)
           
 void Brlapi.writeText(java.lang.String text, int cursor)
           
protected  void Native.writeTextNative(int cursor, java.lang.String text)
           
 

Constructors in org.a11y.BrlAPI that throw Error
Brlapi(ConnectionSettings settings)