|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.TextBox
uk.co.silentsoftware.ui.views.AbstractTextBoxView
uk.co.silentsoftware.ui.views.DataView
public class DataView
The simplest of the views - just dumps raw GPS data to the screen. Useful also for debugging/info, since it will also display progress messages/errors
| Constructor Summary | |
|---|---|
DataView(javax.microedition.midlet.MIDlet parent)
Default constructor Inits commands and base class |
|
| Method Summary | |
|---|---|
void |
process(javax.microedition.location.Location loc)
Simply outputs the GPS Location object data to screen |
void |
process(java.lang.String data)
Simply outputs any String data to screen, e.g. |
| Methods inherited from class uk.co.silentsoftware.ui.views.AbstractTextBoxView |
|---|
commandAction |
| Methods inherited from class javax.microedition.lcdui.TextBox |
|---|
delete, getCaretPosition, getChars, getConstraints, getMaxSize, getString, insert, insert, setChars, setConstraints, setInitialInputMode, setMaxSize, setString, setTicker, setTitle, size |
| Methods inherited from class javax.microedition.lcdui.Displayable |
|---|
addCommand, getHeight, getTicker, getTitle, getWidth, isShown, removeCommand, setCommandListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.microedition.lcdui.CommandListener |
|---|
commandAction |
| Constructor Detail |
|---|
public DataView(javax.microedition.midlet.MIDlet parent)
parent - | Method Detail |
|---|
public void process(java.lang.String data)
process in interface GPSDataViewpublic void process(javax.microedition.location.Location loc)
process in interface GPSDataView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||