org.placelab.midp
Class EventLogListUI
java.lang.Object
org.placelab.midp.EventLogListUI
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener, UIComponent
- public class EventLogListUI
- extends java.lang.Object
- implements UIComponent, javax.microedition.lcdui.CommandListener
|
Method Summary |
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
|
void |
setContent()
|
void |
setTitle(int min,
int max)
|
void |
showUI(UIComponent from)
used by one component to activate another component |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventLogListUI
public EventLogListUI(javax.microedition.lcdui.Display display,
UIComponent back)
setContent
public void setContent()
throws javax.microedition.rms.RecordStoreException
- Throws:
javax.microedition.rms.RecordStoreException
setTitle
public void setTitle(int min,
int max)
commandAction
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
- Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
showUI
public void showUI(UIComponent from)
- Description copied from interface:
UIComponent
- used by one component to activate another component
- Specified by:
showUI in interface UIComponent