Class Garmin.MessageBox

Object
   |
   +--Garmin.MessageBox

class Garmin.MessageBox

 
Method Summary
 void __Garmin.MessageBox.addButton(caption, value)
           Get the text entry for the message box
 Array __Garmin.MessageBox.getButtons()
           Get the buttons for the message box
 String __Garmin.MessageBox.getText()
           Get the text entry for the message box
 String __Garmin.MessageBox.getType()
           Get the type of the message box
 String __Garmin.MessageBox.toString()
          
 void addButton(caption, value)
           Get the text entry for the message box
 Array getButtons()
           Get the buttons for the message box
 Object getButtonValue(caption)
          
 String getText()
           Get the text entry for the message box
 String getType()
           Get the type of the message box
 void initialize(type, text)
          
 String toString()
          


Method Detail

__Garmin.MessageBox.addButton

void __Garmin.MessageBox.addButton(caption, value)

__Garmin.MessageBox.getButtons

Array __Garmin.MessageBox.getButtons()

__Garmin.MessageBox.getText

String __Garmin.MessageBox.getText()

__Garmin.MessageBox.getType

String __Garmin.MessageBox.getType()

__Garmin.MessageBox.toString

String __Garmin.MessageBox.toString()

addButton

void addButton(caption, value)

getButtons

Array getButtons()

getButtonValue

Object getButtonValue(caption)

getText

String getText()

getType

String getType()

initialize

void initialize(type, text)

toString

String toString()


Documentation generated by JSDoc on Tue May 8 10:22:55 2007