Uses of Interface
org.openbandy.ui.BandyDisplayable

Packages that use BandyDisplayable
org.openbandy.log   
org.openbandy.pref   
org.openbandy.ui   
 

Uses of BandyDisplayable in org.openbandy.log
 

Classes in org.openbandy.log that implement BandyDisplayable
 class LogImpl
          Implementation of the Log interface for use with CLDC and MIDP on mobile devices.
 class SelectBtDeviceForm
          This form is used to list all Bluetooth devices in range and, if selected, send the log messages as a file (OBEX).
 class SelectFilterLevelForm
          This form is used to set the level of filtering (i.e.
 class SelectLogLevelForm
          This form is used to set the level of logging (i.e.
 class SelectLogModeForm
          This form is used to set the level of filtering (i.e.
 

Uses of BandyDisplayable in org.openbandy.pref
 

Classes in org.openbandy.pref that implement BandyDisplayable
 class PreferencesForm
          This screen displays all stored preferences that are set to be screen modifiable.
 

Uses of BandyDisplayable in org.openbandy.ui
 

Classes in org.openbandy.ui that implement BandyDisplayable
 class ProgressAlert
          The ProgressAlert class provides an alert that contains a gauge to indicate the progress of a task that might run for possibly long time.
 class Tests
          The Tests screen is the GUI to run unit tests.
 

Methods in org.openbandy.ui with parameters of type BandyDisplayable
 void MainMenu.addScreen(BandyDisplayable displayable)
          Add a (BandyDisplayable) screen to the list of main menu entries.