|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.microedition.midlet.MIDlet
org.hcilab.btprinter.platform.j2me.PrintingTest
public class PrintingTest
Simple test class for this driver package.
| Field Summary | |
|---|---|
private javax.microedition.lcdui.Form |
form
Displayed form. |
private javax.microedition.lcdui.StringItem |
progress
Shows printing progress. |
private javax.microedition.lcdui.StringItem |
status
Shows printer status. |
| Constructor Summary | |
|---|---|
PrintingTest()
Initializes >GUI components. |
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command arg0,
javax.microedition.lcdui.Displayable arg1)
|
protected void |
destroyApp(boolean arg0)
|
protected void |
pauseApp()
|
protected void |
startApp()
Prints some text. |
void |
update(org.hcilab.btprinter.Driver driver)
|
| Methods inherited from class javax.microedition.midlet.MIDlet |
|---|
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private javax.microedition.lcdui.Form form
private javax.microedition.lcdui.StringItem progress
private javax.microedition.lcdui.StringItem status
| Constructor Detail |
|---|
public PrintingTest()
| Method Detail |
|---|
public void commandAction(javax.microedition.lcdui.Command arg0,
javax.microedition.lcdui.Displayable arg1)
commandAction in interface javax.microedition.lcdui.CommandListener
protected void destroyApp(boolean arg0)
throws javax.microedition.midlet.MIDletStateChangeException
destroyApp in class javax.microedition.midlet.MIDletjavax.microedition.midlet.MIDletStateChangeExceptionprotected void pauseApp()
pauseApp in class javax.microedition.midlet.MIDlet
protected void startApp()
throws javax.microedition.midlet.MIDletStateChangeException
startApp in class javax.microedition.midlet.MIDletjavax.microedition.midlet.MIDletStateChangeExceptionMIDlet.startApp()public void update(org.hcilab.btprinter.Driver driver)
update in interface org.hcilab.btprinter.Observer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||