A B C D E G H L M N O P Q R S T U W

A

ActiveMenuPage - class appmain.ActiveMenuPage.
An ActiveMenuPage is used to hold lists of other Pages.
ActiveMenuPage(String, boolean, String) - Constructor for class appmain.ActiveMenuPage
Initialize a new MenuPage object using the supplied parameters and default values where needed.
ActiveMenuPage(String, String) - Constructor for class appmain.ActiveMenuPage
Initialize a new MenuPage object using the supplied parameters and default values where needed.
ActiveMenuPage(String, String, Image, boolean, String) - Constructor for class appmain.ActiveMenuPage
Initialize a new MenuPage object using the supplied parameters.
addChild(Page) - Method in class menu.MenuPage
Add a Page to the list of Pages that are children of this menu.
appmain - package appmain
 

B

BACK - Static variable in class menu.PageMgr
Display the previously displayed page
BACK_COMMAND - Static variable in class menu.PageMgr
Return to previously displayed page.
blade - package blade
 
Blade - class blade.Blade.
This class represents one Blade, a servlet URL that gets a small chunk of information.
Blade(String, String) - Constructor for class blade.Blade
Store the name and the URL, based on the provided parameters.

C

CANCEL - Static variable in class menu.PageMgr
Display the previously displayed page
CANCEL_COMMAND - Static variable in class menu.PageMgr
User cancels action proposal on displayed page.
commandAction(Command, Displayable) - Method in class menu.PageMgr
Dispatch user commands and then adjust the display as needed.

D

destroyApp(boolean) - Method in class appmain.UView
Called by the application management software to signal the MIDlet to terminate and enter the Destroyed state.
destroyApp(boolean) - Method in class appmain.NetGet
Called by the application management software to signal the MIDlet to terminate and enter the Destroyed state.
doCommandAction(Command, Displayable) - Method in class appmain.URLPage
Process the user command and return an integer value telling the PageMgr what to do next.
doCommandAction(Command, Displayable) - Method in class menu.Page
Process the user command and return an integer value telling the PageMgr what to do next.
doCommandAction(Command, Displayable) - Method in class menu.MenuPage
Process the user command and return an integer value telling the PageMgr what to do next.

E

EXIT - Static variable in class menu.PageMgr
Exit the application entirely
EXIT_COMMAND - Static variable in class menu.PageMgr
Exit the application entirely.

G

getDisplayable() - Method in class appmain.URLPage
Return the Displayable object for this URLPage, partially filled in and ready to display.
getDisplayable() - Method in class menu.Page
Return the Displayable object for this Page, completely filled in and ready to display.
getDisplayable() - Method in class menu.MenuPage
Return the Displayable object for this MenuPage, partially filled in and ready to display.
getExternalForm() - Method in class blade.Blade
Return the external form of the URL associated with this Blade.
getIcon() - Method in class menu.Page
Return Page icon.
getLabel() - Method in class menu.Page
Return Page label.
getLinkedPage() - Method in class menu.Page
Return the Page that this Page feels should be the next page to be displayed.
getLinkedPage() - Method in class menu.MenuPage
Return the Page that this Page feels should be the next page to be displayed.
getName() - Method in class blade.Blade
Return the display name of this Blade.
getPrevious() - Method in class menu.Page
Return pointer to previous page visited.
getRecordID() - Method in class store.StorableObject
Get the record id associated with the user data object.
getStoreName() - Method in class store.StorableObject
Get the record store name associated with the user data object.
getTitle() - Method in class menu.Page
Return Page title.
getUserData() - Method in class store.StorableObject
Get the user data object.

H

HELP_COMMAND - Static variable in class menu.PageMgr
Display a help message.

L

LINK - Static variable in class menu.PageMgr
Display a linked page.

M

menu - package menu
 
MenuPage - class menu.MenuPage.
A MenuPage is used to hold lists of other Pages.
MenuPage.MenuPageScreen - class menu.MenuPage.MenuPageScreen.
A MenuPageScreen is the Displayable (the view) for a MenuPage (the model).
MenuPage(String) - Constructor for class menu.MenuPage
Initialize a new MenuPage object using the supplied parameters and default values where needed.
MenuPage(String, boolean) - Constructor for class menu.MenuPage
Initialize a new MenuPage object using the supplied parameters and default values where needed.
MenuPage(String, String, Image, boolean) - Constructor for class menu.MenuPage
Initialize a new MenuPage object using the supplied parameters.

