Class ReadMemo

java.lang.Object
   |
   +----waba.ui.Control
           |
           +----waba.ui.Container
                   |
                   +----waba.ui.Window
                           |
                           +----waba.ui.MainWindow
                                   |
                                   +----ReadMemo

public class ReadMemo
extends MainWindow
AddrScan lets a user scan through the memo in a PalmPilot memoDataBase.


Constructor Index

 o ReadMemo()

Method Index

 o min(int, int)
a static function to return the minimum between two integers
 o nextMemo()
affiche les 1ers charactères du prochain mémo dans le Label l
 o nextMemoLine()
affiche les 1ers charactères du prochain mémo dans le Label l
 o nextMemoT()
next memo title attempt
 o onEvent(Event)
 o onStart()
 o parseLine()
parse la ligne avce des ;
 o previousMemo()
affiche les 1ers charactères du prochain mémo dans le Label l
 o previousMemoT()
previous memo title attempt
 o readCat()

Constructors

 o ReadMemo
  public ReadMemo()

Methods

 o onStart
  public void onStart()
Overrides:
onStart in class MainWindow
 o readCat
  public void readCat()
 o nextMemoLine
  public void nextMemoLine()
affiche les 1ers charactères du prochain mémo dans le Label l

 o parseLine
  public void parseLine()
parse la ligne avce des ;

 o nextMemoT
  public void nextMemoT()
next memo title attempt

 o previousMemoT
  public void previousMemoT()
previous memo title attempt

 o nextMemo
  public void nextMemo()
affiche les 1ers charactères du prochain mémo dans le Label l

 o previousMemo
  public void previousMemo()
affiche les 1ers charactères du prochain mémo dans le Label l

 o min
  public static int min(int a,
                        int b)
a static function to return the minimum between two integers

 o onEvent
  public void onEvent(Event event)
Overrides:
onEvent in class Control