fr.jussieu.ufr_info_p7.T9
Class T9

java.lang.Object
  extended by fr.jussieu.ufr_info_p7.T9.T9

public class T9
extends Object

The T9 class implements a user interface for a completion system. A default stupid completion system is provided by default.

Version:
1.02, 2004-11-30
Author:
Jean-Baptiste Yunès
See Also:
Completion

Constructor Summary
T9()
          Constructs a T9 object with all necessary buttons.
 
Method Summary
static Completion getCompletionParDefaut()
          Returns the default completion object.
 void setCompletion(Completion completion)
          Set the completion used by this T9 object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T9

public T9()
Constructs a T9 object with all necessary buttons.

Method Detail

getCompletionParDefaut

public static Completion getCompletionParDefaut()
Returns the default completion object. Its behaviour is very simple: the sole possible completion is to add a new alphabetic upper-case character.

Returns:
the default completion object

setCompletion

public void setCompletion(Completion completion)
Set the completion used by this T9 object.

Parameters:
completion - the completion to use.
See Also:
Completion