N

NetGet - class appmain.NetGet.
This class implements a midlet that reads and displays information from network locations based on a list of sources read from a URL given in the jad.
NetGet() - Constructor for class appmain.NetGet
Construct the page manager needed to implement the midlet.
NONE - Static variable in class menu.PageMgr
Continue to display the current page.

O

OK_COMMAND - Static variable in class menu.PageMgr
User confirms action proposal on displayed page.

P

Page - class menu.Page.
A Page is the basic element in a hierarchy of displayable pages.
Page(String, String, Image) - Constructor for class menu.Page
Initialize a new Page object using the supplied parameters.
PageMgr - class menu.PageMgr.
This class manages a hierarchy of linked Page objects.
PageMgr(QuitableMIDlet) - Constructor for class menu.PageMgr
Construct a new PageMgr.
pauseApp() - Method in class appmain.UView
Called by the application management software to signal the MIDlet to stop and enter the Paused state.
pauseApp() - Method in class appmain.NetGet
Called by the application management software to signal the MIDlet to stop and enter the Paused state.

Q

QuitableMIDlet - class menu.QuitableMIDlet.
This class is a kludge in order to let the PageMgr terminate the running midlet when the user requests that we Exit.
QuitableMIDlet() - Constructor for class menu.QuitableMIDlet
 
quitApp() - Method in class menu.QuitableMIDlet
Call destroyApp, then notifyDestroyed, thereby shutting down this midlet.

R

readFields(DataInputStream) - Method in interface store.Storable
Read in the values of this object.
readUserDataObject() - Method in class store.StorableObject
Read an array of bytes from the record store, then use the methods provided by a Storable object to update the fields of the object.
removeAllChildren() - Method in class menu.MenuPage
Remove all children from the list for this MenuPage.
ROOT - Static variable in class menu.PageMgr
Display the root page of the hierarchy
run - Variable in class menu.Page
Set to true while the dynamic content thread is running.
run() - Method in class appmain.URLPage
Do all the exciting connecting to the network and reading the contents from the URL.
run() - Method in class appmain.ActiveMenuPage
Connect to the network and read the contents of the sourceURL.

S

setPrevious(Page) - Method in class menu.Page
Set pointer to previous page visited.
showRoot(Page) - Method in class menu.PageMgr
Activate the device display by showing the root Page.
start() - Method in class menu.Page
Create a separate thread and start it running.
startApp() - Method in class appmain.UView
Initialize the various data objects and related screens.
startApp() - Method in class appmain.NetGet
Initialize the various data objects and related screens.
STOP_COMMAND - Static variable in class menu.PageMgr
User requests termination of on-going action.
Storable - interface store.Storable.
This interface defines the methods that a class must implement in order to be stored in RMS using the methods of the StorableObject class.
StorableObject - class store.StorableObject.
A StorableObject contains a reference to an object that implements the Storable interface, and also contains the name of the record store and specific record id where this object is kept.
StorableObject(String, int, Storable) - Constructor for class store.StorableObject
Create a new StorableObject.
store - package store
 

T

template - Variable in class menu.MenuPage
the template that is filled out to be our Displayable
theThread - Variable in class menu.Page
The Thread object representing the dynamic content thread.

U

URLPage - class appmain.URLPage.
A URLPage is used to display the content of a single URL.
URLPage(String, String) - Constructor for class appmain.URLPage
Initialize a new URLPage object using the supplied parameters and default values where needed.
URLPage(String, String, Image, String) - Constructor for class appmain.URLPage
Initialize a new URLPage object using the supplied parameters.
UView - class appmain.UView.
This class implements a midlet that reads and displays information from network locations based on a list of sources read from the Java Application Descriptor (jad) file.
UView() - Constructor for class appmain.UView
Construct the page manager needed to implement the midlet.

W

writeFields(DataOutputStream) - Method in interface store.Storable
Write out the values of this object.
writeUserDataObject() - Method in class store.StorableObject
Write the fields of a Storable object into an array of bytes, then write that array of bytes into the RecordStore.

A B C D E G H L M N O P Q R S T U W